nixpkgs/pkgs/development/tools/ocaml
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
..
camlidl treewide: CAML_LD_LIBRARY_PATH may be undefined 2019-11-14 13:44:07 -05:00
camlp4 camlp4: fix build with spacetime 2020-08-15 23:44:01 +02:00
camlp5 ocamlPackages.camlp5: 7.13 → 7.14 2021-01-09 14:00:53 +01:00
cppo ocamlPackages.cppo: 1.6.{5,6} → 1.6.7 2020-12-30 15:04:11 +01:00
crunch ocaml-crunch: init at 3.1.0 2019-12-06 06:17:14 +00:00
dune dune_2: fix hash 2020-09-07 13:26:52 +02:00
dune-release dune-release: 1.3.3 → 1.4.0 2020-08-02 15:01:02 +02:00
findlib treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
js_of_ocaml ocamlPackages.js_of_ocaml*: 3.7.0 -> 3.8.0 2020-12-19 23:33:20 +01:00
merlin ocamlPackages.merlin: 3.4.0 → 3.4.2 2020-12-31 08:17:21 +01:00
oasis treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
obelisk obelisk: 0.4.0 → 0.5.2 2020-12-02 22:39:56 +01:00
obuild treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ocaml-top treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ocamlbuild treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ocamlformat ocamlformat: build legacy versions with OCaml 4.07 2020-12-18 21:03:56 +01:00
ocamlify treewide: run ./maintainers/scripts/update_redirected_urls.sh 2020-11-27 01:35:54 +01:00
ocamlmod treewide: run ./maintainers/scripts/update_redirected_urls.sh 2020-11-27 01:35:54 +01:00
ocamlscript treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
ocp-build ocamlPackages.ocp-build: 1.99.19-beta → 1.99.21-beta 2020-10-30 11:39:15 +01:00
ocp-indent ocamlPackages.ocp-indent: 1.8.1 -> 1.8.2 2020-08-15 14:10:21 +00:00
ocp-index ocamlPackages.ocp-index: 1.2 → 1.2.1 2020-09-02 10:30:34 +02:00
ocsigen-i18n treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
omake treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
opaline treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
opam treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
utop ocamlPackages.lambdaTerm: 2.0.3 → 3.1.0 2021-01-05 18:23:20 +01:00