indexversion

A platform-agnostic multi-level index for OCaml

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.

AuthorsCraig Ferguson <craig@tarides.com>, Thomas Gazagnaire <thomas@tarides.com>, Ioana Cristescu <ioana@tarides.com> and Clément Pascutto <clement@tarides.com>
LicenseMIT
Published
Homepagehttps://github.com/mirage/index
Issue Trackerhttps://github.com/mirage/index/issues
MaintainerClement Pascutto
Dependencies
Source [http] https://github.com/mirage/index/releases/download/1.0.1/index-1.0.1.tbz
sha256=7f2f9efe3ed8b0a434ddf819c835f12ec03c21bc6f9ca6b7904407f146e60680
sha512=47a62af9a60a059dd4b40a32d841b1afa87a64e6cd65024dbf26622b30e7187e5cc482279143d87e4216fb94d7c9cfcf4c19bedbe7f930877b200a637a858092
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/index/index.1.0.1/opam
Required by