package irmin

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

Install

Authors

Maintainers

Sources

irmin-2.6.1.tbz
sha256=7729777c336f716a064f3c698a25412efb2ce830bc0f3f9e5248d3caac66e4a6
sha512=15c8aae18bbc4dbb86708caf0fe41f621a41db38645d1a7e93fb9c1c5e3fea33c6dfbf0ffbed499b1482674b88dd5c847110dc54d9956c9c20dec3d9d4e5f145

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: 04 May 2021

Dependencies (14)

  1. ppx_irmin = version
  2. astring
  3. bheap >= "2.0.0"
  4. logs >= "0.5.0"
  5. ocamlgraph
  6. digestif >= "0.9.0"
  7. lwt >= "2.4.7"
  8. jsonm >= "1.0.0"
  9. uutf
  10. uri >= "1.3.12"
  11. fmt >= "0.8.5"
  12. repr >= "0.2.0" & < "0.4.0"
  13. dune >= "2.7.0"
  14. ocaml >= "4.08.0"

Dev Dependencies (3)

  1. alcotest-lwt with-test
  2. alcotest >= "1.1.0" & with-test
  3. hex with-test

Used by (12)

  1. irmin-chunk = "2.6.1"
  2. irmin-containers = "2.6.1"
  3. irmin-fs = "2.6.1"
  4. irmin-git = "2.6.1"
  5. irmin-graphql = "2.6.1"
  6. irmin-http = "2.6.1"
  7. irmin-layers = "2.6.1"
  8. irmin-mirage = "2.6.1"
  9. irmin-pack = "2.6.1"
  10. irmin-test = "2.6.1"
  11. irmin-unix = "2.6.1"
  12. tezos-storage >= "9.0"

Conflicts (1)

  1. result < "1.5"