forked from esy/esy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
esy.json
86 lines (86 loc) · 3.07 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "esy",
"version": "0.6.13-dev",
"description": "Package builder for esy.",
"license": "MIT",
"esy": {
"build": "dune build -p esy",
"buildDev": "dune build -p esy",
"install": "esy-installer esy.install",
"release": {
"rewritePrefix": false,
"bin": ["esy"]
},
"buildsInSource": "_build"
},
"//": "Following pesy config can be used to pull cached builds from CI",
"pesy": {
"github": "esy/esy",
"azure-project": "esy-dev/esy"
},
"scripts": {
"bootstrap": "node scripts/bootstrap.js",
"install:esy": "esy install",
"build": "npm run build:esy && npm run build:postinstall-esy-bash && npm run build:postinstall-esy-solve-cudf",
"build:esy": "esy build",
"build:postinstall-esy-bash": "cd node_modules/esy-bash && npm install",
"build:postinstall-esy-solve-cudf": "cd node_modules/esy-solve-cudf && npm install",
"release:platform-release": "node ./scripts/make-platform-release.js",
"fmt": "dune build @fmt --auto-promote",
"test:unit": "esy b dune runtest",
"test:e2e": "npm run jest test-e2e",
"test:e2e-re": "sh -c 'esy b; esy dune exec ./test-e2e-re/lib/RunTests.exe'",
"test:e2e-slow": "node test-e2e-slow/run-slow-tests.js"
},
"resolutions": {
"@opam/bos": "github:esy-ocaml/bos:opam#9c7956dda6c0d82afcd599c26f8f7efcc373b70e",
"@opam/bigstringaf": "opam:0.6.1",
"@opam/cmdliner": "github:esy-ocaml/cmdliner:cmdliner.opam#e9316bc",
"@opam/astring": "github:dune-universe/astring:astring.opam#d907613e73186310aa89f13812aa974dbfc282d6",
"@opam/lwt": "github:ocsigen/lwt:lwt.opam#9943ba77a5508feaea5e1fb60b011db4179f9c61",
"@opam/pastel": "git+https://github.com/reasonml/reason-native.git:pastel.opam#aec0ac68",
"@opam/cli": "git+https://github.com/reasonml/reason-native.git:cli.opam#aec0ac68",
"@opam/file-context-printer": "git+https://github.com/reasonml/reason-native.git:file-context-printer.opam#aec0ac68",
"@reason-native/rely": "git+https://github.com/reasonml/reason-native.git:rely.opam#aec0ac68",
"@opam/rresult": "opam:0.6.0",
"@opam/parmap": "opam:1.2.1"
},
"dependencies": {
"@opam/mccs": "*",
"@opam/angstrom": "0.15.0",
"@opam/bos": "*",
"@opam/cmdliner": "*",
"@opam/cudf": "0.9",
"@opam/dose3": "6.1",
"@opam/dune": "*",
"@opam/fmt": "*",
"@opam/fpath": "*",
"@opam/lambda-term": "*",
"@opam/logs": "*",
"@opam/lwt": "*",
"@opam/lwt_ppx": "*",
"@opam/menhir": "20210419",
"@opam/ocamlformat": "0.18.0",
"@opam/opam-core": "*",
"@opam/opam-file-format": "*",
"@opam/opam-format": "*",
"@opam/opam-state": "*",
"@opam/ppx_deriving": "*",
"@opam/ppx_deriving_yojson": "*",
"@opam/ppx_expect": "*",
"@opam/ppx_inline_test": "*",
"@opam/ppx_let": "*",
"@opam/ppx_sexp_conv": "*",
"@opam/re": "*",
"@opam/reason": "*",
"@opam/yojson": "*",
"ocaml": "4.12.0"
},
"devDependencies": {
"@reason-native/rely": "*",
"@opam/ocaml-lsp-server": "*",
"@opam/merlin": "^3.3.3",
"@opam/rtop": "*",
"@opam/utop": "^2.4.2"
}
}