ligo/ppx_let.opam

22 lines
651 B
Plaintext
Raw Normal View History

2019-01-16 14:57:51 +04:00
opam-version: "2.0"
2016-01-12 21:20:06 +04:00
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"
2019-01-16 14:57:51 +04:00
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_let/index.html"
2018-05-23 20:00:52 +04:00
license: "MIT"
2016-01-12 21:20:06 +04:00
build: [
2019-01-16 14:57:51 +04:00
["dune" "build" "-p" name "-j" jobs]
2016-01-12 21:20:06 +04:00
]
depends: [
2019-04-16 12:38:08 +04:00
"ocaml" {>= "4.04.2" & < "4.08.0"}
2018-03-16 19:08:08 +04:00
"base"
2019-01-16 14:57:51 +04:00
"dune" {build & >= "1.5.1"}
2019-02-01 14:07:38 +04:00
"ppxlib" {>= "0.5.0"}
2016-01-12 21:20:06 +04:00
]
2019-01-16 14:57:51 +04:00
synopsis: "Monadic let-bindings"
description: "
2016-12-15 15:20:46 +04:00
Part of the Jane Street's PPX rewriters collection.
"