Source: libtokyocabinet-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312~), libbz2-dev, libtokyocabinet-dev, perl, zlib1g-dev Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyżaniak (eloy) , Ryan Niebur Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtokyocabinet-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtokyocabinet-perl.git Homepage: http://fallabs.com/tokyocabinet/ Package: libtokyocabinet-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl Binding of Tokyo Cabinet 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, B+ tree, or fixed-length array.