forked from chenglou/reason
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathesy.json
More file actions
35 lines (35 loc) · 865 Bytes
/
esy.json
File metadata and controls
35 lines (35 loc) · 865 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": "reason-dev",
"license": "MIT",
"version": "3.0.5",
"dependencies": {
"@esy-ocaml/substs": "^0.0.1",
"@esy-ocaml/esy-installer": "^0.0.0",
"@opam/ocamlfind": "",
"@opam/menhir": " >= 20170418.0.0 <= 20171013.0.0",
"@opam/utop": " >= 1.17.0",
"@opam/merlin-extend": " >= 0.3.0",
"@opam/result": "*",
"@opam/ocaml-migrate-parsetree": "*",
"@opam/ocamlbuild": "*",
"@opam/jbuilder": "*"
},
"peerDependencies": {
"ocaml": " >= 4.2.0 < 4.7.0"
},
"devDependencies": {
"@opam/merlin": "*",
"ocaml": "~4.6.0"
},
"esy": {
"build": [
[ "jbuilder", "build", "-p", "rebuild,reason,rtop"]
],
"install": [
["esy-installer", "rebuild.install"],
["esy-installer", "reason.install"],
["esy-installer", "rtop.install"]
],
"buildsInSource": "_build"
}
}