Skip to content

Commit 9b10ab7

Browse files
committed
autoupdate docs by xmake-repo/ci
1 parent efe3607 commit 9b10ab7

25 files changed

+470
-43
lines changed

_coverpage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
- *Simple, lightweight, cross-platform*
88
- *Modern C/C++ package manager, support distributed repositories*
9-
- **Recently added: strong_type, reaction, nzsl**
9+
- **Recently added: acl-dev, strong_type, reaction**
1010

1111
[Gitee](https://gitee.com/tboox/xrepo/)
1212
[Github](https://github.com/xmake-io/xrepo/)

_sidebar.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Getting Started
22
- [Sponsor](https://xmake.io/#/about/sponsor)
33
- [Quick Start](getting_started.md)
4-
- Packages (1701)
4+
- Packages (1702)
55
- [android](packages/android.md)
66
- [bsd](packages/bsd.md)
77
- [cross](packages/cross.md)

mirror/packages/android.html

+38-1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,43 @@ <h5 id="installcommand">Install command</h5>
205205
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
206206
<pre><code class="lang-lua">add_requires("access_private")
207207
</code></pre>
208+
<h3 id="acldevandroid">acl-dev (android)</h3>
209+
<table>
210+
<thead>
211+
<tr>
212+
<th>Description</th>
213+
<th><em>C/C++ server and network library, including coroutine, redis client, http/https/websocket, mqtt, mysql/postgresql/sqlite client with C/C++ for Linux, Android, iOS, MacOS, Windows.</em></th>
214+
</tr>
215+
</thead>
216+
<tbody>
217+
<tr>
218+
<td>Homepage</td>
219+
<td><a href="https://acl-dev.cn">https://acl-dev.cn</a></td>
220+
</tr>
221+
<tr>
222+
<td>License</td>
223+
<td>LGPL-3.0</td>
224+
</tr>
225+
<tr>
226+
<td>Versions</td>
227+
<td>v3.6.2</td>
228+
</tr>
229+
<tr>
230+
<td>Architectures</td>
231+
<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
232+
</tr>
233+
<tr>
234+
<td>Definition</td>
235+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/acl-dev/xmake.lua">acl-dev/xmake.lua</a></td>
236+
</tr>
237+
</tbody>
238+
</table>
239+
<h5 id="installcommand">Install command</h5>
240+
<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] acl-dev
241+
</code></pre>
242+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
243+
<pre><code class="lang-lua">add_requires("acl-dev")
244+
</code></pre>
208245
<h3 id="adaandroid">ada (android)</h3>
209246
<table>
210247
<thead>
@@ -29991,7 +30028,7 @@ <h3 id="sqlite3android">sqlite3 (android)</h3>
2999130028
</tr>
2999230029
<tr>
2999330030
<td>Versions</td>
29994-
<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
30031+
<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+100, 3.47.0+0, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
2999530032
</tr>
2999630033
<tr>
2999730034
<td>Architectures</td>

mirror/packages/bsd.html

+38-1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,43 @@ <h5 id="installcommand">Install command</h5>
167167
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
168168
<pre><code class="lang-lua">add_requires("access_private")
169169
</code></pre>
170+
<h3 id="acldevbsd">acl-dev (bsd)</h3>
171+
<table>
172+
<thead>
173+
<tr>
174+
<th>Description</th>
175+
<th><em>C/C++ server and network library, including coroutine, redis client, http/https/websocket, mqtt, mysql/postgresql/sqlite client with C/C++ for Linux, Android, iOS, MacOS, Windows.</em></th>
176+
</tr>
177+
</thead>
178+
<tbody>
179+
<tr>
180+
<td>Homepage</td>
181+
<td><a href="https://acl-dev.cn">https://acl-dev.cn</a></td>
182+
</tr>
183+
<tr>
184+
<td>License</td>
185+
<td>LGPL-3.0</td>
186+
</tr>
187+
<tr>
188+
<td>Versions</td>
189+
<td>v3.6.2</td>
190+
</tr>
191+
<tr>
192+
<td>Architectures</td>
193+
<td>i386, x86_64</td>
194+
</tr>
195+
<tr>
196+
<td>Definition</td>
197+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/acl-dev/xmake.lua">acl-dev/xmake.lua</a></td>
198+
</tr>
199+
</tbody>
200+
</table>
201+
<h5 id="installcommand">Install command</h5>
202+
<pre><code class="lang-console">xrepo install acl-dev
203+
</code></pre>
204+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
205+
<pre><code class="lang-lua">add_requires("acl-dev")
206+
</code></pre>
170207
<h3 id="actorframeworkbsd">actor-framework (bsd)</h3>
171208
<table>
172209
<thead>
@@ -29942,7 +29979,7 @@ <h3 id="sqlite3bsd">sqlite3 (bsd)</h3>
2994229979
</tr>
2994329980
<tr>
2994429981
<td>Versions</td>
29945-
<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
29982+
<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+100, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
2994629983
</tr>
2994729984
<tr>
2994829985
<td>Architectures</td>

mirror/packages/cross.html

+38-1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,43 @@ <h5 id="installcommand">Install command</h5>
167167
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
168168
<pre><code class="lang-lua">add_requires("access_private")
169169
</code></pre>
170+
<h3 id="acldevcross">acl-dev (cross)</h3>
171+
<table>
172+
<thead>
173+
<tr>
174+
<th>Description</th>
175+
<th><em>C/C++ server and network library, including coroutine, redis client, http/https/websocket, mqtt, mysql/postgresql/sqlite client with C/C++ for Linux, Android, iOS, MacOS, Windows.</em></th>
176+
</tr>
177+
</thead>
178+
<tbody>
179+
<tr>
180+
<td>Homepage</td>
181+
<td><a href="https://acl-dev.cn">https://acl-dev.cn</a></td>
182+
</tr>
183+
<tr>
184+
<td>License</td>
185+
<td>LGPL-3.0</td>
186+
</tr>
187+
<tr>
188+
<td>Versions</td>
189+
<td>v3.6.2</td>
190+
</tr>
191+
<tr>
192+
<td>Architectures</td>
193+
<td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
194+
</tr>
195+
<tr>
196+
<td>Definition</td>
197+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/acl-dev/xmake.lua">acl-dev/xmake.lua</a></td>
198+
</tr>
199+
</tbody>
200+
</table>
201+
<h5 id="installcommand">Install command</h5>
202+
<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] acl-dev
203+
</code></pre>
204+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
205+
<pre><code class="lang-lua">add_requires("acl-dev")
206+
</code></pre>
170207
<h3 id="adacross">ada (cross)</h3>
171208
<table>
172209
<thead>
@@ -28777,7 +28814,7 @@ <h3 id="sqlite3cross">sqlite3 (cross)</h3>
2877728814
</tr>
2877828815
<tr>
2877928816
<td>Versions</td>
28780-
<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
28817+
<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+100, 3.47.0+0, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
2878128818
</tr>
2878228819
<tr>
2878328820
<td>Architectures</td>

mirror/packages/iphoneos.html

+38-1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,43 @@ <h5 id="installcommand">Install command</h5>
167167
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
168168
<pre><code class="lang-lua">add_requires("access_private")
169169
</code></pre>
170+
<h3 id="acldeviphoneos">acl-dev (iphoneos)</h3>
171+
<table>
172+
<thead>
173+
<tr>
174+
<th>Description</th>
175+
<th><em>C/C++ server and network library, including coroutine, redis client, http/https/websocket, mqtt, mysql/postgresql/sqlite client with C/C++ for Linux, Android, iOS, MacOS, Windows.</em></th>
176+
</tr>
177+
</thead>
178+
<tbody>
179+
<tr>
180+
<td>Homepage</td>
181+
<td><a href="https://acl-dev.cn">https://acl-dev.cn</a></td>
182+
</tr>
183+
<tr>
184+
<td>License</td>
185+
<td>LGPL-3.0</td>
186+
</tr>
187+
<tr>
188+
<td>Versions</td>
189+
<td>v3.6.2</td>
190+
</tr>
191+
<tr>
192+
<td>Architectures</td>
193+
<td>arm64, x86_64</td>
194+
</tr>
195+
<tr>
196+
<td>Definition</td>
197+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/acl-dev/xmake.lua">acl-dev/xmake.lua</a></td>
198+
</tr>
199+
</tbody>
200+
</table>
201+
<h5 id="installcommand">Install command</h5>
202+
<pre><code class="lang-console">xrepo install -p iphoneos acl-dev
203+
</code></pre>
204+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
205+
<pre><code class="lang-lua">add_requires("acl-dev")
206+
</code></pre>
170207
<h3 id="adaiphoneos">ada (iphoneos)</h3>
171208
<table>
172209
<thead>
@@ -28818,7 +28855,7 @@ <h3 id="sqlite3iphoneos">sqlite3 (iphoneos)</h3>
2881828855
</tr>
2881928856
<tr>
2882028857
<td>Versions</td>
28821-
<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
28858+
<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+100, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
2882228859
</tr>
2882328860
<tr>
2882428861
<td>Architectures</td>

mirror/packages/linux.html

+39-2
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,43 @@ <h5 id="installcommand">Install command</h5>
276276
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
277277
<pre><code class="lang-lua">add_requires("acl")
278278
</code></pre>
279+
<h3 id="acldevlinux">acl-dev (linux)</h3>
280+
<table>
281+
<thead>
282+
<tr>
283+
<th>Description</th>
284+
<th><em>C/C++ server and network library, including coroutine, redis client, http/https/websocket, mqtt, mysql/postgresql/sqlite client with C/C++ for Linux, Android, iOS, MacOS, Windows.</em></th>
285+
</tr>
286+
</thead>
287+
<tbody>
288+
<tr>
289+
<td>Homepage</td>
290+
<td><a href="https://acl-dev.cn">https://acl-dev.cn</a></td>
291+
</tr>
292+
<tr>
293+
<td>License</td>
294+
<td>LGPL-3.0</td>
295+
</tr>
296+
<tr>
297+
<td>Versions</td>
298+
<td>v3.6.2</td>
299+
</tr>
300+
<tr>
301+
<td>Architectures</td>
302+
<td>arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
303+
</tr>
304+
<tr>
305+
<td>Definition</td>
306+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/acl-dev/xmake.lua">acl-dev/xmake.lua</a></td>
307+
</tr>
308+
</tbody>
309+
</table>
310+
<h5 id="installcommand">Install command</h5>
311+
<pre><code class="lang-console">xrepo install acl-dev
312+
</code></pre>
313+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
314+
<pre><code class="lang-lua">add_requires("acl-dev")
315+
</code></pre>
279316
<h3 id="actorframeworklinux">actor-framework (linux)</h3>
280317
<table>
281318
<thead>
@@ -49392,7 +49429,7 @@ <h3 id="sqlite3linux">sqlite3 (linux)</h3>
4939249429
</tr>
4939349430
<tr>
4939449431
<td>Versions</td>
49395-
<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
49432+
<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+100, 3.47.0+0, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
4939649433
</tr>
4939749434
<tr>
4939849435
<td>Architectures</td>
@@ -56027,7 +56064,7 @@ <h3 id="wigxjpflinux">wigxjpf (linux)</h3>
5602756064
</tr>
5602856065
<tr>
5602956066
<td>License</td>
56030-
<td>table: 0x556706f35820</td>
56067+
<td>table: 0x55854a2249c0</td>
5603156068
</tr>
5603256069
<tr>
5603356070
<td>Versions</td>

mirror/packages/macosx.html

+39-2
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,43 @@ <h5 id="installcommand">Install command</h5>
239239
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
240240
<pre><code class="lang-lua">add_requires("access_private")
241241
</code></pre>
242+
<h3 id="acldevmacosx">acl-dev (macosx)</h3>
243+
<table>
244+
<thead>
245+
<tr>
246+
<th>Description</th>
247+
<th><em>C/C++ server and network library, including coroutine, redis client, http/https/websocket, mqtt, mysql/postgresql/sqlite client with C/C++ for Linux, Android, iOS, MacOS, Windows.</em></th>
248+
</tr>
249+
</thead>
250+
<tbody>
251+
<tr>
252+
<td>Homepage</td>
253+
<td><a href="https://acl-dev.cn">https://acl-dev.cn</a></td>
254+
</tr>
255+
<tr>
256+
<td>License</td>
257+
<td>LGPL-3.0</td>
258+
</tr>
259+
<tr>
260+
<td>Versions</td>
261+
<td>v3.6.2</td>
262+
</tr>
263+
<tr>
264+
<td>Architectures</td>
265+
<td>arm64, x86_64</td>
266+
</tr>
267+
<tr>
268+
<td>Definition</td>
269+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/acl-dev/xmake.lua">acl-dev/xmake.lua</a></td>
270+
</tr>
271+
</tbody>
272+
</table>
273+
<h5 id="installcommand">Install command</h5>
274+
<pre><code class="lang-console">xrepo install acl-dev
275+
</code></pre>
276+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
277+
<pre><code class="lang-lua">add_requires("acl-dev")
278+
</code></pre>
242279
<h3 id="actorframeworkmacosx">actor-framework (macosx)</h3>
243280
<table>
244281
<thead>
@@ -45862,7 +45899,7 @@ <h3 id="sqlite3macosx">sqlite3 (macosx)</h3>
4586245899
</tr>
4586345900
<tr>
4586445901
<td>Versions</td>
45865-
<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
45902+
<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+100, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
4586645903
</tr>
4586745904
<tr>
4586845905
<td>Architectures</td>
@@ -52069,7 +52106,7 @@ <h3 id="wigxjpfmacosx">wigxjpf (macosx)</h3>
5206952106
</tr>
5207052107
<tr>
5207152108
<td>License</td>
52072-
<td>table: 0x556706f35820</td>
52109+
<td>table: 0x55854a2249c0</td>
5207352110
</tr>
5207452111
<tr>
5207552112
<td>Versions</td>

mirror/packages/mingw.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32698,7 +32698,7 @@ <h3 id="sqlite3mingw">sqlite3 (mingw)</h3>
3269832698
</tr>
3269932699
<tr>
3270032700
<td>Versions</td>
32701-
<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
32701+
<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+100, 3.47.0+0, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
3270232702
</tr>
3270332703
<tr>
3270432704
<td>Architectures</td>

mirror/packages/msys.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28045,7 +28045,7 @@ <h3 id="sqlite3msys">sqlite3 (msys)</h3>
2804528045
</tr>
2804628046
<tr>
2804728047
<td>Versions</td>
28048-
<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
28048+
<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+100, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
2804928049
</tr>
2805028050
<tr>
2805128051
<td>Architectures</td>

mirror/packages/wasm.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -25581,7 +25581,7 @@ <h3 id="sqlite3wasm">sqlite3 (wasm)</h3>
2558125581
</tr>
2558225582
<tr>
2558325583
<td>Versions</td>
25584-
<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
25584+
<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+100, 3.47.0+0, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
2558525585
</tr>
2558625586
<tr>
2558725587
<td>Architectures</td>

0 commit comments

Comments
 (0)