back to context overview
dune
List of commands for
dune:
dune
dune:tldr:6ef71
dune: Start the utop REPL with compiled modules automatically loaded into it, to remove the need to load them by hand.
$ dune utop
try on your machine
explain this command
dune
dune:tldr:a1f10
dune: Run all tests.
$ dune runtest
try on your machine
explain this command
dune
dune:tldr:d4d8a
dune: Build all targets.
$ dune build
try on your machine
explain this command
dune
dune:tldr:df3f3
dune: Clean up the workspace.
$ dune clean
try on your machine
explain this command
back to context overview