ocamlPackages.ppx_core: 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 bdbcfb4360
commit 07ad2970a5
2 changed files with 0 additions and 19 deletions
@@ -1,14 +0,0 @@
{stdenv, buildOcamlJane, ppx_tools}:
buildOcamlJane {
name = "ppx_core";
hash = "0df7vyai488lfkyh8szw2hvn22jsyrkfvq1b91j1s0g0y27nnfax";
propagatedBuildInputs =
[ ppx_tools ];
meta = with stdenv.lib; {
description = "PPX standard library";
maintainers = [ maintainers.maurer ];
license = licenses.asl20;
};
}