Build multiple OCaml executables in one Dune Project
Create a dune project
Follow these steps to create a new dune project if you don't already have one.
First, initiate the project structure.
dune init project foo
It will create a project structure like this
The bin folder contains the source...
imbmax.com1 min read