           SPELL=tokyocabinet
         VERSION=1.2.1
     SOURCE_HASH=sha512:7cbea78c5b09afbda6f9860033973560d2252e003b266220401b1266ab8a58e478e6a4f78c57913cabfdcd9adda3524d7a5eb5c71f6d848d6dde6b1033fa50ac
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://$SPELL.sf.net/$SOURCE
        WEB_SITE=http://$SPELL.SourceForge.net
      LICENSE[0]=LGPL
         ENTERED=20071208
        KEYWORDS="database"
           SHORT="database library"
cat << EOF
Tokyo Cabinet is a library of routines for managing a database. The database is 
a simple data file containing records, each is a pair of a key and a value. 
Every key and value is serial bytes with variable length. Both binary data and 
character string can be used as a key and a value. There is neither concept of 
data tables nor data types. Records are organized in hash table or B+ tree.
EOF
