package irmin-git

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

Module Irmin_git.Atomic_writeSource

Use Git as an atomic-write store. Values will be stored into .git/refs. When using the Git filesystem backend, branch names .

Parameters

module G : Git.S

Signature

Sourcemodule type S = Irmin.Atomic_write.S with type value = G.Hash.t
Sourcemodule Make (K : Irmin.Branch.S) : S with type key = K.t
OCaml

Innovation. Community. Security.