summaryrefslogtreecommitdiffstats
path: root/database/tokyocabinet/DETAILS
blob: 2afa8ba824fd5d6d93291fe8e25c320800ef804e (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.23
     SOURCE_HASH=sha512:8f1bfa5e01f1a48b38492de00ae4a69daa3e742587a9da24d9ce0cc2696b9c7015a79b92dde734e12edf064b52a52609e29ce63ff2e587f4c59111694f7f0765
          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