-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 5.37 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 5.37 KB
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
116
117
118
{
"name": "@xpack-dev-tools/aarch64-none-elf-gcc",
"version": "15.2.1-1.1.1",
"description": "A binary xpm package with the GNU AArch64 Embedded GCC toolchain executables",
"main": "",
"scripts": {
"generate-top-commons": "bash node_modules/@xpack/npm-packages-helper/maintenance-scripts/generate-top-commons.sh --xpack-dev-tools",
"npm-install": "npm install",
"npm-link-helpers": "npm link @xpack/npm-packages-helper @xpack/docusaurus-template-liquid",
"npm-outdated": "npm outdated",
"npm-pack": "npm pack",
"npm-link": "npm link",
"deep-clean": "del-cli node_modules package-lock.json *.tgz",
"postversion": "git push origin --all && git push origin --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xpack-dev-tools/aarch64-none-elf-gcc-xpack.git"
},
"bugs": {
"url": "https://github.com/xpack-dev-tools/aarch64-none-elf-gcc-xpack/issues"
},
"homepage": "https://xpack-dev-tools.github.io/aarch64-none-elf-gcc-xpack/",
"keywords": [
"xpack",
"gcc",
"aarch64",
"toolchain",
"embedded"
],
"author": {
"name": "Liviu Ionescu",
"email": "ilg@livius.net",
"url": "https://github.com/ilg-ul"
},
"license": "MIT",
"xpack": {
"minimumXpmRequired": "0.20.5",
"binaries": {
"destination": "./.content",
"baseUrl": "https://github.com/xpack-dev-tools/aarch64-none-elf-gcc-xpack/releases/download/v15.2.1-1.1",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-aarch64-none-elf-gcc-15.2.1-1.1-darwin-arm64.tar.gz",
"sha256": "d7efeab33982bb4a50be816b9a327045b93678940aee872501233a34e0ba41a2"
},
"darwin-x64": {
"fileName": "xpack-aarch64-none-elf-gcc-15.2.1-1.1-darwin-x64.tar.gz",
"sha256": "d410f9f73d194e57704fea04e5ceeede992790f901e43614bbba4fcc173dd2ee"
},
"linux-arm64": {
"fileName": "xpack-aarch64-none-elf-gcc-15.2.1-1.1-linux-arm64.tar.gz",
"sha256": "94ea26098d0f63c3d845b7368d9ad971c1cf9c7f13019722d820c165e7331248"
},
"linux-x64": {
"fileName": "xpack-aarch64-none-elf-gcc-15.2.1-1.1-linux-x64.tar.gz",
"sha256": "052e1aadd7b3adde960299f50da956eb34c1503a7299b5bea3a330d9407bf250"
},
"win32-x64": {
"fileName": "xpack-aarch64-none-elf-gcc-15.2.1-1.1-win32-x64.zip",
"sha256": "eeea8fe159fdcaaea8d5abe6cc66f2c81659c3011164d6a20b76920a5abcecf3"
}
}
},
"executables": {
"aarch64-none-elf-addr2line": "./.content/bin/aarch64-none-elf-addr2line",
"aarch64-none-elf-ar": "./.content/bin/aarch64-none-elf-ar",
"aarch64-none-elf-as": "./.content/bin/aarch64-none-elf-as",
"aarch64-none-elf-c++": "./.content/bin/aarch64-none-elf-c++",
"aarch64-none-elf-c++filt": "./.content/bin/aarch64-none-elf-c++filt",
"aarch64-none-elf-cpp": "./.content/bin/aarch64-none-elf-cpp",
"aarch64-none-elf-dwp": "./.content/bin/aarch64-none-elf-dwp",
"aarch64-none-elf-elfedit": "./.content/bin/aarch64-none-elf-elfedit",
"aarch64-none-elf-g++": "./.content/bin/aarch64-none-elf-g++",
"aarch64-none-elf-gcc": "./.content/bin/aarch64-none-elf-gcc",
"aarch64-none-elf-gcc-ar": "./.content/bin/aarch64-none-elf-gcc-ar",
"aarch64-none-elf-gcc-nm": "./.content/bin/aarch64-none-elf-gcc-nm",
"aarch64-none-elf-gcc-ranlib": "./.content/bin/aarch64-none-elf-gcc-ranlib",
"aarch64-none-elf-gcov": "./.content/bin/aarch64-none-elf-gcov",
"aarch64-none-elf-gcov-dump": "./.content/bin/aarch64-none-elf-gcov-dump",
"aarch64-none-elf-gcov-tool": "./.content/bin/aarch64-none-elf-gcov-tool",
"aarch64-none-elf-gdb": "./.content/bin/aarch64-none-elf-gdb",
"aarch64-none-elf-gdb-add-index": "./.content/bin/aarch64-none-elf-gdb-add-index",
"aarch64-none-elf-gdb-add-index-py3": "./.content/bin/aarch64-none-elf-gdb-add-index-py3",
"aarch64-none-elf-gdb-py3": "./.content/bin/aarch64-none-elf-gdb-py3",
"aarch64-none-elf-gfortran": "./.content/bin/aarch64-none-elf-gfortran",
"aarch64-none-elf-gprof": "./.content/bin/aarch64-none-elf-gprof",
"aarch64-none-elf-ld": "./.content/bin/aarch64-none-elf-ld",
"aarch64-none-elf-ld.bfd": "./.content/bin/aarch64-none-elf-ld.bfd",
"aarch64-none-elf-ld.gold": "./.content/bin/aarch64-none-elf-ld.gold",
"aarch64-none-elf-lto-dump": "./.content/bin/aarch64-none-elf-lto-dump",
"aarch64-none-elf-nm": "./.content/bin/aarch64-none-elf-nm",
"aarch64-none-elf-objcopy": "./.content/bin/aarch64-none-elf-objcopy",
"aarch64-none-elf-objdump": "./.content/bin/aarch64-none-elf-objdump",
"aarch64-none-elf-ranlib": "./.content/bin/aarch64-none-elf-ranlib",
"aarch64-none-elf-readelf": "./.content/bin/aarch64-none-elf-readelf",
"aarch64-none-elf-size": "./.content/bin/aarch64-none-elf-size",
"aarch64-none-elf-strings": "./.content/bin/aarch64-none-elf-strings",
"aarch64-none-elf-strip": "./.content/bin/aarch64-none-elf-strip"
}
},
"devDependencies": {
"del-cli": "^7.0.0",
"json": "^11.0.0",
"liquidjs": "^10.23.0"
},
"topConfig": {
"descriptiveName": "xPack GNU AArch64 Embedded GCC",
"upstreamDescriptiveName": "GNU AArch64 Embedded GCC",
"permalinkName": "aarch64-none-elf-gcc",
"skipCiTests": "true",
"useSelfHostedRunners": "true"
},
"engines": {
"node": ">=20.0"
}
}