SignaturesThis 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.