PACKAGE NAME: libtokyo-cabinet-1.4.48-x86_64-1.txz PACKAGE LOCATION: . PACKAGE SIZE (compressed): 905 K PACKAGE SIZE (uncompressed): 4520 K PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: libtokyo-cabinet: libtokyo-cabinet 1.4.48 (Key/value database library) libtokyo-cabinet: libtokyo-cabinet: Tokyo Cabinet is a library of routines for managing a libtokyo-cabinet: database. The database is a simple data file containing libtokyo-cabinet: records, each is a pair of a key and a value. Every key and libtokyo-cabinet: value is serial bytes with variable length. Both binary data libtokyo-cabinet: and character string can be used as a key and a value. There libtokyo-cabinet: is neither concept of data tables nor data types. Records libtokyo-cabinet: are organized in hash table, B+ tree, or fixed-length array. libtokyo-cabinet: libtokyo-cabinet: http://fallabs.com/tokyocabinet/