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

A content-addressable store is an indexed read-write store in which values are keyed directly by their hashes.

module Make (V : Irmin.Type.S) : S with type value = V.t

A content-addressable store is an indexed read-write store in which values are keyed directly by their hashes.