package irmin

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

irmin-2.7.2.tbz
sha256=29c68c5001a727aaa7a6842d6204ffa3e24b3544fa4f6af2234cdbfa032f7fdf
sha512=87254dfe640619b678a95c211435c0deaaaac8bec50bba711757dd610c9fe6d9a80938399b7e2bb7bc813116eebc82bf3474b281d1afcd1031586f3d51579925

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: 21 Jul 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 >= "5.3.0"
  8. jsonm >= "1.0.0"
  9. uutf
  10. uri >= "1.3.12"
  11. fmt >= "0.8.5"
  12. repr >= "0.4.0" & < "0.5.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 (3)

  1. irmin-layers = "2.7.2"
  2. irmin-pack = "2.7.2"
  3. tezos-context < "12.3"

Conflicts (1)

  1. result < "1.5"