summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ppx_tools
Commit message (Collapse)AuthorAge
* ocamlPackages.ppx_tools: 6.4 → 6.5Vincent Laporte2022-03-15
|
* ocamlPackages tree-wide: Move buildInputs that should be nativeBuildInputsUlrik Strid2022-02-24
| | | | | To keep this for the future we also strictDeps where possible, including for janePackages, topkg, oasis and ocamlbuild. This makes some closures significantly smaller and makes cross compilation easier
* ocamlPackages.ppx_tools: 6.3 → 6.4Vincent Laporte2021-08-12
| | | | Adds support for OCaml 4.13
* ocamlPackages.ppx_tools: use Dune 2Vincent Laporte2021-01-31
|
* ocamlPackages.ppx_tools: 6.2 → 6.3 (add 4.12 support) (#110009)Antonio Nuno Monteiro2021-01-21
|
* ocamlPackages: stdenv.lib → libsternenseemann2021-01-12
| | | | | | | This change was produced by searching for remaining occurrences of stdenv.lib and replacing them manually. Reference #108938.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* ocamlPackages.ppx_tools: 6.1 → 6.2Vincent Laporte2020-07-15
|
* treewide: add quotes to recently-changed urlsPatrick Hilhorst2020-03-28
| | | Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
* treewide: fix redirected urls (again)Patrick Hilhorst2020-03-20
| | | | | | Ran the same script as #78265. Additionally, manually replaced `http://goodies.xfce.org` with https.
* ocamlPackages.ppx_tools: 5.3 → 6.{0,1}Vincent Laporte2020-02-24
|
* ocaml: num: add ability to link staticallyAlexander Bantyev2019-11-26
|
* ocaml-modules: replace buildInputs with nativeBuildInputs where appropriateYorick van Pelt2019-11-11
| | | | | The default has been to use buildInputs for build dependencies. This doesn't work when cross-compiling.
* ocamlPackages.ppx_tools: enable at 5.3+4.08.0 for OCaml 4.09Vincent Laporte2019-10-25
|
* treewide: remove redundant quotesvolth2019-09-08
|
* ocamlPackages.ppx_tools: init at 5.3 for OCaml 4.08Vincent Laporte2019-08-20
|
* ocamlPackages.ppx_tools: enable for OCaml 4.07Vincent Laporte2018-07-14
|
* ocamlPackages.ppx_tools: init at 5.1+4.06.0Vincent Laporte2017-10-26
|
* ocamlPackages.ppx_tools: init at 5.0+4.05Vincent Laporte2017-02-28
|
* ppx_tools, camlp4, ocamlify, ocamlmod: don’t strip binariesVincent Laporte2017-02-26
|
* ocamlPackages.ppx_tools: init at unstable-20161114 (for OCaml 4.04)Vincent Laporte2017-02-02
|
* ocamlPackages.ppx_tools: minor refactoringVincent Laporte2017-01-24
|
* ocamlPackages.ppx_tools : Add a version for ocaml 4.03Théophane Hufschmitt2016-08-04
|
* ocaml-ppx_tools: 4.02.3 -> 5.0+4.02Florent Becker2016-05-31
|
* ocaml-ppx_tools: 0.99.2 -> 4.02.3Vincent Laporte2016-05-25
|
* Ensure that we can evaluate the platform attribute of ocaml packages.Nicolas B. Pierron2016-03-13
|
* ocaml-ppx_tools: init at 0.99.2Vincent Laporte2015-10-20
Tools for authors of ppx rewriters Homepage: https://github.com/alainfrisch/ppx_tools