1DUNE-OCAML(1) Dune Manual DUNE-OCAML(1)
2
3
4
6 dune-ocaml - Command group related to OCaml.
7
9 dune ocaml COMMAND …
10
12 dump-dot-merlin [OPTION]… [PATH]
13 Print Merlin configuration
14
15 merlin COMMAND …
16 Command group related to merlin
17
18 ocaml-merlin [OPTION]…
19 Start a merlin configuration server.
20
21 top [OPTION]… [DIR]
22 Print a list of toplevel directives for including directories and
23 loading cma files.
24
25 top-module [OPTION]… MODULE
26 Print a list of toplevel directives for loading a module into the
27 topevel.
28
29 utop [OPTION]… [DIR] [ARGS]…
30 Load library in utop.
31
33 --help[=FMT] (default=auto)
34 Show this help in format FMT. The value FMT must be one of auto,
35 pager, groff or plain. With auto, the format is pager or plain
36 whenever the TERM env var is dumb or undefined.
37
38 --version
39 Show version information.
40
42 ocaml exits with the following status:
43
44 0 on success.
45
46 1 if an error happened.
47
48 130 if it was interrupted by a signal.
49
51 dune(1)
52
53
54
55Dune n/a DUNE-OCAML(1)