ruby-kyotocabinet 1.34-1 source package in Ubuntu

Changelog

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

  * Team Upload.
  * Bump debhelper-compat to 13
  * Bump Standards-Version to 4.6.2 (no changes needed)
  * Add patch to fix FTBFS with ruby3.1 (Closes: #1015322)

 -- Nilesh Patra <email address hidden>  Wed, 28 Dec 2022 19:42:20 +0530

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.34-1.dsc 1.5 KiB 831a5f62c3a72ea023a1e037ce211daaf912cf7f9273c601dd248fe76253b8eb
ruby-kyotocabinet_1.34.orig.tar.gz 42.2 KiB d8d6321540799143efb2f7fb0a8a1ea029996989db1bf008599fdbb3f4fc5f14
ruby-kyotocabinet_1.34-1.debian.tar.xz 5.0 KiB 284e36f6ff58179f981e79d87714e156914c6e0ad194d25f77bd30813aeb1da3

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