OCaml Package Management With Dune

Warning

Dune Package Management is not final yet and details are still subject to change.

In this tutorial we will be looking at how to use Dune for managing project dependencies. This enables users to install the compiler as well as third-party dependencies using a single tool which takes care of building code and dependencies.

To get started you only need Dune. Head to Setting Up Package Management With Dune to begin the setup.