package irmin

  1. Overview
  2. Docs
Irmin, a distributed database that follows the same design principles as Git

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.9.0.tbz
sha256=8e073abe1b5ffb5b6d58c32606c9d7dabc32c53501756be80a92ed4777ad51a0
sha512=70769a8d36520626fecd6f68e5f3abe6a0d67a65af915312206cc3f4da230df48512faee178aa6e899d3fb640b9340f6c92486185be5432a1a1a161c70386c99

doc/irmin/Irmin/module-type-Maker/index.html

Module type Irmin.MakerSource

Maker is the signature exposed by any backend providing S implementations. Maker.Make is parameterised by Schema.S. It does not use any native synchronization primitives.

Sourcetype endpoint
include Key.Store_spec.S with type ('h, _) contents_key = 'h with type 'h node_key = 'h with type 'h commit_key = 'h
Sourcetype ('h, _) contents_key = 'h
Sourcetype 'h node_key = 'h
Sourcetype 'h commit_key = 'h
Sourcemodule Make (Schema : Schema.S) : sig ... end
OCaml

Innovation. Community. Security.