forked from reasonml/reason
-
Notifications
You must be signed in to change notification settings - Fork 1
/
reason.opam
28 lines (28 loc) · 897 Bytes
/
reason.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
opam-version: "2.0"
maintainer: "Jordan Walke <[email protected]>"
authors: [ "Jordan Walke <[email protected]>" ]
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: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.02" & < "4.11"}
"dune" {>= "1.4"}
"ocamlfind" {build}
"menhir" {>= "20170418"}
"merlin-extend" {>= "0.4"}
"fix"
"result"
"ocaml-migrate-parsetree"
]
synopsis: "Reason: Syntax & Toolchain for OCaml"
description: """
Reason gives OCaml a new syntax that is remniscient of languages like
JavaScript. It's also the umbrella project for a set of tools for the OCaml &
JavaScript ecosystem."""