-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
115 lines (115 loc) · 4.02 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "@xpack-dev-tools/gcc",
"version": "14.2.0-1.1",
"description": "A binary xPack with the GNU Compiler Collection executables",
"main": "",
"scripts": {
"postversion": "git push origin --all && git push origin --tags",
"test": "echo \"Error: no test specified\" && exit 1",
"liquidjs": "liquidjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xpack-dev-tools/gcc-xpack.git"
},
"bugs": {
"url": "https://github.com/xpack-dev-tools/gcc-xpack/issues/"
},
"homepage": "https://github.com/xpack-dev-tools/gcc-xpack/#readme",
"keywords": [
"xpack",
"gnu",
"gcc",
"c",
"c++",
"obj-c",
"obj-c++"
],
"author": {
"name": "Liviu Ionescu",
"email": "ilg@livius.net",
"url": "https://github.com/ilg-ul/"
},
"license": "MIT",
"xpack": {
"minimumXpmRequired": "0.16.3",
"binaries": {
"destination": "./.content",
"baseUrl": "https://github.com/xpack-dev-tools/gcc-xpack/releases/download/v14.2.0-1",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-gcc-14.2.0-1-darwin-arm64.tar.gz",
"sha256": "4b2493421ae45fd346396568ebad8de22edc45316d3ccce76ae1dfb09f7eafb5"
},
"darwin-x64": {
"fileName": "xpack-gcc-14.2.0-1-darwin-x64.tar.gz",
"sha256": "d2beeb05bda256e9afef8436e72b68dc5cf42e570195957a1e45e013f2c3decf"
},
"linux-arm64": {
"fileName": "xpack-gcc-14.2.0-1-linux-arm64.tar.gz",
"sha256": "4c3b546a98293c09b16762a8c55e040e6d0198b5ced1cc0c5c60c22758da6e88"
},
"linux-arm": {
"fileName": "xpack-gcc-14.2.0-1-linux-arm.tar.gz",
"sha256": "9274dd684fb6f658f5eb596fc349cdcb9c009e1f66df056822d772fac92826f9"
},
"linux-x64": {
"fileName": "xpack-gcc-14.2.0-1-linux-x64.tar.gz",
"sha256": "f1a5db554874b27812e6286d242200430d9c5fb62bc04f4e59d6fe47d498af5a"
},
"win32-x64": {
"fileName": "xpack-gcc-14.2.0-1-win32-x64.zip",
"sha256": "5c94de916ff50447f74f8d2bf13dd98b92f079f73ae064a02c47598c0109d5c8"
}
}
},
"bin": {
"addr2line": "./.content/bin/addr2line",
"ar": "./.content/bin/ar",
"as": "./.content/bin/as",
"c++": "./.content/bin/c++",
"c++filt": "./.content/bin/c++filt",
"cpp": "./.content/bin/cpp",
"dlltool": "./.content/bin/dlltool",
"dllwrap": "./.content/bin/dllwrap",
"dwp": "./.content/bin/dwp",
"elfedit": "./.content/bin/elfedit",
"g++": "./.content/bin/g++",
"gcc": "./.content/bin/gcc",
"gcc-ar": "./.content/bin/gcc-ar",
"gcc-nm": "./.content/bin/gcc-nm",
"gcc-ranlib": "./.content/bin/gcc-ranlib",
"gcore": "./.content/bin/gcore",
"gcov": "./.content/bin/gcov",
"gcov-dump": "./.content/bin/gcov-dump",
"gcov-tool": "./.content/bin/gcov-tool",
"gdb": "./.content/bin/gdb",
"gdb-add-index": "./.content/bin/gdb-add-index",
"gendef": "./.content/bin/gendef",
"gfortran": "./.content/bin/gfortran",
"gp-archive": "./.content/bin/gp-archive",
"gp-collect-app": "./.content/bin/gp-collect-app",
"gp-display-html": "./.content/bin/gp-display-html",
"gp-display-src": "./.content/bin/gp-display-src",
"gp-display-text": "./.content/bin/gp-display-text",
"gprof": "./.content/bin/gprof",
"gprofng": "./.content/bin/gprofng",
"ld": "./.content/bin/ld",
"ld.bfd": "./.content/bin/ld.bfd",
"ld.gold": "./.content/bin/ld.gold",
"lto-dump": "./.content/bin/lto-dump",
"nm": "./.content/bin/nm",
"objcopy": "./.content/bin/objcopy",
"objdump": "./.content/bin/objdump",
"ranlib": "./.content/bin/ranlib",
"readelf": "./.content/bin/readelf",
"size": "./.content/bin/size",
"strings": "./.content/bin/strings",
"strip": "./.content/bin/strip",
"widl": "./.content/bin/widl",
"windmc": "./.content/bin/windmc",
"windres": "./.content/bin/windres"
}
}
}