Ocamlbuild
From Gallium
[edit]
Documentation
- List and usage of special files.
- List and usage of built-in tags.
- The solver mechanism: what are rules and tags?
- Using ocamlfind with ocamlbuild (integrated since OCaml 3.12, plugin for earlier versions).
[edit]
Plugin examples
- Basic example using ocamlbuild with macros. When the INCLUDE'd files are not in the root directory of the project, one has to take care to pass the correct -I option to camlp4 as explained here.
[edit]
F.A.Q.
- Using alphaCaml with ocamlbuild (can be useful as template for another simple package)
