about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/pprint
AgeCommit message (Collapse)AuthorFilesLines
2023-10-10ocamlPackages.pprint: disable for OCaml < 4.03Vincent Laporte1-1/+1
2023-10-05ocamlPackages.pprint: 20220103 -> 20230830R. Ryantm1-2/+2
2022-02-15ocamlPackages.pprint: 20171003 → 20220103Vincent Laporte1-29/+13
2022-02-15Partial revert of 12f343da4c2Vincent Laporte1-2/+2
2022-02-06treewide: rename name to pname&versionFelix Buehler1-2/+2
2021-01-12ocamlPackages: stdenv.lib → libsternenseemann1-2/+2
This change was produced by searching for remaining occurrences of stdenv.lib and replacing them manually. Reference #108938.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-30treewide: installFlags is a listRobin Gloster1-1/+1
2017-10-05ocamlPackages.pprint: 20140424 -> 20171003Vincent Laporte1-3/+13
2016-10-09OCaml modules: make explicit some dependencies to ocamlbuildVincent Laporte1-2/+2
2016-03-13Ensure that we can evaluate the platform attribute of ocaml packages.Nicolas B. Pierron1-1/+1
2014-09-21Minor modifications of some ocaml packages:Vincent Laporte1-2/+3
adds myself as a maintainer adds assertions to have evaluation errors rather than build errors moves opam out of ocamlPackages, as it does not provide a library
2014-09-13Adds ocaml-pprintVincent Laporte1-0/+27
Pprint is an OCaml adaptation of Wadler’s and Leijen’s prettier printer. Homepage: http://gallium.inria.fr/~fpottier/pprint/