this repo has no description
1opam-version: "2.0" 2maintainer: "Marshall Roch <mroch@fb.com>" 3authors: ["Marshall Roch <mroch@fb.com>"] 4license: "MIT" 5homepage: "https://github.com/flowtype/ocaml-ppx_gen_rec" 6bug-reports: "https://github.com/flowtype/ocaml-ppx_gen_rec/issues" 7depends: [ 8 "ocaml" 9 "dune" {>= "2.0"} 10 "ppxlib" {>= "0.18.0"} 11 "ppx_deriving" {with-test} 12] 13build: ["dune" "build" "-p" name "-j" jobs] 14dev-repo: "git+https://github.com/flowtype/ocaml-ppx_gen_rec.git" 15synopsis: "A ppx rewriter that transforms a recursive module expression into a `struct`" 16description: """ 17In a recursive module expression, the struct can be derived from the signature automatically 18by the compiler. This package does the same thing, but doing it this way allows ppx_deriving 19to transform the signature and struct separately. 20""" 21x-commit-hash: "ee89306a61dac2b926802ece6cf2bb3b9f7a9fec" 22url { 23 src: 24 "https://github.com/flowtype/ocaml-ppx_gen_rec/releases/download/v2.0.0/ppx_gen_rec-v2.0.0.tbz" 25 checksum: [ 26 "sha256=fe6323e544f6d8a406572d6c8e01283a03f3c826327833ed58960d0ef43d9e59" 27 "sha512=23ecf170f0792c28d0535fba43d6ae51b0a063974ba1b729ebf0af3d8a088b31f4166296fa0e457623384f11142c8430bf13525f721dfbabc60688fad9c92ab9" 28 ] 29}