Irmin_git.Content_addressable
Use Git as a content-addressable store. Values will be stored into .git/objects
.
module type S = Irmin.Content_addressable.S with type key = G.Hash.t
A content-addressable store is an indexed read-write store in which values are keyed directly by their hashes.