package irmin-mirage-git

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

Module Irmin_mirage_gitSource

Sourcemodule type S = sig ... end
Sourcemodule type Maker = sig ... end
Sourcemodule type KV_maker = sig ... end
Sourcemodule type KV_RO = sig ... end
Sourcemodule type KV_RW = sig ... end
Sourcemodule Maker (G : Irmin_git.G) : Maker with module G := G
Sourcemodule KV (G : Irmin_git.G) : KV_maker with type branch = string and module G := G
Sourcemodule Ref (G : Irmin_git.G) : KV_maker with type branch = Irmin_git.reference and module G := G
Sourcemodule KV_RO (G : Irmin_git.G) : KV_RO with type git := G.t

Functor to create a MirageOS' KV_RO store from a Git repository. The key "/HEAD" always shows the current HEAD.

Sourcemodule KV_RW (G : Irmin_git.G) (C : Mirage_clock.PCLOCK) : KV_RW with type git := G.t

Functor to create a MirageOS' KV_RW store from a Git repository.

Sourcemodule Mem : sig ... end

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

OCaml

Innovation. Community. Security.