ligo/ppx_let.opam

22 lines
638 B
Plaintext
Raw Normal View History

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