package index

  1. Overview
  2. Docs
A platform-agnostic multi-level index for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

index-1.2.1.tbz
sha256=cd80c43fd046b3d405b567eed237ad25450140e931d1eef5015ee6af74362ba9
sha512=1f9a7f02309450c0c64b2b92ef1ef367b10fae65af7ff451976c8fef7c88929527e4561bea8360e9dd34af50187c816f1ab716e234d24a81b43ca718e0b52ee2

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.

Published: 24 Jun 2020

README

Index - a platform-agnostic multi-level index

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.

Dependencies (6)

  1. stdlib-shims
  2. mtime >= "1.0.0"
  3. logs >= "0.7.0"
  4. fmt >= "0.8.5"
  5. dune >= "1.11.0"
  6. ocaml >= "4.06.0" & < "4.12.0"

Dev Dependencies (3)

  1. re with-test
  2. crowbar with-test
  3. alcotest with-test

Used by (1)

  1. irmin-pack < "2.3.0"

Conflicts

None