package git

  1. Overview
  2. Docs

Functions to manipulate the graph of Git objects.

module K : Graph.Sig.I with type V.t = Hash.t

The graph of Git keys.

module Make (S : Store.S) : sig ... end