Jelajahi Sumber

autoupdate docs by xmake-repo/ci

ruki 1 tahun lalu
induk
melakukan
b1cfacd895

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: patchelf, udt, jom**
+- **Recently added: cute_headers, patchelf, udt**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
-- Packages (1433)
+- Packages (1434)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 40 - 3
mirror/packages/android.html

@@ -4562,7 +4562,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v11.8, v12.3, v12.4.1</td>
+<td>v11.8, v12.3, v12.4.1, v12.5</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4617,6 +4617,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("curl")
 </code></pre>
+<h3 id="cute_headersandroid">cute_headers (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/RandyGaul/cute_headers">https://github.com/RandyGaul/cute_headers</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Public Domain</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.07.22</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cute_headers/xmake.lua">cute_headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] cute_headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cute_headers")
+</code></pre>
 <h3 id="cutlassandroid">cutlass (android)</h3>
 <table>
 <thead>
@@ -21068,7 +21105,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<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</td>
+<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+200, 3.45.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -22957,7 +22994,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3</td>
+<td>v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3, v4.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 40 - 3
mirror/packages/bsd.html

@@ -4976,7 +4976,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v11.8, v12.3, v12.4.1</td>
+<td>v11.8, v12.3, v12.4.1, v12.5</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5031,6 +5031,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("curl")
 </code></pre>
+<h3 id="cute_headersbsd">cute_headers (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/RandyGaul/cute_headers">https://github.com/RandyGaul/cute_headers</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Public Domain</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.07.22</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cute_headers/xmake.lua">cute_headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cute_headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cute_headers")
+</code></pre>
 <h3 id="cutlassbsd">cutlass (bsd)</h3>
 <table>
 <thead>
@@ -21253,7 +21290,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<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</td>
+<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</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -23249,7 +23286,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3</td>
+<td>v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3, v4.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 40 - 3
mirror/packages/cross.html

@@ -4684,7 +4684,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v11.8, v12.3, v12.4.1</td>
+<td>v11.8, v12.3, v12.4.1, v12.5</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4813,6 +4813,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("curlpp")
 </code></pre>
+<h3 id="cute_headerscross">cute_headers (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/RandyGaul/cute_headers">https://github.com/RandyGaul/cute_headers</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Public Domain</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.07.22</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cute_headers/xmake.lua">cute_headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] cute_headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cute_headers")
+</code></pre>
 <h3 id="cutlasscross">cutlass (cross)</h3>
 <table>
 <thead>
@@ -20079,7 +20116,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<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</td>
+<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+200, 3.45.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -21972,7 +22009,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3</td>
+<td>v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3, v4.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 40 - 3
mirror/packages/iphoneos.html

@@ -4306,7 +4306,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v11.8, v12.3, v12.4.1</td>
+<td>v11.8, v12.3, v12.4.1, v12.5</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4361,6 +4361,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("curl")
 </code></pre>
+<h3 id="cute_headersiphoneos">cute_headers (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/RandyGaul/cute_headers">https://github.com/RandyGaul/cute_headers</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Public Domain</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.07.22</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cute_headers/xmake.lua">cute_headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos cute_headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cute_headers")
+</code></pre>
 <h3 id="cutlassiphoneos">cutlass (iphoneos)</h3>
 <table>
 <thead>
@@ -20080,7 +20117,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<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</td>
+<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</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -21977,7 +22014,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3</td>
+<td>v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3, v4.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 42 - 5
mirror/packages/linux.html

@@ -7776,7 +7776,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v11.8, v12.3, v12.4.1</td>
+<td>v11.8, v12.3, v12.4.1, v12.5</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7938,6 +7938,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("curlpp")
 </code></pre>
+<h3 id="cute_headerslinux">cute_headers (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/RandyGaul/cute_headers">https://github.com/RandyGaul/cute_headers</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Public Domain</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.07.22</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cute_headers/xmake.lua">cute_headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cute_headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cute_headers")
+</code></pre>
 <h3 id="cutlasslinux">cutlass (linux)</h3>
 <table>
 <thead>
@@ -29373,7 +29410,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>4.0.0, 6.0.1</td>
+<td>4.0.0, 6.0.1, 6.0.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -41471,7 +41508,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<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</td>
+<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+200, 3.45.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -44381,7 +44418,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3</td>
+<td>v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3, v4.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -47301,7 +47338,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x5575891e6660</td>
+<td>table: 0x56542c8022a0</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 42 - 5
mirror/packages/macosx.html

@@ -7274,7 +7274,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v11.8, v12.3, v12.4.1</td>
+<td>v11.8, v12.3, v12.4.1, v12.5</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7403,6 +7403,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("curlpp")
 </code></pre>
+<h3 id="cute_headersmacosx">cute_headers (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/RandyGaul/cute_headers">https://github.com/RandyGaul/cute_headers</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Public Domain</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.07.22</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cute_headers/xmake.lua">cute_headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cute_headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cute_headers")
+</code></pre>
 <h3 id="cutlassmacosx">cutlass (macosx)</h3>
 <table>
 <thead>
@@ -27369,7 +27406,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>4.0.0, 6.0.1</td>
+<td>4.0.0, 6.0.1, 6.0.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -38393,7 +38430,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<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</td>
+<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</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -41163,7 +41200,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3</td>
+<td>v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3, v4.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -43828,7 +43865,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x5575891e6660</td>
+<td>table: 0x56542c8022a0</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 41 - 4
mirror/packages/mingw.html

@@ -5010,7 +5010,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v11.8, v12.3, v12.4.1</td>
+<td>v11.8, v12.3, v12.4.1, v12.5</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5102,6 +5102,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("curlpp")
 </code></pre>
+<h3 id="cute_headersmingw">cute_headers (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/RandyGaul/cute_headers">https://github.com/RandyGaul/cute_headers</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Public Domain</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.07.22</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cute_headers/xmake.lua">cute_headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] cute_headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cute_headers")
+</code></pre>
 <h3 id="cutlassmingw">cutlass (mingw)</h3>
 <table>
 <thead>
@@ -16466,7 +16503,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>4.0.0, 6.0.1</td>
+<td>4.0.0, 6.0.1, 6.0.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -23931,7 +23968,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<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</td>
+<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+200, 3.45.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -26145,7 +26182,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3</td>
+<td>v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3, v4.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 40 - 3
mirror/packages/msys.html

@@ -4713,7 +4713,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v11.8, v12.3, v12.4.1</td>
+<td>v11.8, v12.3, v12.4.1, v12.5</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4768,6 +4768,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("curl")
 </code></pre>
+<h3 id="cute_headersmsys">cute_headers (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/RandyGaul/cute_headers">https://github.com/RandyGaul/cute_headers</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Public Domain</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.07.22</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cute_headers/xmake.lua">cute_headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cute_headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cute_headers")
+</code></pre>
 <h3 id="cutlassmsys">cutlass (msys)</h3>
 <table>
 <thead>
@@ -18660,7 +18697,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<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</td>
+<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</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -20479,7 +20516,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3</td>
+<td>v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3, v4.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 40 - 3
mirror/packages/wasm.html

@@ -3989,7 +3989,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v11.8, v12.3, v12.4.1</td>
+<td>v11.8, v12.3, v12.4.1, v12.5</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4044,6 +4044,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("curl")
 </code></pre>
+<h3 id="cute_headerswasm">cute_headers (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/RandyGaul/cute_headers">https://github.com/RandyGaul/cute_headers</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Public Domain</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.07.22</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cute_headers/xmake.lua">cute_headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm cute_headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cute_headers")
+</code></pre>
 <h3 id="cutlasswasm">cutlass (wasm)</h3>
 <table>
 <thead>
@@ -17562,7 +17599,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<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</td>
+<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+200, 3.45.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -19200,7 +19237,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3</td>
+<td>v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3, v4.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 41 - 4
mirror/packages/windows.html

@@ -7249,7 +7249,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v11.8, v12.3, v12.4.1</td>
+<td>v11.8, v12.3, v12.4.1, v12.5</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7411,6 +7411,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("curlpp")
 </code></pre>
+<h3 id="cute_headerswindows">cute_headers (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/RandyGaul/cute_headers">https://github.com/RandyGaul/cute_headers</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Public Domain</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.07.22</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cute_headers/xmake.lua">cute_headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cute_headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cute_headers")
+</code></pre>
 <h3 id="cutlasswindows">cutlass (windows)</h3>
 <table>
 <thead>
@@ -24872,7 +24909,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>4.0.0, 6.0.1</td>
+<td>4.0.0, 6.0.1, 6.0.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -35748,7 +35785,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<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</td>
+<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</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -38489,7 +38526,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3</td>
+<td>v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3, v4.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 27 - 3
packages/android.md

@@ -2938,7 +2938,7 @@ add_requires("cubeb")
 | -- | -- |
 | Homepage | [https://github.com/NVIDIA/cuda-samples](https://github.com/NVIDIA/cuda-samples) |
 | License | BSD-3-Clause |
-| Versions | v11.8, v12.3, v12.4.1 |
+| Versions | v11.8, v12.3, v12.4.1, v12.5 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [cuda-samples/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda-samples/xmake.lua) |
 
@@ -2979,6 +2979,30 @@ add_requires("curl")
 ```
 
 
+### cute_headers (android)
+
+
+| Description | *Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games* |
+| -- | -- |
+| Homepage | [https://github.com/RandyGaul/cute_headers](https://github.com/RandyGaul/cute_headers) |
+| License | Public Domain |
+| Versions | 2024.07.22 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [cute_headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cute_headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] cute_headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cute_headers")
+```
+
+
 ### cutlass (android)
 
 
@@ -13848,7 +13872,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 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 |
+| Versions | 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+200, 3.45.0+100, 3.46.0+0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -15089,7 +15113,7 @@ add_requires("toml++")
 | -- | -- |
 | Homepage | [https://github.com/ToruNiina/toml11](https://github.com/ToruNiina/toml11) |
 | License | MIT |
-| Versions | v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3 |
+| Versions | v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3, v4.1.0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [toml11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml11/xmake.lua) |
 

+ 27 - 3
packages/bsd.md

@@ -3202,7 +3202,7 @@ add_requires("cubeb")
 | -- | -- |
 | Homepage | [https://github.com/NVIDIA/cuda-samples](https://github.com/NVIDIA/cuda-samples) |
 | License | BSD-3-Clause |
-| Versions | v11.8, v12.3, v12.4.1 |
+| Versions | v11.8, v12.3, v12.4.1, v12.5 |
 | Architectures | i386, x86_64 |
 | Definition | [cuda-samples/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda-samples/xmake.lua) |
 
@@ -3243,6 +3243,30 @@ add_requires("curl")
 ```
 
 
+### cute_headers (bsd)
+
+
+| Description | *Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games* |
+| -- | -- |
+| Homepage | [https://github.com/RandyGaul/cute_headers](https://github.com/RandyGaul/cute_headers) |
+| License | Public Domain |
+| Versions | 2024.07.22 |
+| Architectures | i386, x86_64 |
+| Definition | [cute_headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cute_headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cute_headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cute_headers")
+```
+
+
 ### cutlass (bsd)
 
 
@@ -13981,7 +14005,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 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 |
+| Versions | 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 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -15293,7 +15317,7 @@ add_requires("toml++")
 | -- | -- |
 | Homepage | [https://github.com/ToruNiina/toml11](https://github.com/ToruNiina/toml11) |
 | License | MIT |
-| Versions | v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3 |
+| Versions | v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3, v4.1.0 |
 | Architectures | i386, x86_64 |
 | Definition | [toml11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml11/xmake.lua) |
 

+ 27 - 3
packages/cross.md

@@ -3011,7 +3011,7 @@ add_requires("cubeb")
 | -- | -- |
 | Homepage | [https://github.com/NVIDIA/cuda-samples](https://github.com/NVIDIA/cuda-samples) |
 | License | BSD-3-Clause |
-| Versions | v11.8, v12.3, v12.4.1 |
+| Versions | v11.8, v12.3, v12.4.1, v12.5 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [cuda-samples/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda-samples/xmake.lua) |
 
@@ -3100,6 +3100,30 @@ add_requires("curlpp")
 ```
 
 
+### cute_headers (cross)
+
+
+| Description | *Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games* |
+| -- | -- |
+| Homepage | [https://github.com/RandyGaul/cute_headers](https://github.com/RandyGaul/cute_headers) |
+| License | Public Domain |
+| Versions | 2024.07.22 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [cute_headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cute_headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] cute_headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cute_headers")
+```
+
+
 ### cutlass (cross)
 
 
@@ -13186,7 +13210,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 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 |
+| Versions | 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+200, 3.45.0+100, 3.46.0+0 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -14428,7 +14452,7 @@ add_requires("toml++")
 | -- | -- |
 | Homepage | [https://github.com/ToruNiina/toml11](https://github.com/ToruNiina/toml11) |
 | License | MIT |
-| Versions | v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3 |
+| Versions | v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3, v4.1.0 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [toml11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml11/xmake.lua) |
 

+ 27 - 3
packages/iphoneos.md

@@ -2769,7 +2769,7 @@ add_requires("ctrl-c")
 | -- | -- |
 | Homepage | [https://github.com/NVIDIA/cuda-samples](https://github.com/NVIDIA/cuda-samples) |
 | License | BSD-3-Clause |
-| Versions | v11.8, v12.3, v12.4.1 |
+| Versions | v11.8, v12.3, v12.4.1, v12.5 |
 | Architectures | arm64, x86_64 |
 | Definition | [cuda-samples/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda-samples/xmake.lua) |
 
@@ -2810,6 +2810,30 @@ add_requires("curl")
 ```
 
 
+### cute_headers (iphoneos)
+
+
+| Description | *Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games* |
+| -- | -- |
+| Homepage | [https://github.com/RandyGaul/cute_headers](https://github.com/RandyGaul/cute_headers) |
+| License | Public Domain |
+| Versions | 2024.07.22 |
+| Architectures | arm64, x86_64 |
+| Definition | [cute_headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cute_headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos cute_headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cute_headers")
+```
+
+
 ### cutlass (iphoneos)
 
 
@@ -13201,7 +13225,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 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 |
+| Versions | 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 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -14444,7 +14468,7 @@ add_requires("toml++")
 | -- | -- |
 | Homepage | [https://github.com/ToruNiina/toml11](https://github.com/ToruNiina/toml11) |
 | License | MIT |
-| Versions | v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3 |
+| Versions | v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3, v4.1.0 |
 | Architectures | arm64, x86_64 |
 | Definition | [toml11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml11/xmake.lua) |
 

+ 29 - 5
packages/linux.md

@@ -5056,7 +5056,7 @@ add_requires("cubeb")
 | -- | -- |
 | Homepage | [https://github.com/NVIDIA/cuda-samples](https://github.com/NVIDIA/cuda-samples) |
 | License | BSD-3-Clause |
-| Versions | v11.8, v12.3, v12.4.1 |
+| Versions | v11.8, v12.3, v12.4.1, v12.5 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [cuda-samples/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda-samples/xmake.lua) |
 
@@ -5168,6 +5168,30 @@ add_requires("curlpp")
 ```
 
 
+### cute_headers (linux)
+
+
+| Description | *Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games* |
+| -- | -- |
+| Homepage | [https://github.com/RandyGaul/cute_headers](https://github.com/RandyGaul/cute_headers) |
+| License | Public Domain |
+| Versions | 2024.07.22 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [cute_headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cute_headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cute_headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cute_headers")
+```
+
+
 ### cutlass (linux)
 
 
@@ -19389,7 +19413,7 @@ add_requires("msdfgen")
 | -- | -- |
 | Homepage | [https://msgpack.org/](https://msgpack.org/) |
 | License | BSL-1.0 |
-| Versions | 4.0.0, 6.0.1 |
+| Versions | 4.0.0, 6.0.1, 6.0.2 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [msgpack-c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/msgpack-c/xmake.lua) |
 
@@ -27380,7 +27404,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 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 |
+| Versions | 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+200, 3.45.0+100, 3.46.0+0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -29304,7 +29328,7 @@ add_requires("toml++")
 | -- | -- |
 | Homepage | [https://github.com/ToruNiina/toml11](https://github.com/ToruNiina/toml11) |
 | License | MIT |
-| Versions | v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3 |
+| Versions | v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3, v4.1.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [toml11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml11/xmake.lua) |
 
@@ -31234,7 +31258,7 @@ add_requires("whisper.cpp")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x5575891e6660 |
+| License | table: 0x56542c8022a0 |
 | Versions | 1.13 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 29 - 5
packages/macosx.md

@@ -4724,7 +4724,7 @@ add_requires("cubeb")
 | -- | -- |
 | Homepage | [https://github.com/NVIDIA/cuda-samples](https://github.com/NVIDIA/cuda-samples) |
 | License | BSD-3-Clause |
-| Versions | v11.8, v12.3, v12.4.1 |
+| Versions | v11.8, v12.3, v12.4.1, v12.5 |
 | Architectures | arm64, x86_64 |
 | Definition | [cuda-samples/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda-samples/xmake.lua) |
 
@@ -4813,6 +4813,30 @@ add_requires("curlpp")
 ```
 
 
+### cute_headers (macosx)
+
+
+| Description | *Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games* |
+| -- | -- |
+| Homepage | [https://github.com/RandyGaul/cute_headers](https://github.com/RandyGaul/cute_headers) |
+| License | Public Domain |
+| Versions | 2024.07.22 |
+| Architectures | arm64, x86_64 |
+| Definition | [cute_headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cute_headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cute_headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cute_headers")
+```
+
+
 ### cutlass (macosx)
 
 
@@ -18062,7 +18086,7 @@ add_requires("msdfgen")
 | -- | -- |
 | Homepage | [https://msgpack.org/](https://msgpack.org/) |
 | License | BSL-1.0 |
-| Versions | 4.0.0, 6.0.1 |
+| Versions | 4.0.0, 6.0.1, 6.0.2 |
 | Architectures | arm64, x86_64 |
 | Definition | [msgpack-c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/msgpack-c/xmake.lua) |
 
@@ -25342,7 +25366,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 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 |
+| Versions | 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 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -27172,7 +27196,7 @@ add_requires("toml++")
 | -- | -- |
 | Homepage | [https://github.com/ToruNiina/toml11](https://github.com/ToruNiina/toml11) |
 | License | MIT |
-| Versions | v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3 |
+| Versions | v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3, v4.1.0 |
 | Architectures | arm64, x86_64 |
 | Definition | [toml11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml11/xmake.lua) |
 
@@ -28935,7 +28959,7 @@ add_requires("which")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x5575891e6660 |
+| License | table: 0x56542c8022a0 |
 | Versions | 1.13 |
 | Architectures | arm64, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 28 - 4
packages/mingw.md

@@ -3227,7 +3227,7 @@ add_requires("cubeb")
 | -- | -- |
 | Homepage | [https://github.com/NVIDIA/cuda-samples](https://github.com/NVIDIA/cuda-samples) |
 | License | BSD-3-Clause |
-| Versions | v11.8, v12.3, v12.4.1 |
+| Versions | v11.8, v12.3, v12.4.1, v12.5 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [cuda-samples/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda-samples/xmake.lua) |
 
@@ -3292,6 +3292,30 @@ add_requires("curlpp")
 ```
 
 
+### cute_headers (mingw)
+
+
+| Description | *Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games* |
+| -- | -- |
+| Homepage | [https://github.com/RandyGaul/cute_headers](https://github.com/RandyGaul/cute_headers) |
+| License | Public Domain |
+| Versions | 2024.07.22 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [cute_headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cute_headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] cute_headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cute_headers")
+```
+
+
 ### cutlass (mingw)
 
 
@@ -10799,7 +10823,7 @@ add_requires("msdfgen")
 | -- | -- |
 | Homepage | [https://msgpack.org/](https://msgpack.org/) |
 | License | BSL-1.0 |
-| Versions | 4.0.0, 6.0.1 |
+| Versions | 4.0.0, 6.0.1, 6.0.2 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [msgpack-c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/msgpack-c/xmake.lua) |
 
@@ -15729,7 +15753,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 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 |
+| Versions | 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+200, 3.45.0+100, 3.46.0+0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -17184,7 +17208,7 @@ add_requires("toml++")
 | -- | -- |
 | Homepage | [https://github.com/ToruNiina/toml11](https://github.com/ToruNiina/toml11) |
 | License | MIT |
-| Versions | v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3 |
+| Versions | v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3, v4.1.0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [toml11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml11/xmake.lua) |
 

+ 27 - 3
packages/msys.md

@@ -3033,7 +3033,7 @@ add_requires("cubeb")
 | -- | -- |
 | Homepage | [https://github.com/NVIDIA/cuda-samples](https://github.com/NVIDIA/cuda-samples) |
 | License | BSD-3-Clause |
-| Versions | v11.8, v12.3, v12.4.1 |
+| Versions | v11.8, v12.3, v12.4.1, v12.5 |
 | Architectures | i386, x86_64 |
 | Definition | [cuda-samples/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda-samples/xmake.lua) |
 
@@ -3074,6 +3074,30 @@ add_requires("curl")
 ```
 
 
+### cute_headers (msys)
+
+
+| Description | *Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games* |
+| -- | -- |
+| Homepage | [https://github.com/RandyGaul/cute_headers](https://github.com/RandyGaul/cute_headers) |
+| License | Public Domain |
+| Versions | 2024.07.22 |
+| Architectures | i386, x86_64 |
+| Definition | [cute_headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cute_headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cute_headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cute_headers")
+```
+
+
 ### cutlass (msys)
 
 
@@ -12256,7 +12280,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 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 |
+| Versions | 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 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -13450,7 +13474,7 @@ add_requires("toml++")
 | -- | -- |
 | Homepage | [https://github.com/ToruNiina/toml11](https://github.com/ToruNiina/toml11) |
 | License | MIT |
-| Versions | v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3 |
+| Versions | v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3, v4.1.0 |
 | Architectures | i386, x86_64 |
 | Definition | [toml11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml11/xmake.lua) |
 

+ 27 - 3
packages/wasm.md

@@ -2557,7 +2557,7 @@ add_requires("cubeb")
 | -- | -- |
 | Homepage | [https://github.com/NVIDIA/cuda-samples](https://github.com/NVIDIA/cuda-samples) |
 | License | BSD-3-Clause |
-| Versions | v11.8, v12.3, v12.4.1 |
+| Versions | v11.8, v12.3, v12.4.1, v12.5 |
 | Architectures | wasm32, wasm64 |
 | Definition | [cuda-samples/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda-samples/xmake.lua) |
 
@@ -2598,6 +2598,30 @@ add_requires("curl")
 ```
 
 
+### cute_headers (wasm)
+
+
+| Description | *Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games* |
+| -- | -- |
+| Homepage | [https://github.com/RandyGaul/cute_headers](https://github.com/RandyGaul/cute_headers) |
+| License | Public Domain |
+| Versions | 2024.07.22 |
+| Architectures | wasm32, wasm64 |
+| Definition | [cute_headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cute_headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm cute_headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cute_headers")
+```
+
+
 ### cutlass (wasm)
 
 
@@ -11539,7 +11563,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 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 |
+| Versions | 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+200, 3.45.0+100, 3.46.0+0 |
 | Architectures | wasm32, wasm64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -12614,7 +12638,7 @@ add_requires("toml++")
 | -- | -- |
 | Homepage | [https://github.com/ToruNiina/toml11](https://github.com/ToruNiina/toml11) |
 | License | MIT |
-| Versions | v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3 |
+| Versions | v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3, v4.1.0 |
 | Architectures | wasm32, wasm64 |
 | Definition | [toml11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml11/xmake.lua) |
 

+ 28 - 4
packages/windows.md

@@ -4703,7 +4703,7 @@ add_requires("cubeb")
 | -- | -- |
 | Homepage | [https://github.com/NVIDIA/cuda-samples](https://github.com/NVIDIA/cuda-samples) |
 | License | BSD-3-Clause |
-| Versions | v11.8, v12.3, v12.4.1 |
+| Versions | v11.8, v12.3, v12.4.1, v12.5 |
 | Architectures | arm64, x64, x86 |
 | Definition | [cuda-samples/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda-samples/xmake.lua) |
 
@@ -4815,6 +4815,30 @@ add_requires("curlpp")
 ```
 
 
+### cute_headers (windows)
+
+
+| Description | *Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games* |
+| -- | -- |
+| Homepage | [https://github.com/RandyGaul/cute_headers](https://github.com/RandyGaul/cute_headers) |
+| License | Public Domain |
+| Versions | 2024.07.22 |
+| Architectures | arm64, x64, x86 |
+| Definition | [cute_headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cute_headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cute_headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cute_headers")
+```
+
+
 ### cutlass (windows)
 
 
@@ -16339,7 +16363,7 @@ add_requires("msdfgen")
 | -- | -- |
 | Homepage | [https://msgpack.org/](https://msgpack.org/) |
 | License | BSL-1.0 |
-| Versions | 4.0.0, 6.0.1 |
+| Versions | 4.0.0, 6.0.1, 6.0.2 |
 | Architectures | arm64, x64, x86 |
 | Definition | [msgpack-c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/msgpack-c/xmake.lua) |
 
@@ -23523,7 +23547,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 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 |
+| Versions | 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 |
 | Architectures | arm64, x64, x86 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -25331,7 +25355,7 @@ add_requires("toml++")
 | -- | -- |
 | Homepage | [https://github.com/ToruNiina/toml11](https://github.com/ToruNiina/toml11) |
 | License | MIT |
-| Versions | v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3 |
+| Versions | v3.7.0, v3.8.1, v4.0.1, v4.0.2, v4.0.3, v4.1.0 |
 | Architectures | arm64, x64, x86 |
 | Definition | [toml11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml11/xmake.lua) |
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2024-07-28T00:09:06+08:00</lastmod>
+  <lastmod>2024-07-28T05:25:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-07-28T00:09:11+08:00</lastmod>
+  <lastmod>2024-07-28T05:25:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-07-28T00:09:12+08:00</lastmod>
+  <lastmod>2024-07-28T05:25:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-07-28T00:09:12+08:00</lastmod>
+  <lastmod>2024-07-28T05:25:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-07-28T00:09:12+08:00</lastmod>
+  <lastmod>2024-07-28T05:25:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-07-28T00:09:12+08:00</lastmod>
+  <lastmod>2024-07-28T05:25:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-07-28T00:09:13+08:00</lastmod>
+  <lastmod>2024-07-28T05:25:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-07-28T00:09:13+08:00</lastmod>
+  <lastmod>2024-07-28T05:25:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-07-28T00:09:13+08:00</lastmod>
+  <lastmod>2024-07-28T05:25:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-07-28T00:09:14+08:00</lastmod>
+  <lastmod>2024-07-28T05:25:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-07-28T00:09:14+08:00</lastmod>
+  <lastmod>2024-07-28T05:25:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-07-28T00:09:14+08:00</lastmod>
+  <lastmod>2024-07-28T05:25:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-07-28T00:09:15+08:00</lastmod>
+  <lastmod>2024-07-28T05:25:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-07-28T00:09:15+08:00</lastmod>
+  <lastmod>2024-07-28T05:25:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-07-28T00:09:16+08:00</lastmod>
+  <lastmod>2024-07-28T05:25:27+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: patchelf, udt, jom**
+- **Recently added: cute_headers, patchelf, udt**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/xrepo/)

+ 1 - 1
zh-cn/_sidebar.md

@@ -1,7 +1,7 @@
 - 快速入门
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (1433)
+- 包列表 (1434)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)