opam-version: "1.2" maintainer: "opensource@janestreet.com" authors: ["Jane Street Group, LLC "] homepage: "https://github.com/janestreet/ppx_let" bug-reports: "https://github.com/janestreet/ppx_let/issues" dev-repo: "git+https://github.com/janestreet/ppx_let.git" license: "Apache-2.0" build: [ ["jbuilder" "build" "--only-packages" "ppx_let" "--root" "." "-j" jobs "@install"] ] depends: [ "jbuilder" {build & >= "1.0+beta8"} "ppx_core" "ppx_driver" "ocaml-migrate-parsetree" {>= "0.4"} ] available: [ ocaml-version >= "4.03.0" ] descr: " Monadic let-bindings Part of the Jane Street's PPX rewriters collection. "