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 |
Dependencies |
|
Source [http] | https://github.com/mfp/ocaml-leveldb/archive/1.1.2.tar.gz sha256=9abba84d8354c3cd21b500c1fa166766ec4bdde791119126ca656b660e69965a md5=690910f2bf70b4b1b2f6ca1a2075ac0a |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/leveldb/leveldb.1.1.2/opam |
Required by