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.2.1/index-1.2.1.tbz
sha256=cd80c43fd046b3d405b567eed237ad25450140e931d1eef5015ee6af74362ba9
sha512=1f9a7f02309450c0c64b2b92ef1ef367b10fae65af7ff451976c8fef7c88929527e4561bea8360e9dd34af50187c816f1ab716e234d24a81b43ca718e0b52ee2
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/index/index.1.2.1/opam
Required by