diff options
author | minskim <minskim> | 2005-10-23 19:01:56 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-10-23 19:01:56 +0000 |
commit | 82ba5ae266d197bd4a655b0d5fc3286ee30bcdfa (patch) | |
tree | 99679c25986ab6b0f02c2f33b5834abdbc0ca9ac /databases/qdbm/DESCR | |
parent | 18754a9df2218e9008bb50ccb32229e1278e9080 (diff) | |
download | pkgsrc-82ba5ae266d197bd4a655b0d5fc3286ee30bcdfa.tar.gz |
Import qdbm from pkgsrc-wip. Packaged by OBATA Akio.
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 includes APIs for C, C++, and Java. CGI scripts are also
contained. APIs for Perl and Ruby should be installed with a source
package.
Diffstat (limited to 'databases/qdbm/DESCR')
-rw-r--r-- | databases/qdbm/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/qdbm/DESCR b/databases/qdbm/DESCR new file mode 100644 index 00000000000..1747dd6b036 --- /dev/null +++ b/databases/qdbm/DESCR @@ -0,0 +1,7 @@ +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 includes APIs for C, C++, and Java. CGI scripts are also +contained. APIs for Perl and Ruby should be installed with a source +package. |