package git

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

Module Git.BlobSource

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

OCaml

Innovation. Community. Security.