Context.Schemainclude Irmin.Schema.S
with type Contents.t = bytes
with type Metadata.t = unit
with type Path.t = string list
with type Path.step = string
with type Branch.t = string
with module Info = Irmin.Info.Default
with type Hash.t = Hash.tmodule Hash : Irmin.Hash.S with type t = Hash.tSignature for digest hashes, inspired by Digestif.
module Branch : Irmin.Branch.S with type t = stringmodule Info = Irmin.Info.Defaultmodule Metadata : Irmin.Metadata.S with type t = unitmodule Path : Irmin.Path.S with type t = string list with type step = stringmodule Contents : Irmin.Contents.S with type t = bytesmodule Node
(Contents_key : Irmin.Key.S with type hash = Hash.t)
(Node_key : Irmin.Key.S with type hash = Hash.t) :
Irmin.Node.Generic_key.S
with type metadata = Metadata.t
and type step = Path.step
and type hash = Hash.t
and type contents_key = Contents_key.t
and type node_key = Node_key.tmodule Commit
(Node_key : Irmin.Key.S with type hash = Hash.t)
(Commit_key : Irmin.Key.S with type hash = Hash.t) :
Irmin.Commit.Generic_key.S
with module Info := Info
and type node_key = Node_key.t
and type commit_key = Commit_key.t