package irmin-git

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

Use Git as a content-addressable store. Values will be stored into .git/objects.

Parameters

module G : Git.S

Signature

module type S = Irmin.Content_addressable.S with type key = G.Hash.t
module Make (V : Irmin.Type.S) : S with type value = V.t
OCaml

Innovation. Community. Security.