package ocamlbuild

  1. Overview
  2. Docs
OCamlbuild is a build system with builtin rules to easily build most OCaml projects

Install

Dune Dependency

Authors

Maintainers

Sources

0.16.1.tar.gz
sha512=e918b9a0081f271e507c7a4f4d5d5a7cdf818ca51c52acec1bac85ddad5f6cad078cb3c568252fbcf5401c2d75323ed8f50fdd881bda1c9632840320408393ae

doc/ocamlbuild/Signatures/index.html

Module Signatures

This module contains all module signatures that the user could use to build an ocamlbuild plugin.

module type OrderedTypePrintable = sig ... end
module type SET = sig ... end
module type LIST = sig ... end
module type STRING = sig ... end
module type TAGS = sig ... end
module type PATHNAME = sig ... end
module type COMMAND = sig ... end

Provides an abstract type for easily building complex shell commands without making quotation mistakes.

module type GLOB = sig ... end

A self-contained module implementing extended shell glob patterns who have an expressive power equal to boolean combinations of regular expressions.

module type LOG = sig ... end

Module for modulating the logging output with the logging level.

module type OUTCOME = sig ... end
module type MISC = sig ... end
module type OPTIONS = sig ... end
module type ARCH = sig ... end
module type FINDLIB = sig ... end

Findlib / Ocamlfind tools.

module type PLUGIN = sig ... end

This module contains the functions and values that can be used by plugins.

OCaml

Innovation. Community. Security.