forked from chenglou/reason
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreason.opam
More file actions
22 lines (22 loc) · 734 Bytes
/
reason.opam
File metadata and controls
22 lines (22 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
opam-version: "1.2"
maintainer: "Jordan Walke <jordojw@gmail.com>"
authors: [ "Jordan Walke <jordojw@gmail.com>" ]
license: "MIT"
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" ]
build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
build-test: [["jbuilder" "runtest" "-p" name "-j" jobs]]
depends: [
"jbuilder" {build}
"ocamlfind" {build}
"menhir" {>= "20170418" & <= "20171013"}
"merlin-extend" {>= "0.3"}
"result"
"ocaml-migrate-parsetree"
]
available: [ ocaml-version >= "4.02" & ocaml-version < "4.07" ]