irmin
Irmin, the database that never forgets
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 25 Jun 2014
- Authors
- Maintainers
Sources
Dependencies
ocamlbuild
build
crunch
>= "1.2.0"
git
= "1.2.0"
cohttp
>= "0.10.0" & < "0.12.0"
uri
>= "1.3.12"
core_kernel
>= "109.55.02"
dolog
>= "0.4" & <= "0.6"
sha
>= "1.9"
lwt
>= "2.4.5"
ezjsonm
>= "0.2.0" & < "0.4.0"
ocaml
>= "4.01.0"
Reverse Dependencies