package ocamlbuild
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OCamlbuild is a build system with builtin rules to easily build most OCaml projects.
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.14.0.tar.gz
sha256=87b29ce96958096c0a1a8eeafeb6268077b2d11e1bf2b3de0f5ebc9cf8d42e78
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 ... endmodule type SET = sig ... endmodule type LIST = sig ... endmodule type STRING = sig ... endmodule type TAGS = sig ... endmodule type PATHNAME = sig ... endmodule type COMMAND = sig ... endProvides an abstract type for easily building complex shell commands without making quotation mistakes.
module type GLOB = sig ... endA self-contained module implementing extended shell glob patterns who have an expressive power equal to boolean combinations of regular expressions.
module type LOG = sig ... endModule for modulating the logging output with the logging level.
module type OUTCOME = sig ... endmodule type MISC = sig ... endmodule type OPTIONS = sig ... endmodule type ARCH = sig ... endmodule type FINDLIB = sig ... endFindlib / Ocamlfind tools.
module type PLUGIN = sig ... endThis module contains the functions and values that can be used by plugins.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>