package irmin-mirage-git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Embed an Irmin store into an in-memory Git repository.

module G : Irmin_git.G
module Make (C : Irmin.Contents.S) (P : Irmin.Path.S) (B : Irmin.Branch.S) : S with type key = P.t and type step = P.step and module Key = P and type contents = C.t and type branch = B.t and module Git = G
module Ref (C : Irmin.Contents.S) : S with type key = string list and type step = string and type contents = C.t and type branch = Irmin_git.reference and module Git = G
module KV (C : Irmin.Contents.S) : S with type key = Irmin.Path.String_list.t and type step = string and module Key = Irmin.Path.String_list and type contents = C.t and type branch = string and module Git = G
module KV_RO : KV_RO with type git := G.t
module KV_RW (C : Mirage_clock.PCLOCK) : KV_RW with type git := G.t