package irmin-mirage-git

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

Module Irmin_mirage_git.MemSource

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

Sourcetype endpoint = Mimic.ctx * Smart_git.Endpoint.t
Sourcemodule 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
Sourcemodule KV : KV_maker with type branch = string
Sourcemodule KV_RO : KV_RO with type git := G.t
Sourcemodule KV_RW (C : Mirage_clock.PCLOCK) : KV_RW with type git := G.t
OCaml

Innovation. Community. Security.