forked from revery-ui/revery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.51 KB
/
package.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "revery",
"version": "0.32.0",
"description": "App toolkit built with Reason",
"license": "MIT",
"bugs": {
"url": "https://github.com/bryphe/revery/issues"
},
"scripts": {
"test": "esy b dune runtest",
"format": "esy #{os == 'windows' ? 'b' : ''} bash .ci/format.sh #{os}",
"run": "esy @examples x Examples"
},
"homepage": "https://github.com/bryphe/revery#readme",
"esy": {
"buildEnv": {
"PKG_CONFIG_PATH": "/usr/lib64/pkgconfig:$PKG_CONFIG_PATH"
},
"exportedEnv": {
"PKG_CONFIG_PATH": {
"val": "/usr/lib64/pkgconfig:$PKG_CONFIG_PATH",
"scope": "global"
}
},
"build": "dune build -p harfbuzz,skia,sdl2,Revery",
"install": [
"esy-installer harfbuzz.install",
"esy-installer skia.install",
"esy-installer sdl2.install",
"esy-installer Revery.install",
"bash -c \"#{os == 'windows' ? 'cp /usr/x86_64-w64-mingw32/sys-root/mingw/bin/*.dll \\'$cur__bin\\'': ':'}\"",
"bash -c \"cp #{esy-skia.bin}/skia.dll \\'$cur__bin\\' #{os == 'windows' ? '' : '2>/dev/null || true'}\"",
"bash -c \"cp #{esy-sdl2.bin}/*.dll \\'$cur__bin\\' #{os == 'windows' ? '' : '2>/dev/null || true'}\""
]
},
"dependencies": {
"@esy-ocaml/reason": "^3.6.0",
"@opam/bos": "0.2.0",
"@opam/ctypes": "0.15.1",
"@opam/dune": ">=1.6.0",
"@opam/dune-configurator": "*",
"@opam/lru": "bryphe/lru:lru.opam#2708c70",
"@opam/lwt": "^4.0.0",
"@opam/lwt_ppx": "^1.1.0",
"@opam/markup": "0.8.2",
"@opam/ppx_deriving": "*",
"@opam/omd": "ocaml/omd:omd.opam#1535e3c",
"@opam/uucp": "*",
"@opam/uutf": "*",
"@opam/charInfo_width": "*",
"@brisk/brisk-reconciler": "briskml/brisk-reconciler#10cab2d",
"esy-freetype2": "^2.9.1007",
"esy-harfbuzz": "^1.9.1008",
"esy-sdl2": "^2.0.10008",
"esy-skia": "revery-ui/esy-skia#a3785f9",
"fetch-native-lwt": "0.1.0-alpha.5",
"flex": "1.2.3",
"reperf": "^1.4.0",
"rench": "^1.9.1",
"rebez": "jchavarri/rebez#03fa3b7",
"reason-native-crash-utils": "onivim/reason-native-crash-utils#38c8f00",
"revery-text-wrap": "revery-ui/revery-text-wrap#966383e",
"@glennsl/timber": "^1.2.0"
},
"resolutions": {
"@opam/dune": "2.5.0",
"@opam/dune-configurator": "2.5.1",
"@opam/dune-private-libs": "2.5.1"
},
"devDependencies": {
"ocaml": "~4.10",
"esy-astyle": "zbaylin/esy-astyle#59bc21a",
"@opam/ocaml-lsp-server": "ocaml/ocaml-lsp:ocaml-lsp-server.opam#38bd51a15c98b4f6ff841e5c914a8cdacee15ea6"
}
}