package leveldb

  1. Overview
  2. Docs
OCaml bindings for Google's LevelDB library.

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-leveldb-1.2.0.tar.gz
md5=8cef3b4eff21b5b33c0e1ac6a8d3f772

Description

These bindings expose nearly the full LevelDB C++ API, including:

  • iterators
  • snapshots
  • batch updates
  • support for custom comparators

Blocking functions release the OCaml runtime system, allowing to:

  • run them in parallel with other OCaml code
  • perform multiple LevelDB operations in parallel

Published: 30 Mar 2018

Dependencies (4)

  1. conf-leveldb
  2. omake build
  3. ocamlfind build
  4. ocaml >= "4.03" & < "4.09.0"

Dev Dependencies (1)

  1. ounit with-test

Used by (1)

  1. obigstore

Conflicts

None