ppx_gen_recversion

A ppx rewriter that transforms a recursive module expression into a `struct`

In a recursive module expression, the struct can be derived from the signature automatically by the compiler. This package does the same thing, but doing it this way allows ppx_deriving to transform the signature and struct separately.

AuthorMarshall Roch <mroch@fb.com>
LicenseMIT
Published
Homepagehttps://github.com/flowtype/ocaml-ppx_gen_rec
Issue Trackerhttps://github.com/flowtype/ocaml-ppx_gen_rec/issues
MaintainerMarshall Roch <mroch@fb.com>
Dependencies
Source [http] https://github.com/flowtype/ocaml-ppx_gen_rec/releases/download/v1.1.0/ppx_gen_rec-v1.1.0.tbz
sha256=7061496354023c182f189f02ee3dc5a8ae54dbb75b66a5effb09226ce722913b
sha512=37dded76035765673947d1d5d5e49ae7d36f80baaf7b5315d78e1392546c93d12ee164ce23baec6007879d3a8277c860c130d27b09be77b0caf736c7144881f0
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/ppx_gen_rec/ppx_gen_rec.1.1.0/opam
Required by