Module Git.Tree

A Git Tree 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 Tree object by a specific hash implementation.