-
Notifications
You must be signed in to change notification settings - Fork 430
Expand file tree
/
Copy pathreason.json
More file actions
35 lines (35 loc) · 817 Bytes
/
reason.json
File metadata and controls
35 lines (35 loc) · 817 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
{
"name": "@esy-ocaml/reason",
"version": "3.8.2",
"license": "MIT",
"description": "Native Compiler Support for Reason: Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems",
"repository": {
"type": "git",
"url": "https://github.com/reasonml/reason.git"
},
"dependencies": {
"ocaml": ">= 4.2.0 < 5.1.0",
"@opam/fix": "*",
"@opam/ocamlfind": "*",
"@opam/menhir": " >= 20180523.0.0",
"@opam/merlin-extend": " >= 0.6",
"@opam/ppxlib": "> 0.28.x",
"@opam/dune": ">= 2.9.3",
"@opam/dune-build-info": ">= 2.9.3"
},
"devDependencies": {
"@opam/merlin": "*",
"ocaml": "~4.14.0"
},
"esy": {
"build": [
[
"dune",
"build",
"-p",
"reason",
"--disable-promotion"
]
]
}
}