package git

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

Module Git.TagSource

A Git Tag object.

Sourcemodule type S = sig ... end
Sourcemodule Make (Hash : sig ... end) : S with module Hash := Hash

The functor to make the OCaml representation of the Git Tag object by a specific hash implementation.