package git

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

A Git Blob object.

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