Source: ruby-tokyocabinet Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Marc Dequènes (Duck) , Laurent Arnoud , Lucas Nussbaum Build-Depends: debhelper-compat (= 13), gem2deb (>= 1), libbz2-dev, libtokyocabinet-dev, zlib1g-dev Standards-Version: 3.9.7 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-tokyocabinet.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-tokyocabinet Homepage: https://fallabs.com/tokyocabinet/ Testsuite: autopkgtest-pkg-ruby Rules-Requires-Root: no Package: ruby-tokyocabinet Architecture: any Depends: ${ruby:Depends}, ${misc:Depends}, ${shlibs:Depends} Description: Ruby Binding of Tokyo Cabinet Database Tokyo Cabinet is an efficient database library like GDBM and NDBM. It features hash database and B+ tree database and is developed as the successor of QDBM, for the purpose of the following three points: higher processing speed, smaller size of a database file, and simpler API.