summaryrefslogtreecommitdiff
path: root/databases/py-qdbm/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-qdbm/DESCR')
-rw-r--r--databases/py-qdbm/DESCR6
1 files changed, 0 insertions, 6 deletions
diff --git a/databases/py-qdbm/DESCR b/databases/py-qdbm/DESCR
deleted file mode 100644
index 42653335a88..00000000000
--- a/databases/py-qdbm/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-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 Perl interface of QDBM.