this repo has no description
1opam-version: "2.0" 2maintainer: "Marshall Roch <mroch@fb.com>" 3authors: ["Marshall Roch <mroch@fb.com>"] 4homepage: "https://github.com/flowtype/ocaml-ppx_gen_rec" 5doc: "https://github.com/flowtype/ocaml-ppx_gen_rec" 6license: "MIT" 7dev-repo: "git+https://github.com/flowtype/ocaml-ppx_gen_rec.git" 8bug-reports: "https://github.com/flowtype/ocaml-ppx_gen_rec/issues" 9depends: [ 10 "ocaml" 11 "jbuilder" {>= "1.0+beta7"} 12 "ocaml-migrate-parsetree" {< "2.0.0"} 13] 14build: [["jbuilder" "build" "-p" name "-j" jobs]] 15synopsis: 16 "A ppx rewriter that transforms a recursive module expression into a `struct`." 17url { 18 src: 19 "https://github.com/flowtype/ocaml-ppx_gen_rec/releases/download/v1.0.0/ppx_gen_rec-1.0.0.tbz" 20 checksum: [ 21 "sha256=477d38eb1e193611e14dc6d55af5a5dab5e6436c4a46298209d0979687e2c063" 22 "md5=e4cdce94fd2c264f7d74fdb7146dda99" 23 ] 24}