Module Git.Tag

A Git Tag object.

module type S = sig ... end
module Make : functor (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.