The ocaml-dune package
Find a file
Jerry James 8bd26a3f0e OCaml 5.2.1 rebuild for Fedora 41
- Version 3.17.2
- Update License field for changes in vendored dependencies
- Drop upstreamed furo theme patch
2025-01-28 16:24:20 -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 OCaml 5.2.1 rebuild for Fedora 41 2025-01-28 16:24:20 -07:00
README.md Version 3.3.1. 2022-07-05 09:31:01 -06:00
sources OCaml 5.2.1 rebuild for Fedora 41 2025-01-28 16:24:20 -07: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.