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" "-p" name "-j" jobs] ] depends: [ "base" "jbuilder" {build & >= "1.0+beta18.1"} "ocaml-migrate-parsetree" {>= "1.0"} "ppxlib" {>= "0.1.0"} ] available: [ ocaml-version >= "4.04.1" ] descr: " Monadic let-bindings Part of the Jane Street's PPX rewriters collection. "