libleveldb1d_1.20-2.1_amd64.deb

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/qxip/hepic-pub/script.deb.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/qxip/hepic-pub/script.deb.sh | sudo bash

STEP 2: Install the package
sudo apt-get install libleveldb1d=1.20-2.1

fast key-value storage library

Full description:
  fast key-value storage library
 LevelDB is a fast key-value storage library written at Google that
 provides an ordered mapping from string keys to string values.
 .
 Features:
  * Keys and values are arbitrary byte arrays.
  * Data is stored sorted by key.
  * Callers can provide a custom comparison function to override
    the sort order.
  * The basic operations are Put(key,value), Get(key), Delete(key).
  * Multiple changes can be made in one atomic batch.
  * Users can create a transient snapshot to get a consistent view of
    data.
  * Forward and backward iteration is supported over the data.
  * Data is automatically compressed using the Snappy compression
    library.
  * External activity (file system operations etc.) is relayed through
    a virtual interface so users can customize the operating system
    interactions.
  * Detailed documentation about how to use the library is included with
    the source code.
 .
 Limitations:
  * This is not a SQL database. It does not have a relational data model,
    it does not support SQL queries, and it has no support for indexes.
  * Only a single process (possibly multi-threaded) can access a
    particular database at a time.
  * There is no client-server support builtin to the library.
    An application that needs such support will have to wrap their own
    server around the library.
 .
 This package provides the shared library.

Checksums

MD5 66ead45632213b564bf7c90bb89dc5dd
SHA1 0aac702ac908ba0af38b32ffb6f91544737a6593
SHA256 5b776e53d0342a7780083355b241896a6f2f94bf92d0314913c51ccf967b59d2
SHA512 a0abb48732f685eb356a22655871ae99ae9369b738c86ed320ab72514c87aed11a9037a98f1225b37f63760f9fd550b2592c8fbdb6543be1e386c46259fdde5f

Depends

  • libc6 (>= 2.14), libgcc1 (>= 1:3.0), libsnappy1v5, libstdc++6 (>= 5.2)

Conflicts

  • libleveldb1

Replaces

  • libleveldb1

Files

  • /usr/share/doc/libleveldb1d/copyright
  • /usr/share/doc/libleveldb1d/changelog.Debian.gz
  • /usr/lib/x86_64-linux-gnu/libleveldb.so.1d.20

Uploaded

about 4 years ago

Package Size

133 KB

Installed Size

378 KB

Downloads

7

wget

wget --content-disposition "https://packagecloud.io/qxip/hepic-pub/packages/debian/stretch/libleveldb1d_1.20-2.1_amd64.deb/download.deb?distro_version_id=149"

Homepage

https://github.com/google/leveldb