1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: erlang-bitcask
Maintainer: LeoFS maintainers team <pkg-leofs-devel@lists.alioth.debian.org>
Uploaders: Taku YASUI <tach@debian.org>, Nobuhiro Iwamatsu <iwamatsu@debian.org>
Section: devel
Priority: optional
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), erlang-dev (>= 1:14.b.4),
erlang-eunit, erlang-meck (>= 0.8.2), erlang-cuttlefish (>= 2.0.10), erlang-mnesia,
erlang-dialyzer, dh-rebar
Homepage: https://github.com/basho/bitcask
Vcs-Git: git://anonscm.debian.org/pkg-leofs/erlang-bitcask.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-leofs/erlang-bitcask.git;a=summary
Package: erlang-bitcask
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
erlang-base-hipe | erlang-base | ${erlang-abi:Depends}, ${erlang:Depends},
erlang-meck (>= 0.8.2), erlang-cuttlefish (>= 2.0.10)
Description: 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.
Package: erlang-bitcask-dev
Architecture: all
Depends: erlang-bitcask (>= ${source:Version}), ${misc:Depends}
Description: 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.
|