leveldbversion

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
Authormfp@acm.org
LicenseLGPL+static
Published
Homepagehttps://github.com/mfp/ocaml-leveldb
Issue Trackerhttps://github.com/mfp/ocaml-leveldb/issues
Maintainermfp@acm.org
Dependencies
Source [http] https://github.com/mfp/ocaml-leveldb/archive/1.1.0.tar.gz
md5=63b3961fb3a34cb099fe0587ec20b148
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/leveldb/leveldb.1.1.0/opam
Required by