Schema.Sinclude Irmin.Schema.S
with module Metadata = Metadata
and module Branch := Branch
and type Info.t = Irmin.Info.default
and type Path.step = string
and type Path.t = string listmodule Hash : Irmin.Hash.SSignature for digest hashes, inspired by Digestif.
module Info : Irmin.Info.S with type t = Irmin.Info.defaultmodule Metadata = Metadatamodule Path : Irmin.Path.S with type step = string with type t = string listmodule Contents : Irmin.Contents.Smodule Node :
Irmin.Node.S
with type metadata = Metadata.t
and type step = Path.step
and type hash = Hash.t