1 { buildDunePackage, fetchurl, ppx_expect, lib }:
9 "https://github.com/ocaml-dune/pp/releases/download/${version}/pp-${version}.tbz";
10 hash = "sha256-pegiVzxVr7Qtsp7FbqzR8qzY9lzy3yh44pHeN0zmkJw=";
14 minimalOCamlVersion = "4.08";
16 checkInputs = [ ppx_expect ];
21 "A an alternative pretty printing library to the Format module of the OCaml standard library";
22 license = licenses.mit;
23 platforms = platforms.unix;
24 maintainers = with maintainers; [ ];