1 { lib, fetchurl, buildDunePackage, ppxlib }:
8 url = "https://github.com/flowtype/ocaml-${pname}/releases/download/v${version}/${pname}-v${version}.tbz";
9 sha256 = "sha256-/mMj5UT22KQGVy1sjgEoOgPzyCYyeDPtWJYNDvQ9nlk=";
12 minimumOCamlVersion = "4.07";
15 buildInputs = [ ppxlib ];
18 homepage = "https://github.com/flowtype/ocaml-ppx_gen_rec";
19 description = "A ppx rewriter that transforms a recursive module expression into a struct.";
20 license = licenses.mit;
21 maintainers = with maintainers; [ frontsideair ];