package irmin

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

Install

Authors

Maintainers

Sources

irmin-1.4.0.tbz
md5=e214dd3832bbe7b83df6c77263ac525b

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: 11 Jun 2018

Dependencies (12)

  1. astring
  2. logs >= "0.5.0"
  3. hex >= "0.2.0"
  4. ocamlgraph
  5. lwt >= "2.4.7"
  6. jsonm >= "1.0.0"
  7. cstruct >= "1.6.0" & < "6.1"
  8. uri >= "1.3.12"
  9. fmt >= "0.8.0"
  10. result < "1.5"
  11. jbuilder >= "1.0+beta10"
  12. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (7)

  1. datakit >= "0.12.2"
  2. datakit-bridge-local-git >= "0.10.0"
  3. imaplet-lwt >= "0.1.8" & < "0.1.10"
  4. irmin-git = "1.3.0"
  5. irmin-http < "2.0.0"
  6. irmin-mirage >= "1.2.0" & < "2.0.0"
  7. irmin-unix >= "1.3.0" & < "2.0.0"

Conflicts

None