erlang-bitcask 1.6.3+dfsg-5 source package in Ubuntu

Changelog

erlang-bitcask (1.6.3+dfsg-5) unstable; urgency=low

  * Update debian/control.
    - Update version of erleng-dev.
  * Update debian/rules.
    - Disable test on mipsel.

 -- Nobuhiro Iwamatsu <email address hidden>  Tue, 03 Sep 2013 08:07:03 +0900

Upload details

Uploaded by:
LeoFS maintainers team
Uploaded to:
Sid
Original maintainer:
LeoFS maintainers team
Architectures:
any all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
erlang-bitcask_1.6.3+dfsg-5.dsc 2.2 KiB 46eba8992260f3c435b970a125fbff17f9e6cacc1fd7cfccddaa36f5a343e086
erlang-bitcask_1.6.3+dfsg.orig.tar.gz 761.9 KiB 5a27982dff88e0712d87b63d8a36230d041e7582b8a2d85ae91da9e02d1cdf1e
erlang-bitcask_1.6.3+dfsg-5.debian.tar.gz 3.4 KiB bb511f7381ba47056aec95a103f00161f979453b4a920306bbd91d0af361a143

Available diffs

No changes file available.

Binary packages built by this source

erlang-bitcask: Log-Structured Hash Table for Fast Key/Value Data

 Bitcask is an Erlang application that provides an API for storing and
 retrieving key/value data into a log-structured hash table that provides very
 fast access. The design owes a lot to the principles found in log-structured
 file systems and draws inspiration from a number of designs that involve log
 file merging.

erlang-bitcask-dev: Log-Structured Hash Table for Fast Key/Value Data (development files)

 Bitcask is an Erlang application that provides an API for storing and
 retrieving key/value data into a log-structured hash table that provides very
 fast access. The design owes a lot to the principles found in log-structured
 file systems and draws inspiration from a number of designs that involve log
 file merging.
 .
 This package includes bitcask headers which are necessary to build Erlang
 applications which use bitcask.