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.1.1/dune-2.1.1.tbz
sha256=b14417016fa0901c0b04b8474aa9e5eafaadb298c4dc422899b7f9e8bcb7aa7c
sha512=605019ed9555ae669fd3e27518637a7e31e5935d4b0db54d6b066e0e1d11ef163b57eacec50f1f061baa808548c2b9017b8b1c44e3e78e50bbf27a572408e18f
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/dune/dune.2.1.1/opam
Required by
Optionally used by