Dune

Noun · Development

Definitions

  1. The standard build system for OCaml projects, providing fast incremental builds, automatic dependency resolution, and a declarative configuration format.

    In plain English: The go-to tool for building OCaml programs — you describe what you want built and it figures out how to compile everything in the right order.

    Example: "Just add the library to the dune file and it handles compilation order automatically."

Related Terms