commands.sh

dune

all

A build system for OCaml programs.

More info →

Examples (4)

Build all targets

dune build

Clean up the workspace

dune clean

Run all tests

dune runtest

Start the utop REPL with compiled modules automatically loaded into it, to remove the need to load them by hand

dune utop
made by @shridhargupta | data from tldr-pages