Path to this page:
./
databases/kyotocabinet,
Straightforward implementation of DBM
Branch: CURRENT,
Version: 1.2.79,
Package name: kyotocabinet-1.2.79,
Maintainer: pkgsrc-usersKyoto 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.
Required to build:[
pkgtools/cwrappers]
Package options: zlib
Master sites:
Filesize: 921.684 KB
Version history: (Expand)
- (2021-02-18) Updated to version: kyotocabinet-1.2.79
- (2020-11-23) Updated to version: kyotocabinet-1.2.78
- (2020-02-26) Updated to version: kyotocabinet-1.2.77
- (2017-11-23) Package has been reborn
- (2015-02-19) Updated to version: kyotocabinet-1.2.76nb1
- (2014-11-21) Package added to pkgsrc.se, version kyotocabinet-1.2.76 (created)
CVS history: (Expand)