dune-ocaml - (unknown subject)

NAME  SYNOPSIS  COMMANDS  COMMON OPTIONS  EXIT STATUS  SEE ALSO 

NAME

dune-ocaml - Command group related to OCaml.

SYNOPSIS

dune ocaml COMMAND â¦

COMMANDS

doc [OPTION]â¦

Build and view the documentation of an OCaml project

dump-dot-merlin [OPTION]⦠[PATH]

Print Merlin configuration

merlin COMMAND â¦

Command group related to merlin

ocaml-merlin [OPTION]â¦

Start a merlin configuration server.

top [OPTION]⦠[DIR]

Print a list of toplevel directives for including directories and loading cma files.

top-module [OPTION]⦠MODULE

Print a list of toplevel directives for loading a module into the topevel.

utop [OPTION]⦠[DIR] [ARGS]â¦

Load library in utop.

COMMON OPTIONS

--help[=FMT] (default=auto)

Show this help in format FMT. The value FMT must be one of auto, pager, groff or plain. With auto, the format is pager or plain whenever the TERM env var is dumb or undefined.

--version

Show version information.

EXIT STATUS

dune ocaml exits with:

0

on success.

1

if an error happened.

130

if it was interrupted by a signal.

SEE ALSO

dune(1)


Updated 2024-01-29 - jenkler.se | uex.se