A composable build system for OCaml
Go to file
2024-06-24 21:03:39 -07:00
tests Add RHEL gating test 2024-06-19 13:21:48 +01:00
.gitignore New version 2.2.0 (bz 1742638) 2020-02-07 10:27:36 -07:00
gating.yaml Add RHEL gating test 2024-06-19 13:21:48 +01:00
ocaml-dune-debuginfo.patch Version 3.11.0 2023-10-04 21:10:09 -06:00
ocaml-dune-no-lwt.patch Version 3.15.0 2024-04-05 09:28:31 -06:00
ocaml-dune.spec Bump release for June 2024 mass rebuild 2024-06-24 21:03:39 -07:00
README.md Version 3.3.1. 2022-07-05 09:31:01 -06:00
sources Version 3.16.0 2024-06-17 09:21:27 -06:00

ocaml-dune

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.

The scheme it implements is inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundred of developers, which means that it is highly tested and productive.