slackbuilds_ponce/libraries/dbh/slack-desc
Roberto Neri f3ed542b17 libraries/dbh: Added (disk based hashtables library)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2013-07-09 11:51:14 -05:00

19 lines
993 B
Text

# 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: