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/ocaml-leveldb-1.0.3.tar.gz sha256=fd349e058f47a61be4f5a0bb888184c0298d08b0c29f69463e98d6e7c21936e6 md5=68ce7bda83d28cd14bf817355e9781af |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/leveldb/leveldb.1.0.3/opam |
Required by