ruby-kyotocabinet 1.32-2build1 source package in Ubuntu

Changelog

ruby-kyotocabinet (1.32-2build1) xenial; urgency=medium

  * No-change rebuild to drop ruby2.1 support.

 -- Matthias Klose <email address hidden>  Thu, 21 Jan 2016 11:20:22 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-kyotocabinet_1.32.orig.tar.gz 104.4 KiB 72ccd5f71777026d2512932976f7997bfb30a405f5c4e206fe86bb4072bf2af0
ruby-kyotocabinet_1.32-2build1.debian.tar.xz 51.2 KiB 398766d08994dd48f78816e83301334146d65b2fa84f6c40396e9b3577605889
ruby-kyotocabinet_1.32-2build1.dsc 2.1 KiB 96ccd957fc1976976b8a3e14dbb9f2752bdb390aa0f202463e38d0cbb5b64af3

Available diffs

View changes file

Binary packages built by this source

ruby-kyotocabinet: 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-dbgsym: debug symbols for package ruby-kyotocabinet

 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.