2016-01-12 21:20:06 +04:00
|
|
|
opam-version: "1.2"
|
|
|
|
maintainer: "opensource@janestreet.com"
|
|
|
|
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
|
|
|
|
homepage: "https://github.com/janestreet/ppx_let"
|
|
|
|
bug-reports: "https://github.com/janestreet/ppx_let/issues"
|
2017-03-28 21:32:08 +04:00
|
|
|
dev-repo: "git+https://github.com/janestreet/ppx_let.git"
|
2016-01-12 21:20:06 +04:00
|
|
|
license: "Apache-2.0"
|
|
|
|
build: [
|
2017-03-03 11:53:34 +04:00
|
|
|
["jbuilder" "build" "--only-packages" "ppx_let" "--root" "." "-j" jobs "@install"]
|
2016-01-12 21:20:06 +04:00
|
|
|
]
|
|
|
|
depends: [
|
2017-04-19 17:30:00 +04:00
|
|
|
"jbuilder" {build & >= "1.0+beta8"}
|
2016-01-12 21:20:06 +04:00
|
|
|
"ppx_core"
|
|
|
|
"ppx_driver"
|
2017-03-13 18:25:46 +04:00
|
|
|
"ocaml-migrate-parsetree" {>= "0.4"}
|
2016-01-12 21:20:06 +04:00
|
|
|
]
|
2016-07-28 16:20:02 +04:00
|
|
|
available: [ ocaml-version >= "4.03.0" ]
|
2016-12-15 15:20:46 +04:00
|
|
|
descr: "
|
|
|
|
Monadic let-bindings
|
|
|
|
|
|
|
|
Part of the Jane Street's PPX rewriters collection.
|
|
|
|
"
|