• en

leveldb

OCaml bindings for Google's LevelDB library.

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
License LGPL+static
Homepage https://github.com/mfp/ocaml-leveldb
Maintainer mfp@acm.org

Events

Feb 20, 2014

Published version 1.0.3

Jan 8, 2014

Published version 1.0.2