Module Git.Blob

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