Brassaia.SchemaStore schemas
module type S = sig ... endmodule type Extended = sig ... endtype default_hash = Hash.BLAKE2B.tmodule type KV =
Extended
with type Hash.t = default_hash
and type Branch.t = string
and type Info.t = Info.default