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 31 32 33 34 35
|
Source: ruby-kyotocabinet
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Shawn Landden <shawnlandden@gmail.com>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 12),
gem2deb,
libkyotocabinet-dev,
pkg-config
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-kyotocabinet
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-kyotocabinet.git
Homepage: http://fallabs.com/kyotocabinet/
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-kyotocabinet
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends}, ${shlibs:Depends}
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.
|