ruby-kyotocabinet 1.33-1 source package in Ubuntu

Changelog

ruby-kyotocabinet (1.33-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * d/patches/config-rbconfig.patch: Drop patch. Applied upstream.
  * d/patches/ruby22.patch: Ditto.
  * d/patches/series: Adjust.

 -- Daniel Leidert <email address hidden>  Sun, 09 Feb 2020 21:29:09 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
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.33-1.dsc 2.1 KiB 55f78789649a7c9a4bd6eea234c80edbff67976dda2d3f80318b69713c1a95f8
ruby-kyotocabinet_1.33.orig.tar.gz 104.9 KiB 04455db9fceeea57d790397b65d6167703ade04e3e962928ac4a133b2b98a790
ruby-kyotocabinet_1.33-1.debian.tar.xz 51.1 KiB e0e3177f8074c1342e70dffa60be28ee059aaa682ac6e3401151001b6662f5f8

Available diffs

No changes file available.

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