package irmin

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.8.2.tar.gz
md5=08ed1a090b91a6b304311893f2c08352

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

Dependencies (16)

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

Dev Dependencies

None

Used by (2)

  1. datakit-client-git < "0.12.2"
  2. imaplet-lwt < "0.1.3"

Conflicts

None