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.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 ... 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)"
>