1DUNE-OCAML(1) Dune Manual DUNE-OCAML(1)
2
3
4
6 dune-ocaml
7
9 dune ocaml COMMAND …
10
12 dump-dot-merlin [OPTION]… [PATH]
13 Print Merlin configuration
14
15 ocaml-merlin [OPTION]…
16 Start a merlin configuration server
17
18 top [OPTION]… [DIR]
19 Print a list of toplevel directives for including directories and
20 loading cma files.
21
22 top-module [OPTION]… [MODULE]
23 Print a list of toplevel directives for loading a module into the
24 topevel.
25
26 utop [OPTION]… [DIR] [ARGS]…
27 Load library in utop
28
30 --help[=FMT] (default=auto)
31 Show this help in format FMT. The value FMT must be one of auto,
32 pager, groff or plain. With auto, the format is pager or plain
33 whenever the TERM env var is dumb or undefined.
34
35 --version
36 Show version information.
37
39 ocaml exits with the following status:
40
41 0 on success.
42
43 123 on indiscriminate errors reported on standard error.
44
45 124 on command line parsing errors.
46
47 125 on unexpected internal errors (bugs).
48
50 dune(1)
51
52
53
54Dune n/a DUNE-OCAML(1)