dune

Composable build system for OCaml projects with monorepo support

brewmacoslinux
Try with needOr install directly
Source

About

Composable build system for OCaml

Commands

dune

Examples

Build the entire project in the current directory$ dune build
Run tests defined in the project$ dune runtest
Execute a specific binary target$ dune exec ./bin/main.exe