Source: ruby-kyotocabinet Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Shawn Landden Build-Depends: debhelper (>= 9), gem2deb (>= 0.2.12~), libkyotocabinet-dev, pkg-config Build-Depends-Indep: Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-kyotocabinet.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-kyotocabinet.git;a=summary Homepage: http://fallabs.com/kyotocabinet/ XS-Ruby-Versions: all Testsuite: autopkgtest-pkg-ruby Package: ruby-kyotocabinet Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter # used for rdoc Suggests: libjs-jquery Description: Straightforward implementation of DBM - Ruby bindings Kyoto 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. Each key must be unique within a database. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree. . Warning: while this library is thread-safe with Ruby 1.9.x, it is NOT thread-safe with Ruby 1.8.x. . This package contains the bindings for the Ruby scripting language.