package irmin

  1. Overview
  2. No Docs
Irmin, the database that never forgets

Install

Dune Dependency

Authors

Maintainers

Sources

0.11.1.tar.gz
md5=65dfd069bb7af4a4f7a58185b37d97a8

Description

Irmin is a distributed database with built-in snapshot, branch and revert mechanisms. It is designed to use a large variety of backends, although it is optimized for append-only store.

Irmin is written in pure OCaml. It can thus be compiled to Javascript -- and run in the browsers; or into a MirageOS unikernel -- and run directly on top of Xen.

Published: 15 Jun 2016

Dependencies (16)

  1. crunch
  2. cmdliner
  3. re < "1.7.2"
  4. hex
  5. stringext >= "1.1.0"
  6. uri >= "1.3.12"
  7. mstruct
  8. mirage-tc >= "0.3.0"
  9. cstruct >= "1.6.0"
  10. fmt
  11. logs >= "0.5.0"
  12. lwt >= "2.4.7"
  13. ocamlgraph
  14. ezjsonm >= "0.4.2" & < "0.5.0"
  15. ocamlfind build
  16. ocaml >= "4.01.0"

Dev Dependencies

None

Used by (5)

  1. datakit-client-git < "0.12.2"
  2. dog >= "0.2.1"
  3. imaplet-lwt >= "0.1.8" & < "0.1.10"
  4. irmin-unix = "0.9.9"
  5. jitsu >= "0.3.0"

Conflicts (6)

  1. conduit < "0.9.0"
  2. git-unix >= "1.10.0"
  3. git >= "1.10.0"
  4. git < "1.8.0"
  5. cohttp >= "0.99.0"
  6. cohttp < "0.18.3"