about summary refs log tree commit diff
path: root/pkgs/build-support/ocaml/dune.nix
AgeCommit message (Expand)AuthorFilesLines
2024-06-21build-support/ocaml: deprecate minimumOCamlVersion (#319907)superherointj1-2/+1
2023-05-12ocamlPackages: default to version 3 of DuneVincent Laporte1-1/+1
2023-05-06ocamlPackages.buildDunePackage: deprecate useDune2Et7f31-2/+2
2023-03-28buildDunePackage: use `--mandir` instead of `--man`Antonio Nuno Monteiro1-1/+1
2023-03-14[OCaml] tell dune where to install manFrançois Bobot1-1/+1
2023-03-13buildDunePackage: fix doc installationAntonio Nuno Monteiro1-1/+4
2023-02-03buildDunePackage: default to strictDeps = trueUlrik Strid1-0/+2
2023-02-03ocamlPackages treewide: strictDeps all packagesUlrik Strid1-1/+1
2022-04-25treewide: Simplify negated uses of versionAtLeast, versionOlderAnders Kaseorg1-2/+2
2022-03-28ocamlPackages.buildDunePackage: add support for dune 3Vincent Laporte1-3/+6
2022-03-13buildDunePackage: use dune_2 by defaultVincent Laporte1-1/+1
2021-08-19pkgsStatic.ocaml-ng: migrate static adapter to derivations themselvesGuillaume Girol1-0/+2
2021-08-19buildDunePackage: use nativeBuildInputs for build toolsGuillaume Girol1-2/+2
2021-06-11build-support.ocaml.dune: handle minimalOCamlVersion typosuperherointj1-3/+3
2021-03-07ocamlPackages.dune: rename into dune_1Vincent Laporte1-2/+2
2021-01-24treewide: stdenv.lib -> libPavol Rusnak1-2/+2
2020-12-21buildDunePackage: use dune install instead of opalinesternenseemann1-2/+2
2020-04-29buildDunePackage: add support for parallel buildMario Rodas1-3/+5
2020-03-23buildDunePackage: add a “useDune2” optionVincent Laporte1-2/+4
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
2018-11-30ocamlPackages.buildDunePackage: fix meta.platformsVincent Laporte1-2/+2
2018-11-07buildDunePackage: inline dune.installPhase for easier overridingThéo Zimmermann1-2/+2
2018-11-07buildDunePackage: add support for pre and post phase hooksThéo Zimmermann1-3/+15
2018-11-07buildDunePackage: new support function; use it to refactor some OCaml derivat...Théo Zimmermann1-0/+24