1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: ruby-tokyocabinet
Section: ruby
Priority: extra
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Marc Dequènes (Duck) <Duck@DuckCorp.org>,
Laurent Arnoud <laurent@spkdev.net>,
Lucas Nussbaum <lucas@debian.org>
Build-Depends: debhelper (>= 9~),
gem2deb,
libbz2-dev,
libtokyocabinet-dev (>= 1.4.37),
zlib1g-dev
Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-tokyocabinet.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-tokyocabinet.git
Homepage: http://fallabs.com/tokyocabinet/
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-tokyocabinet
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${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.
|