ligo/ppx_let.opam

23 lines
645 B
Plaintext
Raw Normal View History

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"
2018-05-23 20:00:52 +04:00
license: "MIT"
2016-01-12 21:20:06 +04:00
build: [
2017-06-01 16:33:32 +04:00
["jbuilder" "build" "-p" name "-j" jobs]
2016-01-12 21:20:06 +04:00
]
depends: [
2018-03-16 19:08:08 +04:00
"base"
"jbuilder" {build & >= "1.0+beta18.1"}
"ocaml-migrate-parsetree" {>= "1.0"}
2018-03-19 14:25:08 +04:00
"ppxlib" {>= "0.1.0"}
2016-01-12 21:20:06 +04:00
]
2018-04-19 13:04:27 +04:00
available: [ ocaml-version >= "4.04.2" ]
2016-12-15 15:20:46 +04:00
descr: "
Monadic let-bindings
Part of the Jane Street's PPX rewriters collection.
"