about summary refs log tree commit diff
path: root/pkgs/build-support/ocaml
AgeCommit message (Expand)AuthorFilesLines
2023-09-28ocamlPackages.buildTopkgPackage: AddedJules Aguillon1-0/+28
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-10-25ocamlPackages.buildOcaml: removeVincent Laporte1-36/+0
2022-04-25treewide: Simplify negated uses of versionAtLeast, versionOlderAnders Kaseorg2-3/+3
2022-03-28ocamlPackages.buildDunePackage: add support for dune 3Vincent Laporte1-3/+6
2022-03-13buildDunePackage: use dune_2 by defaultVincent Laporte1-1/+1
2022-02-24ocamlPackages tree-wide: Move buildInputs that should be nativeBuildInputsUlrik Strid2-2/+6
2021-11-01buildOcaml: rename name to pnameFelix Buehler1-3/+3
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-08-19ocamlPackages.mkDerivation: 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 Rusnak3-6/+6
2020-12-21buildDunePackage: use dune install instead of opalinesternenseemann1-2/+2
2020-07-02ocamlPackages.buildOasis: fix handling of installation prefixVincent Laporte1-4/+2
2020-04-29buildDunePackage: add support for parallel buildMario Rodas1-3/+5
2020-03-23buildDunePackage: add a “useDune2” optionVincent Laporte1-2/+4
2019-11-14treewide: CAML_LD_LIBRARY_PATH may be undefinedJohn Ericson1-1/+1
2019-08-07Suggested editsMerlin Göttlinger1-5/+7
2019-08-07Suggested editsMerlin Göttlinger1-11/+3
2019-08-06Don't use buildOcamlMerlin Göttlinger1-4/+25
2019-08-06Suggested changesMerlin Göttlinger1-1/+1
2019-08-01OCaml build support: add oasis build systemMerlin Göttlinger1-0/+31
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
2016-10-09OCaml modules: make explicit some dependencies to ocamlbuildVincent Laporte1-2/+2
2016-10-05treewide: use ocaml.version (#19192)Kirill Boltaev1-4/+2
2016-03-13Ensure that we can evaluate the platform attribute of ocaml packages.Nicolas B. Pierron1-1/+1
2015-05-22add an ocaml specific builder to the systemEric Merritt1-0/+36