Procházet zdrojové kódy

autoupdate docs by xmake-repo/ci

ruki před 2 roky
rodič
revize
485498dd83

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: trompeloeil, pocketpy, rlottie**
+- **Recently added: span-lite, xlnt, avir**
 
 [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 (847)
+- Packages (851)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 261 - 2
mirror/packages/android.html

@@ -309,6 +309,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("asio")
 </code></pre>
+<h3 id="assimpandroid">assimp (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable Open-Source library to import various well-known 3D model formats in a uniform manner</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://assimp.org">https://assimp.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.0.1, v5.1.4, v5.2.1, v5.2.2, v5.2.3, v5.2.4, v5.2.5</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/a/assimp/xmake.lua">assimp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] assimp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("assimp")
+</code></pre>
 <h3 id="autoconfandroid">autoconf (android)</h3>
 <table>
 <thead>
@@ -375,6 +412,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("automake")
 </code></pre>
+<h3 id="avirandroid">avir (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/avaneev/avir">https://github.com/avaneev/avir</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0</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/a/avir/xmake.lua">avir/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] avir
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("avir")
+</code></pre>
 <h2 id="b">b</h2>
 <h3 id="bazelandroid">bazel (android)</h3>
 <table>
@@ -3118,6 +3192,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glog")
 </code></pre>
+<h3 id="glslangandroid">glslang (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/glslang/">https://github.com/KhronosGroup/glslang/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0</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/g/glslang/xmake.lua">glslang/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] glslang
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glslang")
+</code></pre>
 <h3 id="gnandroid">gn (android)</h3>
 <table>
 <thead>
@@ -4942,7 +5053,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2</td>
+<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -9693,6 +9804,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sol2")
 </code></pre>
+<h3 id="spanliteandroid">span-lite (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martinmoene/span-lite">https://github.com/martinmoene/span-lite</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.10.3</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/s/span-lite/xmake.lua">span-lite/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] span-lite
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("span-lite")
+</code></pre>
 <h3 id="sparseppandroid">sparsepp (android)</h3>
 <table>
 <thead>
@@ -9778,7 +9926,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.2.198+0, 1.3.211+0, 1.3.231+1</td>
+<td>1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -9796,6 +9944,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("spirv-headers")
 </code></pre>
+<h3 id="spirvtoolsandroid">spirv-tools (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SPIR-V Tools</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/SPIRV-Tools/">https://github.com/KhronosGroup/SPIRV-Tools/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2020.5, v2020.6, v2021.3, v2021.4, v2022.2, v2022.4, v2023.1</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/s/spirv-tools/xmake.lua">spirv-tools/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] spirv-tools
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("spirv-tools")
+</code></pre>
 <h3 id="sqlite3android">sqlite3 (android)</h3>
 <table>
 <thead>
@@ -10950,6 +11135,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("uchardet")
 </code></pre>
+<h3 id="uni_algoandroid">uni_algo (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Unicode Algorithms Implementation for C/C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/uni-algo/uni-algo/">https://github.com/uni-algo/uni-algo/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.7.1</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/u/uni_algo/xmake.lua">uni_algo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] uni_algo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uni_algo")
+</code></pre>
 <h3 id="unordered_denseandroid">unordered_dense (android)</h3>
 <table>
 <thead>
@@ -11554,6 +11776,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("xhook")
 </code></pre>
+<h3 id="xlntandroid">xlnt (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform user-friendly xlsx library for C++11+</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/tfussell/xlnt">https://github.com/tfussell/xlnt</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.03.02</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/x/xlnt/xmake.lua">xlnt/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] xlnt
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xlnt")
+</code></pre>
 <h3 id="xxhashandroid">xxhash (android)</h3>
 <table>
 <thead>

+ 300 - 4
mirror/packages/bsd.html

@@ -276,6 +276,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("asio")
 </code></pre>
+<h3 id="assimpbsd">assimp (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable Open-Source library to import various well-known 3D model formats in a uniform manner</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://assimp.org">https://assimp.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.0.1, v5.1.4, v5.2.1, v5.2.2, v5.2.3, v5.2.4, v5.2.5</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/a/assimp/xmake.lua">assimp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install assimp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("assimp")
+</code></pre>
 <h3 id="autoconfbsd">autoconf (bsd)</h3>
 <table>
 <thead>
@@ -342,6 +379,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("automake")
 </code></pre>
+<h3 id="avirbsd">avir (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/avaneev/avir">https://github.com/avaneev/avir</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0</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/a/avir/xmake.lua">avir/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install avir
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("avir")
+</code></pre>
 <h2 id="b">b</h2>
 <h3 id="bazelbsd">bazel (bsd)</h3>
 <table>
@@ -2065,7 +2139,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1.0</td>
+<td>1.1.0, 1.2.0, 1.3.0, 1.3.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2867,6 +2941,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glm")
 </code></pre>
+<h3 id="glslangbsd">glslang (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/glslang/">https://github.com/KhronosGroup/glslang/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0</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/g/glslang/xmake.lua">glslang/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glslang
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glslang")
+</code></pre>
 <h3 id="gnbsd">gn (bsd)</h3>
 <table>
 <thead>
@@ -4275,7 +4386,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2</td>
+<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4742,6 +4853,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libusb")
 </code></pre>
+<h3 id="libuuidbsd">libuuid (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable uuid C library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/libuuid">https://sourceforge.net/projects/libuuid</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.3</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/libuuid/xmake.lua">libuuid/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libuuid
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libuuid")
+</code></pre>
 <h3 id="libwebpbsd">libwebp (bsd)</h3>
 <table>
 <thead>
@@ -4930,7 +5078,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>11.0.0, 14.0.0</td>
+<td>11.0.0, 14.0.0, 15.0.7</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -8463,6 +8611,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sol2")
 </code></pre>
+<h3 id="spanlitebsd">span-lite (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martinmoene/span-lite">https://github.com/martinmoene/span-lite</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.10.3</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/s/span-lite/xmake.lua">span-lite/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install span-lite
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("span-lite")
+</code></pre>
 <h3 id="sparseppbsd">sparsepp (bsd)</h3>
 <table>
 <thead>
@@ -8548,7 +8733,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.2.198+0, 1.3.211+0, 1.3.231+1</td>
+<td>1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -8566,6 +8751,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("spirv-headers")
 </code></pre>
+<h3 id="spirvtoolsbsd">spirv-tools (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SPIR-V Tools</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/SPIRV-Tools/">https://github.com/KhronosGroup/SPIRV-Tools/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2020.5, v2020.6, v2021.3, v2021.4, v2022.2, v2022.4, v2023.1</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/s/spirv-tools/xmake.lua">spirv-tools/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install spirv-tools
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("spirv-tools")
+</code></pre>
 <h3 id="sqlite3bsd">sqlite3 (bsd)</h3>
 <table>
 <thead>
@@ -9683,6 +9905,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("uchardet")
 </code></pre>
+<h3 id="uni_algobsd">uni_algo (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Unicode Algorithms Implementation for C/C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/uni-algo/uni-algo/">https://github.com/uni-algo/uni-algo/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.7.1</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/u/uni_algo/xmake.lua">uni_algo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install uni_algo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uni_algo")
+</code></pre>
 <h3 id="unordered_densebsd">unordered_dense (bsd)</h3>
 <table>
 <thead>
@@ -10073,6 +10332,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("xbyak")
 </code></pre>
+<h3 id="xlntbsd">xlnt (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform user-friendly xlsx library for C++11+</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/tfussell/xlnt">https://github.com/tfussell/xlnt</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.03.02</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/x/xlnt/xmake.lua">xlnt/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install xlnt
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xlnt")
+</code></pre>
 <h3 id="xxhashbsd">xxhash (bsd)</h3>
 <table>
 <thead>

+ 298 - 2
mirror/packages/cross.html

@@ -239,6 +239,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("asio")
 </code></pre>
+<h3 id="assimpcross">assimp (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable Open-Source library to import various well-known 3D model formats in a uniform manner</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://assimp.org">https://assimp.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.0.1, v5.1.4, v5.2.1, v5.2.2, v5.2.3, v5.2.4, v5.2.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, 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/a/assimp/xmake.lua">assimp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] assimp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("assimp")
+</code></pre>
 <h3 id="autoconfcross">autoconf (cross)</h3>
 <table>
 <thead>
@@ -305,6 +342,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("automake")
 </code></pre>
+<h3 id="avircross">avir (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/avaneev/avir">https://github.com/avaneev/avir</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, 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/a/avir/xmake.lua">avir/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] avir
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("avir")
+</code></pre>
 <h2 id="b">b</h2>
 <h3 id="bazelcross">bazel (cross)</h3>
 <table>
@@ -2686,6 +2760,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glog")
 </code></pre>
+<h3 id="glslangcross">glslang (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/glslang/">https://github.com/KhronosGroup/glslang/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, 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/g/glslang/xmake.lua">glslang/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] glslang
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glslang")
+</code></pre>
 <h3 id="gncross">gn (cross)</h3>
 <table>
 <thead>
@@ -4016,7 +4127,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2</td>
+<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4384,6 +4495,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libunwind")
 </code></pre>
+<h3 id="libuuidcross">libuuid (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable uuid C library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/libuuid">https://sourceforge.net/projects/libuuid</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, 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/libuuid/xmake.lua">libuuid/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libuuid
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libuuid")
+</code></pre>
 <h3 id="linenoisecross">linenoise (cross)</h3>
 <table>
 <thead>
@@ -7734,6 +7882,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sol2")
 </code></pre>
+<h3 id="spanlitecross">span-lite (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martinmoene/span-lite">https://github.com/martinmoene/span-lite</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.10.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, 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/s/span-lite/xmake.lua">span-lite/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] span-lite
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("span-lite")
+</code></pre>
 <h3 id="sparseppcross">sparsepp (cross)</h3>
 <table>
 <thead>
@@ -7819,7 +8004,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.2.198+0, 1.3.211+0, 1.3.231+1</td>
+<td>1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7837,6 +8022,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("spirv-headers")
 </code></pre>
+<h3 id="spirvtoolscross">spirv-tools (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SPIR-V Tools</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/SPIRV-Tools/">https://github.com/KhronosGroup/SPIRV-Tools/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2020.5, v2020.6, v2021.3, v2021.4, v2022.2, v2022.4, v2023.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, 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/s/spirv-tools/xmake.lua">spirv-tools/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] spirv-tools
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("spirv-tools")
+</code></pre>
 <h3 id="sqlite3cross">sqlite3 (cross)</h3>
 <table>
 <thead>
@@ -8925,6 +9147,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("uchardet")
 </code></pre>
+<h3 id="uni_algocross">uni_algo (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Unicode Algorithms Implementation for C/C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/uni-algo/uni-algo/">https://github.com/uni-algo/uni-algo/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.7.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, 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/u/uni_algo/xmake.lua">uni_algo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] uni_algo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uni_algo")
+</code></pre>
 <h3 id="unordered_densecross">unordered_dense (cross)</h3>
 <table>
 <thead>
@@ -9278,6 +9537,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("xbyak")
 </code></pre>
+<h3 id="xlntcross">xlnt (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform user-friendly xlsx library for C++11+</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/tfussell/xlnt">https://github.com/tfussell/xlnt</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.03.02</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, 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/x/xlnt/xmake.lua">xlnt/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] xlnt
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xlnt")
+</code></pre>
 <h3 id="xxhashcross">xxhash (cross)</h3>
 <table>
 <thead>

+ 298 - 2
mirror/packages/iphoneos.html

@@ -239,6 +239,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("asio")
 </code></pre>
+<h3 id="assimpiphoneos">assimp (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable Open-Source library to import various well-known 3D model formats in a uniform manner</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://assimp.org">https://assimp.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.0.1, v5.1.4, v5.2.1, v5.2.2, v5.2.3, v5.2.4, v5.2.5</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/a/assimp/xmake.lua">assimp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos assimp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("assimp")
+</code></pre>
 <h3 id="autoconfiphoneos">autoconf (iphoneos)</h3>
 <table>
 <thead>
@@ -305,6 +342,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("automake")
 </code></pre>
+<h3 id="aviriphoneos">avir (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/avaneev/avir">https://github.com/avaneev/avir</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0</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/a/avir/xmake.lua">avir/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos avir
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("avir")
+</code></pre>
 <h2 id="b">b</h2>
 <h3 id="bazeliphoneos">bazel (iphoneos)</h3>
 <table>
@@ -2009,6 +2083,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("easyloggingpp")
 </code></pre>
+<h3 id="efswiphoneos">efsw (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>efsw is a C++ cross-platform file system watcher and notifier.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/SpartanJ/efsw">https://github.com/SpartanJ/efsw</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.0, 1.2.0, 1.3.0, 1.3.1</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/e/efsw/xmake.lua">efsw/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos efsw
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("efsw")
+</code></pre>
 <h3 id="elfioiphoneos">elfio (iphoneos)</h3>
 <table>
 <thead>
@@ -2797,6 +2908,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glog")
 </code></pre>
+<h3 id="glslangiphoneos">glslang (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/glslang/">https://github.com/KhronosGroup/glslang/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0</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/g/glslang/xmake.lua">glslang/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos glslang
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glslang")
+</code></pre>
 <h3 id="gniphoneos">gn (iphoneos)</h3>
 <table>
 <thead>
@@ -4514,7 +4662,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2</td>
+<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -8812,6 +8960,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sol2")
 </code></pre>
+<h3 id="spanliteiphoneos">span-lite (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martinmoene/span-lite">https://github.com/martinmoene/span-lite</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.10.3</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/s/span-lite/xmake.lua">span-lite/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos span-lite
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("span-lite")
+</code></pre>
 <h3 id="sparseppiphoneos">sparsepp (iphoneos)</h3>
 <table>
 <thead>
@@ -8897,7 +9082,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.2.198+0, 1.3.211+0, 1.3.231+1</td>
+<td>1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -8915,6 +9100,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("spirv-headers")
 </code></pre>
+<h3 id="spirvtoolsiphoneos">spirv-tools (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SPIR-V Tools</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/SPIRV-Tools/">https://github.com/KhronosGroup/SPIRV-Tools/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2020.5, v2020.6, v2021.3, v2021.4, v2022.2, v2022.4, v2023.1</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/s/spirv-tools/xmake.lua">spirv-tools/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos spirv-tools
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("spirv-tools")
+</code></pre>
 <h3 id="sqlite3iphoneos">sqlite3 (iphoneos)</h3>
 <table>
 <thead>
@@ -10036,6 +10258,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("uchardet")
 </code></pre>
+<h3 id="uni_algoiphoneos">uni_algo (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Unicode Algorithms Implementation for C/C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/uni-algo/uni-algo/">https://github.com/uni-algo/uni-algo/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.7.1</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/u/uni_algo/xmake.lua">uni_algo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos uni_algo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uni_algo")
+</code></pre>
 <h3 id="unordered_denseiphoneos">unordered_dense (iphoneos)</h3>
 <table>
 <thead>
@@ -10496,6 +10755,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("xbyak")
 </code></pre>
+<h3 id="xlntiphoneos">xlnt (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform user-friendly xlsx library for C++11+</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/tfussell/xlnt">https://github.com/tfussell/xlnt</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.03.02</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/x/xlnt/xmake.lua">xlnt/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos xlnt
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xlnt")
+</code></pre>
 <h3 id="xxhashiphoneos">xxhash (iphoneos)</h3>
 <table>
 <thead>

+ 193 - 8
mirror/packages/linux.html

@@ -779,6 +779,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("automake")
 </code></pre>
+<h3 id="avirlinux">avir (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/avaneev/avir">https://github.com/avaneev/avir</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, 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/a/avir/xmake.lua">avir/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install avir
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("avir")
+</code></pre>
 <h3 id="awklinux">awk (linux)</h3>
 <table>
 <thead>
@@ -4137,6 +4174,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("devil")
 </code></pre>
+<h3 id="directxshadercompilerlinux">directxshadercompiler (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>DirectX Shader Compiler</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/microsoft/DirectXShaderCompiler/">https://github.com/microsoft/DirectXShaderCompiler/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LLVM</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.7.2212</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/directxshadercompiler/xmake.lua">directxshadercompiler/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install directxshadercompiler
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("directxshadercompiler")
+</code></pre>
 <h3 id="dliblinux">dlib (linux)</h3>
 <table>
 <thead>
@@ -4592,7 +4666,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>22.12, 23.01</td>
+<td>22.12, 23.01, 23.02</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4848,7 +4922,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1.0</td>
+<td>1.1.0, 1.2.0, 1.3.0, 1.3.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7545,7 +7619,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1</td>
+<td>1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -12968,7 +13042,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2</td>
+<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -15546,7 +15620,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>11.0.0, 14.0.0</td>
+<td>11.0.0, 14.0.0, 15.0.7</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -24404,6 +24478,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("soplex")
 </code></pre>
+<h3 id="spanlitelinux">span-lite (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martinmoene/span-lite">https://github.com/martinmoene/span-lite</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.10.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, 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/s/span-lite/xmake.lua">span-lite/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install span-lite
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("span-lite")
+</code></pre>
 <h3 id="sparsepplinux">sparsepp (linux)</h3>
 <table>
 <thead>
@@ -24526,7 +24637,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.2.198+0, 1.3.211+0, 1.3.231+1</td>
+<td>1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -24600,7 +24711,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2020.5, 2020.6, 2021.3, 2021.4, 2022.2, 2022.4</td>
+<td>v2020.5, v2020.6, v2021.3, v2021.4, v2022.2, v2022.4, v2023.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -26509,6 +26620,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ucx")
 </code></pre>
+<h3 id="uni_algolinux">uni_algo (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Unicode Algorithms Implementation for C/C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/uni-algo/uni-algo/">https://github.com/uni-algo/uni-algo/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.7.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, 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/u/uni_algo/xmake.lua">uni_algo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install uni_algo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uni_algo")
+</code></pre>
 <h3 id="unicornlinux">unicorn (linux)</h3>
 <table>
 <thead>
@@ -28281,7 +28429,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.2.3</td>
+<td>3.2.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -28336,6 +28484,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("xframe")
 </code></pre>
+<h3 id="xlntlinux">xlnt (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform user-friendly xlsx library for C++11+</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/tfussell/xlnt">https://github.com/tfussell/xlnt</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.03.02</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, 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/x/xlnt/xmake.lua">xlnt/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install xlnt
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xlnt")
+</code></pre>
 <h3 id="xmltolinux">xmlto (linux)</h3>
 <table>
 <thead>

+ 156 - 8
mirror/packages/macosx.html

@@ -664,6 +664,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("automake")
 </code></pre>
+<h3 id="avirmacosx">avir (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/avaneev/avir">https://github.com/avaneev/avir</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0</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/a/avir/xmake.lua">avir/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install avir
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("avir")
+</code></pre>
 <h3 id="awkmacosx">awk (macosx)</h3>
 <table>
 <thead>
@@ -4304,7 +4341,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>22.12, 23.01</td>
+<td>22.12, 23.01, 23.02</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4560,7 +4597,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1.0</td>
+<td>1.1.0, 1.2.0, 1.3.0, 1.3.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7006,7 +7043,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1</td>
+<td>1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -12005,7 +12042,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2</td>
+<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -14369,7 +14406,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>11.0.0, 14.0.0</td>
+<td>11.0.0, 14.0.0, 15.0.7</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -22844,6 +22881,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("soplex")
 </code></pre>
+<h3 id="spanlitemacosx">span-lite (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martinmoene/span-lite">https://github.com/martinmoene/span-lite</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.10.3</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/s/span-lite/xmake.lua">span-lite/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install span-lite
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("span-lite")
+</code></pre>
 <h3 id="sparseppmacosx">sparsepp (macosx)</h3>
 <table>
 <thead>
@@ -22966,7 +23040,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.2.198+0, 1.3.211+0, 1.3.231+1</td>
+<td>1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -23040,7 +23114,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2020.5, 2020.6, 2021.3, 2021.4, 2022.2, 2022.4</td>
+<td>v2020.5, v2020.6, v2021.3, v2021.4, v2022.2, v2022.4, v2023.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -24842,6 +24916,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("uchardet")
 </code></pre>
+<h3 id="uni_algomacosx">uni_algo (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Unicode Algorithms Implementation for C/C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/uni-algo/uni-algo/">https://github.com/uni-algo/uni-algo/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.7.1</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/u/uni_algo/xmake.lua">uni_algo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install uni_algo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uni_algo")
+</code></pre>
 <h3 id="unicornmacosx">unicorn (macosx)</h3>
 <table>
 <thead>
@@ -26466,7 +26577,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.2.3</td>
+<td>3.2.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -26521,6 +26632,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("xframe")
 </code></pre>
+<h3 id="xlntmacosx">xlnt (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform user-friendly xlsx library for C++11+</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/tfussell/xlnt">https://github.com/tfussell/xlnt</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.03.02</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/x/xlnt/xmake.lua">xlnt/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install xlnt
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xlnt")
+</code></pre>
 <h3 id="xmltomacosx">xmlto (macosx)</h3>
 <table>
 <thead>

+ 154 - 6
mirror/packages/mingw.html

@@ -379,6 +379,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("automake")
 </code></pre>
+<h3 id="avirmingw">avir (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/avaneev/avir">https://github.com/avaneev/avir</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0</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/a/avir/xmake.lua">avir/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] avir
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("avir")
+</code></pre>
 <h2 id="b">b</h2>
 <h3 id="backwardcppmingw">backward-cpp (mingw)</h3>
 <table>
@@ -2245,7 +2282,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>22.12, 23.01</td>
+<td>22.12, 23.01, 23.02</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2320,7 +2357,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1.0</td>
+<td>1.1.0, 1.2.0, 1.3.0, 1.3.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3507,7 +3544,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1</td>
+<td>1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5415,7 +5452,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2</td>
+<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10384,6 +10421,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sol2")
 </code></pre>
+<h3 id="spanlitemingw">span-lite (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martinmoene/span-lite">https://github.com/martinmoene/span-lite</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.10.3</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/s/span-lite/xmake.lua">span-lite/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] span-lite
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("span-lite")
+</code></pre>
 <h3 id="sparseppmingw">sparsepp (mingw)</h3>
 <table>
 <thead>
@@ -10506,7 +10580,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.2.198+0, 1.3.211+0, 1.3.231+1</td>
+<td>1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10580,7 +10654,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2020.5, 2020.6, 2021.3, 2021.4, 2022.2, 2022.4</td>
+<td>v2020.5, v2020.6, v2021.3, v2021.4, v2022.2, v2022.4, v2023.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11785,6 +11859,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("uchardet")
 </code></pre>
+<h3 id="uni_algomingw">uni_algo (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Unicode Algorithms Implementation for C/C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/uni-algo/uni-algo/">https://github.com/uni-algo/uni-algo/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.7.1</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/u/uni_algo/xmake.lua">uni_algo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] uni_algo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uni_algo")
+</code></pre>
 <h3 id="unordered_densemingw">unordered_dense (mingw)</h3>
 <table>
 <thead>
@@ -12356,6 +12467,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("xege")
 </code></pre>
+<h3 id="xlntmingw">xlnt (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform user-friendly xlsx library for C++11+</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/tfussell/xlnt">https://github.com/tfussell/xlnt</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.03.02</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/x/xlnt/xmake.lua">xlnt/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] xlnt
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xlnt")
+</code></pre>
 <h3 id="xxhashmingw">xxhash (mingw)</h3>
 <table>
 <thead>

+ 262 - 3
mirror/packages/msys.html

@@ -276,6 +276,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("asio")
 </code></pre>
+<h3 id="assimpmsys">assimp (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable Open-Source library to import various well-known 3D model formats in a uniform manner</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://assimp.org">https://assimp.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.0.1, v5.1.4, v5.2.1, v5.2.2, v5.2.3, v5.2.4, v5.2.5</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/a/assimp/xmake.lua">assimp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install assimp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("assimp")
+</code></pre>
 <h3 id="autoconfmsys">autoconf (msys)</h3>
 <table>
 <thead>
@@ -342,6 +379,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("automake")
 </code></pre>
+<h3 id="avirmsys">avir (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/avaneev/avir">https://github.com/avaneev/avir</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0</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/a/avir/xmake.lua">avir/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install avir
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("avir")
+</code></pre>
 <h2 id="b">b</h2>
 <h3 id="bazelmsys">bazel (msys)</h3>
 <table>
@@ -2468,6 +2542,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glm")
 </code></pre>
+<h3 id="glslangmsys">glslang (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/glslang/">https://github.com/KhronosGroup/glslang/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0</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/g/glslang/xmake.lua">glslang/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glslang
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glslang")
+</code></pre>
 <h3 id="gnmsys">gn (msys)</h3>
 <table>
 <thead>
@@ -3522,7 +3633,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2</td>
+<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3975,7 +4086,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>11.0.0, 14.0.0</td>
+<td>11.0.0, 14.0.0, 15.0.7</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6964,6 +7075,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sol2")
 </code></pre>
+<h3 id="spanlitemsys">span-lite (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martinmoene/span-lite">https://github.com/martinmoene/span-lite</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.10.3</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/s/span-lite/xmake.lua">span-lite/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install span-lite
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("span-lite")
+</code></pre>
 <h3 id="spdlogmsys">spdlog (msys)</h3>
 <table>
 <thead>
@@ -7016,7 +7164,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.2.198+0, 1.3.211+0, 1.3.231+1</td>
+<td>1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7034,6 +7182,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("spirv-headers")
 </code></pre>
+<h3 id="spirvtoolsmsys">spirv-tools (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SPIR-V Tools</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/SPIRV-Tools/">https://github.com/KhronosGroup/SPIRV-Tools/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2020.5, v2020.6, v2021.3, v2021.4, v2022.2, v2022.4, v2023.1</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/s/spirv-tools/xmake.lua">spirv-tools/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install spirv-tools
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("spirv-tools")
+</code></pre>
 <h3 id="sqlite3msys">sqlite3 (msys)</h3>
 <table>
 <thead>
@@ -8081,6 +8266,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("uchardet")
 </code></pre>
+<h3 id="uni_algomsys">uni_algo (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Unicode Algorithms Implementation for C/C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/uni-algo/uni-algo/">https://github.com/uni-algo/uni-algo/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.7.1</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/u/uni_algo/xmake.lua">uni_algo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install uni_algo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uni_algo")
+</code></pre>
 <h3 id="unordered_densemsys">unordered_dense (msys)</h3>
 <table>
 <thead>
@@ -8401,6 +8623,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("xbyak")
 </code></pre>
+<h3 id="xlntmsys">xlnt (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform user-friendly xlsx library for C++11+</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/tfussell/xlnt">https://github.com/tfussell/xlnt</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.03.02</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/x/xlnt/xmake.lua">xlnt/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install xlnt
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xlnt")
+</code></pre>
 <h3 id="xxhashmsys">xxhash (msys)</h3>
 <table>
 <thead>

+ 261 - 2
mirror/packages/wasm.html

@@ -239,6 +239,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("asio")
 </code></pre>
+<h3 id="assimpwasm">assimp (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable Open-Source library to import various well-known 3D model formats in a uniform manner</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://assimp.org">https://assimp.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.0.1, v5.1.4, v5.2.1, v5.2.2, v5.2.3, v5.2.4, v5.2.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/assimp/xmake.lua">assimp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm assimp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("assimp")
+</code></pre>
 <h3 id="autoconfwasm">autoconf (wasm)</h3>
 <table>
 <thead>
@@ -305,6 +342,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("automake")
 </code></pre>
+<h3 id="avirwasm">avir (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/avaneev/avir">https://github.com/avaneev/avir</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/avir/xmake.lua">avir/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm avir
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("avir")
+</code></pre>
 <h2 id="b">b</h2>
 <h3 id="bazelwasm">bazel (wasm)</h3>
 <table>
@@ -2435,6 +2509,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glm")
 </code></pre>
+<h3 id="glslangwasm">glslang (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/glslang/">https://github.com/KhronosGroup/glslang/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glslang/xmake.lua">glslang/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm glslang
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glslang")
+</code></pre>
 <h3 id="gnwasm">gn (wasm)</h3>
 <table>
 <thead>
@@ -3637,7 +3748,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2</td>
+<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7322,6 +7433,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sol2")
 </code></pre>
+<h3 id="spanlitewasm">span-lite (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martinmoene/span-lite">https://github.com/martinmoene/span-lite</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.10.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/span-lite/xmake.lua">span-lite/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm span-lite
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("span-lite")
+</code></pre>
 <h3 id="spdlogwasm">spdlog (wasm)</h3>
 <table>
 <thead>
@@ -7374,7 +7522,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.2.198+0, 1.3.211+0, 1.3.231+1</td>
+<td>1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7392,6 +7540,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("spirv-headers")
 </code></pre>
+<h3 id="spirvtoolswasm">spirv-tools (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SPIR-V Tools</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/SPIRV-Tools/">https://github.com/KhronosGroup/SPIRV-Tools/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2020.5, v2020.6, v2021.3, v2021.4, v2022.2, v2022.4, v2023.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-tools/xmake.lua">spirv-tools/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm spirv-tools
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("spirv-tools")
+</code></pre>
 <h3 id="sqlite3wasm">sqlite3 (wasm)</h3>
 <table>
 <thead>
@@ -8406,6 +8591,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("uchardet")
 </code></pre>
+<h3 id="uni_algowasm">uni_algo (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Unicode Algorithms Implementation for C/C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/uni-algo/uni-algo/">https://github.com/uni-algo/uni-algo/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.7.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uni_algo/xmake.lua">uni_algo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm uni_algo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uni_algo")
+</code></pre>
 <h3 id="unordered_densewasm">unordered_dense (wasm)</h3>
 <table>
 <thead>
@@ -8726,6 +8948,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("xbyak")
 </code></pre>
+<h3 id="xlntwasm">xlnt (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform user-friendly xlsx library for C++11+</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/tfussell/xlnt">https://github.com/tfussell/xlnt</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.03.02</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xlnt/xmake.lua">xlnt/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm xlnt
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xlnt")
+</code></pre>
 <h3 id="xxhashwasm">xxhash (wasm)</h3>
 <table>
 <thead>

+ 157 - 9
mirror/packages/windows.html

@@ -598,6 +598,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("automake")
 </code></pre>
+<h3 id="avirwindows">avir (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/avaneev/avir">https://github.com/avaneev/avir</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0</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/a/avir/xmake.lua">avir/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install avir
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("avir")
+</code></pre>
 <h2 id="b">b</h2>
 <h3 id="backwardcppwindows">backward-cpp (windows)</h3>
 <table>
@@ -3810,7 +3847,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.5.2010, 1.6.2104, 1.6.2106</td>
+<td>v1.7.2212</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4312,7 +4349,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>22.12, 23.01</td>
+<td>22.12, 23.01, 23.02</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4498,7 +4535,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1.0</td>
+<td>1.1.0, 1.2.0, 1.3.0, 1.3.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6886,7 +6923,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1</td>
+<td>1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10691,7 +10728,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2</td>
+<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11963,7 +12000,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>11.0.0, 14.0.0</td>
+<td>11.0.0, 14.0.0, 15.0.7</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -19973,6 +20010,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("soplex")
 </code></pre>
+<h3 id="spanlitewindows">span-lite (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martinmoene/span-lite">https://github.com/martinmoene/span-lite</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.10.3</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/s/span-lite/xmake.lua">span-lite/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install span-lite
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("span-lite")
+</code></pre>
 <h3 id="sparseppwindows">sparsepp (windows)</h3>
 <table>
 <thead>
@@ -20095,7 +20169,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.2.198+0, 1.3.211+0, 1.3.231+1</td>
+<td>1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -20169,7 +20243,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2020.5, 2020.6, 2021.3, 2021.4, 2022.2, 2022.4</td>
+<td>v2020.5, v2020.6, v2021.3, v2021.4, v2022.2, v2022.4, v2023.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -21860,6 +21934,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("uchardet")
 </code></pre>
+<h3 id="uni_algowindows">uni_algo (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Unicode Algorithms Implementation for C/C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/uni-algo/uni-algo/">https://github.com/uni-algo/uni-algo/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.7.1</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/u/uni_algo/xmake.lua">uni_algo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install uni_algo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uni_algo")
+</code></pre>
 <h3 id="unicornwindows">unicorn (windows)</h3>
 <table>
 <thead>
@@ -23236,7 +23347,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.2.3</td>
+<td>3.2.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -23291,6 +23402,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("xframe")
 </code></pre>
+<h3 id="xlntwindows">xlnt (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform user-friendly xlsx library for C++11+</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/tfussell/xlnt">https://github.com/tfussell/xlnt</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.03.02</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/x/xlnt/xmake.lua">xlnt/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install xlnt
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xlnt")
+</code></pre>
 <h3 id="xsimdwindows">xsimd (windows)</h3>
 <table>
 <thead>

+ 170 - 2
packages/android.md

@@ -142,6 +142,30 @@ add_requires("asio")
 ```
 
 
+### assimp (android)
+
+
+| Description | *Portable Open-Source library to import various well-known 3D model formats in a uniform manner* |
+| -- | -- |
+| Homepage | [https://assimp.org](https://assimp.org) |
+| License | BSD-3-Clause |
+| Versions | v5.0.1, v5.1.4, v5.2.1, v5.2.2, v5.2.3, v5.2.4, v5.2.5 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [assimp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/assimp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] assimp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("assimp")
+```
+
+
 ### autoconf (android)
 
 
@@ -188,6 +212,30 @@ add_requires("automake")
 ```
 
 
+### avir (android)
+
+
+| Description | *High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer* |
+| -- | -- |
+| Homepage | [https://github.com/avaneev/avir](https://github.com/avaneev/avir) |
+| License | MIT |
+| Versions | 3.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [avir/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/avir/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] avir
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("avir")
+```
+
+
 
 ## b
 ### bazel (android)
@@ -2020,6 +2068,30 @@ add_requires("glog")
 ```
 
 
+### glslang (android)
+
+
+| Description | *Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/glslang/](https://github.com/KhronosGroup/glslang/) |
+| License | Apache-2.0 |
+| Versions | 1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [glslang/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glslang/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] glslang
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glslang")
+```
+
+
 ### gn (android)
 
 
@@ -3254,7 +3326,7 @@ add_requires("libsais")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
 | License | zlib |
-| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2 |
+| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
 
@@ -6443,6 +6515,30 @@ add_requires("sol2")
 ```
 
 
+### span-lite (android)
+
+
+| Description | *span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library* |
+| -- | -- |
+| Homepage | [https://github.com/martinmoene/span-lite](https://github.com/martinmoene/span-lite) |
+| License | BSL |
+| Versions | 0.10.3 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [span-lite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/span-lite/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] span-lite
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("span-lite")
+```
+
+
 ### sparsepp (android)
 
 
@@ -6496,7 +6592,7 @@ add_requires("spdlog")
 | -- | -- |
 | Homepage | [https://github.com/KhronosGroup/SPIRV-Headers/](https://github.com/KhronosGroup/SPIRV-Headers/) |
 | License | MIT |
-| Versions | 1.2.198+0, 1.3.211+0, 1.3.231+1 |
+| Versions | 1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [spirv-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-headers/xmake.lua) |
 
@@ -6513,6 +6609,30 @@ add_requires("spirv-headers")
 ```
 
 
+### spirv-tools (android)
+
+
+| Description | *SPIR-V Tools* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/SPIRV-Tools/](https://github.com/KhronosGroup/SPIRV-Tools/) |
+| License | Apache-2.0 |
+| Versions | v2020.5, v2020.6, v2021.3, v2021.4, v2022.2, v2022.4, v2023.1 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [spirv-tools/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-tools/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] spirv-tools
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("spirv-tools")
+```
+
+
 ### sqlite3 (android)
 
 
@@ -7277,6 +7397,30 @@ add_requires("uchardet")
 ```
 
 
+### uni_algo (android)
+
+
+| Description | *Unicode Algorithms Implementation for C/C++* |
+| -- | -- |
+| Homepage | [https://github.com/uni-algo/uni-algo/](https://github.com/uni-algo/uni-algo/) |
+| License | MIT |
+| Versions | v0.7.1 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [uni_algo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uni_algo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] uni_algo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uni_algo")
+```
+
+
 ### unordered_dense (android)
 
 
@@ -7684,6 +7828,30 @@ add_requires("xhook")
 ```
 
 
+### xlnt (android)
+
+
+| Description | *Cross-platform user-friendly xlsx library for C++11+* |
+| -- | -- |
+| Homepage | [https://github.com/tfussell/xlnt](https://github.com/tfussell/xlnt) |
+| License | MIT |
+| Versions | 2023.03.02 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [xlnt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xlnt/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] xlnt
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xlnt")
+```
+
+
 ### xxhash (android)
 
 

+ 196 - 4
packages/bsd.md

@@ -119,6 +119,30 @@ add_requires("asio")
 ```
 
 
+### assimp (bsd)
+
+
+| Description | *Portable Open-Source library to import various well-known 3D model formats in a uniform manner* |
+| -- | -- |
+| Homepage | [https://assimp.org](https://assimp.org) |
+| License | BSD-3-Clause |
+| Versions | v5.0.1, v5.1.4, v5.2.1, v5.2.2, v5.2.3, v5.2.4, v5.2.5 |
+| Architectures | i386, x86_64 |
+| Definition | [assimp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/assimp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install assimp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("assimp")
+```
+
+
 ### autoconf (bsd)
 
 
@@ -165,6 +189,30 @@ add_requires("automake")
 ```
 
 
+### avir (bsd)
+
+
+| Description | *High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer* |
+| -- | -- |
+| Homepage | [https://github.com/avaneev/avir](https://github.com/avaneev/avir) |
+| License | MIT |
+| Versions | 3.0 |
+| Architectures | i386, x86_64 |
+| Definition | [avir/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/avir/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install avir
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("avir")
+```
+
+
 
 ## b
 ### bazel (bsd)
@@ -1313,7 +1361,7 @@ add_requires("easyloggingpp")
 | -- | -- |
 | Homepage | [https://github.com/SpartanJ/efsw](https://github.com/SpartanJ/efsw) |
 | License | MIT |
-| Versions | 1.1.0 |
+| Versions | 1.1.0, 1.2.0, 1.3.0, 1.3.1 |
 | Architectures | i386, x86_64 |
 | Definition | [efsw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/efsw/xmake.lua) |
 
@@ -1854,6 +1902,30 @@ add_requires("glm")
 ```
 
 
+### glslang (bsd)
+
+
+| Description | *Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/glslang/](https://github.com/KhronosGroup/glslang/) |
+| License | Apache-2.0 |
+| Versions | 1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0 |
+| Architectures | i386, x86_64 |
+| Definition | [glslang/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glslang/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glslang
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glslang")
+```
+
+
 ### gn (bsd)
 
 
@@ -2807,7 +2879,7 @@ add_requires("libsais")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
 | License | zlib |
-| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2 |
+| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3 |
 | Architectures | i386, x86_64 |
 | Definition | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
 
@@ -3128,6 +3200,30 @@ add_requires("libusb")
 ```
 
 
+### libuuid (bsd)
+
+
+| Description | *Portable uuid C library* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/libuuid](https://sourceforge.net/projects/libuuid) |
+| License | BSD-3-Clause |
+| Versions | 1.0.3 |
+| Architectures | i386, x86_64 |
+| Definition | [libuuid/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libuuid/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libuuid
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libuuid")
+```
+
+
 ### libwebp (bsd)
 
 
@@ -3251,7 +3347,7 @@ add_requires("llhttp")
 | Description | *The LLVM Compiler Infrastructure* |
 | -- | -- |
 | Homepage | [https://llvm.org/](https://llvm.org/) |
-| Versions | 11.0.0, 14.0.0 |
+| Versions | 11.0.0, 14.0.0, 15.0.7 |
 | Architectures | i386, x86_64 |
 | Definition | [llvm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm/xmake.lua) |
 
@@ -5634,6 +5730,30 @@ add_requires("sol2")
 ```
 
 
+### span-lite (bsd)
+
+
+| Description | *span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library* |
+| -- | -- |
+| Homepage | [https://github.com/martinmoene/span-lite](https://github.com/martinmoene/span-lite) |
+| License | BSL |
+| Versions | 0.10.3 |
+| Architectures | i386, x86_64 |
+| Definition | [span-lite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/span-lite/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install span-lite
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("span-lite")
+```
+
+
 ### sparsepp (bsd)
 
 
@@ -5687,7 +5807,7 @@ add_requires("spdlog")
 | -- | -- |
 | Homepage | [https://github.com/KhronosGroup/SPIRV-Headers/](https://github.com/KhronosGroup/SPIRV-Headers/) |
 | License | MIT |
-| Versions | 1.2.198+0, 1.3.211+0, 1.3.231+1 |
+| Versions | 1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0 |
 | Architectures | i386, x86_64 |
 | Definition | [spirv-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-headers/xmake.lua) |
 
@@ -5704,6 +5824,30 @@ add_requires("spirv-headers")
 ```
 
 
+### spirv-tools (bsd)
+
+
+| Description | *SPIR-V Tools* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/SPIRV-Tools/](https://github.com/KhronosGroup/SPIRV-Tools/) |
+| License | Apache-2.0 |
+| Versions | v2020.5, v2020.6, v2021.3, v2021.4, v2022.2, v2022.4, v2023.1 |
+| Architectures | i386, x86_64 |
+| Definition | [spirv-tools/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-tools/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install spirv-tools
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("spirv-tools")
+```
+
+
 ### sqlite3 (bsd)
 
 
@@ -6444,6 +6588,30 @@ add_requires("uchardet")
 ```
 
 
+### uni_algo (bsd)
+
+
+| Description | *Unicode Algorithms Implementation for C/C++* |
+| -- | -- |
+| Homepage | [https://github.com/uni-algo/uni-algo/](https://github.com/uni-algo/uni-algo/) |
+| License | MIT |
+| Versions | v0.7.1 |
+| Architectures | i386, x86_64 |
+| Definition | [uni_algo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uni_algo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install uni_algo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uni_algo")
+```
+
+
 ### unordered_dense (bsd)
 
 
@@ -6709,6 +6877,30 @@ add_requires("xbyak")
 ```
 
 
+### xlnt (bsd)
+
+
+| Description | *Cross-platform user-friendly xlsx library for C++11+* |
+| -- | -- |
+| Homepage | [https://github.com/tfussell/xlnt](https://github.com/tfussell/xlnt) |
+| License | MIT |
+| Versions | 2023.03.02 |
+| Architectures | i386, x86_64 |
+| Definition | [xlnt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xlnt/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install xlnt
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xlnt")
+```
+
+
 ### xxhash (bsd)
 
 

+ 194 - 2
packages/cross.md

@@ -95,6 +95,30 @@ add_requires("asio")
 ```
 
 
+### assimp (cross)
+
+
+| Description | *Portable Open-Source library to import various well-known 3D model formats in a uniform manner* |
+| -- | -- |
+| Homepage | [https://assimp.org](https://assimp.org) |
+| License | BSD-3-Clause |
+| Versions | v5.0.1, v5.1.4, v5.2.1, v5.2.2, v5.2.3, v5.2.4, v5.2.5 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [assimp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/assimp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] assimp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("assimp")
+```
+
+
 ### autoconf (cross)
 
 
@@ -141,6 +165,30 @@ add_requires("automake")
 ```
 
 
+### avir (cross)
+
+
+| Description | *High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer* |
+| -- | -- |
+| Homepage | [https://github.com/avaneev/avir](https://github.com/avaneev/avir) |
+| License | MIT |
+| Versions | 3.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [avir/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/avir/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] avir
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("avir")
+```
+
+
 
 ## b
 ### bazel (cross)
@@ -1735,6 +1783,30 @@ add_requires("glog")
 ```
 
 
+### glslang (cross)
+
+
+| Description | *Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/glslang/](https://github.com/KhronosGroup/glslang/) |
+| License | Apache-2.0 |
+| Versions | 1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [glslang/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glslang/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] glslang
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glslang")
+```
+
+
 ### gn (cross)
 
 
@@ -2639,7 +2711,7 @@ add_requires("libsais")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
 | License | zlib |
-| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2 |
+| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
 
@@ -2891,6 +2963,30 @@ add_requires("libunwind")
 ```
 
 
+### libuuid (cross)
+
+
+| Description | *Portable uuid C library* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/libuuid](https://sourceforge.net/projects/libuuid) |
+| License | BSD-3-Clause |
+| Versions | 1.0.3 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [libuuid/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libuuid/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] libuuid
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libuuid")
+```
+
+
 ### linenoise (cross)
 
 
@@ -5142,6 +5238,30 @@ add_requires("sol2")
 ```
 
 
+### span-lite (cross)
+
+
+| Description | *span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library* |
+| -- | -- |
+| Homepage | [https://github.com/martinmoene/span-lite](https://github.com/martinmoene/span-lite) |
+| License | BSL |
+| Versions | 0.10.3 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [span-lite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/span-lite/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] span-lite
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("span-lite")
+```
+
+
 ### sparsepp (cross)
 
 
@@ -5195,7 +5315,7 @@ add_requires("spdlog")
 | -- | -- |
 | Homepage | [https://github.com/KhronosGroup/SPIRV-Headers/](https://github.com/KhronosGroup/SPIRV-Headers/) |
 | License | MIT |
-| Versions | 1.2.198+0, 1.3.211+0, 1.3.231+1 |
+| Versions | 1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [spirv-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-headers/xmake.lua) |
 
@@ -5212,6 +5332,30 @@ add_requires("spirv-headers")
 ```
 
 
+### spirv-tools (cross)
+
+
+| Description | *SPIR-V Tools* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/SPIRV-Tools/](https://github.com/KhronosGroup/SPIRV-Tools/) |
+| License | Apache-2.0 |
+| Versions | v2020.5, v2020.6, v2021.3, v2021.4, v2022.2, v2022.4, v2023.1 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [spirv-tools/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-tools/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] spirv-tools
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("spirv-tools")
+```
+
+
 ### sqlite3 (cross)
 
 
@@ -5930,6 +6074,30 @@ add_requires("uchardet")
 ```
 
 
+### uni_algo (cross)
+
+
+| Description | *Unicode Algorithms Implementation for C/C++* |
+| -- | -- |
+| Homepage | [https://github.com/uni-algo/uni-algo/](https://github.com/uni-algo/uni-algo/) |
+| License | MIT |
+| Versions | v0.7.1 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [uni_algo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uni_algo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] uni_algo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uni_algo")
+```
+
+
 ### unordered_dense (cross)
 
 
@@ -6171,6 +6339,30 @@ add_requires("xbyak")
 ```
 
 
+### xlnt (cross)
+
+
+| Description | *Cross-platform user-friendly xlsx library for C++11+* |
+| -- | -- |
+| Homepage | [https://github.com/tfussell/xlnt](https://github.com/tfussell/xlnt) |
+| License | MIT |
+| Versions | 2023.03.02 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [xlnt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xlnt/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] xlnt
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xlnt")
+```
+
+
 ### xxhash (cross)
 
 

+ 194 - 2
packages/iphoneos.md

@@ -95,6 +95,30 @@ add_requires("asio")
 ```
 
 
+### assimp (iphoneos)
+
+
+| Description | *Portable Open-Source library to import various well-known 3D model formats in a uniform manner* |
+| -- | -- |
+| Homepage | [https://assimp.org](https://assimp.org) |
+| License | BSD-3-Clause |
+| Versions | v5.0.1, v5.1.4, v5.2.1, v5.2.2, v5.2.3, v5.2.4, v5.2.5 |
+| Architectures | arm64, x86_64 |
+| Definition | [assimp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/assimp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos assimp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("assimp")
+```
+
+
 ### autoconf (iphoneos)
 
 
@@ -141,6 +165,30 @@ add_requires("automake")
 ```
 
 
+### avir (iphoneos)
+
+
+| Description | *High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer* |
+| -- | -- |
+| Homepage | [https://github.com/avaneev/avir](https://github.com/avaneev/avir) |
+| License | MIT |
+| Versions | 3.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [avir/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/avir/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos avir
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("avir")
+```
+
+
 
 ## b
 ### bazel (iphoneos)
@@ -1282,6 +1330,30 @@ add_requires("easyloggingpp")
 ```
 
 
+### efsw (iphoneos)
+
+
+| Description | *efsw is a C++ cross-platform file system watcher and notifier.* |
+| -- | -- |
+| Homepage | [https://github.com/SpartanJ/efsw](https://github.com/SpartanJ/efsw) |
+| License | MIT |
+| Versions | 1.1.0, 1.2.0, 1.3.0, 1.3.1 |
+| Architectures | arm64, x86_64 |
+| Definition | [efsw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/efsw/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos efsw
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("efsw")
+```
+
+
 ### elfio (iphoneos)
 
 
@@ -1807,6 +1879,30 @@ add_requires("glog")
 ```
 
 
+### glslang (iphoneos)
+
+
+| Description | *Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/glslang/](https://github.com/KhronosGroup/glslang/) |
+| License | Apache-2.0 |
+| Versions | 1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0 |
+| Architectures | arm64, x86_64 |
+| Definition | [glslang/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glslang/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos glslang
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glslang")
+```
+
+
 ### gn (iphoneos)
 
 
@@ -2970,7 +3066,7 @@ add_requires("libsais")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
 | License | zlib |
-| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2 |
+| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3 |
 | Architectures | arm64, x86_64 |
 | Definition | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
 
@@ -5854,6 +5950,30 @@ add_requires("sol2")
 ```
 
 
+### span-lite (iphoneos)
+
+
+| Description | *span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library* |
+| -- | -- |
+| Homepage | [https://github.com/martinmoene/span-lite](https://github.com/martinmoene/span-lite) |
+| License | BSL |
+| Versions | 0.10.3 |
+| Architectures | arm64, x86_64 |
+| Definition | [span-lite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/span-lite/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos span-lite
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("span-lite")
+```
+
+
 ### sparsepp (iphoneos)
 
 
@@ -5907,7 +6027,7 @@ add_requires("spdlog")
 | -- | -- |
 | Homepage | [https://github.com/KhronosGroup/SPIRV-Headers/](https://github.com/KhronosGroup/SPIRV-Headers/) |
 | License | MIT |
-| Versions | 1.2.198+0, 1.3.211+0, 1.3.231+1 |
+| Versions | 1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0 |
 | Architectures | arm64, x86_64 |
 | Definition | [spirv-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-headers/xmake.lua) |
 
@@ -5924,6 +6044,30 @@ add_requires("spirv-headers")
 ```
 
 
+### spirv-tools (iphoneos)
+
+
+| Description | *SPIR-V Tools* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/SPIRV-Tools/](https://github.com/KhronosGroup/SPIRV-Tools/) |
+| License | Apache-2.0 |
+| Versions | v2020.5, v2020.6, v2021.3, v2021.4, v2022.2, v2022.4, v2023.1 |
+| Architectures | arm64, x86_64 |
+| Definition | [spirv-tools/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-tools/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos spirv-tools
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("spirv-tools")
+```
+
+
 ### sqlite3 (iphoneos)
 
 
@@ -6665,6 +6809,30 @@ add_requires("uchardet")
 ```
 
 
+### uni_algo (iphoneos)
+
+
+| Description | *Unicode Algorithms Implementation for C/C++* |
+| -- | -- |
+| Homepage | [https://github.com/uni-algo/uni-algo/](https://github.com/uni-algo/uni-algo/) |
+| License | MIT |
+| Versions | v0.7.1 |
+| Architectures | arm64, x86_64 |
+| Definition | [uni_algo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uni_algo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos uni_algo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uni_algo")
+```
+
+
 ### unordered_dense (iphoneos)
 
 
@@ -6977,6 +7145,30 @@ add_requires("xbyak")
 ```
 
 
+### xlnt (iphoneos)
+
+
+| Description | *Cross-platform user-friendly xlsx library for C++11+* |
+| -- | -- |
+| Homepage | [https://github.com/tfussell/xlnt](https://github.com/tfussell/xlnt) |
+| License | MIT |
+| Versions | 2023.03.02 |
+| Architectures | arm64, x86_64 |
+| Definition | [xlnt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xlnt/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos xlnt
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xlnt")
+```
+
+
 ### xxhash (iphoneos)
 
 

+ 128 - 8
packages/linux.md

@@ -453,6 +453,30 @@ add_requires("automake")
 ```
 
 
+### avir (linux)
+
+
+| Description | *High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer* |
+| -- | -- |
+| Homepage | [https://github.com/avaneev/avir](https://github.com/avaneev/avir) |
+| License | MIT |
+| Versions | 3.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [avir/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/avir/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install avir
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("avir")
+```
+
+
 ### awk (linux)
 
 
@@ -2699,6 +2723,30 @@ add_requires("devil")
 ```
 
 
+### directxshadercompiler (linux)
+
+
+| Description | *DirectX Shader Compiler* |
+| -- | -- |
+| Homepage | [https://github.com/microsoft/DirectXShaderCompiler/](https://github.com/microsoft/DirectXShaderCompiler/) |
+| License | LLVM |
+| Versions | v1.7.2212 |
+| Architectures | x86_64 |
+| Definition | [directxshadercompiler/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/directxshadercompiler/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install directxshadercompiler
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("directxshadercompiler")
+```
+
+
 ### dlib (linux)
 
 
@@ -2992,7 +3040,7 @@ add_requires("dune-common")
 | Description | *Ansi C library for parsing binary output files of LS Dyna (d3plot, binout)* |
 | -- | -- |
 | Homepage | [https://github.com/PucklaJ/dynareadout](https://github.com/PucklaJ/dynareadout) |
-| Versions | 22.12, 23.01 |
+| Versions | 22.12, 23.01, 23.02 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [dynareadout/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dynareadout/xmake.lua) |
 
@@ -3161,7 +3209,7 @@ add_requires("effcee")
 | -- | -- |
 | Homepage | [https://github.com/SpartanJ/efsw](https://github.com/SpartanJ/efsw) |
 | License | MIT |
-| Versions | 1.1.0 |
+| Versions | 1.1.0, 1.2.0, 1.3.0, 1.3.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [efsw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/efsw/xmake.lua) |
 
@@ -4945,7 +4993,7 @@ add_requires("glog")
 | -- | -- |
 | Homepage | [https://github.com/KhronosGroup/glslang/](https://github.com/KhronosGroup/glslang/) |
 | License | Apache-2.0 |
-| Versions | 1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1 |
+| Versions | 1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [glslang/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glslang/xmake.lua) |
 
@@ -8603,7 +8651,7 @@ add_requires("libsais")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
 | License | zlib |
-| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2 |
+| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
 
@@ -10339,7 +10387,7 @@ add_requires("llhttp")
 | Description | *The LLVM Compiler Infrastructure* |
 | -- | -- |
 | Homepage | [https://llvm.org/](https://llvm.org/) |
-| Versions | 11.0.0, 14.0.0 |
+| Versions | 11.0.0, 14.0.0, 15.0.7 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [llvm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm/xmake.lua) |
 
@@ -16251,6 +16299,30 @@ add_requires("soplex")
 ```
 
 
+### span-lite (linux)
+
+
+| Description | *span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library* |
+| -- | -- |
+| Homepage | [https://github.com/martinmoene/span-lite](https://github.com/martinmoene/span-lite) |
+| License | BSL |
+| Versions | 0.10.3 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [span-lite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/span-lite/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install span-lite
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("span-lite")
+```
+
+
 ### sparsepp (linux)
 
 
@@ -16328,7 +16400,7 @@ add_requires("spirv-cross")
 | -- | -- |
 | Homepage | [https://github.com/KhronosGroup/SPIRV-Headers/](https://github.com/KhronosGroup/SPIRV-Headers/) |
 | License | MIT |
-| Versions | 1.2.198+0, 1.3.211+0, 1.3.231+1 |
+| Versions | 1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [spirv-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-headers/xmake.lua) |
 
@@ -16376,7 +16448,7 @@ add_requires("spirv-reflect")
 | -- | -- |
 | Homepage | [https://github.com/KhronosGroup/SPIRV-Tools/](https://github.com/KhronosGroup/SPIRV-Tools/) |
 | License | Apache-2.0 |
-| Versions | 2020.5, 2020.6, 2021.3, 2021.4, 2022.2, 2022.4 |
+| Versions | v2020.5, v2020.6, v2021.3, v2021.4, v2022.2, v2022.4, v2023.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [spirv-tools/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-tools/xmake.lua) |
 
@@ -17651,6 +17723,30 @@ add_requires("ucx")
 ```
 
 
+### uni_algo (linux)
+
+
+| Description | *Unicode Algorithms Implementation for C/C++* |
+| -- | -- |
+| Homepage | [https://github.com/uni-algo/uni-algo/](https://github.com/uni-algo/uni-algo/) |
+| License | MIT |
+| Versions | v0.7.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [uni_algo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uni_algo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install uni_algo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uni_algo")
+```
+
+
 ### unicorn (linux)
 
 
@@ -18839,7 +18935,7 @@ add_requires("xcb-util-wm")
 | -- | -- |
 | Homepage | [https://xerces.apache.org/xerces-c/](https://xerces.apache.org/xerces-c/) |
 | License | Apache-2.0 |
-| Versions | 3.2.3 |
+| Versions | 3.2.4 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [xerces-c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xerces-c/xmake.lua) |
 
@@ -18880,6 +18976,30 @@ add_requires("xframe")
 ```
 
 
+### xlnt (linux)
+
+
+| Description | *Cross-platform user-friendly xlsx library for C++11+* |
+| -- | -- |
+| Homepage | [https://github.com/tfussell/xlnt](https://github.com/tfussell/xlnt) |
+| License | MIT |
+| Versions | 2023.03.02 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [xlnt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xlnt/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install xlnt
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xlnt")
+```
+
+
 ### xmlto (linux)
 
 

+ 104 - 8
packages/macosx.md

@@ -380,6 +380,30 @@ add_requires("automake")
 ```
 
 
+### avir (macosx)
+
+
+| Description | *High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer* |
+| -- | -- |
+| Homepage | [https://github.com/avaneev/avir](https://github.com/avaneev/avir) |
+| License | MIT |
+| Versions | 3.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [avir/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/avir/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install avir
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("avir")
+```
+
+
 ### awk (macosx)
 
 
@@ -2802,7 +2826,7 @@ add_requires("dune-common")
 | Description | *Ansi C library for parsing binary output files of LS Dyna (d3plot, binout)* |
 | -- | -- |
 | Homepage | [https://github.com/PucklaJ/dynareadout](https://github.com/PucklaJ/dynareadout) |
-| Versions | 22.12, 23.01 |
+| Versions | 22.12, 23.01, 23.02 |
 | Architectures | arm64, x86_64 |
 | Definition | [dynareadout/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dynareadout/xmake.lua) |
 
@@ -2971,7 +2995,7 @@ add_requires("effcee")
 | -- | -- |
 | Homepage | [https://github.com/SpartanJ/efsw](https://github.com/SpartanJ/efsw) |
 | License | MIT |
-| Versions | 1.1.0 |
+| Versions | 1.1.0, 1.2.0, 1.3.0, 1.3.1 |
 | Architectures | arm64, x86_64 |
 | Definition | [efsw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/efsw/xmake.lua) |
 
@@ -4589,7 +4613,7 @@ add_requires("glog")
 | -- | -- |
 | Homepage | [https://github.com/KhronosGroup/glslang/](https://github.com/KhronosGroup/glslang/) |
 | License | Apache-2.0 |
-| Versions | 1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1 |
+| Versions | 1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0 |
 | Architectures | arm64, x86_64 |
 | Definition | [glslang/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glslang/xmake.lua) |
 
@@ -7964,7 +7988,7 @@ add_requires("libsais")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
 | License | zlib |
-| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2 |
+| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3 |
 | Architectures | arm64, x86_64 |
 | Definition | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
 
@@ -9558,7 +9582,7 @@ add_requires("llhttp")
 | Description | *The LLVM Compiler Infrastructure* |
 | -- | -- |
 | Homepage | [https://llvm.org/](https://llvm.org/) |
-| Versions | 11.0.0, 14.0.0 |
+| Versions | 11.0.0, 14.0.0, 15.0.7 |
 | Architectures | arm64, x86_64 |
 | Definition | [llvm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm/xmake.lua) |
 
@@ -15212,6 +15236,30 @@ add_requires("soplex")
 ```
 
 
+### span-lite (macosx)
+
+
+| Description | *span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library* |
+| -- | -- |
+| Homepage | [https://github.com/martinmoene/span-lite](https://github.com/martinmoene/span-lite) |
+| License | BSL |
+| Versions | 0.10.3 |
+| Architectures | arm64, x86_64 |
+| Definition | [span-lite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/span-lite/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install span-lite
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("span-lite")
+```
+
+
 ### sparsepp (macosx)
 
 
@@ -15289,7 +15337,7 @@ add_requires("spirv-cross")
 | -- | -- |
 | Homepage | [https://github.com/KhronosGroup/SPIRV-Headers/](https://github.com/KhronosGroup/SPIRV-Headers/) |
 | License | MIT |
-| Versions | 1.2.198+0, 1.3.211+0, 1.3.231+1 |
+| Versions | 1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0 |
 | Architectures | arm64, x86_64 |
 | Definition | [spirv-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-headers/xmake.lua) |
 
@@ -15337,7 +15385,7 @@ add_requires("spirv-reflect")
 | -- | -- |
 | Homepage | [https://github.com/KhronosGroup/SPIRV-Tools/](https://github.com/KhronosGroup/SPIRV-Tools/) |
 | License | Apache-2.0 |
-| Versions | 2020.5, 2020.6, 2021.3, 2021.4, 2022.2, 2022.4 |
+| Versions | v2020.5, v2020.6, v2021.3, v2021.4, v2022.2, v2022.4, v2023.1 |
 | Architectures | arm64, x86_64 |
 | Definition | [spirv-tools/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-tools/xmake.lua) |
 
@@ -16541,6 +16589,30 @@ add_requires("uchardet")
 ```
 
 
+### uni_algo (macosx)
+
+
+| Description | *Unicode Algorithms Implementation for C/C++* |
+| -- | -- |
+| Homepage | [https://github.com/uni-algo/uni-algo/](https://github.com/uni-algo/uni-algo/) |
+| License | MIT |
+| Versions | v0.7.1 |
+| Architectures | arm64, x86_64 |
+| Definition | [uni_algo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uni_algo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install uni_algo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uni_algo")
+```
+
+
 ### unicorn (macosx)
 
 
@@ -17633,7 +17705,7 @@ add_requires("xcb-util-wm")
 | -- | -- |
 | Homepage | [https://xerces.apache.org/xerces-c/](https://xerces.apache.org/xerces-c/) |
 | License | Apache-2.0 |
-| Versions | 3.2.3 |
+| Versions | 3.2.4 |
 | Architectures | arm64, x86_64 |
 | Definition | [xerces-c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xerces-c/xmake.lua) |
 
@@ -17674,6 +17746,30 @@ add_requires("xframe")
 ```
 
 
+### xlnt (macosx)
+
+
+| Description | *Cross-platform user-friendly xlsx library for C++11+* |
+| -- | -- |
+| Homepage | [https://github.com/tfussell/xlnt](https://github.com/tfussell/xlnt) |
+| License | MIT |
+| Versions | 2023.03.02 |
+| Architectures | arm64, x86_64 |
+| Definition | [xlnt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xlnt/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install xlnt
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xlnt")
+```
+
+
 ### xmlto (macosx)
 
 

+ 102 - 6
packages/mingw.md

@@ -189,6 +189,30 @@ add_requires("automake")
 ```
 
 
+### avir (mingw)
+
+
+| Description | *High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer* |
+| -- | -- |
+| Homepage | [https://github.com/avaneev/avir](https://github.com/avaneev/avir) |
+| License | MIT |
+| Versions | 3.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [avir/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/avir/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] avir
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("avir")
+```
+
+
 
 ## b
 ### backward-cpp (mingw)
@@ -1430,7 +1454,7 @@ add_requires("dr_wav")
 | Description | *Ansi C library for parsing binary output files of LS Dyna (d3plot, binout)* |
 | -- | -- |
 | Homepage | [https://github.com/PucklaJ/dynareadout](https://github.com/PucklaJ/dynareadout) |
-| Versions | 22.12, 23.01 |
+| Versions | 22.12, 23.01, 23.02 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [dynareadout/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dynareadout/xmake.lua) |
 
@@ -1480,7 +1504,7 @@ add_requires("easyloggingpp")
 | -- | -- |
 | Homepage | [https://github.com/SpartanJ/efsw](https://github.com/SpartanJ/efsw) |
 | License | MIT |
-| Versions | 1.1.0 |
+| Versions | 1.1.0, 1.2.0, 1.3.0, 1.3.1 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [efsw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/efsw/xmake.lua) |
 
@@ -2267,7 +2291,7 @@ add_requires("glm")
 | -- | -- |
 | Homepage | [https://github.com/KhronosGroup/glslang/](https://github.com/KhronosGroup/glslang/) |
 | License | Apache-2.0 |
-| Versions | 1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1 |
+| Versions | 1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [glslang/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glslang/xmake.lua) |
 
@@ -3564,7 +3588,7 @@ add_requires("libsais")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
 | License | zlib |
-| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2 |
+| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
 
@@ -6896,6 +6920,30 @@ add_requires("sol2")
 ```
 
 
+### span-lite (mingw)
+
+
+| Description | *span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library* |
+| -- | -- |
+| Homepage | [https://github.com/martinmoene/span-lite](https://github.com/martinmoene/span-lite) |
+| License | BSL |
+| Versions | 0.10.3 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [span-lite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/span-lite/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] span-lite
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("span-lite")
+```
+
+
 ### sparsepp (mingw)
 
 
@@ -6973,7 +7021,7 @@ add_requires("spirv-cross")
 | -- | -- |
 | Homepage | [https://github.com/KhronosGroup/SPIRV-Headers/](https://github.com/KhronosGroup/SPIRV-Headers/) |
 | License | MIT |
-| Versions | 1.2.198+0, 1.3.211+0, 1.3.231+1 |
+| Versions | 1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [spirv-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-headers/xmake.lua) |
 
@@ -7021,7 +7069,7 @@ add_requires("spirv-reflect")
 | -- | -- |
 | Homepage | [https://github.com/KhronosGroup/SPIRV-Tools/](https://github.com/KhronosGroup/SPIRV-Tools/) |
 | License | Apache-2.0 |
-| Versions | 2020.5, 2020.6, 2021.3, 2021.4, 2022.2, 2022.4 |
+| Versions | v2020.5, v2020.6, v2021.3, v2021.4, v2022.2, v2022.4, v2023.1 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [spirv-tools/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-tools/xmake.lua) |
 
@@ -7825,6 +7873,30 @@ add_requires("uchardet")
 ```
 
 
+### uni_algo (mingw)
+
+
+| Description | *Unicode Algorithms Implementation for C/C++* |
+| -- | -- |
+| Homepage | [https://github.com/uni-algo/uni-algo/](https://github.com/uni-algo/uni-algo/) |
+| License | MIT |
+| Versions | v0.7.1 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [uni_algo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uni_algo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] uni_algo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uni_algo")
+```
+
+
 ### unordered_dense (mingw)
 
 
@@ -8209,6 +8281,30 @@ add_requires("xege")
 ```
 
 
+### xlnt (mingw)
+
+
+| Description | *Cross-platform user-friendly xlsx library for C++11+* |
+| -- | -- |
+| Homepage | [https://github.com/tfussell/xlnt](https://github.com/tfussell/xlnt) |
+| License | MIT |
+| Versions | 2023.03.02 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [xlnt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xlnt/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] xlnt
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xlnt")
+```
+
+
 ### xxhash (mingw)
 
 

+ 171 - 3
packages/msys.md

@@ -119,6 +119,30 @@ add_requires("asio")
 ```
 
 
+### assimp (msys)
+
+
+| Description | *Portable Open-Source library to import various well-known 3D model formats in a uniform manner* |
+| -- | -- |
+| Homepage | [https://assimp.org](https://assimp.org) |
+| License | BSD-3-Clause |
+| Versions | v5.0.1, v5.1.4, v5.2.1, v5.2.2, v5.2.3, v5.2.4, v5.2.5 |
+| Architectures | i386, x86_64 |
+| Definition | [assimp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/assimp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install assimp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("assimp")
+```
+
+
 ### autoconf (msys)
 
 
@@ -165,6 +189,30 @@ add_requires("automake")
 ```
 
 
+### avir (msys)
+
+
+| Description | *High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer* |
+| -- | -- |
+| Homepage | [https://github.com/avaneev/avir](https://github.com/avaneev/avir) |
+| License | MIT |
+| Versions | 3.0 |
+| Architectures | i386, x86_64 |
+| Definition | [avir/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/avir/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install avir
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("avir")
+```
+
+
 
 ## b
 ### bazel (msys)
@@ -1592,6 +1640,30 @@ add_requires("glm")
 ```
 
 
+### glslang (msys)
+
+
+| Description | *Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/glslang/](https://github.com/KhronosGroup/glslang/) |
+| License | Apache-2.0 |
+| Versions | 1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0 |
+| Architectures | i386, x86_64 |
+| Definition | [glslang/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glslang/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glslang
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glslang")
+```
+
+
 ### gn (msys)
 
 
@@ -2309,7 +2381,7 @@ add_requires("libsais")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
 | License | zlib |
-| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2 |
+| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3 |
 | Architectures | i386, x86_64 |
 | Definition | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
 
@@ -2614,7 +2686,7 @@ add_requires("llhttp")
 | Description | *The LLVM Compiler Infrastructure* |
 | -- | -- |
 | Homepage | [https://llvm.org/](https://llvm.org/) |
-| Versions | 11.0.0, 14.0.0 |
+| Versions | 11.0.0, 14.0.0, 15.0.7 |
 | Architectures | i386, x86_64 |
 | Definition | [llvm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm/xmake.lua) |
 
@@ -4625,6 +4697,30 @@ add_requires("sol2")
 ```
 
 
+### span-lite (msys)
+
+
+| Description | *span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library* |
+| -- | -- |
+| Homepage | [https://github.com/martinmoene/span-lite](https://github.com/martinmoene/span-lite) |
+| License | BSL |
+| Versions | 0.10.3 |
+| Architectures | i386, x86_64 |
+| Definition | [span-lite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/span-lite/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install span-lite
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("span-lite")
+```
+
+
 ### spdlog (msys)
 
 
@@ -4655,7 +4751,7 @@ add_requires("spdlog")
 | -- | -- |
 | Homepage | [https://github.com/KhronosGroup/SPIRV-Headers/](https://github.com/KhronosGroup/SPIRV-Headers/) |
 | License | MIT |
-| Versions | 1.2.198+0, 1.3.211+0, 1.3.231+1 |
+| Versions | 1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0 |
 | Architectures | i386, x86_64 |
 | Definition | [spirv-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-headers/xmake.lua) |
 
@@ -4672,6 +4768,30 @@ add_requires("spirv-headers")
 ```
 
 
+### spirv-tools (msys)
+
+
+| Description | *SPIR-V Tools* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/SPIRV-Tools/](https://github.com/KhronosGroup/SPIRV-Tools/) |
+| License | Apache-2.0 |
+| Versions | v2020.5, v2020.6, v2021.3, v2021.4, v2022.2, v2022.4, v2023.1 |
+| Architectures | i386, x86_64 |
+| Definition | [spirv-tools/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-tools/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install spirv-tools
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("spirv-tools")
+```
+
+
 ### sqlite3 (msys)
 
 
@@ -5365,6 +5485,30 @@ add_requires("uchardet")
 ```
 
 
+### uni_algo (msys)
+
+
+| Description | *Unicode Algorithms Implementation for C/C++* |
+| -- | -- |
+| Homepage | [https://github.com/uni-algo/uni-algo/](https://github.com/uni-algo/uni-algo/) |
+| License | MIT |
+| Versions | v0.7.1 |
+| Architectures | i386, x86_64 |
+| Definition | [uni_algo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uni_algo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install uni_algo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uni_algo")
+```
+
+
 ### unordered_dense (msys)
 
 
@@ -5583,6 +5727,30 @@ add_requires("xbyak")
 ```
 
 
+### xlnt (msys)
+
+
+| Description | *Cross-platform user-friendly xlsx library for C++11+* |
+| -- | -- |
+| Homepage | [https://github.com/tfussell/xlnt](https://github.com/tfussell/xlnt) |
+| License | MIT |
+| Versions | 2023.03.02 |
+| Architectures | i386, x86_64 |
+| Definition | [xlnt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xlnt/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install xlnt
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xlnt")
+```
+
+
 ### xxhash (msys)
 
 

+ 170 - 2
packages/wasm.md

@@ -95,6 +95,30 @@ add_requires("asio")
 ```
 
 
+### assimp (wasm)
+
+
+| Description | *Portable Open-Source library to import various well-known 3D model formats in a uniform manner* |
+| -- | -- |
+| Homepage | [https://assimp.org](https://assimp.org) |
+| License | BSD-3-Clause |
+| Versions | v5.0.1, v5.1.4, v5.2.1, v5.2.2, v5.2.3, v5.2.4, v5.2.5 |
+| Architectures | wasm32 |
+| Definition | [assimp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/assimp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm assimp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("assimp")
+```
+
+
 ### autoconf (wasm)
 
 
@@ -141,6 +165,30 @@ add_requires("automake")
 ```
 
 
+### avir (wasm)
+
+
+| Description | *High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer* |
+| -- | -- |
+| Homepage | [https://github.com/avaneev/avir](https://github.com/avaneev/avir) |
+| License | MIT |
+| Versions | 3.0 |
+| Architectures | wasm32 |
+| Definition | [avir/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/avir/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm avir
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("avir")
+```
+
+
 
 ## b
 ### bazel (wasm)
@@ -1569,6 +1617,30 @@ add_requires("glm")
 ```
 
 
+### glslang (wasm)
+
+
+| Description | *Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/glslang/](https://github.com/KhronosGroup/glslang/) |
+| License | Apache-2.0 |
+| Versions | 1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0 |
+| Architectures | wasm32 |
+| Definition | [glslang/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glslang/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm glslang
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glslang")
+```
+
+
 ### gn (wasm)
 
 
@@ -2382,7 +2454,7 @@ add_requires("libsais")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
 | License | zlib |
-| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2 |
+| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3 |
 | Architectures | wasm32 |
 | Definition | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
 
@@ -4862,6 +4934,30 @@ add_requires("sol2")
 ```
 
 
+### span-lite (wasm)
+
+
+| Description | *span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library* |
+| -- | -- |
+| Homepage | [https://github.com/martinmoene/span-lite](https://github.com/martinmoene/span-lite) |
+| License | BSL |
+| Versions | 0.10.3 |
+| Architectures | wasm32 |
+| Definition | [span-lite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/span-lite/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm span-lite
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("span-lite")
+```
+
+
 ### spdlog (wasm)
 
 
@@ -4892,7 +4988,7 @@ add_requires("spdlog")
 | -- | -- |
 | Homepage | [https://github.com/KhronosGroup/SPIRV-Headers/](https://github.com/KhronosGroup/SPIRV-Headers/) |
 | License | MIT |
-| Versions | 1.2.198+0, 1.3.211+0, 1.3.231+1 |
+| Versions | 1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0 |
 | Architectures | wasm32 |
 | Definition | [spirv-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-headers/xmake.lua) |
 
@@ -4909,6 +5005,30 @@ add_requires("spirv-headers")
 ```
 
 
+### spirv-tools (wasm)
+
+
+| Description | *SPIR-V Tools* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/SPIRV-Tools/](https://github.com/KhronosGroup/SPIRV-Tools/) |
+| License | Apache-2.0 |
+| Versions | v2020.5, v2020.6, v2021.3, v2021.4, v2022.2, v2022.4, v2023.1 |
+| Architectures | wasm32 |
+| Definition | [spirv-tools/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-tools/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm spirv-tools
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("spirv-tools")
+```
+
+
 ### sqlite3 (wasm)
 
 
@@ -5579,6 +5699,30 @@ add_requires("uchardet")
 ```
 
 
+### uni_algo (wasm)
+
+
+| Description | *Unicode Algorithms Implementation for C/C++* |
+| -- | -- |
+| Homepage | [https://github.com/uni-algo/uni-algo/](https://github.com/uni-algo/uni-algo/) |
+| License | MIT |
+| Versions | v0.7.1 |
+| Architectures | wasm32 |
+| Definition | [uni_algo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uni_algo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm uni_algo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uni_algo")
+```
+
+
 ### unordered_dense (wasm)
 
 
@@ -5797,6 +5941,30 @@ add_requires("xbyak")
 ```
 
 
+### xlnt (wasm)
+
+
+| Description | *Cross-platform user-friendly xlsx library for C++11+* |
+| -- | -- |
+| Homepage | [https://github.com/tfussell/xlnt](https://github.com/tfussell/xlnt) |
+| License | MIT |
+| Versions | 2023.03.02 |
+| Architectures | wasm32 |
+| Definition | [xlnt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xlnt/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm xlnt
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xlnt")
+```
+
+
 ### xxhash (wasm)
 
 

+ 105 - 9
packages/windows.md

@@ -334,6 +334,30 @@ add_requires("automake")
 ```
 
 
+### avir (windows)
+
+
+| Description | *High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer* |
+| -- | -- |
+| Homepage | [https://github.com/avaneev/avir](https://github.com/avaneev/avir) |
+| License | MIT |
+| Versions | 3.0 |
+| Architectures | arm64, x64, x86 |
+| Definition | [avir/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/avir/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install avir
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("avir")
+```
+
+
 
 ## b
 ### backward-cpp (windows)
@@ -2472,7 +2496,7 @@ add_requires("devil")
 | -- | -- |
 | Homepage | [https://github.com/microsoft/DirectXShaderCompiler/](https://github.com/microsoft/DirectXShaderCompiler/) |
 | License | LLVM |
-| Versions | 1.5.2010, 1.6.2104, 1.6.2106 |
+| Versions | v1.7.2212 |
 | Architectures | x64 |
 | Definition | [directxshadercompiler/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/directxshadercompiler/xmake.lua) |
 
@@ -2804,7 +2828,7 @@ add_requires("drogon")
 | Description | *Ansi C library for parsing binary output files of LS Dyna (d3plot, binout)* |
 | -- | -- |
 | Homepage | [https://github.com/PucklaJ/dynareadout](https://github.com/PucklaJ/dynareadout) |
-| Versions | 22.12, 23.01 |
+| Versions | 22.12, 23.01, 23.02 |
 | Architectures | arm64, x64, x86 |
 | Definition | [dynareadout/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dynareadout/xmake.lua) |
 
@@ -2926,7 +2950,7 @@ add_requires("effcee")
 | -- | -- |
 | Homepage | [https://github.com/SpartanJ/efsw](https://github.com/SpartanJ/efsw) |
 | License | MIT |
-| Versions | 1.1.0 |
+| Versions | 1.1.0, 1.2.0, 1.3.0, 1.3.1 |
 | Architectures | arm64, x64, x86 |
 | Definition | [efsw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/efsw/xmake.lua) |
 
@@ -4500,7 +4524,7 @@ add_requires("glog")
 | -- | -- |
 | Homepage | [https://github.com/KhronosGroup/glslang/](https://github.com/KhronosGroup/glslang/) |
 | License | Apache-2.0 |
-| Versions | 1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1 |
+| Versions | 1.2.154+1, 1.2.162+0, 1.2.189+1, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0 |
 | Architectures | arm64, x64, x86 |
 | Definition | [glslang/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glslang/xmake.lua) |
 
@@ -7053,7 +7077,7 @@ add_requires("libsais")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
 | License | zlib |
-| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2 |
+| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1, 2.26.2, 2.26.3 |
 | Architectures | arm64, x64, x86 |
 | Definition | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
 
@@ -7902,7 +7926,7 @@ add_requires("llhttp")
 | Description | *The LLVM Compiler Infrastructure* |
 | -- | -- |
 | Homepage | [https://llvm.org/](https://llvm.org/) |
-| Versions | 11.0.0, 14.0.0 |
+| Versions | 11.0.0, 14.0.0, 15.0.7 |
 | Architectures | arm64, x64, x86 |
 | Definition | [llvm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm/xmake.lua) |
 
@@ -13248,6 +13272,30 @@ add_requires("soplex")
 ```
 
 
+### span-lite (windows)
+
+
+| Description | *span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library* |
+| -- | -- |
+| Homepage | [https://github.com/martinmoene/span-lite](https://github.com/martinmoene/span-lite) |
+| License | BSL |
+| Versions | 0.10.3 |
+| Architectures | arm64, x64, x86 |
+| Definition | [span-lite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/span-lite/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install span-lite
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("span-lite")
+```
+
+
 ### sparsepp (windows)
 
 
@@ -13325,7 +13373,7 @@ add_requires("spirv-cross")
 | -- | -- |
 | Homepage | [https://github.com/KhronosGroup/SPIRV-Headers/](https://github.com/KhronosGroup/SPIRV-Headers/) |
 | License | MIT |
-| Versions | 1.2.198+0, 1.3.211+0, 1.3.231+1 |
+| Versions | 1.2.198+0, 1.3.211+0, 1.3.231+1, 1.3.236+0, 1.3.239+0 |
 | Architectures | arm64, x64, x86 |
 | Definition | [spirv-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-headers/xmake.lua) |
 
@@ -13373,7 +13421,7 @@ add_requires("spirv-reflect")
 | -- | -- |
 | Homepage | [https://github.com/KhronosGroup/SPIRV-Tools/](https://github.com/KhronosGroup/SPIRV-Tools/) |
 | License | Apache-2.0 |
-| Versions | 2020.5, 2020.6, 2021.3, 2021.4, 2022.2, 2022.4 |
+| Versions | v2020.5, v2020.6, v2021.3, v2021.4, v2022.2, v2022.4, v2023.1 |
 | Architectures | arm64, x64, x86 |
 | Definition | [spirv-tools/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-tools/xmake.lua) |
 
@@ -14505,6 +14553,30 @@ add_requires("uchardet")
 ```
 
 
+### uni_algo (windows)
+
+
+| Description | *Unicode Algorithms Implementation for C/C++* |
+| -- | -- |
+| Homepage | [https://github.com/uni-algo/uni-algo/](https://github.com/uni-algo/uni-algo/) |
+| License | MIT |
+| Versions | v0.7.1 |
+| Architectures | arm64, x64, x86 |
+| Definition | [uni_algo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uni_algo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install uni_algo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uni_algo")
+```
+
+
 ### unicorn (windows)
 
 
@@ -15417,7 +15489,7 @@ add_requires("xege")
 | -- | -- |
 | Homepage | [https://xerces.apache.org/xerces-c/](https://xerces.apache.org/xerces-c/) |
 | License | Apache-2.0 |
-| Versions | 3.2.3 |
+| Versions | 3.2.4 |
 | Architectures | arm64, x64, x86 |
 | Definition | [xerces-c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xerces-c/xmake.lua) |
 
@@ -15458,6 +15530,30 @@ add_requires("xframe")
 ```
 
 
+### xlnt (windows)
+
+
+| Description | *Cross-platform user-friendly xlsx library for C++11+* |
+| -- | -- |
+| Homepage | [https://github.com/tfussell/xlnt](https://github.com/tfussell/xlnt) |
+| License | MIT |
+| Versions | 2023.03.02 |
+| Architectures | arm64, x64, x86 |
+| Definition | [xlnt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xlnt/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install xlnt
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xlnt")
+```
+
+
 ### xsimd (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-03-01T15:05:47+08:00</lastmod>
+  <lastmod>2023-03-05T12:17:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-03-01T15:05:51+08:00</lastmod>
+  <lastmod>2023-03-05T12:17:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-03-01T15:05:51+08:00</lastmod>
+  <lastmod>2023-03-05T12:17:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-03-01T15:05:52+08:00</lastmod>
+  <lastmod>2023-03-05T12:17:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-03-01T15:05:52+08:00</lastmod>
+  <lastmod>2023-03-05T12:17:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-03-01T15:05:52+08:00</lastmod>
+  <lastmod>2023-03-05T12:17:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-03-01T15:05:52+08:00</lastmod>
+  <lastmod>2023-03-05T12:17:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-03-01T15:05:53+08:00</lastmod>
+  <lastmod>2023-03-05T12:17:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-03-01T15:05:53+08:00</lastmod>
+  <lastmod>2023-03-05T12:17:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-03-01T15:05:53+08:00</lastmod>
+  <lastmod>2023-03-05T12:17:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-03-01T15:05:54+08:00</lastmod>
+  <lastmod>2023-03-05T12:17:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-03-01T15:05:54+08:00</lastmod>
+  <lastmod>2023-03-05T12:17:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-03-01T15:05:54+08:00</lastmod>
+  <lastmod>2023-03-05T12:17:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-03-01T15:05:55+08:00</lastmod>
+  <lastmod>2023-03-05T12:17:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-03-01T15:05:55+08:00</lastmod>
+  <lastmod>2023-03-05T12:17:48+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: trompeloeil, pocketpy, rlottie**
+- **Recently added: span-lite, xlnt, avir**
 
 [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)
-- 包列表 (847)
+- 包列表 (851)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)