Pārlūkot izejas kodu

autoupdate docs by xmake-repo/ci

ruki 4 mēneši atpakaļ
vecāks
revīzija
897c40d465

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: diligenttools, diligentcore**
+- **Recently added: rustlib, wgsl-validator, diligentfx**
 
 [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 (1710)
+- Packages (1712)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 112 - 1
mirror/packages/android.html

@@ -21889,6 +21889,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nazarautils")
 </code></pre>
+<h3 id="ncursesandroid">ncurses (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A free software emulation of curses.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://invisible-island.net/ncurses/">https://invisible-island.net/ncurses/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>6.1, 6.2, 6.3, 6.4, 6.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ncurses/xmake.lua">ncurses/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] ncurses
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ncurses")
+</code></pre>
 <h3 id="ndkandroid">ndk (android)</h3>
 <table>
 <thead>
@@ -27931,6 +27968,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("readerwriterqueue")
 </code></pre>
+<h3 id="readlineandroid">readline (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Library for command-line editing</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://tiswww.case.edu/php/chet/readline/rltop.html">https://tiswww.case.edu/php/chet/readline/rltop.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0-or-later</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>8.1, 8.2, 8.2.13</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readline/xmake.lua">readline/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] readline
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("readline")
+</code></pre>
 <h3 id="recastnavigationandroid">recastnavigation (android)</h3>
 <table>
 <thead>
@@ -30168,7 +30242,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -34521,6 +34595,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("wfrest")
 </code></pre>
+<h3 id="wgslvalidatorandroid">wgsl-validator (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>WGSL validator in Rust with C bindings.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NazaraEngine/wgsl-validator">https://github.com/NazaraEngine/wgsl-validator</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wgsl-validator/xmake.lua">wgsl-validator/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] wgsl-validator
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("wgsl-validator")
+</code></pre>
 <h3 id="whereamiandroid">whereami (android)</h3>
 <table>
 <thead>

+ 75 - 1
mirror/packages/bsd.html

@@ -27816,6 +27816,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("readerwriterqueue")
 </code></pre>
+<h3 id="readlinebsd">readline (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Library for command-line editing</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://tiswww.case.edu/php/chet/readline/rltop.html">https://tiswww.case.edu/php/chet/readline/rltop.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0-or-later</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>8.1, 8.2, 8.2.13</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/r/readline/xmake.lua">readline/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install readline
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("readline")
+</code></pre>
 <h3 id="recastnavigationbsd">recastnavigation (bsd)</h3>
 <table>
 <thead>
@@ -30156,7 +30193,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -34386,6 +34423,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("websocketpp")
 </code></pre>
+<h3 id="wgslvalidatorbsd">wgsl-validator (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>WGSL validator in Rust with C bindings.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NazaraEngine/wgsl-validator">https://github.com/NazaraEngine/wgsl-validator</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/w/wgsl-validator/xmake.lua">wgsl-validator/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install wgsl-validator
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("wgsl-validator")
+</code></pre>
 <h3 id="whereamibsd">whereami (bsd)</h3>
 <table>
 <thead>

+ 112 - 1
mirror/packages/cross.html

@@ -21452,6 +21452,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nazarautils")
 </code></pre>
+<h3 id="ncursescross">ncurses (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A free software emulation of curses.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://invisible-island.net/ncurses/">https://invisible-island.net/ncurses/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>6.1, 6.2, 6.3, 6.4, 6.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ncurses/xmake.lua">ncurses/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] ncurses
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ncurses")
+</code></pre>
 <h3 id="ndarraycross">ndarray (cross)</h3>
 <table>
 <thead>
@@ -26684,6 +26721,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("readerwriterqueue")
 </code></pre>
+<h3 id="readlinecross">readline (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Library for command-line editing</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://tiswww.case.edu/php/chet/readline/rltop.html">https://tiswww.case.edu/php/chet/readline/rltop.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0-or-later</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>8.1, 8.2, 8.2.13</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readline/xmake.lua">readline/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] readline
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("readline")
+</code></pre>
 <h3 id="recastnavigationcross">recastnavigation (cross)</h3>
 <table>
 <thead>
@@ -29024,7 +29098,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -33077,6 +33151,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("webui")
 </code></pre>
+<h3 id="wgslvalidatorcross">wgsl-validator (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>WGSL validator in Rust with C bindings.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NazaraEngine/wgsl-validator">https://github.com/NazaraEngine/wgsl-validator</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wgsl-validator/xmake.lua">wgsl-validator/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] wgsl-validator
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("wgsl-validator")
+</code></pre>
 <h3 id="whereamicross">whereami (cross)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/iphoneos.html

@@ -28995,7 +28995,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -33019,6 +33019,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("websocketpp")
 </code></pre>
+<h3 id="wgslvalidatoriphoneos">wgsl-validator (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>WGSL validator in Rust with C bindings.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NazaraEngine/wgsl-validator">https://github.com/NazaraEngine/wgsl-validator</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/w/wgsl-validator/xmake.lua">wgsl-validator/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos wgsl-validator
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("wgsl-validator")
+</code></pre>
 <h3 id="whereamiiphoneos">whereami (iphoneos)</h3>
 <table>
 <thead>

+ 78 - 4
mirror/packages/linux.html

@@ -10500,6 +10500,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("diligentcore")
 </code></pre>
+<h3 id="diligentfxlinux">diligentfx (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>High-level rendering components</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/DiligentGraphics/DiligentFX">https://github.com/DiligentGraphics/DiligentFX</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.6</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/diligentfx/xmake.lua">diligentfx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install diligentfx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("diligentfx")
+</code></pre>
 <h3 id="diligenttoolslinux">diligenttools (linux)</h3>
 <table>
 <thead>
@@ -45820,7 +45857,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>8.1, 8.2</td>
+<td>8.1, 8.2, 8.2.13</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -49651,7 +49688,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -54260,7 +54297,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v22.11, v23.02, v24.03, v24.05, v24.08</td>
+<td>v22.11, v23.02, v24.03, v24.05, v24.08, v25.05</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -56168,6 +56205,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("wgpu-native")
 </code></pre>
+<h3 id="wgslvalidatorlinux">wgsl-validator (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>WGSL validator in Rust with C bindings.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NazaraEngine/wgsl-validator">https://github.com/NazaraEngine/wgsl-validator</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wgsl-validator/xmake.lua">wgsl-validator/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install wgsl-validator
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("wgsl-validator")
+</code></pre>
 <h3 id="whereamilinux">whereami (linux)</h3>
 <table>
 <thead>
@@ -56286,7 +56360,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55de0b3b0c50</td>
+<td>table: 0x55b549ac2010</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 78 - 4
mirror/packages/macosx.html

@@ -9924,6 +9924,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("diligentcore")
 </code></pre>
+<h3 id="diligentfxmacosx">diligentfx (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>High-level rendering components</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/DiligentGraphics/DiligentFX">https://github.com/DiligentGraphics/DiligentFX</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.6</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/diligentfx/xmake.lua">diligentfx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install diligentfx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("diligentfx")
+</code></pre>
 <h3 id="diligenttoolsmacosx">diligenttools (macosx)</h3>
 <table>
 <thead>
@@ -42611,7 +42648,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>8.1, 8.2</td>
+<td>8.1, 8.2, 8.2.13</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -46121,7 +46158,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -50483,7 +50520,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v22.11, v23.02, v24.03, v24.05, v24.08</td>
+<td>v22.11, v23.02, v24.03, v24.05, v24.08, v25.05</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -52210,6 +52247,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("wgpu-native")
 </code></pre>
+<h3 id="wgslvalidatormacosx">wgsl-validator (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>WGSL validator in Rust with C bindings.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NazaraEngine/wgsl-validator">https://github.com/NazaraEngine/wgsl-validator</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/w/wgsl-validator/xmake.lua">wgsl-validator/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install wgsl-validator
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("wgsl-validator")
+</code></pre>
 <h3 id="whereamimacosx">whereami (macosx)</h3>
 <table>
 <thead>
@@ -52295,7 +52369,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55de0b3b0c50</td>
+<td>table: 0x55b549ac2010</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 112 - 1
mirror/packages/mingw.html

@@ -23818,6 +23818,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nazarautils")
 </code></pre>
+<h3 id="ncursesmingw">ncurses (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A free software emulation of curses.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://invisible-island.net/ncurses/">https://invisible-island.net/ncurses/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>6.1, 6.2, 6.3, 6.4, 6.5</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/n/ncurses/xmake.lua">ncurses/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] ncurses
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ncurses")
+</code></pre>
 <h3 id="ndarraymingw">ndarray (mingw)</h3>
 <table>
 <thead>
@@ -30239,6 +30276,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("readerwriterqueue")
 </code></pre>
+<h3 id="readlinemingw">readline (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Library for command-line editing</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://tiswww.case.edu/php/chet/readline/rltop.html">https://tiswww.case.edu/php/chet/readline/rltop.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0-or-later</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>8.1, 8.2, 8.2.13</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/r/readline/xmake.lua">readline/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] readline
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("readline")
+</code></pre>
 <h3 id="recastnavigationmingw">recastnavigation (mingw)</h3>
 <table>
 <thead>
@@ -32805,7 +32879,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -37409,6 +37483,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("webui")
 </code></pre>
+<h3 id="wgslvalidatormingw">wgsl-validator (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>WGSL validator in Rust with C bindings.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NazaraEngine/wgsl-validator">https://github.com/NazaraEngine/wgsl-validator</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/w/wgsl-validator/xmake.lua">wgsl-validator/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] wgsl-validator
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("wgsl-validator")
+</code></pre>
 <h3 id="whereamimingw">whereami (mingw)</h3>
 <table>
 <thead>

+ 75 - 1
mirror/packages/msys.html

@@ -26096,6 +26096,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("readerwriterqueue")
 </code></pre>
+<h3 id="readlinemsys">readline (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Library for command-line editing</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://tiswww.case.edu/php/chet/readline/rltop.html">https://tiswww.case.edu/php/chet/readline/rltop.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0-or-later</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>8.1, 8.2, 8.2.13</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/r/readline/xmake.lua">readline/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install readline
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("readline")
+</code></pre>
 <h3 id="recastnavigationmsys">recastnavigation (msys)</h3>
 <table>
 <thead>
@@ -28222,7 +28259,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -32279,6 +32316,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("webui")
 </code></pre>
+<h3 id="wgslvalidatormsys">wgsl-validator (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>WGSL validator in Rust with C bindings.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NazaraEngine/wgsl-validator">https://github.com/NazaraEngine/wgsl-validator</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/w/wgsl-validator/xmake.lua">wgsl-validator/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install wgsl-validator
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("wgsl-validator")
+</code></pre>
 <h3 id="whereamimsys">whereami (msys)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/wasm.html

@@ -25721,7 +25721,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -29235,6 +29235,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("wavpack")
 </code></pre>
+<h3 id="wgslvalidatorwasm">wgsl-validator (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>WGSL validator in Rust with C bindings.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NazaraEngine/wgsl-validator">https://github.com/NazaraEngine/wgsl-validator</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wgsl-validator/xmake.lua">wgsl-validator/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm wgsl-validator
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("wgsl-validator")
+</code></pre>
 <h3 id="whichwasm">which (wasm)</h3>
 <table>
 <thead>

+ 150 - 2
mirror/packages/windows.html

@@ -9862,6 +9862,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("diligentcore")
 </code></pre>
+<h3 id="diligentfxwindows">diligentfx (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>High-level rendering components</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/DiligentGraphics/DiligentFX">https://github.com/DiligentGraphics/DiligentFX</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.6</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/diligentfx/xmake.lua">diligentfx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install diligentfx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("diligentfx")
+</code></pre>
 <h3 id="diligenttoolswindows">diligenttools (windows)</h3>
 <table>
 <thead>
@@ -32071,6 +32108,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nazarautils")
 </code></pre>
+<h3 id="ncurseswindows">ncurses (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A free software emulation of curses.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://invisible-island.net/ncurses/">https://invisible-island.net/ncurses/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>6.1, 6.2, 6.3, 6.4, 6.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, arm64ec, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ncurses/xmake.lua">ncurses/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ncurses
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ncurses")
+</code></pre>
 <h3 id="ndarraywindows">ndarray (windows)</h3>
 <table>
 <thead>
@@ -40861,6 +40935,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("readerwriterqueue")
 </code></pre>
+<h3 id="readlinewindows">readline (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Library for command-line editing</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://tiswww.case.edu/php/chet/readline/rltop.html">https://tiswww.case.edu/php/chet/readline/rltop.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0-or-later</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>8.1, 8.2, 8.2.13</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, arm64ec, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readline/xmake.lua">readline/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install readline
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("readline")
+</code></pre>
 <h3 id="recastnavigationwindows">recastnavigation (windows)</h3>
 <table>
 <thead>
@@ -44390,7 +44501,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -48896,7 +49007,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v22.11, v23.02, v24.03, v24.05, v24.08</td>
+<td>v22.11, v23.02, v24.03, v24.05, v24.08, v25.05</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -50734,6 +50845,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("wgpu-native")
 </code></pre>
+<h3 id="wgslvalidatorwindows">wgsl-validator (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>WGSL validator in Rust with C bindings.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NazaraEngine/wgsl-validator">https://github.com/NazaraEngine/wgsl-validator</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, arm64ec, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wgsl-validator/xmake.lua">wgsl-validator/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install wgsl-validator
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("wgsl-validator")
+</code></pre>
 <h3 id="whereamiwindows">whereami (windows)</h3>
 <table>
 <thead>

+ 73 - 1
packages/android.md

@@ -14293,6 +14293,30 @@ add_requires("nazarautils")
 ```
 
 
+### ncurses (android)
+
+
+| Description | *A free software emulation of curses.* |
+| -- | -- |
+| Homepage | [https://invisible-island.net/ncurses/](https://invisible-island.net/ncurses/) |
+| License | MIT |
+| Versions | 6.1, 6.2, 6.3, 6.4, 6.5 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
+| Definition | [ncurses/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ncurses/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] ncurses
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ncurses")
+```
+
+
 ### ndk (android)
 
 
@@ -18259,6 +18283,30 @@ add_requires("readerwriterqueue")
 ```
 
 
+### readline (android)
+
+
+| Description | *Library for command-line editing* |
+| -- | -- |
+| Homepage | [https://tiswww.case.edu/php/chet/readline/rltop.html](https://tiswww.case.edu/php/chet/readline/rltop.html) |
+| License | GPL-3.0-or-later |
+| Versions | 8.1, 8.2, 8.2.13 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
+| Definition | [readline/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readline/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] readline
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("readline")
+```
+
+
 ### recastnavigation (android)
 
 
@@ -19722,7 +19770,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -22585,6 +22633,30 @@ add_requires("wfrest")
 ```
 
 
+### wgsl-validator (android)
+
+
+| Description | *WGSL validator in Rust with C bindings.* |
+| -- | -- |
+| Homepage | [https://github.com/NazaraEngine/wgsl-validator](https://github.com/NazaraEngine/wgsl-validator) |
+| License | MIT |
+| Versions | v1.0.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
+| Definition | [wgsl-validator/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wgsl-validator/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] wgsl-validator
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("wgsl-validator")
+```
+
+
 ### whereami (android)
 
 

+ 49 - 1
packages/bsd.md

@@ -18199,6 +18199,30 @@ add_requires("readerwriterqueue")
 ```
 
 
+### readline (bsd)
+
+
+| Description | *Library for command-line editing* |
+| -- | -- |
+| Homepage | [https://tiswww.case.edu/php/chet/readline/rltop.html](https://tiswww.case.edu/php/chet/readline/rltop.html) |
+| License | GPL-3.0-or-later |
+| Versions | 8.1, 8.2, 8.2.13 |
+| Architectures | i386, x86_64 |
+| Definition | [readline/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readline/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install readline
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("readline")
+```
+
+
 ### recastnavigation (bsd)
 
 
@@ -19732,7 +19756,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -22520,6 +22544,30 @@ add_requires("websocketpp")
 ```
 
 
+### wgsl-validator (bsd)
+
+
+| Description | *WGSL validator in Rust with C bindings.* |
+| -- | -- |
+| Homepage | [https://github.com/NazaraEngine/wgsl-validator](https://github.com/NazaraEngine/wgsl-validator) |
+| License | MIT |
+| Versions | v1.0.0 |
+| Architectures | i386, x86_64 |
+| Definition | [wgsl-validator/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wgsl-validator/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install wgsl-validator
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("wgsl-validator")
+```
+
+
 ### whereami (bsd)
 
 

+ 73 - 1
packages/cross.md

@@ -14005,6 +14005,30 @@ add_requires("nazarautils")
 ```
 
 
+### ncurses (cross)
+
+
+| Description | *A free software emulation of curses.* |
+| -- | -- |
+| Homepage | [https://invisible-island.net/ncurses/](https://invisible-island.net/ncurses/) |
+| License | MIT |
+| Versions | 6.1, 6.2, 6.3, 6.4, 6.5 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [ncurses/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ncurses/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] ncurses
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ncurses")
+```
+
+
 ### ndarray (cross)
 
 
@@ -17444,6 +17468,30 @@ add_requires("readerwriterqueue")
 ```
 
 
+### readline (cross)
+
+
+| Description | *Library for command-line editing* |
+| -- | -- |
+| Homepage | [https://tiswww.case.edu/php/chet/readline/rltop.html](https://tiswww.case.edu/php/chet/readline/rltop.html) |
+| License | GPL-3.0-or-later |
+| Versions | 8.1, 8.2, 8.2.13 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [readline/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readline/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] readline
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("readline")
+```
+
+
 ### recastnavigation (cross)
 
 
@@ -18977,7 +19025,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -21647,6 +21695,30 @@ add_requires("webui")
 ```
 
 
+### wgsl-validator (cross)
+
+
+| Description | *WGSL validator in Rust with C bindings.* |
+| -- | -- |
+| Homepage | [https://github.com/NazaraEngine/wgsl-validator](https://github.com/NazaraEngine/wgsl-validator) |
+| License | MIT |
+| Versions | v1.0.0 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [wgsl-validator/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wgsl-validator/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] wgsl-validator
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("wgsl-validator")
+```
+
+
 ### whereami (cross)
 
 

+ 25 - 1
packages/iphoneos.md

@@ -18955,7 +18955,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -21603,6 +21603,30 @@ add_requires("websocketpp")
 ```
 
 
+### wgsl-validator (iphoneos)
+
+
+| Description | *WGSL validator in Rust with C bindings.* |
+| -- | -- |
+| Homepage | [https://github.com/NazaraEngine/wgsl-validator](https://github.com/NazaraEngine/wgsl-validator) |
+| License | MIT |
+| Versions | v1.0.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [wgsl-validator/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wgsl-validator/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos wgsl-validator
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("wgsl-validator")
+```
+
+
 ### whereami (iphoneos)
 
 

+ 52 - 4
packages/linux.md

@@ -6828,6 +6828,30 @@ add_requires("diligentcore")
 ```
 
 
+### diligentfx (linux)
+
+
+| Description | *High-level rendering components* |
+| -- | -- |
+| Homepage | [https://github.com/DiligentGraphics/DiligentFX](https://github.com/DiligentGraphics/DiligentFX) |
+| License | Apache-2.0 |
+| Versions | v2.5.6 |
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [diligentfx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/diligentfx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install diligentfx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("diligentfx")
+```
+
+
 ### diligenttools (linux)
 
 
@@ -30088,7 +30112,7 @@ add_requires("readerwriterqueue")
 | -- | -- |
 | Homepage | [https://tiswww.case.edu/php/chet/readline/rltop.html](https://tiswww.case.edu/php/chet/readline/rltop.html) |
 | License | GPL-3.0-or-later |
-| Versions | 8.1, 8.2 |
+| Versions | 8.1, 8.2, 8.2.13 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [readline/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readline/xmake.lua) |
 
@@ -32611,7 +32635,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -35640,7 +35664,7 @@ add_requires("uriparser")
 | -- | -- |
 | Homepage | [http://www.openusd.org](http://www.openusd.org) |
 | License | Apache-2.0 |
-| Versions | v22.11, v23.02, v24.03, v24.05, v24.08 |
+| Versions | v22.11, v23.02, v24.03, v24.05, v24.08, v25.05 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [usd/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/usd/xmake.lua) |
 
@@ -36900,6 +36924,30 @@ add_requires("wgpu-native")
 ```
 
 
+### wgsl-validator (linux)
+
+
+| Description | *WGSL validator in Rust with C bindings.* |
+| -- | -- |
+| Homepage | [https://github.com/NazaraEngine/wgsl-validator](https://github.com/NazaraEngine/wgsl-validator) |
+| License | MIT |
+| Versions | v1.0.0 |
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [wgsl-validator/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wgsl-validator/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install wgsl-validator
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("wgsl-validator")
+```
+
+
 ### whereami (linux)
 
 
@@ -36976,7 +37024,7 @@ add_requires("whisper.cpp")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x55de0b3b0c50 |
+| License | table: 0x55b549ac2010 |
 | Versions | 1.13 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 52 - 4
packages/macosx.md

@@ -6448,6 +6448,30 @@ add_requires("diligentcore")
 ```
 
 
+### diligentfx (macosx)
+
+
+| Description | *High-level rendering components* |
+| -- | -- |
+| Homepage | [https://github.com/DiligentGraphics/DiligentFX](https://github.com/DiligentGraphics/DiligentFX) |
+| License | Apache-2.0 |
+| Versions | v2.5.6 |
+| Architectures | x86_64 |
+| Definition | [diligentfx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/diligentfx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install diligentfx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("diligentfx")
+```
+
+
 ### diligenttools (macosx)
 
 
@@ -27973,7 +27997,7 @@ add_requires("readerwriterqueue")
 | -- | -- |
 | Homepage | [https://tiswww.case.edu/php/chet/readline/rltop.html](https://tiswww.case.edu/php/chet/readline/rltop.html) |
 | License | GPL-3.0-or-later |
-| Versions | 8.1, 8.2 |
+| Versions | 8.1, 8.2, 8.2.13 |
 | Architectures | arm64, x86_64 |
 | Definition | [readline/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readline/xmake.lua) |
 
@@ -30283,7 +30307,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -33147,7 +33171,7 @@ add_requires("uriparser")
 | -- | -- |
 | Homepage | [http://www.openusd.org](http://www.openusd.org) |
 | License | Apache-2.0 |
-| Versions | v22.11, v23.02, v24.03, v24.05, v24.08 |
+| Versions | v22.11, v23.02, v24.03, v24.05, v24.08, v25.05 |
 | Architectures | x86_64 |
 | Definition | [usd/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/usd/xmake.lua) |
 
@@ -34288,6 +34312,30 @@ add_requires("wgpu-native")
 ```
 
 
+### wgsl-validator (macosx)
+
+
+| Description | *WGSL validator in Rust with C bindings.* |
+| -- | -- |
+| Homepage | [https://github.com/NazaraEngine/wgsl-validator](https://github.com/NazaraEngine/wgsl-validator) |
+| License | MIT |
+| Versions | v1.0.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [wgsl-validator/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wgsl-validator/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install wgsl-validator
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("wgsl-validator")
+```
+
+
 ### whereami (macosx)
 
 
@@ -34341,7 +34389,7 @@ add_requires("which")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x55de0b3b0c50 |
+| License | table: 0x55b549ac2010 |
 | Versions | 1.13 |
 | Architectures | arm64, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 73 - 1
packages/mingw.md

@@ -15557,6 +15557,30 @@ add_requires("nazarautils")
 ```
 
 
+### ncurses (mingw)
+
+
+| Description | *A free software emulation of curses.* |
+| -- | -- |
+| Homepage | [https://invisible-island.net/ncurses/](https://invisible-island.net/ncurses/) |
+| License | MIT |
+| Versions | 6.1, 6.2, 6.3, 6.4, 6.5 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [ncurses/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ncurses/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] ncurses
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ncurses")
+```
+
+
 ### ndarray (mingw)
 
 
@@ -19780,6 +19804,30 @@ add_requires("readerwriterqueue")
 ```
 
 
+### readline (mingw)
+
+
+| Description | *Library for command-line editing* |
+| -- | -- |
+| Homepage | [https://tiswww.case.edu/php/chet/readline/rltop.html](https://tiswww.case.edu/php/chet/readline/rltop.html) |
+| License | GPL-3.0-or-later |
+| Versions | 8.1, 8.2, 8.2.13 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [readline/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readline/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] readline
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("readline")
+```
+
+
 ### recastnavigation (mingw)
 
 
@@ -21458,7 +21506,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -24487,6 +24535,30 @@ add_requires("webui")
 ```
 
 
+### wgsl-validator (mingw)
+
+
+| Description | *WGSL validator in Rust with C bindings.* |
+| -- | -- |
+| Homepage | [https://github.com/NazaraEngine/wgsl-validator](https://github.com/NazaraEngine/wgsl-validator) |
+| License | MIT |
+| Versions | v1.0.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [wgsl-validator/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wgsl-validator/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] wgsl-validator
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("wgsl-validator")
+```
+
+
 ### whereami (mingw)
 
 

+ 49 - 1
packages/msys.md

@@ -17061,6 +17061,30 @@ add_requires("readerwriterqueue")
 ```
 
 
+### readline (msys)
+
+
+| Description | *Library for command-line editing* |
+| -- | -- |
+| Homepage | [https://tiswww.case.edu/php/chet/readline/rltop.html](https://tiswww.case.edu/php/chet/readline/rltop.html) |
+| License | GPL-3.0-or-later |
+| Versions | 8.1, 8.2, 8.2.13 |
+| Architectures | i386, x86_64 |
+| Definition | [readline/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readline/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install readline
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("readline")
+```
+
+
 ### recastnavigation (msys)
 
 
@@ -18452,7 +18476,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -21123,6 +21147,30 @@ add_requires("webui")
 ```
 
 
+### wgsl-validator (msys)
+
+
+| Description | *WGSL validator in Rust with C bindings.* |
+| -- | -- |
+| Homepage | [https://github.com/NazaraEngine/wgsl-validator](https://github.com/NazaraEngine/wgsl-validator) |
+| License | MIT |
+| Versions | v1.0.0 |
+| Architectures | i386, x86_64 |
+| Definition | [wgsl-validator/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wgsl-validator/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install wgsl-validator
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("wgsl-validator")
+```
+
+
 ### whereami (msys)
 
 

+ 25 - 1
packages/wasm.md

@@ -16809,7 +16809,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
 | Architectures | wasm32, wasm64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -19123,6 +19123,30 @@ add_requires("wavpack")
 ```
 
 
+### wgsl-validator (wasm)
+
+
+| Description | *WGSL validator in Rust with C bindings.* |
+| -- | -- |
+| Homepage | [https://github.com/NazaraEngine/wgsl-validator](https://github.com/NazaraEngine/wgsl-validator) |
+| License | MIT |
+| Versions | v1.0.0 |
+| Architectures | wasm32, wasm64 |
+| Definition | [wgsl-validator/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wgsl-validator/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm wgsl-validator
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("wgsl-validator")
+```
+
+
 ### which (wasm)
 
 

+ 98 - 2
packages/windows.md

@@ -6403,6 +6403,30 @@ add_requires("diligentcore")
 ```
 
 
+### diligentfx (windows)
+
+
+| Description | *High-level rendering components* |
+| -- | -- |
+| Homepage | [https://github.com/DiligentGraphics/DiligentFX](https://github.com/DiligentGraphics/DiligentFX) |
+| License | Apache-2.0 |
+| Versions | v2.5.6 |
+| Architectures | x64 |
+| Definition | [diligentfx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/diligentfx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install diligentfx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("diligentfx")
+```
+
+
 ### diligenttools (windows)
 
 
@@ -20985,6 +21009,30 @@ add_requires("nazarautils")
 ```
 
 
+### ncurses (windows)
+
+
+| Description | *A free software emulation of curses.* |
+| -- | -- |
+| Homepage | [https://invisible-island.net/ncurses/](https://invisible-island.net/ncurses/) |
+| License | MIT |
+| Versions | 6.1, 6.2, 6.3, 6.4, 6.5 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [ncurses/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ncurses/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ncurses
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ncurses")
+```
+
+
 ### ndarray (windows)
 
 
@@ -26759,6 +26807,30 @@ add_requires("readerwriterqueue")
 ```
 
 
+### readline (windows)
+
+
+| Description | *Library for command-line editing* |
+| -- | -- |
+| Homepage | [https://tiswww.case.edu/php/chet/readline/rltop.html](https://tiswww.case.edu/php/chet/readline/rltop.html) |
+| License | GPL-3.0-or-later |
+| Versions | 8.1, 8.2, 8.2.13 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [readline/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readline/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install readline
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("readline")
+```
+
+
 ### recastnavigation (windows)
 
 
@@ -29076,7 +29148,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -32035,7 +32107,7 @@ add_requires("uriparser")
 | -- | -- |
 | Homepage | [http://www.openusd.org](http://www.openusd.org) |
 | License | Apache-2.0 |
-| Versions | v22.11, v23.02, v24.03, v24.05, v24.08 |
+| Versions | v22.11, v23.02, v24.03, v24.05, v24.08, v25.05 |
 | Architectures | x64 |
 | Definition | [usd/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/usd/xmake.lua) |
 
@@ -33248,6 +33320,30 @@ add_requires("wgpu-native")
 ```
 
 
+### wgsl-validator (windows)
+
+
+| Description | *WGSL validator in Rust with C bindings.* |
+| -- | -- |
+| Homepage | [https://github.com/NazaraEngine/wgsl-validator](https://github.com/NazaraEngine/wgsl-validator) |
+| License | MIT |
+| Versions | v1.0.0 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [wgsl-validator/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wgsl-validator/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install wgsl-validator
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("wgsl-validator")
+```
+
+
 ### whereami (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2025-05-15T08:41:40+08:00</lastmod>
+  <lastmod>2025-05-16T03:26:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2025-05-15T08:41:51+08:00</lastmod>
+  <lastmod>2025-05-16T03:26:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2025-05-15T08:41:52+08:00</lastmod>
+  <lastmod>2025-05-16T03:26:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2025-05-15T08:41:52+08:00</lastmod>
+  <lastmod>2025-05-16T03:26:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2025-05-15T08:41:52+08:00</lastmod>
+  <lastmod>2025-05-16T03:26:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2025-05-15T08:41:53+08:00</lastmod>
+  <lastmod>2025-05-16T03:26:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2025-05-15T08:41:53+08:00</lastmod>
+  <lastmod>2025-05-16T03:26:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2025-05-15T08:41:53+08:00</lastmod>
+  <lastmod>2025-05-16T03:26:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2025-05-15T08:41:54+08:00</lastmod>
+  <lastmod>2025-05-16T03:26:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2025-05-15T08:41:54+08:00</lastmod>
+  <lastmod>2025-05-16T03:26:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2025-05-15T08:41:55+08:00</lastmod>
+  <lastmod>2025-05-16T03:26:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2025-05-15T08:41:55+08:00</lastmod>
+  <lastmod>2025-05-16T03:26:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2025-05-15T08:41:55+08:00</lastmod>
+  <lastmod>2025-05-16T03:26:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2025-05-15T08:41:55+08:00</lastmod>
+  <lastmod>2025-05-16T03:26:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2025-05-15T08:41:56+08:00</lastmod>
+  <lastmod>2025-05-16T03:26:56+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: diligenttools, diligentcore**
+- **Recently added: rustlib, wgsl-validator, diligentfx**
 
 [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)
-- 包列表 (1710)
+- 包列表 (1712)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)