12
12
const tools = {
13
13
mainTools : [
14
14
{
15
- longName : 'GNU AArch64 Embedded GCC' ,
16
- shortName : 'aarch64-none-elf-gcc' ,
15
+ descriptiveName : 'GNU AArch64 Embedded GCC' ,
16
+ permalinkName : 'aarch64-none-elf-gcc' ,
17
17
isWindows : true ,
18
18
isMacOS : true ,
19
19
isLinux : true ,
20
20
} ,
21
21
{
22
- longName : 'GNU Arm Embedded GCC' ,
23
- shortName : 'arm-none-eabi-gcc' ,
22
+ descriptiveName : 'GNU Arm Embedded GCC' ,
23
+ permalinkName : 'arm-none-eabi-gcc' ,
24
24
isWindows : true ,
25
25
isMacOS : true ,
26
26
isLinux : true ,
27
27
} ,
28
28
{
29
- longName : 'LLVM clang' ,
30
- shortName : 'clang' ,
29
+ descriptiveName : 'LLVM clang' ,
30
+ permalinkName : 'clang' ,
31
31
isWindows : true ,
32
32
isMacOS : true ,
33
33
isLinux : true ,
34
34
} ,
35
35
{
36
- longName : 'CMake' ,
37
- shortName : 'cmake' ,
36
+ descriptiveName : 'CMake' ,
37
+ permalinkName : 'cmake' ,
38
38
isWindows : true ,
39
39
isMacOS : true ,
40
40
isLinux : true ,
41
41
} ,
42
42
{
43
- longName : 'GCC' ,
44
- shortName : 'gcc' ,
43
+ descriptiveName : 'GCC' ,
44
+ permalinkName : 'gcc' ,
45
45
isWindows : true ,
46
46
isMacOS : true ,
47
47
isLinux : true ,
48
48
} ,
49
49
{
50
- longName : 'Meson Build' ,
51
- shortName : 'meson-build' ,
50
+ descriptiveName : 'Meson Build' ,
51
+ permalinkName : 'meson-build' ,
52
52
isWindows : true ,
53
53
isMacOS : true ,
54
54
isLinux : true ,
55
55
} ,
56
56
{
57
- longName : 'MinGW-w64 GCC' ,
58
- shortName : 'mingw-w64-gcc' ,
57
+ descriptiveName : 'MinGW-w64 GCC' ,
58
+ permalinkName : 'mingw-w64-gcc' ,
59
59
isWindows : true ,
60
60
isMacOS : true ,
61
61
isLinux : true ,
62
62
} ,
63
63
{
64
- longName : 'Ninja Build' ,
65
- shortName : 'ninja-build' ,
64
+ descriptiveName : 'Ninja Build' ,
65
+ permalinkName : 'ninja-build' ,
66
66
isWindows : true ,
67
67
isMacOS : true ,
68
68
isLinux : true ,
69
69
} ,
70
70
{
71
- longName : 'OpenOCD' ,
72
- shortName : 'openocd' ,
71
+ descriptiveName : 'OpenOCD' ,
72
+ permalinkName : 'openocd' ,
73
73
isWindows : true ,
74
74
isMacOS : true ,
75
75
isLinux : true ,
76
76
} ,
77
77
{
78
- longName : 'QEMU Arm' ,
79
- shortName : 'qemu-arm' ,
78
+ descriptiveName : 'QEMU Arm' ,
79
+ permalinkName : 'qemu-arm' ,
80
80
isWindows : true ,
81
81
isMacOS : true ,
82
82
isLinux : true ,
83
83
} ,
84
84
{
85
- longName : 'QEMU RISC-V' ,
86
- shortName : 'qemu-riscv' ,
85
+ descriptiveName : 'QEMU RISC-V' ,
86
+ permalinkName : 'qemu-riscv' ,
87
87
isWindows : true ,
88
88
isMacOS : true ,
89
89
isLinux : true ,
90
90
} ,
91
91
{
92
- longName : 'GNU RISC-V Embedded GCC' ,
93
- shortName : 'riscv-none-elf-gcc' ,
92
+ descriptiveName : 'GNU RISC-V Embedded GCC' ,
93
+ permalinkName : 'riscv-none-elf-gcc' ,
94
94
isWindows : true ,
95
95
isMacOS : true ,
96
96
isLinux : true ,
97
97
} ,
98
98
{
99
- longName : 'Windows Build Tools' ,
100
- shortName : 'windows-build-tools' ,
99
+ descriptiveName : 'Windows Build Tools' ,
100
+ permalinkName : 'windows-build-tools' ,
101
101
isWindows : true ,
102
102
isMacOS : true ,
103
103
isLinux : true ,
@@ -107,57 +107,57 @@ const tools = {
107
107
/* When updated, don't forget to add sitemap to robots.txt! */
108
108
supplementaryTools : [
109
109
{
110
- longName : 'GNU bison' ,
111
- shortName : 'bison' ,
110
+ descriptiveName : 'GNU bison' ,
111
+ permalinkName : 'bison' ,
112
112
isWindows : false ,
113
113
isMacOS : true ,
114
114
isLinux : true ,
115
115
} ,
116
116
{
117
- longName : 'flex' ,
118
- shortName : 'flex' ,
117
+ descriptiveName : 'flex' ,
118
+ permalinkName : 'flex' ,
119
119
isWindows : false ,
120
120
isMacOS : true ,
121
121
isLinux : true ,
122
122
} ,
123
123
{
124
- longName : 'GNU m4' ,
125
- shortName : 'm4' ,
124
+ descriptiveName : 'GNU m4' ,
125
+ permalinkName : 'm4' ,
126
126
isWindows : false ,
127
127
isMacOS : true ,
128
128
isLinux : true ,
129
129
} ,
130
130
{
131
- longName : 'NixOS PatchELF' ,
132
- shortName : 'patchelf' ,
131
+ descriptiveName : 'NixOS PatchELF' ,
132
+ permalinkName : 'patchelf' ,
133
133
isWindows : false ,
134
134
isMacOS : true ,
135
135
isLinux : true ,
136
136
} ,
137
137
{
138
- longName : 'pkg-config' ,
139
- shortName : 'pkg-config' ,
138
+ descriptiveName : 'pkg-config' ,
139
+ permalinkName : 'pkg-config' ,
140
140
isWindows : false ,
141
141
isMacOS : true ,
142
142
isLinux : true ,
143
143
} ,
144
144
{
145
- longName : 'GNU realpath' ,
146
- shortName : 'realpath' ,
145
+ descriptiveName : 'GNU realpath' ,
146
+ permalinkName : 'realpath' ,
147
147
isWindows : false ,
148
148
isMacOS : true ,
149
149
isLinux : true ,
150
150
} ,
151
151
{
152
- longName : 'GNU sed' ,
153
- shortName : 'sed' ,
152
+ descriptiveName : 'GNU sed' ,
153
+ permalinkName : 'sed' ,
154
154
isWindows : false ,
155
155
isMacOS : true ,
156
156
isLinux : true ,
157
157
} ,
158
158
{
159
- longName : 'WineHQ' ,
160
- shortName : 'wine' ,
159
+ descriptiveName : 'WineHQ' ,
160
+ permalinkName : 'wine' ,
161
161
isWindows : false ,
162
162
isMacOS : false ,
163
163
isLinux : true ,
@@ -166,15 +166,15 @@ const tools = {
166
166
167
167
workInProgressTools : [
168
168
{
169
- longName : 'GNU Bash' ,
170
- shortName : 'bash' ,
169
+ descriptiveName : 'GNU Bash' ,
170
+ permalinkName : 'bash' ,
171
171
isWindows : true ,
172
172
isMacOS : true ,
173
173
isLinux : true ,
174
174
} ,
175
175
{
176
- longName : 'GNU texinfo' ,
177
- shortName : 'texinfo' ,
176
+ descriptiveName : 'GNU texinfo' ,
177
+ permalinkName : 'texinfo' ,
178
178
isWindows : false ,
179
179
isMacOS : true ,
180
180
isLinux : true ,
0 commit comments