ligo/opam
Jeremie Dimino 66bdeab540 114.08+89
2016-09-02 11:02:01 +01:00

22 lines
615 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: [
["./configure" "--prefix" prefix]
[make]
]
depends: [
"ocamlbuild" {build}
"oasis" {build & >= "0.4"}
"ocamlfind" {build & >= "1.3.2"}
"js-build-tools" {build}
"ppx_core"
"ppx_driver"
]
available: [ ocaml-version >= "4.03.0" ]
conflicts: [ "oasis" {= "0.4.7"} ]