package irmin

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.7.0.tar.gz
md5=ec810507817548e76f83e4f0bf1fa064

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: 21 May 2014

Dependencies (17)

  1. ocamlbuild build
  2. git >= "1.0.2" & <= "1.1.0"
  3. lazy-trie
  4. alcotest
  5. cmdliner
  6. ssl
  7. cohttp >= "0.10.0" & < "0.12.0"
  8. uri >= "1.3.12"
  9. core_kernel >= "109.55.02"
  10. mstruct
  11. dolog >= "0.4" & <= "0.6"
  12. re
  13. sha >= "1.9"
  14. lwt
  15. ocamlgraph
  16. ezjsonm >= "0.2.0" & < "0.4.0"
  17. ocaml >= "4.01.0"

Dev Dependencies

None

Used by (1)

  1. datakit-client-git < "0.12.2"

Conflicts

None