duneversion

Fast, portable, and opinionated build system

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

AuthorJane Street Group, LLC
LicenseMIT
Published
Homepagehttps://github.com/ocaml/dune
Issue Trackerhttps://github.com/ocaml/dune/issues
MaintainerJane Street Group, LLC
Dependencies
Conflicts
Source [http] https://github.com/ocaml/dune/releases/download/2.6.2/dune-2.6.2.tbz
sha256=4f6ec1f3f27ac48753d03b4a172127e4a56ae724201a3a18dc827c94425788e9
sha512=d195479c99a59edb0cb7674375f45e518389b2f251b02e5f603c196b9592acbcf2a12193b3de70831a543fa477f57abb101fdd210660e25805b147c66877cafa
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/dune/dune.2.6.2/opam
Required by
Optionally used by