ligo/ppx_let.opam

22 lines
552 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"
dev-repo: "https://github.com/janestreet/ppx_let.git"
license: "Apache-2.0"
build: [
2016-12-15 15:20:46 +04:00
["jbuilder" "build-package" "ppx_let" "-j" jobs]
2016-01-12 21:20:06 +04:00
]
depends: [
2016-12-15 15:20:46 +04:00
"jbuilder"
2016-01-12 21:20:06 +04:00
"ppx_core"
"ppx_driver"
]
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.
"