软件包:ruby-kyotocabinet(1.34-2 以及其他的)
ruby-kyotocabinet 的相关链接
Debian 的资源:
下载源码包 ruby-kyotocabinet:
- [ruby-kyotocabinet_1.34-2.dsc]
- [ruby-kyotocabinet_1.34.orig.tar.gz]
- [ruby-kyotocabinet_1.34-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [dbmx.net]
相似软件包:
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.
其他与 ruby-kyotocabinet 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.38)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支持库
-
- dep: libkyotocabinet16v5 (>= 1.2.80)
- Straightforward implementation of DBM - shared library
-
- dep: libruby (<< 1:3.2~)
- Libraries necessary to run Ruby
- dep: libruby (>= 1:3.1~0)
-
- dep: libruby3.1t64 (>= 3.1.2)
- Libraries necessary to run Ruby 3.1
-
- dep: libstdc++6 (>= 14)
- GNU 标准 C++ 库,第3版