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
Author | mfp@acm.org |
---|---|
License | LGPL+static |
Published | |
Homepage | https://github.com/mfp/ocaml-leveldb |
Issue Tracker | https://github.com/mfp/ocaml-leveldb/issues |
Maintainer | mfp@acm.org |
Available | false |
Dependencies | |
Source [http] | https://github.com/mfp/ocaml-leveldb/archive/ocaml-leveldb-1.0.2.tar.gz sha256=d767a28218455fe1d4528798ea41976839dbe6b02f83a78be03aabbdb21c2952 md5=3aa286567a0ef693de47bf0769a8a3d3 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/leveldb/leveldb.1.0.2/opam |
Required by