diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2022-08-06 02:18:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-06 20:16:12 +0700 |
commit | 496cd259195bd8f35d1f5822a267868602755ab1 (patch) | |
tree | afafaa971f13ca2f01c2421aa361d39033019ea8 /development/Mk4tcl/README | |
parent | 75f148331308e8a8d6e2e3b8dc020b45adac28d0 (diff) |
development/Mk4tcl: Removed. Replaced by development/metakit.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/Mk4tcl/README')
-rw-r--r-- | development/Mk4tcl/README | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/development/Mk4tcl/README b/development/Mk4tcl/README deleted file mode 100644 index 8f6a845998a6f..0000000000000 --- a/development/Mk4tcl/README +++ /dev/null @@ -1,16 +0,0 @@ -Mk4tcl - Tcl binding for Metakit embedded database library - -Metakit is an efficient embedded database library with a small -footprint. It fills the gap between flat-file, relational, -object-oriented, and tree-structured databases, supporting -relational joins, serialization, nested structures, and instant schema -evolution. There is a C++ API, a Python binding called Mk4py, and a Tcl -binding called Mk4tcl. You can manipulate and exchange data between -any of these. - -Data files are portable. The library has been used on Unix, Windows, -Macintosh, VMS, and others, spanning a range of 16- to 64-bit -architectures, from PDA's to S390's. - -Metakit is in use in various commercial projects and products on -millions of desktops. |