forked from revery-ui/revery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
esy.json
47 lines (47 loc) · 1.33 KB
/
esy.json
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "revery",
"version": "0.0.1",
"esy": {
"build": ["dune build --root . -j4"],
"buildsInSource": "_build",
"install": [
"esy-installer Revery.install",
"esy-installer Revery_Core.install",
"esy-installer Revery_Geometry.install",
"esy-installer Revery_Shaders.install",
"esy-installer Revery_UI.install"
]
},
"dependencies": {
"@esy-ocaml/reason": "*",
"reason-fontkit": "*",
"reason-glfw": "*",
"reason-gl-matrix": "^0.2.0",
"reason-reactify": "^1.0.0",
"@opam/lwt": "^4.0.0",
"@opam/lwt_ppx": "^1.1.0",
"@opam/js_of_ocaml": "*",
"@opam/js_of_ocaml-lwt": "*",
"@opam/dune": "*",
"flex": "^1.2.2",
"@opam/js_of_ocaml-compiler": "*"
},
"peerDependencies": {
"ocaml": "~4.6.0"
},
"resolutions": {
"reason-fontkit": "github:bryphe/reason-fontkit#9e4358e",
"reason-glfw": "github:bryphe/reason-glfw#23e93cc",
"esy-cmake": "github:esy-packages/esy-cmake#1a72dab",
"esy-freetype2": "github:bryphe/esy-freetype2#bdce79aa3",
"esy-harfbuzz": "github:bryphe/esy-harfbuzz#b9fcbe3",
"@opam/menhir": "20171013",
"@esy-ocaml/esy-installer": "0.0.1",
"refmterr": "github:bryphe/BetterErrors#76500c2",
"@opam/re": "1.8.0"
},
"devDependencies": {
"ocaml": "~4.6.0",
"@opam/merlin": "*"
}
}