Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
DUNE-OCAML(1)			   Dune Manual			   DUNE-OCAML(1)

NAME
     dune-ocaml

SYNOPSIS
     dune ocaml COMMAND a|

COMMANDS
     dump-dot-merlin [OPTION]a| [PATH]
	 Print Merlin configuration

     merlin COMMAND a|

     ocaml-merlin [OPTION]a|
	 Start a merlin configuration server

     top [OPTION]a| [DIR]
	 Print a list of toplevel directives for including directories and load-
	 ing cma files.

     top-module [OPTION]a| MODULE
	 Print	a  list  of  toplevel  directives  for loading a module into the
	 topevel.

     utop [OPTION]a| [DIR] [ARGS]a|
	 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
     ocaml exits with the following status:

     0	 on success.

     123
	 on indiscriminate errors reported on standard error.

     124
	 on command line parsing errors.

     125
	 on unexpected internal errors (bugs).

SEE ALSO
     dune(1)

Dune n/a							   DUNE-OCAML(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=dune-ocaml&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help