Irmin_git.Generic_KV
module CA : Irmin.Content_addressable.Maker
module AW : Irmin.Atomic_write.Maker
type info = Irmin.Info.default
include Irmin.Key.Store_spec.S
with type ('h, _) contents_key = 'h
with type 'h node_key = 'h
with type 'h commit_key = 'h
module Make (C : Irmin.Contents.S) : sig ... end