Brassaia_tezos
module Schema : sig ... end
module Conf : Brassaia_pack.Conf.S
module Store :
Brassaia_pack_unix.S
with type Schema.Hash.t = Schema.Hash.t
and type Schema.Branch.t = Schema.Branch.t
and type Schema.Contents.t = Schema.Contents.t
and type Backend.Remote.endpoint = unit
and type contents_key = Schema.Hash.t Brassaia_pack_unix.Pack_key.t
and type node_key = Schema.Hash.t Brassaia_pack_unix.Pack_key.t
and type commit_key = Schema.Hash.t Brassaia_pack_unix.Pack_key.t
An brassaia-pack-unix
store. This provides the common Brassaia
interface with brassaia-pack-unix
specific extensions.