Module type Irmin_mirage_git.Maker

module G : Irmin_git.G
type endpoint = Mimic.ctx * Smart_git.Endpoint.t
module Make (Schema : Irmin_git.Schema.S with type Hash.t = G.hash with type Node.t = G.Value.Tree.t and type Commit.t = G.Value.Commit.t) : sig ... end