12 url = "https://github.com/ocaml-dune/pp/releases/download/${version}/pp-${version}.tbz";
13 sha256 = "1l1im054pxrkj7zk8m6yj4qfdpxkajpjfvy818ggf0j4nxkaihc5";
17 minimalOCamlVersion = "4.08";
19 checkInputs = [ ppx_expect ];
23 description = "A an alternative pretty printing library to the Format module of the OCaml standard library";
24 license = licenses.mit;
25 platforms = platforms.unix;
26 maintainers = with maintainers; [ ];