summaryrefslogtreecommitdiffstats
path: root/development/metakit/README
diff options
context:
space:
mode:
author Juan M. Lasca <juanmlasca@gmail.com>2022-08-06 02:17:02 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-08-06 20:16:11 +0700
commit75f148331308e8a8d6e2e3b8dc020b45adac28d0 (patch)
tree88c64b19586c182e7197198245c1d0d68b6d8b0f /development/metakit/README
parentfb556a691dd010c3df91af7de8ce566161456f30 (diff)
downloadslackbuilds-75f148331308e8a8d6e2e3b8dc020b45adac28d0.tar.gz
slackbuilds-75f148331308e8a8d6e2e3b8dc020b45adac28d0.tar.xz
development/metakit: Added (embedded database library)
This replaces Mk4tcl. Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/metakit/README')
-rw-r--r--development/metakit/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/development/metakit/README b/development/metakit/README
new file mode 100644
index 0000000000..877b55cae1
--- /dev/null
+++ b/development/metakit/README
@@ -0,0 +1,20 @@
+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.
+
+This script builds libmk4, Mk4tcl (bindings for Tcl) and Mk4py
+(bindings for Python)
+If Mk4Py is not desired, the user may set WITH_PYTHON to "NO", e.g.:
+ WITH_PYTHON="NO" ./Mk4tcl.SlackBuild
+