1 { lib, fetchFromGitHub, buildDunePackage, ocaml-migrate-parsetree }:
4 pname = "ppx_tools_versioned";
9 src = fetchFromGitHub {
13 sha256 = "07lnj4yzwvwyh5fhpp1dxrys4ddih15jhgqjn59pmgxinbnddi66";
16 propagatedBuildInputs = [ ocaml-migrate-parsetree ];
19 homepage = "https://github.com/let-def/ppx_tools_versioned";
20 description = "Tools for authors of syntactic tools (such as ppx rewriters)";
21 license = licenses.gpl2;