ruby-kyotocabinet 1.32-1build1 source package in Ubuntu

Changelog

ruby-kyotocabinet (1.32-1build1) trusty; urgency=medium

  * No-change upload to drop dependencies on ruby1.8.
 -- Matthias Klose <email address hidden>   Sun, 06 Apr 2014 21:03:48 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
ruby-kyotocabinet_1.32.orig.tar.gz 104.4 KiB 72ccd5f71777026d2512932976f7997bfb30a405f5c4e206fe86bb4072bf2af0
ruby-kyotocabinet_1.32-1build1.debian.tar.gz 56.6 KiB 2ff5fc4c3f67a0807f71df09343b81b5cc3e2a9270a6147edab80b88f32a8283
ruby-kyotocabinet_1.32-1build1.dsc 1.4 KiB 5d76c19432851275fd0a79b47c3f92c31dedc6a4d8d684fba9759fc1eed32c25

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.