slackbuilds_ponce/development/dune/README
Matteo Bernardini bab12602c8 development/dune: Added (ocaml build system - formerly jbuilder).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2021-04-17 23:19:28 -05:00

5 lines
283 B
Text

Dune is a build system designed for OCaml/Reason projects only.
It focuses on providing the user with a consistent experience and
takes care of most of the low-level details of OCaml compilation.
All you have to do is provide a description of your project and
dune will do the rest.