aboutsummaryrefslogtreecommitdiff
path: root/development/Mk4tcl/README
diff options
context:
space:
mode:
authorZbigniew Baniewski <Zbigniew.Baniewski [at] gmail [dot] com>2019-07-04 08:07:09 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-07-04 08:07:09 +0700
commit6e7391595c29ec0007cea2c779f4114d6a6a70a3 (patch)
tree5701dfed3c16a460519eabd1189726b45c902375 /development/Mk4tcl/README
parent53073ccfdbda6c52e083870537755845472ffeb1 (diff)
development/Mk4tcl: Added (TCL binding).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/Mk4tcl/README')
-rw-r--r--development/Mk4tcl/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/development/Mk4tcl/README b/development/Mk4tcl/README
new file mode 100644
index 0000000000000..9945ee68e2eb2
--- /dev/null
+++ b/development/Mk4tcl/README
@@ -0,0 +1,15 @@
+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.