irmin.mem
Irmin_mem.KV
Constructor for in-memory KV stores.
irmin
irmin.data
irmin.unix
type endpoint = unit
type metadata = unit
type hash
include Irmin.Key.Store_spec.S with type ('h, _) contents_key = 'h with type 'h node_key = 'h with type 'h commit_key = 'h
type ('h, _) contents_key = 'h
type 'h node_key = 'h
type 'h commit_key = 'h
module Make (C : Irmin.Contents.S) : sig ... end