package irmin

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.9.1.tar.gz
md5=5ffa15c5d7dac0fef2e5df189ba72874

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: 26 Dec 2014

Dependencies (17)

  1. ocamlbuild build
  2. crunch
  3. cmdliner
  4. re
  5. hex
  6. stringext >= "1.1.0"
  7. bin_prot < "113.01.00"
  8. uri >= "1.3.12"
  9. mstruct
  10. mirage-tc >= "0.3.0"
  11. cstruct >= "1.0.1"
  12. dolog >= "1.0" & < "4.0.0"
  13. nocrypto >= "0.2.2"
  14. lwt >= "2.4.5"
  15. ocamlgraph
  16. ezjsonm >= "0.4.0" & < "0.4.2"
  17. ocaml >= "4.01.0" & < "4.02.2"

Dev Dependencies (4)

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

Used by (2)

  1. datakit-client-git < "0.12.2"
  2. imaplet-lwt >= "0.1.3" & < "0.1.8"

Conflicts (2)

  1. cohttp < "0.15.0"
  2. git != "1.4.3"