ocamlPackages.ppx_driver: remove at 113.33.03

This commit is contained in:
Vincent Laporte
2020-10-20 09:39:30 +02:00
committed by Vincent Laporte
parent 07ad2970a5
commit 649059d42b
2 changed files with 0 additions and 20 deletions
@@ -1,15 +0,0 @@
{stdenv, buildOcamlJane,
ppx_core, ppx_optcomp}:
buildOcamlJane {
name = "ppx_driver";
hash = "19cpfdn1n36vl5l9d6h7c61ffn0wmiipprn5by0354i5aywj8gpn";
propagatedBuildInputs =
[ ppx_core ppx_optcomp ];
meta = with stdenv.lib; {
description = "A driver is an executable created from a set of OCaml AST transformers linked together with a command line frontend";
maintainers = [ maintainers.maurer ];
license = licenses.asl20;
};
}