summaryrefslogtreecommitdiff
path: root/databases/ruby-qdbm/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'databases/ruby-qdbm/DESCR')
-rw-r--r--databases/ruby-qdbm/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/ruby-qdbm/DESCR b/databases/ruby-qdbm/DESCR
new file mode 100644
index 00000000000..58577cae0a7
--- /dev/null
+++ b/databases/ruby-qdbm/DESCR
@@ -0,0 +1,6 @@
+QDBM is an embeded database library compatible with GDBM and NDBM. It
+features hash database and B+ tree database and is developed referring
+to GDBM for the purpose of the following three points: higher
+processing speed, smaller size of a database file, and simpler API.
+
+This package provides the Ruby interface of QDBM.