Irmin_tezos
module Schema : sig ... end
module Conf : Irmin_pack.Conf.S
module Store :
Irmin_pack_unix.S
with type Schema.Hash.t = Schema.Hash.t
and type Schema.Branch.t = Schema.Branch.t
and type Schema.Metadata.t = Schema.Metadata.t
and type Schema.Path.t = Schema.Path.t
and type Schema.Path.step = Schema.Path.step
and type Schema.Contents.t = Schema.Contents.t
and type Backend.Remote.endpoint = unit
and type contents_key = Schema.Hash.t Irmin_pack_unix.Pack_key.t
and type node_key = Schema.Hash.t Irmin_pack_unix.Pack_key.t
and type commit_key = Schema.Hash.t Irmin_pack_unix.Pack_key.t
An irmin-pack-unix
store. This provides the common Irmin
interface with irmin-pack-unix
specific extensions.