mtbl 0.2-1.1 source package in Ubuntu

Changelog

mtbl (0.2-1.1) unstable; urgency=low


  * Non-maintainer upload.
  * debian/patches/eglibc2.17.patch: Rename timespec_get to prevent name
    clashes with timespec_get provided by eglibc 2.17 (Closes: #701405)

 -- Sebastian Ramacher <email address hidden>  Sun, 26 May 2013 22:52:55 +0200

Upload details

Uploaded by:
Robert Edmonds
Uploaded to:
Sid
Original maintainer:
Robert Edmonds
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mtbl_0.2-1.1.dsc 1.8 KiB ec78486fe598e841f840fdc4d07f5e2c3dbe9c5d48bff06d56b8b0eac80f5659
mtbl_0.2.orig.tar.gz 343.2 KiB a2dd27643133121b3ab09567538331d2a472ac9f9c2848f16a327be45b5d4ef3
mtbl_0.2-1.1.debian.tar.gz 3.9 KiB fc8d608453de93a6840b6bb1da83c135992ef1b44ea893e133c8c27c1573ae7c

No changes file available.

Binary packages built by this source

libmtbl-dev: No summary available for libmtbl-dev in ubuntu saucy.

No description available for libmtbl-dev in ubuntu saucy.

libmtbl0: No summary available for libmtbl0 in ubuntu saucy.

No description available for libmtbl0 in ubuntu saucy.

libmtbl0-dbg: immutable sorted string table library (debug symbols)

 mtbl is a C library implementation of the Sorted String Table (SSTable)
 data structure, based on the SSTable implementation in the open source
 Google LevelDB library. An SSTable is a file containing an immutable
 mapping of keys to values. Keys are stored in sorted order, with an
 index at the end of the file allowing keys to be located quickly.
 .
 mtbl is not a database library. It does not provide an updateable
 key-value data store, but rather exposes primitives for creating,
 searching and merging SSTable files. Unlike databases which use
 the SSTable data structure internally as part of their data store,
 management of SSTable files -- creation, merging, deletion, combining
 of search results from multiple SSTables -- is left to the
 discretion of the mtbl library user.
 .
 This package contains detached debugging symbols for libmtbl.

mtbl-bin: No summary available for mtbl-bin in ubuntu saucy.

No description available for mtbl-bin in ubuntu saucy.