forked from reasonml/reason-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
esy.json
64 lines (63 loc) · 1.78 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "reason-native-dev",
"version": "0.0.0",
"description": "My Project",
"author": "Facebook Engineering",
"homepage": "https://reason-native.com",
"license": "MIT",
"esy": {
"build": "refmterr dune build --profile=release",
"exportedEnv": {
"BETTERERROR_DEV_BUILD_EXE": {
"val": "#{self.root/'_esy'/'default'/'build'/'default'/'src'/'refmterr'/'bin'/'berror.exe'}"
},
"REASON_NATIVE_ROOT": {
"val": "#{self.root}"
}
},
"release": {
"bin": []
},
"buildEnv": {
"ODOC_SYNTAX": "re"
},
"install": [
"esy-installer console.install",
"esy-installer cli.install",
"esy-installer file-context-printer.install",
"esy-installer fp.install",
"esy-installer fs.install",
"esy-installer pastel.install",
"esy-installer pastel-console.install",
"esy-installer qcheck-rely.install",
"esy-installer refmterr.install",
"esy-installer rely.install",
"esy-installer tests.install",
"esy-installer unicode.install",
"esy-installer unicode-config.install"
]
},
"scripts": {
"bootstrap": "esy x bash -cx ./bootstrap.cmd",
"all": "./scripts/run-all.sh",
"test": "esy x bash -cx ./scripts/test-dev.cmd",
"test-ci": "esy x bash -cx ./scripts/test-ci.cmd",
"doc": "esy refmterr dune build --profile=release @doc"
},
"dependencies": {
"refmterr": "*",
"@opam/re": "*",
"@opam/atdgen": "*",
"@opam/junit": "*",
"@opam/qcheck-core": "0.9",
"@opam/merlin": "*",
"ocaml": "~4.6.4",
"@opam/dune": "1.10.0",
"@opam/reason": "3.5.0",
"@opam/sexplib0": "*",
"@opam/odoc": "*"
},
"resolutions": {
"@opam/reason": "let-def/reason:reason.opam#474900e6d9d5ecef788fbe78e8a23cb20d151a72"
}
}