ruby-kyotocabinet 1.32-2build2 source package in Ubuntu

Changelog

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

  * No-change rebuild to add ruby2.3 support.

 -- Matthias Klose <email address hidden>  Sun, 13 Mar 2016 12:36:06 +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-2build2.debian.tar.xz 51.2 KiB fafde46f7fc833d79c74853f6120f75db761ed173f28b2b2cede800f02afc66c
ruby-kyotocabinet_1.32-2build2.dsc 2.1 KiB 680fb5d70ed3c2164bcfea44a4a1e14f024f1bea644e858e76be5fd870a8f09d

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.