File: control

package info (click to toggle)
ruby-kyotocabinet 1.32-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,192 kB
  • ctags: 789
  • sloc: cpp: 3,501; ruby: 1,580; sh: 15; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,479 bytes parent folder | download
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
36
Source: ruby-kyotocabinet
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Shawn Landden <shawnlandden@gmail.com>
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.