Parcourir la source

autoupdate docs by xmake-repo/ci

ruki il y a 11 mois
Parent
commit
ada6b55627

+ 41 - 4
mirror/packages/android.html

@@ -9695,7 +9695,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.1, 3.2.3, 3.4, 3.5, 3.5.1</td>
+<td>3.1, 3.2.3, 3.4, 3.5, 3.5.1, 3.5.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10786,7 +10786,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2</td>
+<td>v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2, v3.25.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -14735,6 +14735,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("limonp")
 </code></pre>
+<h3 id="linalgandroid">linalg (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>linalg.h is a single header, public domain, short vector math library for C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sgorsten/linalg">https://github.com/sgorsten/linalg</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Unlicense license</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.2</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/l/linalg/xmake.lua">linalg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] linalg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("linalg")
+</code></pre>
 <h3 id="linenoiseandroid">linenoise (android)</h3>
 <table>
 <thead>
@@ -16660,7 +16697,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.9.15, 0.9.16</td>
+<td>0.9.15, 0.9.16, 0.9.17</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -24774,7 +24811,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+200, 3.45.0+300, 3.46.0+0, 3.46.0+100</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, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 41 - 4
mirror/packages/bsd.html

@@ -10109,7 +10109,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.1, 3.2.3, 3.4, 3.5, 3.5.1</td>
+<td>3.1, 3.2.3, 3.4, 3.5, 3.5.1, 3.5.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10982,7 +10982,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2</td>
+<td>v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2, v3.25.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -15047,6 +15047,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("limonp")
 </code></pre>
+<h3 id="linalgbsd">linalg (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>linalg.h is a single header, public domain, short vector math library for C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sgorsten/linalg">https://github.com/sgorsten/linalg</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Unlicense license</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.2</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/l/linalg/xmake.lua">linalg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install linalg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("linalg")
+</code></pre>
 <h3 id="linenoisebsd">linenoise (bsd)</h3>
 <table>
 <thead>
@@ -17071,7 +17108,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.9.15, 0.9.16</td>
+<td>0.9.15, 0.9.16, 0.9.17</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -25025,7 +25062,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+200, 3.45.0+100, 3.46.0+0, 3.46.0+100</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, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 41 - 4
mirror/packages/cross.html

@@ -10665,7 +10665,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2</td>
+<td>v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2, v3.25.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -14219,6 +14219,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("limonp")
 </code></pre>
+<h3 id="linalgcross">linalg (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>linalg.h is a single header, public domain, short vector math library for C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sgorsten/linalg">https://github.com/sgorsten/linalg</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Unlicense license</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.2</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/l/linalg/xmake.lua">linalg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] linalg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("linalg")
+</code></pre>
 <h3 id="linenoisecross">linenoise (cross)</h3>
 <table>
 <thead>
@@ -16033,7 +16070,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.9.15, 0.9.16</td>
+<td>0.9.15, 0.9.16, 0.9.17</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -23559,7 +23596,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+200, 3.45.0+300, 3.46.0+0, 3.46.0+100</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, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -24876,7 +24913,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.16.0, v0.17.0, v0.18.0, v0.18.1, v0.19.0, v0.20.0</td>
+<td>v0.16.0, v0.17.0, v0.18.0, v0.18.1, v0.19.0, v0.20.0, v0.21.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 41 - 4
mirror/packages/iphoneos.html

@@ -9476,7 +9476,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.1, 3.2.3, 3.4, 3.5, 3.5.1</td>
+<td>3.1, 3.2.3, 3.4, 3.5, 3.5.1, 3.5.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10493,7 +10493,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2</td>
+<td>v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2, v3.25.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -14224,6 +14224,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("limonp")
 </code></pre>
+<h3 id="linalgiphoneos">linalg (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>linalg.h is a single header, public domain, short vector math library for C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sgorsten/linalg">https://github.com/sgorsten/linalg</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Unlicense license</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.2</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/l/linalg/xmake.lua">linalg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos linalg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("linalg")
+</code></pre>
 <h3 id="linenoiseiphoneos">linenoise (iphoneos)</h3>
 <table>
 <thead>
@@ -16108,7 +16145,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.9.15, 0.9.16</td>
+<td>0.9.15, 0.9.16, 0.9.17</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -23782,7 +23819,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+200, 3.45.0+100, 3.46.0+0, 3.46.0+100</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, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 6 - 6
mirror/packages/linux.html

@@ -17240,7 +17240,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.1, 3.2.3, 3.4, 3.5, 3.5.1</td>
+<td>3.1, 3.2.3, 3.4, 3.5, 3.5.1, 3.5.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -18919,7 +18919,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2</td>
+<td>v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2, v3.25.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -31111,7 +31111,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.9.15, 0.9.16</td>
+<td>0.9.15, 0.9.16, 0.9.17</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -45351,7 +45351,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+200, 3.45.0+300, 3.46.0+0, 3.46.0+100</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, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -47417,7 +47417,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.16.0, v0.17.0, v0.18.0, v0.18.1, v0.19.0, v0.20.0</td>
+<td>v0.16.0, v0.17.0, v0.18.0, v0.18.1, v0.19.0, v0.20.0, v0.21.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -51505,7 +51505,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x5591e62f5810</td>
+<td>table: 0x5637f52fdca0</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 6 - 6
mirror/packages/macosx.html

@@ -16121,7 +16121,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.1, 3.2.3, 3.4, 3.5, 3.5.1</td>
+<td>3.1, 3.2.3, 3.4, 3.5, 3.5.1, 3.5.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -17689,7 +17689,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2</td>
+<td>v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2, v3.25.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -28733,7 +28733,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.9.15, 0.9.16</td>
+<td>0.9.15, 0.9.16, 0.9.17</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -41862,7 +41862,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+200, 3.45.0+100, 3.46.0+0, 3.46.0+100</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, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -43858,7 +43858,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.16.0, v0.17.0, v0.18.0, v0.18.1, v0.19.0, v0.20.0</td>
+<td>v0.16.0, v0.17.0, v0.18.0, v0.18.1, v0.19.0, v0.20.0, v0.21.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -47588,7 +47588,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x5591e62f5810</td>
+<td>table: 0x5637f52fdca0</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 40 - 3
mirror/packages/mingw.html

@@ -12003,7 +12003,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2</td>
+<td>v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2, v3.25.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -16528,6 +16528,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("limonp")
 </code></pre>
+<h3 id="linalgmingw">linalg (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>linalg.h is a single header, public domain, short vector math library for C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sgorsten/linalg">https://github.com/sgorsten/linalg</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Unlicense license</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.2</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/l/linalg/xmake.lua">linalg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] linalg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("linalg")
+</code></pre>
 <h3 id="linmathhmingw">linmath.h (mingw)</h3>
 <table>
 <thead>
@@ -18519,7 +18556,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.9.15, 0.9.16</td>
+<td>0.9.15, 0.9.16, 0.9.17</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -27690,7 +27727,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+200, 3.45.0+300, 3.46.0+0, 3.46.0+100</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, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 40 - 3
mirror/packages/msys.html

@@ -10386,7 +10386,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2</td>
+<td>v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2, v3.25.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13796,6 +13796,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("limonp")
 </code></pre>
+<h3 id="linalgmsys">linalg (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>linalg.h is a single header, public domain, short vector math library for C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sgorsten/linalg">https://github.com/sgorsten/linalg</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Unlicense license</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.2</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/l/linalg/xmake.lua">linalg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install linalg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("linalg")
+</code></pre>
 <h3 id="linmathhmsys">linmath.h (msys)</h3>
 <table>
 <thead>
@@ -15565,7 +15602,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.9.15, 0.9.16</td>
+<td>0.9.15, 0.9.16, 0.9.17</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -22601,7 +22638,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+200, 3.45.0+100, 3.46.0+0, 3.46.0+100</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, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 40 - 3
mirror/packages/wasm.html

@@ -9415,7 +9415,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2</td>
+<td>v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2, v3.25.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -12595,6 +12595,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("limonp")
 </code></pre>
+<h3 id="linalgwasm">linalg (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>linalg.h is a single header, public domain, short vector math library for C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sgorsten/linalg">https://github.com/sgorsten/linalg</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Unlicense license</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.2</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/l/linalg/xmake.lua">linalg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm linalg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("linalg")
+</code></pre>
 <h3 id="linenoisewasm">linenoise (wasm)</h3>
 <table>
 <thead>
@@ -14368,7 +14405,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.9.15, 0.9.16</td>
+<td>0.9.15, 0.9.16, 0.9.17</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -21001,7 +21038,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+200, 3.45.0+300, 3.46.0+0, 3.46.0+100</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, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 5 - 5
mirror/packages/windows.html

@@ -15849,7 +15849,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.1, 3.2.3, 3.4, 3.5, 3.5.1</td>
+<td>3.1, 3.2.3, 3.4, 3.5, 3.5.1, 3.5.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -17380,7 +17380,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2</td>
+<td>v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2, v3.25.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -26237,7 +26237,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.9.15, 0.9.16</td>
+<td>0.9.15, 0.9.16, 0.9.17</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -39127,7 +39127,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+200, 3.45.0+100, 3.46.0+0, 3.46.0+100</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, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -41057,7 +41057,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.16.0, v0.17.0, v0.18.0, v0.18.1, v0.19.0, v0.20.0</td>
+<td>v0.16.0, v0.17.0, v0.18.0, v0.18.1, v0.19.0, v0.20.0, v0.21.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 28 - 4
packages/android.md

@@ -6295,7 +6295,7 @@ add_requires("hiredis")
 | -- | -- |
 | Homepage | [https://github.com/redorav/hlslpp](https://github.com/redorav/hlslpp) |
 | License | MIT |
-| Versions | 3.1, 3.2.3, 3.4, 3.5, 3.5.1 |
+| Versions | 3.1, 3.2.3, 3.4, 3.5, 3.5.1, 3.5.3 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [hlslpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hlslpp/xmake.lua) |
 
@@ -7012,7 +7012,7 @@ add_requires("itlib")
 | -- | -- |
 | Homepage | [https://github.com/intel/ittapi](https://github.com/intel/ittapi) |
 | License | BSD-3-Clause |
-| Versions | v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2 |
+| Versions | v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2, v3.25.3 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [ittapi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ittapi/xmake.lua) |
 
@@ -9610,6 +9610,30 @@ add_requires("limonp")
 ```
 
 
+### linalg (android)
+
+
+| Description | *linalg.h is a single header, public domain, short vector math library for C++.* |
+| -- | -- |
+| Homepage | [https://github.com/sgorsten/linalg](https://github.com/sgorsten/linalg) |
+| License | Unlicense license |
+| Versions | v2.2 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [linalg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/linalg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] linalg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("linalg")
+```
+
+
 ### linenoise (android)
 
 
@@ -10877,7 +10901,7 @@ add_requires("mimalloc")
 | -- | -- |
 | Homepage | [https://github.com/metayeti/mINI](https://github.com/metayeti/mINI) |
 | License | MIT |
-| Versions | 0.9.15, 0.9.16 |
+| Versions | 0.9.15, 0.9.16, 0.9.17 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [mini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mini/xmake.lua) |
 
@@ -16220,7 +16244,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | 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+200, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
+| 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, 3.46.0+100 |
 | 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) |
 

+ 28 - 4
packages/bsd.md

@@ -6559,7 +6559,7 @@ add_requires("hiredis")
 | -- | -- |
 | Homepage | [https://github.com/redorav/hlslpp](https://github.com/redorav/hlslpp) |
 | License | MIT |
-| Versions | 3.1, 3.2.3, 3.4, 3.5, 3.5.1 |
+| Versions | 3.1, 3.2.3, 3.4, 3.5, 3.5.1, 3.5.3 |
 | Architectures | i386, x86_64 |
 | Definition | [hlslpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hlslpp/xmake.lua) |
 
@@ -7133,7 +7133,7 @@ add_requires("itlib")
 | -- | -- |
 | Homepage | [https://github.com/intel/ittapi](https://github.com/intel/ittapi) |
 | License | BSD-3-Clause |
-| Versions | v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2 |
+| Versions | v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2, v3.25.3 |
 | Architectures | i386, x86_64 |
 | Definition | [ittapi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ittapi/xmake.lua) |
 
@@ -9819,6 +9819,30 @@ add_requires("limonp")
 ```
 
 
+### linalg (bsd)
+
+
+| Description | *linalg.h is a single header, public domain, short vector math library for C++.* |
+| -- | -- |
+| Homepage | [https://github.com/sgorsten/linalg](https://github.com/sgorsten/linalg) |
+| License | Unlicense license |
+| Versions | v2.2 |
+| Architectures | i386, x86_64 |
+| Definition | [linalg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/linalg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install linalg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("linalg")
+```
+
+
 ### linenoise (bsd)
 
 
@@ -11155,7 +11179,7 @@ add_requires("mimalloc")
 | -- | -- |
 | Homepage | [https://github.com/metayeti/mINI](https://github.com/metayeti/mINI) |
 | License | MIT |
-| Versions | 0.9.15, 0.9.16 |
+| Versions | 0.9.15, 0.9.16, 0.9.17 |
 | Architectures | i386, x86_64 |
 | Definition | [mini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mini/xmake.lua) |
 
@@ -16399,7 +16423,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+200, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
+| 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, 3.46.0+100 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 28 - 4
packages/cross.md

@@ -6921,7 +6921,7 @@ add_requires("itlib")
 | -- | -- |
 | Homepage | [https://github.com/intel/ittapi](https://github.com/intel/ittapi) |
 | License | BSD-3-Clause |
-| Versions | v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2 |
+| Versions | v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2, v3.25.3 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [ittapi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ittapi/xmake.lua) |
 
@@ -9258,6 +9258,30 @@ add_requires("limonp")
 ```
 
 
+### linalg (cross)
+
+
+| Description | *linalg.h is a single header, public domain, short vector math library for C++.* |
+| -- | -- |
+| Homepage | [https://github.com/sgorsten/linalg](https://github.com/sgorsten/linalg) |
+| License | Unlicense license |
+| Versions | v2.2 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [linalg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/linalg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] linalg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("linalg")
+```
+
+
 ### linenoise (cross)
 
 
@@ -10453,7 +10477,7 @@ add_requires("mimalloc")
 | -- | -- |
 | Homepage | [https://github.com/metayeti/mINI](https://github.com/metayeti/mINI) |
 | License | MIT |
-| Versions | 0.9.15, 0.9.16 |
+| Versions | 0.9.15, 0.9.16, 0.9.17 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [mini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mini/xmake.lua) |
 
@@ -15413,7 +15437,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | 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+200, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
+| 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, 3.46.0+100 |
 | 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) |
 
@@ -16275,7 +16299,7 @@ add_requires("thread-pool")
 | -- | -- |
 | Homepage | [https://thrift.apache.org/](https://thrift.apache.org/) |
 | License | Apache-2.0 |
-| Versions | v0.16.0, v0.17.0, v0.18.0, v0.18.1, v0.19.0, v0.20.0 |
+| Versions | v0.16.0, v0.17.0, v0.18.0, v0.18.1, v0.19.0, v0.20.0, v0.21.0 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [thrift/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/thrift/xmake.lua) |
 

+ 28 - 4
packages/iphoneos.md

@@ -6150,7 +6150,7 @@ add_requires("hiredis")
 | -- | -- |
 | Homepage | [https://github.com/redorav/hlslpp](https://github.com/redorav/hlslpp) |
 | License | MIT |
-| Versions | 3.1, 3.2.3, 3.4, 3.5, 3.5.1 |
+| Versions | 3.1, 3.2.3, 3.4, 3.5, 3.5.1, 3.5.3 |
 | Architectures | arm64, x86_64 |
 | Definition | [hlslpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hlslpp/xmake.lua) |
 
@@ -6819,7 +6819,7 @@ add_requires("itlib")
 | -- | -- |
 | Homepage | [https://github.com/intel/ittapi](https://github.com/intel/ittapi) |
 | License | BSD-3-Clause |
-| Versions | v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2 |
+| Versions | v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2, v3.25.3 |
 | Architectures | arm64, x86_64 |
 | Definition | [ittapi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ittapi/xmake.lua) |
 
@@ -9274,6 +9274,30 @@ add_requires("limonp")
 ```
 
 
+### linalg (iphoneos)
+
+
+| Description | *linalg.h is a single header, public domain, short vector math library for C++.* |
+| -- | -- |
+| Homepage | [https://github.com/sgorsten/linalg](https://github.com/sgorsten/linalg) |
+| License | Unlicense license |
+| Versions | v2.2 |
+| Architectures | arm64, x86_64 |
+| Definition | [linalg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/linalg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos linalg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("linalg")
+```
+
+
 ### linenoise (iphoneos)
 
 
@@ -10516,7 +10540,7 @@ add_requires("mimalloc")
 | -- | -- |
 | Homepage | [https://github.com/metayeti/mINI](https://github.com/metayeti/mINI) |
 | License | MIT |
-| Versions | 0.9.15, 0.9.16 |
+| Versions | 0.9.15, 0.9.16, 0.9.17 |
 | Architectures | arm64, x86_64 |
 | Definition | [mini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mini/xmake.lua) |
 
@@ -15572,7 +15596,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | 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+200, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
+| 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, 3.46.0+100 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 6 - 6
packages/linux.md

@@ -11251,7 +11251,7 @@ add_requires("hiredis")
 | -- | -- |
 | Homepage | [https://github.com/redorav/hlslpp](https://github.com/redorav/hlslpp) |
 | License | MIT |
-| Versions | 3.1, 3.2.3, 3.4, 3.5, 3.5.1 |
+| Versions | 3.1, 3.2.3, 3.4, 3.5, 3.5.1, 3.5.3 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [hlslpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hlslpp/xmake.lua) |
 
@@ -12351,7 +12351,7 @@ add_requires("itstool")
 | -- | -- |
 | Homepage | [https://github.com/intel/ittapi](https://github.com/intel/ittapi) |
 | License | BSD-3-Clause |
-| Versions | v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2 |
+| Versions | v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2, v3.25.3 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [ittapi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ittapi/xmake.lua) |
 
@@ -20443,7 +20443,7 @@ add_requires("mimalloc")
 | -- | -- |
 | Homepage | [https://github.com/metayeti/mINI](https://github.com/metayeti/mINI) |
 | License | MIT |
-| Versions | 0.9.15, 0.9.16 |
+| Versions | 0.9.15, 0.9.16, 0.9.17 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [mini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mini/xmake.lua) |
 
@@ -29825,7 +29825,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | 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+200, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
+| 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, 3.46.0+100 |
 | 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) |
 
@@ -31184,7 +31184,7 @@ add_requires("thread-pool")
 | -- | -- |
 | Homepage | [https://thrift.apache.org/](https://thrift.apache.org/) |
 | License | Apache-2.0 |
-| Versions | v0.16.0, v0.17.0, v0.18.0, v0.18.1, v0.19.0, v0.20.0 |
+| Versions | v0.16.0, v0.17.0, v0.18.0, v0.18.1, v0.19.0, v0.20.0, v0.21.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [thrift/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/thrift/xmake.lua) |
 
@@ -33878,7 +33878,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: 0x5591e62f5810 |
+| License | table: 0x5637f52fdca0 |
 | 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) |

+ 6 - 6
packages/macosx.md

@@ -10514,7 +10514,7 @@ add_requires("hiredis")
 | -- | -- |
 | Homepage | [https://github.com/redorav/hlslpp](https://github.com/redorav/hlslpp) |
 | License | MIT |
-| Versions | 3.1, 3.2.3, 3.4, 3.5, 3.5.1 |
+| Versions | 3.1, 3.2.3, 3.4, 3.5, 3.5.1, 3.5.3 |
 | Architectures | arm64, x86_64 |
 | Definition | [hlslpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hlslpp/xmake.lua) |
 
@@ -11542,7 +11542,7 @@ add_requires("itstool")
 | -- | -- |
 | Homepage | [https://github.com/intel/ittapi](https://github.com/intel/ittapi) |
 | License | BSD-3-Clause |
-| Versions | v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2 |
+| Versions | v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2, v3.25.3 |
 | Architectures | arm64, x86_64 |
 | Definition | [ittapi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ittapi/xmake.lua) |
 
@@ -18875,7 +18875,7 @@ add_requires("mimalloc")
 | -- | -- |
 | Homepage | [https://github.com/metayeti/mINI](https://github.com/metayeti/mINI) |
 | License | MIT |
-| Versions | 0.9.15, 0.9.16 |
+| Versions | 0.9.15, 0.9.16, 0.9.17 |
 | Architectures | arm64, x86_64 |
 | Definition | [mini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mini/xmake.lua) |
 
@@ -27522,7 +27522,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | 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+200, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
+| 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, 3.46.0+100 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -28834,7 +28834,7 @@ add_requires("thread-pool")
 | -- | -- |
 | Homepage | [https://thrift.apache.org/](https://thrift.apache.org/) |
 | License | Apache-2.0 |
-| Versions | v0.16.0, v0.17.0, v0.18.0, v0.18.1, v0.19.0, v0.20.0 |
+| Versions | v0.16.0, v0.17.0, v0.18.0, v0.18.1, v0.19.0, v0.20.0, v0.21.0 |
 | Architectures | arm64, x86_64 |
 | Definition | [thrift/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/thrift/xmake.lua) |
 
@@ -31291,7 +31291,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: 0x5591e62f5810 |
+| License | table: 0x5637f52fdca0 |
 | 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) |

+ 27 - 3
packages/mingw.md

@@ -7803,7 +7803,7 @@ add_requires("itlib")
 | -- | -- |
 | Homepage | [https://github.com/intel/ittapi](https://github.com/intel/ittapi) |
 | License | BSD-3-Clause |
-| Versions | v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2 |
+| Versions | v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2, v3.25.3 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [ittapi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ittapi/xmake.lua) |
 
@@ -10781,6 +10781,30 @@ add_requires("limonp")
 ```
 
 
+### linalg (mingw)
+
+
+| Description | *linalg.h is a single header, public domain, short vector math library for C++.* |
+| -- | -- |
+| Homepage | [https://github.com/sgorsten/linalg](https://github.com/sgorsten/linalg) |
+| License | Unlicense license |
+| Versions | v2.2 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [linalg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/linalg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] linalg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("linalg")
+```
+
+
 ### linmath.h (mingw)
 
 
@@ -12094,7 +12118,7 @@ add_requires("minhook")
 | -- | -- |
 | Homepage | [https://github.com/metayeti/mINI](https://github.com/metayeti/mINI) |
 | License | MIT |
-| Versions | 0.9.15, 0.9.16 |
+| Versions | 0.9.15, 0.9.16, 0.9.17 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [mini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mini/xmake.lua) |
 
@@ -18129,7 +18153,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | 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+200, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
+| 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, 3.46.0+100 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 27 - 3
packages/msys.md

@@ -6748,7 +6748,7 @@ add_requires("itlib")
 | -- | -- |
 | Homepage | [https://github.com/intel/ittapi](https://github.com/intel/ittapi) |
 | License | BSD-3-Clause |
-| Versions | v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2 |
+| Versions | v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2, v3.25.3 |
 | Architectures | i386, x86_64 |
 | Definition | [ittapi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ittapi/xmake.lua) |
 
@@ -8990,6 +8990,30 @@ add_requires("limonp")
 ```
 
 
+### linalg (msys)
+
+
+| Description | *linalg.h is a single header, public domain, short vector math library for C++.* |
+| -- | -- |
+| Homepage | [https://github.com/sgorsten/linalg](https://github.com/sgorsten/linalg) |
+| License | Unlicense license |
+| Versions | v2.2 |
+| Architectures | i386, x86_64 |
+| Definition | [linalg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/linalg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install linalg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("linalg")
+```
+
+
 ### linmath.h (msys)
 
 
@@ -10159,7 +10183,7 @@ add_requires("mimalloc")
 | -- | -- |
 | Homepage | [https://github.com/metayeti/mINI](https://github.com/metayeti/mINI) |
 | License | MIT |
-| Versions | 0.9.15, 0.9.16 |
+| Versions | 0.9.15, 0.9.16, 0.9.17 |
 | Architectures | i386, x86_64 |
 | Definition | [mini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mini/xmake.lua) |
 
@@ -14790,7 +14814,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | 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+200, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
+| 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, 3.46.0+100 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 27 - 3
packages/wasm.md

@@ -6107,7 +6107,7 @@ add_requires("itlib")
 | -- | -- |
 | Homepage | [https://github.com/intel/ittapi](https://github.com/intel/ittapi) |
 | License | BSD-3-Clause |
-| Versions | v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2 |
+| Versions | v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2, v3.25.3 |
 | Architectures | wasm32, wasm64 |
 | Definition | [ittapi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ittapi/xmake.lua) |
 
@@ -8203,6 +8203,30 @@ add_requires("limonp")
 ```
 
 
+### linalg (wasm)
+
+
+| Description | *linalg.h is a single header, public domain, short vector math library for C++.* |
+| -- | -- |
+| Homepage | [https://github.com/sgorsten/linalg](https://github.com/sgorsten/linalg) |
+| License | Unlicense license |
+| Versions | v2.2 |
+| Architectures | wasm32, wasm64 |
+| Definition | [linalg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/linalg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm linalg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("linalg")
+```
+
+
 ### linenoise (wasm)
 
 
@@ -9373,7 +9397,7 @@ add_requires("mimalloc")
 | -- | -- |
 | Homepage | [https://github.com/metayeti/mINI](https://github.com/metayeti/mINI) |
 | License | MIT |
-| Versions | 0.9.15, 0.9.16 |
+| Versions | 0.9.15, 0.9.16, 0.9.17 |
 | Architectures | wasm32, wasm64 |
 | Definition | [mini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mini/xmake.lua) |
 
@@ -13741,7 +13765,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | 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+200, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
+| 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, 3.46.0+100 |
 | Architectures | wasm32, wasm64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 5 - 5
packages/windows.md

@@ -10328,7 +10328,7 @@ add_requires("hiredis")
 | -- | -- |
 | Homepage | [https://github.com/redorav/hlslpp](https://github.com/redorav/hlslpp) |
 | License | MIT |
-| Versions | 3.1, 3.2.3, 3.4, 3.5, 3.5.1 |
+| Versions | 3.1, 3.2.3, 3.4, 3.5, 3.5.1, 3.5.3 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [hlslpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hlslpp/xmake.lua) |
 
@@ -11332,7 +11332,7 @@ add_requires("itlib")
 | -- | -- |
 | Homepage | [https://github.com/intel/ittapi](https://github.com/intel/ittapi) |
 | License | BSD-3-Clause |
-| Versions | v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2 |
+| Versions | v3.24.4, v3.24.6, v3.24.7, v3.24.8, v3.25.1, v3.25.2, v3.25.3 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [ittapi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ittapi/xmake.lua) |
 
@@ -17167,7 +17167,7 @@ add_requires("minhook")
 | -- | -- |
 | Homepage | [https://github.com/metayeti/mINI](https://github.com/metayeti/mINI) |
 | License | MIT |
-| Versions | 0.9.15, 0.9.16 |
+| Versions | 0.9.15, 0.9.16, 0.9.17 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [mini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mini/xmake.lua) |
 
@@ -25651,7 +25651,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | 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+200, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
+| 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, 3.46.0+100 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -26917,7 +26917,7 @@ add_requires("thread-pool")
 | -- | -- |
 | Homepage | [https://thrift.apache.org/](https://thrift.apache.org/) |
 | License | Apache-2.0 |
-| Versions | v0.16.0, v0.17.0, v0.18.0, v0.18.1, v0.19.0, v0.20.0 |
+| Versions | v0.16.0, v0.17.0, v0.18.0, v0.18.1, v0.19.0, v0.20.0, v0.21.0 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [thrift/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/thrift/xmake.lua) |
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2024-10-06T14:34:41+08:00</lastmod>
+  <lastmod>2024-10-08T00:42:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-10-06T14:34:47+08:00</lastmod>
+  <lastmod>2024-10-08T00:42:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-10-06T14:34:47+08:00</lastmod>
+  <lastmod>2024-10-08T00:42:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-10-06T14:34:48+08:00</lastmod>
+  <lastmod>2024-10-08T00:42:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-10-06T14:34:48+08:00</lastmod>
+  <lastmod>2024-10-08T00:42:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-10-06T14:34:48+08:00</lastmod>
+  <lastmod>2024-10-08T00:42:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-10-06T14:34:49+08:00</lastmod>
+  <lastmod>2024-10-08T00:42:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-10-06T14:34:49+08:00</lastmod>
+  <lastmod>2024-10-08T00:42:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-10-06T14:34:49+08:00</lastmod>
+  <lastmod>2024-10-08T00:42:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-10-06T14:34:50+08:00</lastmod>
+  <lastmod>2024-10-08T00:42:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-10-06T14:34:50+08:00</lastmod>
+  <lastmod>2024-10-08T00:42:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-10-06T14:34:50+08:00</lastmod>
+  <lastmod>2024-10-08T00:42:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-10-06T14:34:51+08:00</lastmod>
+  <lastmod>2024-10-08T00:42:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-10-06T14:34:51+08:00</lastmod>
+  <lastmod>2024-10-08T00:42:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-10-06T14:34:51+08:00</lastmod>
+  <lastmod>2024-10-08T00:42:13+08:00</lastmod>
 </url>
 
 </urlset>