A composable build system for OCaml
Go to file
Richard W.M. Jones 7da3dbf488 Use bundled ocaml-csexp and ocaml-pp (RHEL only)
*On RHEL only* the aim is to minimize source packages.  Use the
bundled ocaml-csexp and ocaml-pp and remove those as build
dependencies.  They are still listed as Requires by some binary
packages that we don't actually use in RHEL.
2024-05-15 20:42:28 +01:00
.gitignore New version 2.2.0 (bz 1742638) 2020-02-07 10:27:36 -07: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 Use bundled ocaml-csexp and ocaml-pp (RHEL only) 2024-05-15 20:42:28 +01:00
README.md Version 3.3.1. 2022-07-05 09:31:01 -06:00
sources Version 3.15.2 2024-04-24 09:38:58 -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.