![]() |
![]()
| ![]() |
![]()
NAMEdune - composable build system for OCaml SYNOPSISdune build [--watch] dune runtest [--watch] dune exec NAME dune utop [DIR] dune install dune init project NAME [PATH] [--libs=l1,l2 --ppx=p1,p2 --inline-tests] DESCRIPTIONDune is a build system designed for OCaml projects only. It focuses on providing the user with a consistent experience and takes care of most of the low-level details of OCaml compilation. All you have to do is provide a description of your project and Dune will do the rest. The scheme it implements is inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, which means that it is highly tested and productive. COMMAND ALIASES
COMMANDS
COMMON OPTIONSThese options are common to all commands.
MORE HELPUse `dune COMMAND --help' for help on a single command. EXIT STATUSdune exits with the following status:
ENVIRONMENTThese environment variables affect the execution of dune:
BUGSCheck bug reports at https://github.com/ocaml/dune/issues EXAMPLES
|