Irmin.Content_addressable
Content-addressable backends.
module type S = sig ... end
A content-addressable store is an indexed read-write store in which values are keyed directly by their hashes.
module type Maker = sig ... end
module Make
(Append_only_maker : Append_only.Maker)
(Hash : Hash.S)
(Value : Type.S) :
sig ... end
module Check_closed (M : Maker) : Maker