1DUNE-OCAML(1)                     Dune Manual                    DUNE-OCAML(1)
2
3
4

NAME

6       dune-ocaml
7

SYNOPSIS

9       dune ocaml COMMAND …
10

COMMANDS

12       dump-dot-merlin [OPTION]… [PATH]
13           Print Merlin configuration
14
15       merlin COMMAND …
16
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

COMMON OPTIONS

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

EXIT STATUS

42       ocaml exits with the following status:
43
44       0   on success.
45
46       123 on indiscriminate errors reported on standard error.
47
48       124 on command line parsing errors.
49
50       125 on unexpected internal errors (bugs).
51

SEE ALSO

53       dune(1)
54
55
56
57Dune n/a                                                         DUNE-OCAML(1)
Impressum