ligo/ppx_let.opam
2017-05-17 10:12:41 +01:00

23 lines
669 B
Plaintext

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"
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.04.1" ]
descr: "
Monadic let-bindings
Part of the Jane Street's PPX rewriters collection.
"