forked from reasonml/reason
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam
38 lines (37 loc) · 1.13 KB
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
opam-version: "1.2"
name: "reason"
version: "1.13.4"
maintainer: "Jordan Walke <[email protected]>"
authors: [ "Jordan Walke <[email protected]>" ]
license: "BSD"
homepage: "https://github.com/facebook/reason"
doc: "http://facebook.github.io/reason"
bug-reports: "https://github.com/facebook/reason/issues"
dev-repo: "git://github.com/facebook/reason.git"
tags: [ "syntax" ]
substs: [ "pkg/META" ]
build: [
["ocamlbuild" "-package" "topkg" "pkg/build.native"]
["./build.native" "build"
"--native" "%{ocaml-native}%"
"--native-dynlink" "%{ocaml-native-dynlink}%"
"--utop" "%{utop:installed}%"]
]
build-test: [
"ocamlbuild" "-classic-display" "-use-ocamlfind" "src_test/test_reason.byte" "--"
]
depends: [
"ocamlfind" {build}
"utop" {>= "1.17"}
"merlin-extend" {>= "0.3"}
"result" {= "1.2"}
"topkg" {>= "0.8.1" & < "0.9"}
"ocaml-migrate-parsetree"
"reason-parser" {= "1.13.4"}
]
depopts: [
]
conflicts: [
"utop" {< "1.17"}
]
available: [ ocaml-version >= "4.02" & ocaml-version < "4.05" ]