Irmin_mirage_git.Mem
Embed an Irmin store into an in-memory Git repository.
module G : Irmin_git.G
module Make
(Schema :
Irmin_git.Schema.S
with type Hash.t = G.hash
and type Node.t = G.Value.Tree.t
and type Commit.t = G.Value.Commit.t) :
S
with module Git = G
and type Backend.Remote.endpoint = endpoint
and module Schema := Schema
module Ref : KV_maker with type branch = Irmin_git.reference