2016-01-12 17:20:06 +00: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 18:32:08 +01:00
|
|
|
dev-repo: "git+https://github.com/janestreet/ppx_let.git"
|
2016-01-12 17:20:06 +00:00
|
|
|
license: "Apache-2.0"
|
|
|
|
build: [
|
2017-06-01 13:33:32 +01:00
|
|
|
["jbuilder" "build" "-p" name "-j" jobs]
|
2016-01-12 17:20:06 +00:00
|
|
|
]
|
|
|
|
depends: [
|
2018-03-16 15:08:08 +00:00
|
|
|
"base"
|
|
|
|
"jbuilder" {build & >= "1.0+beta18.1"}
|
2018-02-26 15:40:35 +00:00
|
|
|
"ocaml-migrate-parsetree" {>= "1.0"}
|
2018-03-16 15:08:08 +00:00
|
|
|
"ppxlib" {>= "0.1.1"}
|
2016-01-12 17:20:06 +00:00
|
|
|
]
|
2017-05-17 10:12:41 +01:00
|
|
|
available: [ ocaml-version >= "4.04.1" ]
|
2016-12-15 11:20:46 +00:00
|
|
|
descr: "
|
|
|
|
Monadic let-bindings
|
|
|
|
|
|
|
|
Part of the Jane Street's PPX rewriters collection.
|
|
|
|
"
|