package index

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

Install

Dune Dependency

Authors

Maintainers

Sources

index-1.2.0.tbz
sha256=c639104eacbf50254c2edc053a46e38107c79148ec14f8c1bbbbdf2a5ad08434
sha512=630fca9e2262c6fdb849e3f5b5dd8e17f3d972c80be10ee97c70f3926433a2cda697b2bb87da9aee731689e3ad25a7089b8e1f37bb0602223f0b2ecf50657262

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: 26 Feb 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 (5)

  1. stdlib-shims
  2. logs >= "0.7.0"
  3. fmt >= "0.8.5"
  4. dune >= "1.11.0"
  5. 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.2.0"

Conflicts

None