package yocaml_git

  1. Overview
  2. Docs
Yocaml plugins for generating Yocaml program into a Git repository

Install

dune-project
 Dependency

Authors

Maintainers

Sources

yocaml-2.5.0.tbz
sha256=0237452eeba7ad902bc742b0bb038b8b8c8e8ce470f05bc42357c5b408e2b451
sha512=0a7df3e9ddd8643388282e5c7cb423b5ec9767cca29d696d2c242d6a35ba776cc4a1e8b4cd448af0f8c4b372eb9b1cb279f0d7b381594defb7fa5e8f57e94973

doc/yocaml_git/Yocaml_git/Required/index.html

Module Yocaml_git.Required

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.