package yocaml_git

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

Interfaces required.

Requirements for building a Git Runtime.

module type SOURCE = sig ... end

Describes a natural transformation allowing a Yocaml program of type ‘a t to be transformed into a program of type ’a Lwt.t (so that it can be used via Yocaml_git.

module type CONFIG = sig ... end

Store configuration.

OCaml

Innovation. Community. Security.