irmin-pack.unix
Irmin_pack_unix.KV
irmin-pack
irmin-pack.mem
module Config : Irmin_pack.Conf.S
type endpoint = unit
type hash = Irmin.Schema.default_hash
include module type of struct include Pack_key.Store_spec end
type ('h, _) contents_key = 'h Pack_key.t
type 'h node_key = 'h Pack_key.t
type 'h commit_key = 'h Pack_key.t
module Maker : sig ... end
type metadata = Irmin.Metadata.None.t
module Make (C : Irmin.Contents.S) : sig ... end