ligo/ppx_let.opam
Jeremie Dimino 8bdf299031 114.35+03
2017-03-06 17:40:22 +00:00

23 lines
637 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: "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}
"ppx_core"
"ppx_driver"
"ocaml-migrate-parsetree"
]
available: [ ocaml-version >= "4.03.0" ]
descr: "
Monadic let-bindings
Part of the Jane Street's PPX rewriters collection.
"