package irmin

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

Install

Authors

Maintainers

Sources

irmin-2.7.0.tbz
sha256=9f7f0f44bc4f3fbdc3d2c4a7605c3f0076afa8dd4a15dca2231b3d831fe64178
sha512=de25ecd42ef4322b36a423b1e64e09e8f2c0028955d337637e16883937522f914ad4a066a2bd43b5ce61c5e2ce8042b3e7f617b8107509a2c3b2e7e0d75f71df

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: 27 Jun 2021

Dependencies (15)

  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. result >= "1.5"
  11. uri >= "1.3.12"
  12. fmt >= "0.8.5"
  13. repr >= "0.4.0" & < "0.5.0"
  14. dune >= "2.7.0"
  15. ocaml >= "4.08.0"

Dev Dependencies (3)

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

Conflicts

None