ligo/opam

22 lines
615 B
Plaintext
Raw Normal View History

2016-01-12 17:20:06 +00: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: [
["./configure" "--prefix" prefix]
[make]
]
depends: [
2016-04-26 17:03:48 +01:00
"ocamlbuild" {build}
2016-08-31 16:09:28 +01:00
"oasis" {build & >= "0.4"}
2016-04-26 17:03:48 +01:00
"ocamlfind" {build & >= "1.3.2"}
"js-build-tools" {build}
2016-01-12 17:20:06 +00:00
"ppx_core"
"ppx_driver"
]
2016-07-28 13:20:02 +01:00
available: [ ocaml-version >= "4.03.0" ]
2016-09-02 11:02:01 +01:00
conflicts: [ "oasis" {= "0.4.7"} ]