ruby-kyotocabinet 1.32-2build5 source package in Ubuntu

Changelog

ruby-kyotocabinet (1.32-2build5) bionic; urgency=high

  * No change rebuild against ruby-defaults without ruby2.3 support.

 -- Dimitri John Ledkov <email address hidden>  Thu, 01 Mar 2018 09:35:49 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
ruby-kyotocabinet_1.32.orig.tar.gz 104.4 KiB 72ccd5f71777026d2512932976f7997bfb30a405f5c4e206fe86bb4072bf2af0
ruby-kyotocabinet_1.32-2build5.debian.tar.xz 51.2 KiB d2e3c8274dd83405bcf58117cdde53b340e996ffc116b5063af8f607ef8a0055
ruby-kyotocabinet_1.32-2build5.dsc 1.9 KiB 4b91a8ffa88112045603a10f11d56c06009ff0943570cd0717b33cbc4340f588

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 ruby-kyotocabinet