forked from reasonml/reason
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam.in
36 lines (36 loc) · 1.13 KB
/
opam.in
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: "@version@"
maintainer: "Jordan Walke <jordojw@gmail.com>"
authors: [ "Jordan Walke <jordojw@gmail.com>" ]
license: "BSD. Additional patent grant provided."
homepage: "https://github.com/facebook/reason"
doc: "http://reasonml.github.io/"
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"]
["ocamlbuild" "-package" "topkg" "pkg/build.native"]
["./build.native" "build"
"--native" "%{ocaml-native}%"
"--native-dynlink" "%{ocaml-native-dynlink}%"
"--utop" "%{utop:installed}%"]
]
depends: [
"ocamlfind" {build}
"menhir" {= "20170418"}
"utop" {>= "1.17"}
"merlin-extend" {>= "0.3"}
"result" {= "1.2"}
"topkg" {>= "0.8.1" & < "0.9"}
"ocaml-migrate-parsetree"
"ppx_tools_versioned" {>= "5.0beta"}
]
depopts: [
]
conflicts: [
"utop" {< "1.17"}
]
available: [ ocaml-version >= "4.02" & ocaml-version < "4.05" ]