Go to file
Fedora Release Engineering a0993487f4 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-22 01:12:33 +00:00
.gitignore New version 2.2.0 (bz 1742638) 2020-02-07 10:27:36 -07:00
README.md Version 3.3.1. 2022-07-05 09:31:01 -06:00
ocaml-dune-no-lwt.patch Version 3.3.1. 2022-07-05 09:31:01 -06:00
ocaml-dune.spec Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild 2022-07-22 01:12:33 +00:00
sources Version 3.4.0. 2022-07-20 10:25:32 -06:00

README.md

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.