irmin-pack.unix
Irmin_pack_unix.Maker
irmin-pack
irmin-pack.mem
module Config : Irmin_pack.Conf.S
type endpoint = unit
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 Make (Schema : Irmin.Schema.Extended) : sig ... end