mtbl 1.6.1-1 source package in Ubuntu

Changelog

mtbl (1.6.1-1) unstable; urgency=medium

  * New upstream version 1.6.1
  * debian/control: Bump Standards-Version to 4.7.0 (no changes)
  * debian/: Bump debhelper compat level to 13
  * debian/control: Remove unnecessary Build-Depends version constraints
  * debian/rules: Remove unnecessary buildflags.mk include
  * debian/rules: Remove unnecessary "--with autoreconf" dh argument
  * debian/copyright: Update copyright years
  * debian/not-installed: Ignore missing *.la files
  * debian/libmtbl1.symbols: Add new symbols
  * debian/control: Remove Build-Depends on dpkg-dev
  * debian/control: Build-Depends: pkg-config => pkgconf
  * debian/copyright: Get rid of "duplicate-globbing-patterns" lintian
    diagnostic

 -- Robert Edmonds <email address hidden>  Sun, 21 Apr 2024 19:22:51 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs

Downloads

File Size SHA-256 Checksum
mtbl_1.6.1-1.dsc 1.8 KiB 936d79932a4f29b16a18ca6a268d49428f55da9e475d8b30fb5deb5ea0712114
mtbl_1.6.1.orig.tar.gz 447.6 KiB bf2711aa81a996cddf99f270cc7cb1c32dbed7f1bfc95e23ec6227e4bd08365d
mtbl_1.6.1-1.debian.tar.xz 4.7 KiB 59ab258319b7a94a2c2d0d05b7e00a47df4a9178da9fdc9e9f20c745c0cdb8e9

Available diffs

No changes file available.

Binary packages built by this source

libmtbl-dev: immutable sorted string table library (development files)

 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 the static library, header file, and documentation
 for libmtbl.

libmtbl1: immutable sorted string table library

 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 the shared library for libmtbl.

libmtbl1-dbgsym: debug symbols for libmtbl1
mtbl-bin: immutable sorted string table library (utilities)

 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 command line utilities for libmtbl.

mtbl-bin-dbgsym: debug symbols for mtbl-bin