package index

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

Install

Dune Dependency

Authors

Maintainers

Sources

index-1.0.0.tbz
sha256=9e2b60bffcad828b2c732cbdfb6c35627443062fb482d08e431035f78e54584a
sha512=44d710f5ef3007abfbbab4bcc8d408e59d55f109fff81c7be6513fb838092039b6af4371f6df14d1746eaa0b9784549ebfecd9cf8b0578fa831281162ba635e3

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: 15 Nov 2019

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 (4)

  1. logs >= "0.7.0"
  2. fmt >= "0.8.6"
  3. dune >= "1.11.0"
  4. 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.1.0"

Conflicts

None

OCaml

Innovation. Community. Security.