Commit graph

24 commits

Author SHA1 Message Date
Vincent Laporte 3a76b7d9f5
ocamlPackages.ppx_tools: use Dune 2 2021-01-31 14:16:02 +01:00
Antonio Nuno Monteiro c5ddb07e28
ocamlPackages.ppx_tools: 6.2 → 6.3 (add 4.12 support) (#110009) 2021-01-21 08:25:33 +01:00
sternenseemann 4e42cac49d ocamlPackages: stdenv.lib → lib
This change was produced by searching for remaining occurrences of
stdenv.lib and replacing them manually.

Reference #108938.
2021-01-12 16:33:18 +01:00
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
Vincent Laporte f4722ea0bc ocamlPackages.ppx_tools: 6.1 → 6.2 2020-07-15 15:48:04 +02:00
Patrick Hilhorst 5b49816cf4
treewide: add quotes to recently-changed urls
Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
2020-03-28 00:05:50 +01:00
Patrick Hilhorst 9fc5e7e473
treewide: fix redirected urls (again)
Ran the same script as #78265.
Additionally, manually replaced `http://goodies.xfce.org`
with https.
2020-03-20 13:36:23 +01:00
Vincent Laporte 6036633e2b ocamlPackages.ppx_tools: 5.3 → 6.{0,1} 2020-02-24 09:48:13 +01:00
Alexander Bantyev 81384e0f0c
ocaml: num: add ability to link statically 2019-11-26 18:03:55 +03:00
Yorick van Pelt 4550405ac9
ocaml-modules: replace buildInputs with nativeBuildInputs where appropriate
The default has been to use buildInputs for build dependencies.
This doesn't work when cross-compiling.
2019-11-11 11:10:14 +03:00
Vincent Laporte 0c2aa9dd33 ocamlPackages.ppx_tools: enable at 5.3+4.08.0 for OCaml 4.09 2019-10-25 07:09:42 +00:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Vincent Laporte ff6c982e5e ocamlPackages.ppx_tools: init at 5.3 for OCaml 4.08 2019-08-20 04:55:45 +00:00
Vincent Laporte d534882ca2
ocamlPackages.ppx_tools: enable for OCaml 4.07 2018-07-14 17:17:51 +00:00
Vincent Laporte 10fd7ccfde
ocamlPackages.ppx_tools: init at 5.1+4.06.0 2017-10-26 00:38:54 +00:00
Vincent Laporte 9431e49822 ocamlPackages.ppx_tools: init at 5.0+4.05 2017-02-28 02:38:21 +00:00
Vincent Laporte b2a4eb839a ppx_tools, camlp4, ocamlify, ocamlmod: don’t strip binaries 2017-02-26 21:18:42 +01:00
Vincent Laporte 9f334c2732 ocamlPackages.ppx_tools: init at unstable-20161114 (for OCaml 4.04) 2017-02-02 20:27:30 +00:00
Vincent Laporte 0caeaf4cdd ocamlPackages.ppx_tools: minor refactoring 2017-01-24 21:13:00 +00:00
Théophane Hufschmitt f0bbb906e9 ocamlPackages.ppx_tools : Add a version for ocaml 4.03 2016-08-04 14:44:34 +02:00
Florent Becker 51fd238d80 ocaml-ppx_tools: 4.02.3 -> 5.0+4.02 2016-05-31 19:10:06 +02:00
Vincent Laporte 31247bc593 ocaml-ppx_tools: 0.99.2 -> 4.02.3 2016-05-25 11:00:52 +02:00
Nicolas B. Pierron 72c6f8a140 Ensure that we can evaluate the platform attribute of ocaml packages. 2016-03-13 19:08:26 +00:00
Vincent Laporte 62a7ba20c1 ocaml-ppx_tools: init at 0.99.2
Tools for authors of ppx rewriters

Homepage: https://github.com/alainfrisch/ppx_tools
2015-10-20 21:53:12 +02:00