Irmin_pack_unix.KV
module Config : Irmin_pack.Conf.S
type hash = Irmin.Schema.default_hash
include Pack_key.Store_spec
type ('h, _) contents_key = 'h Pack_key.t
type 'h node_key = 'h Pack_key.t
type 'h commit_key = 'h Pack_key.t
type metadata = Irmin.Metadata.None.t
module Make (C : Irmin.Contents.S) : sig ... end
An irmin-pack-unix
store. This provides the common Irmin
interface with irmin-pack-unix
specific extensions.