Module Irmin_git_unix.Mem

module G = Irmin_git.Mem
type endpoint = Mimic.ctx * Smart_git.Endpoint.t
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) : sig ... end
module KV (C : Irmin.Contents.S) : sig ... end
module Ref (C : Irmin.Contents.S) : sig ... end