package irmin

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.9.9.tar.gz
md5=ca3763989c291d96a7fc24047268a257

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: 14 Aug 2015

Dependencies (16)

  1. ocamlbuild build
  2. crunch
  3. cmdliner
  4. re
  5. hex
  6. stringext >= "1.1.0"
  7. uri >= "1.3.12"
  8. mstruct
  9. mirage-tc >= "0.3.0"
  10. cstruct >= "1.0.1"
  11. dolog >= "0.4" & < "4.0.0"
  12. lwt >= "2.4.7" & < "2.7.0"
  13. ocamlgraph
  14. ezjsonm = "0.4.1" & < "0.5.0"
  15. ocamlfind build
  16. ocaml >= "4.01.0"

Dev Dependencies (4)

  1. alcotest with-test & >= "0.4.1"
  2. cohttp with-test
  3. git with-test
  4. base-unix with-test

Used by (9)

  1. datakit-client-git < "0.12.2"
  2. dog = "0.2.0"
  3. imaplet-lwt >= "0.1.8" & < "0.1.15"
  4. irmin-indexeddb = "0.2"
  5. irmin-unix = "0.9.9"
  6. jitsu < "0.3.0"
  7. merge-queues >= "0.2.0"
  8. merge-ropes >= "0.2.0"
  9. mirage-irmin

Conflicts (4)

  1. git-unix >= "1.10.0"
  2. git >= "1.8.0"
  3. git < "1.7.1"
  4. cohttp < "0.18.3"