summaryrefslogtreecommitdiffstats
path: root/database/tokyocabinet/DETAILS
blob: 99003ea14eb359391e5cbbb5958d242e0bf97a54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
           SPELL=tokyocabinet
         VERSION=1.4.28
     SOURCE_HASH=sha512:091f399e609e293e395a055f6bae08e1df137edb7f5ea1bad1a9bed51ec736016a8fdb45860a7174fa55dea7d8cf8ece14e8fb9c5d56d6cc26e5bc72e844ecc5
          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