forked from esy/esy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
static.json
56 lines (56 loc) · 1.52 KB
/
static.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
{
"name": "esy",
"version": "0.6.13-dev",
"source": "./esy.json",
"esy": {
"release": {
"rewritePrefix": false,
"bin": ["esy"]
}
},
"override": {
"build": "dune build -p #{self.name} --profile release-static",
"release": {
"rewritePrefix": false,
"bin": ["esy"]
},
"dependencies": {
"ocaml": "*"
},
"//": "HACK! We shouldn't have to resolve to no-source like this for npm-release. It shouldn't try to build them in the first place!",
"resolutions": {
"ocaml": "4.12.0-musl.static.flambda",
"@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/parmap": "opam:1.2.1",
"@opam/rresult": "opam:0.6.0",
"@opam/merlin": {
"source": "no-source:",
"override": {
"build": "true"
}
},
"@opam/ocaml-lsp-server": {
"source": "no-source:",
"override": {
"build": "true"
}
},
"@opam/rtop": {
"source": "no-source:",
"override": {
"build": "true"
}
},
"@opam/utop": {
"source": "no-source:",
"override": {
"build": "true"
}
}
}
}
}