forked from reasonml/reason
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopam
More file actions
36 lines (36 loc) · 1006 Bytes
/
opam
File metadata and controls
36 lines (36 loc) · 1006 Bytes
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
opam-version: "1.2"
name: "reason"
version: "0.0.6"
maintainer: "Jordan Walke <jordojw@gmail.com>"
authors: [ "Jordan Walke <jordojw@gmail.com>" ]
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: [
[make "compile_error"]
["ocaml" "pkg/build.ml" "native=%{ocaml-native}%"
"native-dynlink=%{ocaml-native-dynlink}%"
"utop=%{utop:installed}%"]
]
build-test: [
"ocamlbuild" "-classic-display" "-use-ocamlfind" "src_test/test_reason.byte" "--"
]
depends: [
"easy-format" {>= "1.2.0"}
"ocamlfind" {build}
"ounit" {test}
"utop" {>= "1.17"}
"BetterErrors" {>= "0.0.1"}
"menhir" {>= "20160303"}
"re" {>= "1.5.0"}
]
depopts: [
]
conflicts: [
"utop" {< "1.17"}
]
available: [ ocaml-version = "4.02.3" ]