index
A platform-agnostic multi-level index for OCaml
Description
Index is a scalable implementation of persistent indices in OCaml.
It takes an arbitrary IO implementation and user-supplied content types and supplies a standard key-value interface for persistent storage. Index provides instance sharing by default: each OCaml run-time shares a common singleton instance.
Index supports multiple-reader/single-writer access. Concurrent access is safely managed using lock files.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 24 Jun 2020
- Authors
- Maintainers
Sources
index-1.2.1.tbz
sha256=cd80c43fd046b3d405b567eed237ad25450140e931d1eef5015ee6af74362ba9
sha512=1f9a7f02309450c0c64b2b92ef1ef367b10fae65af7ff451976c8fef7c88929527e4561bea8360e9dd34af50187c816f1ab716e234d24a81b43ca718e0b52ee2
Dependencies
re
with-test
crowbar
with-test
alcotest
with-test
mtime
>= "1.0.0"
logs
>= "0.7.0"
fmt
>= "0.8.5"
dune
>= "1.11.0"
ocaml
>= "4.06.0" & < "4.12.0"
Reverse Dependencies
irmin-pack
< "2.3.0"