package irmin

  1. Overview
  2. Docs
Irmin, a distributed database that follows the same design principles as Git

Install

Authors

Maintainers

Sources

irmin-2.2.0.tbz
sha256=a44e018495336e0f632433fcae7b4e84699938a7110212da9e3818b35048fc3f
sha512=8dd9e9f09877a5541ee1be3387e041f63e6b522f9efac388d72199f965b0692f2502e93c1ddc2a5f959289fa2f75f06849582cffbcc201de19e9bd50413f6115

Description

Irmin is a library for persistent stores with built-in snapshot, branching and reverting mechanisms. It is designed to use a large variety of backends. Irmin is written in pure OCaml and does not depend on external C stubs; it aims to run everywhere, from Linux, to browsers and Xen unikernels.

Published: 28 Jun 2020

Dependencies (11)

  1. astring
  2. logs >= "0.5.0"
  3. ocamlgraph
  4. digestif
  5. base64 >= "3.0.0"
  6. lwt >= "2.4.7"
  7. jsonm >= "1.0.0"
  8. uri >= "1.3.12"
  9. fmt >= "0.8.5"
  10. dune >= "1.8.0"
  11. ocaml >= "4.07.0"

Dev Dependencies (3)

  1. ppx_irmin with-test
  2. alcotest with-test
  3. hex with-test

Used by (12)

  1. irmin-chunk = "2.2.0"
  2. irmin-fs = "2.2.0"
  3. irmin-git = "2.2.0"
  4. irmin-graphql = "2.2.0"
  5. irmin-http = "2.2.0"
  6. irmin-indexeddb >= "2.0"
  7. irmin-mem = "2.2.0"
  8. irmin-mirage = "2.2.0"
  9. irmin-pack = "2.2.0"
  10. irmin-test = "2.2.0"
  11. irmin-unix = "2.2.0"
  12. tezos-storage >= "8.0" & < "9.0"

Conflicts

None