libtokyocabinet-perl 1.34-1build3 source package in Ubuntu

Changelog

libtokyocabinet-perl (1.34-1build3) quantal; urgency=low

  * Rebuild for libtokyocabinet9.
 -- Colin Watson <email address hidden>   Sun, 06 May 2012 20:31:45 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Quantal
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtokyocabinet-perl_1.34.orig.tar.gz 58.8 KiB 2ab42195888c6bea57e6e28f52e15711aee5415742c3d8831b0f2d154d899f26
libtokyocabinet-perl_1.34-1build3.diff.gz 1.7 KiB 5c5cc9bd36925252a43882944e0578db8de9bd36ed4ec2dae70c8d50fe619e53
libtokyocabinet-perl_1.34-1build3.dsc 2.1 KiB 5788a0f2f9f6b1d1a09217677ac38515d89226c65a7cd346826cee34d1c8e5d7

Available diffs

View changes file

Binary packages built by this source

libtokyocabinet-perl: Perl Binding of Tokyo Cabinet

 Tokyo 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. There is neither
 concept of data tables nor data types. Records are organized in hash table,
 B+ tree, or fixed-length array.