1 { lib, fetchurl, buildDunePackage, ocaml-migrate-parsetree }:
10 url = "https://github.com/flowtype/ocaml-${pname}/releases/download/v${version}/${pname}-v${version}.tbz";
11 sha256 = "0fwi4bknq8h9zgpsarjvnzdm9bm8qlyyw0lz30pihg02aiiljqbh";
14 buildInputs = [ ocaml-migrate-parsetree ];
17 homepage = "https://github.com/flowtype/ocaml-ppx_gen_rec";
18 description = "ocaml preprocessor that generates a recursive module";
19 license = licenses.mit;
20 maintainers = [ maintainers.frontsideair ];