diff options
author | Roberto Neri <rneri@libero.it> | 2013-07-09 11:51:14 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-07-09 11:51:14 -0500 |
commit | f3ed542b17a55090a3aab5087fff03bf2b924e88 (patch) | |
tree | 724fc8c16ad8712f2eab62cec0d7775ba083efec /libraries/dbh/slack-desc | |
parent | 5c84170519d03027164b179ea91d242ab6918e5f (diff) | |
download | slackbuilds-f3ed542b17a55090a3aab5087fff03bf2b924e88.tar.gz |
libraries/dbh: Added (disk based hashtables library)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/dbh/slack-desc')
-rw-r--r-- | libraries/dbh/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/dbh/slack-desc b/libraries/dbh/slack-desc new file mode 100644 index 0000000000..fe80dc60c8 --- /dev/null +++ b/libraries/dbh/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +dbh: dbh (disk based hashtables library) +dbh: +dbh: dbh is a library to create and manage 64-bit disk based hash tables, +dbh: which are a convenient way to associate unsigned character keys to +dbh: data records. Any kind of digital information can go into the data +dbh: record, such as text, graphic information, database structures, you +dbh: name it. The idea behind using a DBH is to build the key index +dbh: directly into a multidimensional file format. +dbh: +dbh: Homepage: http://dbh.sourceforge.net/ +dbh: |