Browse Source

autoupdate docs by xmake-repo/ci

ruki 1 năm trước cách đây
mục cha
commit
38318ea1c1

+ 1 - 1
_sidebar.md

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

+ 431 - 2
mirror/packages/android.html

@@ -2686,7 +2686,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0</td>
+<td>v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0, v3.7.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5077,6 +5077,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cubeb")
 </code></pre>
+<h3 id="cudaandroid">cuda (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/cuda-zone/">https://developer.nvidia.com/cuda-zone/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda/xmake.lua">cuda/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] cuda
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cuda")
+</code></pre>
 <h3 id="cudasamplesandroid">cuda-samples (android)</h3>
 <table>
 <thead>
@@ -8091,6 +8124,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gflags")
 </code></pre>
+<h3 id="gfortranandroid">gfortran (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The GNU Fortran compiler</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gcc.gnu.org/fortran/">https://gcc.gnu.org/fortran/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/gfortran/xmake.lua">gfortran/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] gfortran
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gfortran")
+</code></pre>
 <h3 id="ghc_filesystemandroid">ghc_filesystem (android)</h3>
 <table>
 <thead>
@@ -8490,6 +8556,105 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glslang")
 </code></pre>
+<h3 id="gluandroid">glu (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL utility library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gitlab.freedesktop.org/mesa/glu">https://gitlab.freedesktop.org/mesa/glu</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/glu/xmake.lua">glu/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] glu
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glu")
+</code></pre>
+<h3 id="glutandroid">glut (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL utility toolkit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.opengl.org/resources/libraries/glut/">https://www.opengl.org/resources/libraries/glut/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/glut/xmake.lua">glut/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] glut
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glut")
+</code></pre>
+<h3 id="glxandroid">glx (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>an extension to the X Window System core protocol providing an interface between OpenGL and the X Window System</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml">https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/glx/xmake.lua">glx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] glx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glx")
+</code></pre>
 <h3 id="gmsslandroid">gmssl (android)</h3>
 <table>
 <thead>
@@ -9396,6 +9561,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hopscotch-map")
 </code></pre>
+<h3 id="houdiniandroid">houdini (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.sidefx.com/">https://www.sidefx.com/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/h/houdini/xmake.lua">houdini/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] houdini
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("houdini")
+</code></pre>
 <h3 id="hpsocketandroid">hpsocket (android)</h3>
 <table>
 <thead>
@@ -11284,6 +11482,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libbpf")
 </code></pre>
+<h3 id="libcandroid">libc++ (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libc++ is a new implementation of the C++ standard library, targeting C++11 and above.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libcxx.llvm.org/">https://libcxx.llvm.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libc++/xmake.lua">libc++/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libc++
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libc++")
+</code></pre>
 <h3 id="libcborandroid">libcbor (android)</h3>
 <table>
 <thead>
@@ -15267,6 +15498,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("matio")
 </code></pre>
+<h3 id="matlabandroid">matlab (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Build MEX function or engine application in matlab</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.mathworks.com/help/matlab/ref/mex.html">https://www.mathworks.com/help/matlab/ref/mex.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/m/matlab/xmake.lua">matlab/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] matlab
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("matlab")
+</code></pre>
 <h3 id="mbedtlsandroid">mbedtls (android)</h3>
 <table>
 <thead>
@@ -17613,6 +17877,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nuklear")
 </code></pre>
+<h3 id="nvtxandroid">nvtx (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NVIDIA/NVTX">https://github.com/NVIDIA/NVTX</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/n/nvtx/xmake.lua">nvtx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] nvtx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nvtx")
+</code></pre>
 <h2 id="o">o</h2>
 <h3 id="obfuscateandroid">obfuscate (android)</h3>
 <table>
@@ -18013,6 +18310,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openfbx")
 </code></pre>
+<h3 id="openglandroid">opengl (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL - The Industry Standard for High Performance Graphics</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://opengl.org/">https://opengl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/o/opengl/xmake.lua">opengl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] opengl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opengl")
+</code></pre>
 <h3 id="openglheadersandroid">opengl-headers (android)</h3>
 <table>
 <thead>
@@ -18268,6 +18598,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("optional-lite")
 </code></pre>
+<h3 id="optixandroid">optix (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>NVIDIA OPTIX™ RAY TRACING ENGINE</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/optix">https://developer.nvidia.com/optix</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/o/optix/xmake.lua">optix/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] optix
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("optix")
+</code></pre>
 <h3 id="orangeduck_mpcandroid">orangeduck_mpc (android)</h3>
 <table>
 <thead>
@@ -19840,6 +20203,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("poselib")
 </code></pre>
+<h3 id="postgresqlandroid">postgresql (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PostgreSQL Database Management System</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.postgresql.org/">https://www.postgresql.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/p/postgresql/xmake.lua">postgresql/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] postgresql
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("postgresql")
+</code></pre>
 <h3 id="pprintandroid">pprint (android)</h3>
 <table>
 <thead>
@@ -23445,7 +23841,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</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -26781,6 +27177,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-validationlayers")
 </code></pre>
+<h3 id="vulkansdkandroid">vulkansdk (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LunarG Vulkan® SDK</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.lunarg.com/vulkan-sdk/">https://www.lunarg.com/vulkan-sdk/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/v/vulkansdk/xmake.lua">vulkansdk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] vulkansdk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkansdk")
+</code></pre>
 <h3 id="vvencandroid">vvenc (android)</h3>
 <table>
 <thead>

+ 431 - 2
mirror/packages/bsd.html

@@ -3133,7 +3133,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0</td>
+<td>v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0, v3.7.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5487,6 +5487,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cubeb")
 </code></pre>
+<h3 id="cudabsd">cuda (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/cuda-zone/">https://developer.nvidia.com/cuda-zone/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda/xmake.lua">cuda/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cuda
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cuda")
+</code></pre>
 <h3 id="cudasamplesbsd">cuda-samples (bsd)</h3>
 <table>
 <thead>
@@ -8542,6 +8575,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gflags")
 </code></pre>
+<h3 id="gfortranbsd">gfortran (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The GNU Fortran compiler</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gcc.gnu.org/fortran/">https://gcc.gnu.org/fortran/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/gfortran/xmake.lua">gfortran/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gfortran
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gfortran")
+</code></pre>
 <h3 id="ghc_filesystembsd">ghc_filesystem (bsd)</h3>
 <table>
 <thead>
@@ -8978,6 +9044,105 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glslang")
 </code></pre>
+<h3 id="glubsd">glu (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL utility library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gitlab.freedesktop.org/mesa/glu">https://gitlab.freedesktop.org/mesa/glu</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/glu/xmake.lua">glu/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glu
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glu")
+</code></pre>
+<h3 id="glutbsd">glut (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL utility toolkit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.opengl.org/resources/libraries/glut/">https://www.opengl.org/resources/libraries/glut/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/glut/xmake.lua">glut/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glut
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glut")
+</code></pre>
+<h3 id="glxbsd">glx (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>an extension to the X Window System core protocol providing an interface between OpenGL and the X Window System</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml">https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/glx/xmake.lua">glx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glx")
+</code></pre>
 <h3 id="gmsslbsd">gmssl (bsd)</h3>
 <table>
 <thead>
@@ -9814,6 +9979,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hopscotch-map")
 </code></pre>
+<h3 id="houdinibsd">houdini (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.sidefx.com/">https://www.sidefx.com/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/h/houdini/xmake.lua">houdini/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install houdini
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("houdini")
+</code></pre>
 <h3 id="http_parserbsd">http_parser (bsd)</h3>
 <table>
 <thead>
@@ -11488,6 +11686,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libbigwig")
 </code></pre>
+<h3 id="libcbsd">libc++ (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libc++ is a new implementation of the C++ standard library, targeting C++11 and above.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libcxx.llvm.org/">https://libcxx.llvm.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/libc++/xmake.lua">libc++/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libc++
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libc++")
+</code></pre>
 <h3 id="libcborbsd">libcbor (bsd)</h3>
 <table>
 <thead>
@@ -15612,6 +15843,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("matio")
 </code></pre>
+<h3 id="matlabbsd">matlab (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Build MEX function or engine application in matlab</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.mathworks.com/help/matlab/ref/mex.html">https://www.mathworks.com/help/matlab/ref/mex.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/m/matlab/xmake.lua">matlab/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install matlab
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("matlab")
+</code></pre>
 <h3 id="mbedtlsbsd">mbedtls (bsd)</h3>
 <table>
 <thead>
@@ -17851,6 +18115,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nuklear")
 </code></pre>
+<h3 id="nvtxbsd">nvtx (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NVIDIA/NVTX">https://github.com/NVIDIA/NVTX</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/n/nvtx/xmake.lua">nvtx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nvtx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nvtx")
+</code></pre>
 <h2 id="o">o</h2>
 <h3 id="obfuscatebsd">obfuscate (bsd)</h3>
 <table>
@@ -18214,6 +18511,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openfbx")
 </code></pre>
+<h3 id="openglbsd">opengl (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL - The Industry Standard for High Performance Graphics</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://opengl.org/">https://opengl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/o/opengl/xmake.lua">opengl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install opengl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opengl")
+</code></pre>
 <h3 id="openglheadersbsd">opengl-headers (bsd)</h3>
 <table>
 <thead>
@@ -18432,6 +18762,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("optional-lite")
 </code></pre>
+<h3 id="optixbsd">optix (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>NVIDIA OPTIX™ RAY TRACING ENGINE</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/optix">https://developer.nvidia.com/optix</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/o/optix/xmake.lua">optix/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install optix
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("optix")
+</code></pre>
 <h3 id="orangeduck_mpcbsd">orangeduck_mpc (bsd)</h3>
 <table>
 <thead>
@@ -20037,6 +20400,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("poselib")
 </code></pre>
+<h3 id="postgresqlbsd">postgresql (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PostgreSQL Database Management System</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.postgresql.org/">https://www.postgresql.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/p/postgresql/xmake.lua">postgresql/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install postgresql
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("postgresql")
+</code></pre>
 <h3 id="pprintbsd">pprint (bsd)</h3>
 <table>
 <thead>
@@ -23634,7 +24030,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</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -27069,6 +27465,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-utility-libraries")
 </code></pre>
+<h3 id="vulkansdkbsd">vulkansdk (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LunarG Vulkan® SDK</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.lunarg.com/vulkan-sdk/">https://www.lunarg.com/vulkan-sdk/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/v/vulkansdk/xmake.lua">vulkansdk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vulkansdk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkansdk")
+</code></pre>
 <h3 id="vvencbsd">vvenc (bsd)</h3>
 <table>
 <thead>

+ 431 - 2
mirror/packages/cross.html

@@ -2919,7 +2919,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0</td>
+<td>v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0, v3.7.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5203,6 +5203,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cubeb")
 </code></pre>
+<h3 id="cudacross">cuda (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/cuda-zone/">https://developer.nvidia.com/cuda-zone/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda/xmake.lua">cuda/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] cuda
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cuda")
+</code></pre>
 <h3 id="cudasamplescross">cuda-samples (cross)</h3>
 <table>
 <thead>
@@ -8332,6 +8365,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gflags")
 </code></pre>
+<h3 id="gfortrancross">gfortran (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The GNU Fortran compiler</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gcc.gnu.org/fortran/">https://gcc.gnu.org/fortran/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/g/gfortran/xmake.lua">gfortran/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] gfortran
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gfortran")
+</code></pre>
 <h3 id="ghc_filesystemcross">ghc_filesystem (cross)</h3>
 <table>
 <thead>
@@ -8768,6 +8834,105 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glslang")
 </code></pre>
+<h3 id="glucross">glu (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL utility library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gitlab.freedesktop.org/mesa/glu">https://gitlab.freedesktop.org/mesa/glu</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/g/glu/xmake.lua">glu/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] glu
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glu")
+</code></pre>
+<h3 id="glutcross">glut (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL utility toolkit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.opengl.org/resources/libraries/glut/">https://www.opengl.org/resources/libraries/glut/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/g/glut/xmake.lua">glut/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] glut
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glut")
+</code></pre>
+<h3 id="glxcross">glx (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>an extension to the X Window System core protocol providing an interface between OpenGL and the X Window System</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml">https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/g/glx/xmake.lua">glx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] glx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glx")
+</code></pre>
 <h3 id="gmsslcross">gmssl (cross)</h3>
 <table>
 <thead>
@@ -9567,6 +9732,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hopscotch-map")
 </code></pre>
+<h3 id="houdinicross">houdini (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.sidefx.com/">https://www.sidefx.com/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/h/houdini/xmake.lua">houdini/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] houdini
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("houdini")
+</code></pre>
 <h3 id="http_parsercross">http_parser (cross)</h3>
 <table>
 <thead>
@@ -11126,6 +11324,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libbigwig")
 </code></pre>
+<h3 id="libccross">libc++ (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libc++ is a new implementation of the C++ standard library, targeting C++11 and above.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libcxx.llvm.org/">https://libcxx.llvm.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libc++/xmake.lua">libc++/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libc++
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libc++")
+</code></pre>
 <h3 id="libcborcross">libcbor (cross)</h3>
 <table>
 <thead>
@@ -14673,6 +14904,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("matio")
 </code></pre>
+<h3 id="matlabcross">matlab (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Build MEX function or engine application in matlab</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.mathworks.com/help/matlab/ref/mex.html">https://www.mathworks.com/help/matlab/ref/mex.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/m/matlab/xmake.lua">matlab/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] matlab
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("matlab")
+</code></pre>
 <h3 id="mbedtlscross">mbedtls (cross)</h3>
 <table>
 <thead>
@@ -16727,6 +16991,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nuklear")
 </code></pre>
+<h3 id="nvtxcross">nvtx (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NVIDIA/NVTX">https://github.com/NVIDIA/NVTX</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/nvtx/xmake.lua">nvtx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] nvtx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nvtx")
+</code></pre>
 <h2 id="o">o</h2>
 <h3 id="obfuscatecross">obfuscate (cross)</h3>
 <table>
@@ -17057,6 +17354,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openfbx")
 </code></pre>
+<h3 id="openglcross">opengl (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL - The Industry Standard for High Performance Graphics</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://opengl.org/">https://opengl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/o/opengl/xmake.lua">opengl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] opengl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opengl")
+</code></pre>
 <h3 id="openglheaderscross">opengl-headers (cross)</h3>
 <table>
 <thead>
@@ -17242,6 +17572,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("optional-lite")
 </code></pre>
+<h3 id="optixcross">optix (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>NVIDIA OPTIX™ RAY TRACING ENGINE</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/optix">https://developer.nvidia.com/optix</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/o/optix/xmake.lua">optix/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] optix
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("optix")
+</code></pre>
 <h3 id="orangeduck_mpccross">orangeduck_mpc (cross)</h3>
 <table>
 <thead>
@@ -18777,6 +19140,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("poselib")
 </code></pre>
+<h3 id="postgresqlcross">postgresql (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PostgreSQL Database Management System</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.postgresql.org/">https://www.postgresql.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/p/postgresql/xmake.lua">postgresql/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] postgresql
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("postgresql")
+</code></pre>
 <h3 id="pprintcross">pprint (cross)</h3>
 <table>
 <thead>
@@ -22263,7 +22659,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</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -25451,6 +25847,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-utility-libraries")
 </code></pre>
+<h3 id="vulkansdkcross">vulkansdk (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LunarG Vulkan® SDK</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.lunarg.com/vulkan-sdk/">https://www.lunarg.com/vulkan-sdk/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/v/vulkansdk/xmake.lua">vulkansdk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] vulkansdk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkansdk")
+</code></pre>
 <h2 id="w">w</h2>
 <h3 id="watchercross">watcher (cross)</h3>
 <table>

+ 431 - 2
mirror/packages/iphoneos.html

@@ -2541,7 +2541,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0</td>
+<td>v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0, v3.7.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4891,6 +4891,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ctrl-c")
 </code></pre>
+<h3 id="cudaiphoneos">cuda (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/cuda-zone/">https://developer.nvidia.com/cuda-zone/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda/xmake.lua">cuda/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos cuda
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cuda")
+</code></pre>
 <h3 id="cudasamplesiphoneos">cuda-samples (iphoneos)</h3>
 <table>
 <thead>
@@ -7909,6 +7942,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gflags")
 </code></pre>
+<h3 id="gfortraniphoneos">gfortran (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The GNU Fortran compiler</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gcc.gnu.org/fortran/">https://gcc.gnu.org/fortran/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/gfortran/xmake.lua">gfortran/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos gfortran
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gfortran")
+</code></pre>
 <h3 id="ghc_filesystemiphoneos">ghc_filesystem (iphoneos)</h3>
 <table>
 <thead>
@@ -8234,6 +8300,105 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glslang")
 </code></pre>
+<h3 id="gluiphoneos">glu (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL utility library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gitlab.freedesktop.org/mesa/glu">https://gitlab.freedesktop.org/mesa/glu</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/glu/xmake.lua">glu/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos glu
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glu")
+</code></pre>
+<h3 id="glutiphoneos">glut (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL utility toolkit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.opengl.org/resources/libraries/glut/">https://www.opengl.org/resources/libraries/glut/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/glut/xmake.lua">glut/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos glut
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glut")
+</code></pre>
+<h3 id="glxiphoneos">glx (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>an extension to the X Window System core protocol providing an interface between OpenGL and the X Window System</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml">https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/glx/xmake.lua">glx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos glx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glx")
+</code></pre>
 <h3 id="gmssliphoneos">gmssl (iphoneos)</h3>
 <table>
 <thead>
@@ -9177,6 +9342,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hopscotch-map")
 </code></pre>
+<h3 id="houdiniiphoneos">houdini (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.sidefx.com/">https://www.sidefx.com/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/h/houdini/xmake.lua">houdini/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos houdini
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("houdini")
+</code></pre>
 <h3 id="http_parseriphoneos">http_parser (iphoneos)</h3>
 <table>
 <thead>
@@ -10954,6 +11152,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libbigwig")
 </code></pre>
+<h3 id="libciphoneos">libc++ (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libc++ is a new implementation of the C++ standard library, targeting C++11 and above.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libcxx.llvm.org/">https://libcxx.llvm.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libc++/xmake.lua">libc++/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos libc++
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libc++")
+</code></pre>
 <h3 id="libcboriphoneos">libcbor (iphoneos)</h3>
 <table>
 <thead>
@@ -14793,6 +15024,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("matio")
 </code></pre>
+<h3 id="matlabiphoneos">matlab (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Build MEX function or engine application in matlab</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.mathworks.com/help/matlab/ref/mex.html">https://www.mathworks.com/help/matlab/ref/mex.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/m/matlab/xmake.lua">matlab/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos matlab
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("matlab")
+</code></pre>
 <h3 id="mbedtlsiphoneos">mbedtls (iphoneos)</h3>
 <table>
 <thead>
@@ -17024,6 +17288,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nuklear")
 </code></pre>
+<h3 id="nvtxiphoneos">nvtx (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NVIDIA/NVTX">https://github.com/NVIDIA/NVTX</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/n/nvtx/xmake.lua">nvtx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos nvtx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nvtx")
+</code></pre>
 <h2 id="o">o</h2>
 <h3 id="obfuscateiphoneos">obfuscate (iphoneos)</h3>
 <table>
@@ -17354,6 +17651,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openfbx")
 </code></pre>
+<h3 id="opengliphoneos">opengl (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL - The Industry Standard for High Performance Graphics</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://opengl.org/">https://opengl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/o/opengl/xmake.lua">opengl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos opengl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opengl")
+</code></pre>
 <h3 id="openglheadersiphoneos">opengl-headers (iphoneos)</h3>
 <table>
 <thead>
@@ -17461,6 +17791,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("optional-lite")
 </code></pre>
+<h3 id="optixiphoneos">optix (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>NVIDIA OPTIX™ RAY TRACING ENGINE</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/optix">https://developer.nvidia.com/optix</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/o/optix/xmake.lua">optix/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos optix
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("optix")
+</code></pre>
 <h3 id="orangeduck_mpciphoneos">orangeduck_mpc (iphoneos)</h3>
 <table>
 <thead>
@@ -19000,6 +19363,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("poselib")
 </code></pre>
+<h3 id="postgresqliphoneos">postgresql (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PostgreSQL Database Management System</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.postgresql.org/">https://www.postgresql.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/p/postgresql/xmake.lua">postgresql/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos postgresql
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("postgresql")
+</code></pre>
 <h3 id="pprintiphoneos">pprint (iphoneos)</h3>
 <table>
 <thead>
@@ -22527,7 +22923,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</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -25793,6 +26189,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-memory-allocator-hpp")
 </code></pre>
+<h3 id="vulkansdkiphoneos">vulkansdk (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LunarG Vulkan® SDK</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.lunarg.com/vulkan-sdk/">https://www.lunarg.com/vulkan-sdk/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/v/vulkansdk/xmake.lua">vulkansdk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos vulkansdk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkansdk")
+</code></pre>
 <h3 id="vvenciphoneos">vvenc (iphoneos)</h3>
 <table>
 <thead>

+ 535 - 3
mirror/packages/linux.html

@@ -4616,7 +4616,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0</td>
+<td>v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0, v3.7.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -8443,6 +8443,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cubeb")
 </code></pre>
+<h3 id="cudalinux">cuda (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/cuda-zone/">https://developer.nvidia.com/cuda-zone/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda/xmake.lua">cuda/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cuda
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cuda")
+</code></pre>
 <h3 id="cudasampleslinux">cuda-samples (linux)</h3>
 <table>
 <thead>
@@ -14320,6 +14353,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gflags")
 </code></pre>
+<h3 id="gfortranlinux">gfortran (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The GNU Fortran compiler</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gcc.gnu.org/fortran/">https://gcc.gnu.org/fortran/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gfortran/xmake.lua">gfortran/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gfortran
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gfortran")
+</code></pre>
 <h3 id="ghc_filesystemlinux">ghc_filesystem (linux)</h3>
 <table>
 <thead>
@@ -15085,6 +15151,105 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glslang")
 </code></pre>
+<h3 id="glulinux">glu (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL utility library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gitlab.freedesktop.org/mesa/glu">https://gitlab.freedesktop.org/mesa/glu</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glu/xmake.lua">glu/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glu
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glu")
+</code></pre>
+<h3 id="glutlinux">glut (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL utility toolkit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.opengl.org/resources/libraries/glut/">https://www.opengl.org/resources/libraries/glut/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glut/xmake.lua">glut/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glut
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glut")
+</code></pre>
+<h3 id="glxlinux">glx (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>an extension to the X Window System core protocol providing an interface between OpenGL and the X Window System</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml">https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glx/xmake.lua">glx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glx")
+</code></pre>
 <h3 id="gmmlinux">gmm (linux)</h3>
 <table>
 <thead>
@@ -15838,6 +16003,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gsl-lite")
 </code></pre>
+<h3 id="gspelllinux">gspell (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A spell-checking library for GTK applications</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gitlab.gnome.org/GNOME/gspell">https://gitlab.gnome.org/GNOME/gspell</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.0-or-later</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gspell/xmake.lua">gspell/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gspell
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gspell")
+</code></pre>
 <h3 id="gstreamerlinux">gstreamer (linux)</h3>
 <table>
 <thead>
@@ -16867,6 +17069,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hopscotch-map")
 </code></pre>
+<h3 id="houdinilinux">houdini (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.sidefx.com/">https://www.sidefx.com/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/h/houdini/xmake.lua">houdini/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install houdini
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("houdini")
+</code></pre>
 <h3 id="hpsocketlinux">hpsocket (linux)</h3>
 <table>
 <thead>
@@ -20462,6 +20697,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libbsd")
 </code></pre>
+<h3 id="libclinux">libc++ (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libc++ is a new implementation of the C++ standard library, targeting C++11 and above.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libcxx.llvm.org/">https://libcxx.llvm.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libc++/xmake.lua">libc++/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libc++
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libc++")
+</code></pre>
 <h3 id="libcaplinux">libcap (linux)</h3>
 <table>
 <thead>
@@ -25309,6 +25577,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libtorch")
 </code></pre>
+<h3 id="libudevlinux">libudev (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>API for enumerating and introspecting local devices</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.freedesktop.org/wiki/Software/systemd/">https://www.freedesktop.org/wiki/Software/systemd/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libudev/xmake.lua">libudev/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libudev
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libudev")
+</code></pre>
 <h3 id="libudis86linux">libudis86 (linux)</h3>
 <table>
 <thead>
@@ -26577,6 +26878,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libxmu")
 </code></pre>
+<h3 id="libxnvctrllinux">libxnvctrl (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>NVIDIA driver control panel</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.nvidia.com/en-us/drivers/unix/">https://www.nvidia.com/en-us/drivers/unix/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libxnvctrl/xmake.lua">libxnvctrl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libxnvctrl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libxnvctrl")
+</code></pre>
 <h3 id="libxpmlinux">libxpm (linux)</h3>
 <table>
 <thead>
@@ -29393,6 +29727,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("matio")
 </code></pre>
+<h3 id="matlablinux">matlab (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Build MEX function or engine application in matlab</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.mathworks.com/help/matlab/ref/mex.html">https://www.mathworks.com/help/matlab/ref/mex.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/matlab/xmake.lua">matlab/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install matlab
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("matlab")
+</code></pre>
 <h3 id="matplotpluspluslinux">matplotplusplus (linux)</h3>
 <table>
 <thead>
@@ -33578,6 +33945,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nvtt")
 </code></pre>
+<h3 id="nvtxlinux">nvtx (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NVIDIA/NVTX">https://github.com/NVIDIA/NVTX</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nvtx/xmake.lua">nvtx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nvtx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nvtx")
+</code></pre>
 <h2 id="o">o</h2>
 <h3 id="oatpplinux">oatpp (linux)</h3>
 <table>
@@ -34632,6 +35032,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openfbx")
 </code></pre>
+<h3 id="opengllinux">opengl (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL - The Industry Standard for High Performance Graphics</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://opengl.org/">https://opengl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl/xmake.lua">opengl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install opengl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opengl")
+</code></pre>
 <h3 id="openglheaderslinux">opengl-headers (linux)</h3>
 <table>
 <thead>
@@ -35319,6 +35752,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("optional-lite")
 </code></pre>
+<h3 id="optixlinux">optix (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>NVIDIA OPTIX™ RAY TRACING ENGINE</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/optix">https://developer.nvidia.com/optix</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/o/optix/xmake.lua">optix/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install optix
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("optix")
+</code></pre>
 <h3 id="orangeduck_mpclinux">orangeduck_mpc (linux)</h3>
 <table>
 <thead>
@@ -37763,6 +38229,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("poselib")
 </code></pre>
+<h3 id="postgresqllinux">postgresql (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PostgreSQL Database Management System</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.postgresql.org/">https://www.postgresql.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/postgresql/xmake.lua">postgresql/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install postgresql
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("postgresql")
+</code></pre>
 <h3 id="pprintlinux">pprint (linux)</h3>
 <table>
 <thead>
@@ -44063,7 +44562,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</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -49588,6 +50087,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkanscenegraph")
 </code></pre>
+<h3 id="vulkansdklinux">vulkansdk (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LunarG Vulkan® SDK</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.lunarg.com/vulkan-sdk/">https://www.lunarg.com/vulkan-sdk/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkansdk/xmake.lua">vulkansdk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vulkansdk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkansdk")
+</code></pre>
 <h3 id="vvenclinux">vvenc (linux)</h3>
 <table>
 <thead>
@@ -50110,7 +50642,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x559c9dffa2b0</td>
+<td>table: 0x563a68d13e60</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 432 - 3
mirror/packages/macosx.html

@@ -4287,7 +4287,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0</td>
+<td>v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0, v3.7.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7904,6 +7904,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cubeb")
 </code></pre>
+<h3 id="cudamacosx">cuda (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/cuda-zone/">https://developer.nvidia.com/cuda-zone/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda/xmake.lua">cuda/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cuda
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cuda")
+</code></pre>
 <h3 id="cudasamplesmacosx">cuda-samples (macosx)</h3>
 <table>
 <thead>
@@ -13349,6 +13382,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gflags")
 </code></pre>
+<h3 id="gfortranmacosx">gfortran (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The GNU Fortran compiler</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gcc.gnu.org/fortran/">https://gcc.gnu.org/fortran/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/gfortran/xmake.lua">gfortran/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gfortran
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gfortran")
+</code></pre>
 <h3 id="ghc_filesystemmacosx">ghc_filesystem (macosx)</h3>
 <table>
 <thead>
@@ -14077,6 +14143,105 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glslang")
 </code></pre>
+<h3 id="glumacosx">glu (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL utility library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gitlab.freedesktop.org/mesa/glu">https://gitlab.freedesktop.org/mesa/glu</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/glu/xmake.lua">glu/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glu
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glu")
+</code></pre>
+<h3 id="glutmacosx">glut (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL utility toolkit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.opengl.org/resources/libraries/glut/">https://www.opengl.org/resources/libraries/glut/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/glut/xmake.lua">glut/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glut
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glut")
+</code></pre>
+<h3 id="glxmacosx">glx (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>an extension to the X Window System core protocol providing an interface between OpenGL and the X Window System</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml">https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/glx/xmake.lua">glx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glx")
+</code></pre>
 <h3 id="gmmmacosx">gmm (macosx)</h3>
 <table>
 <thead>
@@ -15789,6 +15954,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hopscotch-map")
 </code></pre>
+<h3 id="houdinimacosx">houdini (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.sidefx.com/">https://www.sidefx.com/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/h/houdini/xmake.lua">houdini/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install houdini
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("houdini")
+</code></pre>
 <h3 id="http_parsermacosx">http_parser (macosx)</h3>
 <table>
 <thead>
@@ -19129,6 +19327,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libbpg")
 </code></pre>
+<h3 id="libcmacosx">libc++ (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libc++ is a new implementation of the C++ standard library, targeting C++11 and above.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libcxx.llvm.org/">https://libcxx.llvm.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libc++/xmake.lua">libc++/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libc++
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libc++")
+</code></pre>
 <h3 id="libcbormacosx">libcbor (macosx)</h3>
 <table>
 <thead>
@@ -27159,6 +27390,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("matio")
 </code></pre>
+<h3 id="matlabmacosx">matlab (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Build MEX function or engine application in matlab</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.mathworks.com/help/matlab/ref/mex.html">https://www.mathworks.com/help/matlab/ref/mex.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/m/matlab/xmake.lua">matlab/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install matlab
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("matlab")
+</code></pre>
 <h3 id="matplotplusplusmacosx">matplotplusplus (macosx)</h3>
 <table>
 <thead>
@@ -31097,6 +31361,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nvtt")
 </code></pre>
+<h3 id="nvtxmacosx">nvtx (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NVIDIA/NVTX">https://github.com/NVIDIA/NVTX</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/n/nvtx/xmake.lua">nvtx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nvtx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nvtx")
+</code></pre>
 <h2 id="o">o</h2>
 <h3 id="oatppmacosx">oatpp (macosx)</h3>
 <table>
@@ -32118,6 +32415,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openfbx")
 </code></pre>
+<h3 id="openglmacosx">opengl (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL - The Industry Standard for High Performance Graphics</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://opengl.org/">https://opengl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/o/opengl/xmake.lua">opengl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install opengl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opengl")
+</code></pre>
 <h3 id="openglheadersmacosx">opengl-headers (macosx)</h3>
 <table>
 <thead>
@@ -32731,6 +33061,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("optional-lite")
 </code></pre>
+<h3 id="optixmacosx">optix (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>NVIDIA OPTIX™ RAY TRACING ENGINE</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/optix">https://developer.nvidia.com/optix</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/o/optix/xmake.lua">optix/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install optix
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("optix")
+</code></pre>
 <h3 id="orangeduck_mpcmacosx">orangeduck_mpc (macosx)</h3>
 <table>
 <thead>
@@ -35031,6 +35394,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("poselib")
 </code></pre>
+<h3 id="postgresqlmacosx">postgresql (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PostgreSQL Database Management System</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.postgresql.org/">https://www.postgresql.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/p/postgresql/xmake.lua">postgresql/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install postgresql
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("postgresql")
+</code></pre>
 <h3 id="pprintmacosx">pprint (macosx)</h3>
 <table>
 <thead>
@@ -40751,7 +41147,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</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -45955,6 +46351,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkanscenegraph")
 </code></pre>
+<h3 id="vulkansdkmacosx">vulkansdk (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LunarG Vulkan® SDK</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.lunarg.com/vulkan-sdk/">https://www.lunarg.com/vulkan-sdk/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/v/vulkansdk/xmake.lua">vulkansdk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vulkansdk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkansdk")
+</code></pre>
 <h3 id="vvencmacosx">vvenc (macosx)</h3>
 <table>
 <thead>
@@ -46370,7 +46799,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x559c9dffa2b0</td>
+<td>table: 0x563a68d13e60</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 431 - 2
mirror/packages/mingw.html

@@ -2990,7 +2990,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0</td>
+<td>v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0, v3.7.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5640,6 +5640,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cubeb")
 </code></pre>
+<h3 id="cudamingw">cuda (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/cuda-zone/">https://developer.nvidia.com/cuda-zone/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda/xmake.lua">cuda/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] cuda
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cuda")
+</code></pre>
 <h3 id="cudasamplesmingw">cuda-samples (mingw)</h3>
 <table>
 <thead>
@@ -9172,6 +9205,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gflags")
 </code></pre>
+<h3 id="gfortranmingw">gfortran (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The GNU Fortran compiler</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gcc.gnu.org/fortran/">https://gcc.gnu.org/fortran/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/g/gfortran/xmake.lua">gfortran/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] gfortran
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gfortran")
+</code></pre>
 <h3 id="ghc_filesystemmingw">ghc_filesystem (mingw)</h3>
 <table>
 <thead>
@@ -9715,6 +9781,105 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glslang")
 </code></pre>
+<h3 id="glumingw">glu (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL utility library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gitlab.freedesktop.org/mesa/glu">https://gitlab.freedesktop.org/mesa/glu</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/g/glu/xmake.lua">glu/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] glu
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glu")
+</code></pre>
+<h3 id="glutmingw">glut (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL utility toolkit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.opengl.org/resources/libraries/glut/">https://www.opengl.org/resources/libraries/glut/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/g/glut/xmake.lua">glut/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] glut
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glut")
+</code></pre>
+<h3 id="glxmingw">glx (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>an extension to the X Window System core protocol providing an interface between OpenGL and the X Window System</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml">https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/g/glx/xmake.lua">glx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] glx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glx")
+</code></pre>
 <h3 id="gmmmingw">gmm (mingw)</h3>
 <table>
 <thead>
@@ -10580,6 +10745,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hopscotch-map")
 </code></pre>
+<h3 id="houdinimingw">houdini (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.sidefx.com/">https://www.sidefx.com/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/h/houdini/xmake.lua">houdini/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] houdini
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("houdini")
+</code></pre>
 <h3 id="http_parsermingw">http_parser (mingw)</h3>
 <table>
 <thead>
@@ -12867,6 +13065,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libbigwig")
 </code></pre>
+<h3 id="libcmingw">libc++ (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libc++ is a new implementation of the C++ standard library, targeting C++11 and above.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libcxx.llvm.org/">https://libcxx.llvm.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libc++/xmake.lua">libc++/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] libc++
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libc++")
+</code></pre>
 <h3 id="libcbormingw">libcbor (mingw)</h3>
 <table>
 <thead>
@@ -16945,6 +17176,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mathter")
 </code></pre>
+<h3 id="matlabmingw">matlab (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Build MEX function or engine application in matlab</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.mathworks.com/help/matlab/ref/mex.html">https://www.mathworks.com/help/matlab/ref/mex.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/m/matlab/xmake.lua">matlab/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] matlab
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("matlab")
+</code></pre>
 <h3 id="mbedtlsmingw">mbedtls (mingw)</h3>
 <table>
 <thead>
@@ -19669,6 +19933,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nuklear")
 </code></pre>
+<h3 id="nvtxmingw">nvtx (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NVIDIA/NVTX">https://github.com/NVIDIA/NVTX</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/nvtx/xmake.lua">nvtx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] nvtx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nvtx")
+</code></pre>
 <h2 id="o">o</h2>
 <h3 id="obfuscatemingw">obfuscate (mingw)</h3>
 <table>
@@ -19999,6 +20296,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openfbx")
 </code></pre>
+<h3 id="openglmingw">opengl (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL - The Industry Standard for High Performance Graphics</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://opengl.org/">https://opengl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/o/opengl/xmake.lua">opengl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] opengl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opengl")
+</code></pre>
 <h3 id="openglheadersmingw">opengl-headers (mingw)</h3>
 <table>
 <thead>
@@ -20221,6 +20551,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("optional-lite")
 </code></pre>
+<h3 id="optixmingw">optix (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>NVIDIA OPTIX™ RAY TRACING ENGINE</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/optix">https://developer.nvidia.com/optix</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/o/optix/xmake.lua">optix/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] optix
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("optix")
+</code></pre>
 <h3 id="orangeduck_mpcmingw">orangeduck_mpc (mingw)</h3>
 <table>
 <thead>
@@ -22007,6 +22370,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("poselib")
 </code></pre>
+<h3 id="postgresqlmingw">postgresql (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PostgreSQL Database Management System</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.postgresql.org/">https://www.postgresql.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/p/postgresql/xmake.lua">postgresql/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] postgresql
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("postgresql")
+</code></pre>
 <h3 id="pprintmingw">pprint (mingw)</h3>
 <table>
 <thead>
@@ -26369,7 +26765,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</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -30178,6 +30574,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-utility-libraries")
 </code></pre>
+<h3 id="vulkansdkmingw">vulkansdk (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LunarG Vulkan® SDK</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.lunarg.com/vulkan-sdk/">https://www.lunarg.com/vulkan-sdk/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/v/vulkansdk/xmake.lua">vulkansdk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] vulkansdk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkansdk")
+</code></pre>
 <h3 id="vvencmingw">vvenc (mingw)</h3>
 <table>
 <thead>

+ 431 - 2
mirror/packages/msys.html

@@ -2952,7 +2952,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0</td>
+<td>v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0, v3.7.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5228,6 +5228,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cubeb")
 </code></pre>
+<h3 id="cudamsys">cuda (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/cuda-zone/">https://developer.nvidia.com/cuda-zone/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda/xmake.lua">cuda/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cuda
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cuda")
+</code></pre>
 <h3 id="cudasamplesmsys">cuda-samples (msys)</h3>
 <table>
 <thead>
@@ -8168,6 +8201,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gflags")
 </code></pre>
+<h3 id="gfortranmsys">gfortran (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The GNU Fortran compiler</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gcc.gnu.org/fortran/">https://gcc.gnu.org/fortran/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/gfortran/xmake.lua">gfortran/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gfortran
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gfortran")
+</code></pre>
 <h3 id="ghc_filesystemmsys">ghc_filesystem (msys)</h3>
 <table>
 <thead>
@@ -8567,6 +8633,105 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glslang")
 </code></pre>
+<h3 id="glumsys">glu (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL utility library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gitlab.freedesktop.org/mesa/glu">https://gitlab.freedesktop.org/mesa/glu</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/glu/xmake.lua">glu/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glu
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glu")
+</code></pre>
+<h3 id="glutmsys">glut (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL utility toolkit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.opengl.org/resources/libraries/glut/">https://www.opengl.org/resources/libraries/glut/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/glut/xmake.lua">glut/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glut
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glut")
+</code></pre>
+<h3 id="glxmsys">glx (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>an extension to the X Window System core protocol providing an interface between OpenGL and the X Window System</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml">https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/glx/xmake.lua">glx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glx")
+</code></pre>
 <h3 id="gmsslmsys">gmssl (msys)</h3>
 <table>
 <thead>
@@ -9325,6 +9490,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hopscotch-map")
 </code></pre>
+<h3 id="houdinimsys">houdini (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.sidefx.com/">https://www.sidefx.com/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/h/houdini/xmake.lua">houdini/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install houdini
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("houdini")
+</code></pre>
 <h3 id="http_parsermsys">http_parser (msys)</h3>
 <table>
 <thead>
@@ -10818,6 +11016,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libbigwig")
 </code></pre>
+<h3 id="libcmsys">libc++ (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libc++ is a new implementation of the C++ standard library, targeting C++11 and above.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libcxx.llvm.org/">https://libcxx.llvm.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/libc++/xmake.lua">libc++/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libc++
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libc++")
+</code></pre>
 <h3 id="libcbormsys">libcbor (msys)</h3>
 <table>
 <thead>
@@ -14102,6 +14333,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mathter")
 </code></pre>
+<h3 id="matlabmsys">matlab (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Build MEX function or engine application in matlab</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.mathworks.com/help/matlab/ref/mex.html">https://www.mathworks.com/help/matlab/ref/mex.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/m/matlab/xmake.lua">matlab/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install matlab
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("matlab")
+</code></pre>
 <h3 id="mcfgthreadmsys">mcfgthread (msys)</h3>
 <table>
 <thead>
@@ -16094,6 +16358,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nuklear")
 </code></pre>
+<h3 id="nvtxmsys">nvtx (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NVIDIA/NVTX">https://github.com/NVIDIA/NVTX</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/n/nvtx/xmake.lua">nvtx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nvtx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nvtx")
+</code></pre>
 <h2 id="o">o</h2>
 <h3 id="obfuscatemsys">obfuscate (msys)</h3>
 <table>
@@ -16354,6 +16651,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openfbx")
 </code></pre>
+<h3 id="openglmsys">opengl (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL - The Industry Standard for High Performance Graphics</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://opengl.org/">https://opengl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/o/opengl/xmake.lua">opengl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install opengl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opengl")
+</code></pre>
 <h3 id="openglheadersmsys">opengl-headers (msys)</h3>
 <table>
 <thead>
@@ -16465,6 +16795,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("optional-lite")
 </code></pre>
+<h3 id="optixmsys">optix (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>NVIDIA OPTIX™ RAY TRACING ENGINE</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/optix">https://developer.nvidia.com/optix</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/o/optix/xmake.lua">optix/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install optix
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("optix")
+</code></pre>
 <h3 id="orangeduck_mpcmsys">orangeduck_mpc (msys)</h3>
 <table>
 <thead>
@@ -18000,6 +18363,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("poselib")
 </code></pre>
+<h3 id="postgresqlmsys">postgresql (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PostgreSQL Database Management System</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.postgresql.org/">https://www.postgresql.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/p/postgresql/xmake.lua">postgresql/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install postgresql
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("postgresql")
+</code></pre>
 <h3 id="pprintmsys">pprint (msys)</h3>
 <table>
 <thead>
@@ -21202,7 +21598,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</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -24320,6 +24716,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-utility-libraries")
 </code></pre>
+<h3 id="vulkansdkmsys">vulkansdk (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LunarG Vulkan® SDK</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.lunarg.com/vulkan-sdk/">https://www.lunarg.com/vulkan-sdk/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/v/vulkansdk/xmake.lua">vulkansdk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vulkansdk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkansdk")
+</code></pre>
 <h3 id="vvencmsys">vvenc (msys)</h3>
 <table>
 <thead>

+ 431 - 2
mirror/packages/wasm.html

@@ -2368,7 +2368,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0</td>
+<td>v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0, v3.7.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4467,6 +4467,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cubeb")
 </code></pre>
+<h3 id="cudawasm">cuda (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/cuda-zone/">https://developer.nvidia.com/cuda-zone/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda/xmake.lua">cuda/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm cuda
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cuda")
+</code></pre>
 <h3 id="cudasampleswasm">cuda-samples (wasm)</h3>
 <table>
 <thead>
@@ -7230,6 +7263,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gflags")
 </code></pre>
+<h3 id="gfortranwasm">gfortran (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The GNU Fortran compiler</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gcc.gnu.org/fortran/">https://gcc.gnu.org/fortran/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/g/gfortran/xmake.lua">gfortran/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm gfortran
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gfortran")
+</code></pre>
 <h3 id="ghc_filesystemwasm">ghc_filesystem (wasm)</h3>
 <table>
 <thead>
@@ -7629,6 +7695,105 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glslang")
 </code></pre>
+<h3 id="gluwasm">glu (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL utility library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gitlab.freedesktop.org/mesa/glu">https://gitlab.freedesktop.org/mesa/glu</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/g/glu/xmake.lua">glu/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm glu
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glu")
+</code></pre>
+<h3 id="glutwasm">glut (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL utility toolkit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.opengl.org/resources/libraries/glut/">https://www.opengl.org/resources/libraries/glut/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/g/glut/xmake.lua">glut/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm glut
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glut")
+</code></pre>
+<h3 id="glxwasm">glx (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>an extension to the X Window System core protocol providing an interface between OpenGL and the X Window System</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml">https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/g/glx/xmake.lua">glx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm glx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glx")
+</code></pre>
 <h3 id="gmsslwasm">gmssl (wasm)</h3>
 <table>
 <thead>
@@ -8354,6 +8519,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hopscotch-map")
 </code></pre>
+<h3 id="houdiniwasm">houdini (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.sidefx.com/">https://www.sidefx.com/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/h/houdini/xmake.lua">houdini/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm houdini
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("houdini")
+</code></pre>
 <h3 id="http_parserwasm">http_parser (wasm)</h3>
 <table>
 <thead>
@@ -9773,6 +9971,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libb2")
 </code></pre>
+<h3 id="libcwasm">libc++ (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libc++ is a new implementation of the C++ standard library, targeting C++11 and above.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libcxx.llvm.org/">https://libcxx.llvm.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libc++/xmake.lua">libc++/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm libc++
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libc++")
+</code></pre>
 <h3 id="libcborwasm">libcbor (wasm)</h3>
 <table>
 <thead>
@@ -13053,6 +13284,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("matio")
 </code></pre>
+<h3 id="matlabwasm">matlab (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Build MEX function or engine application in matlab</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.mathworks.com/help/matlab/ref/mex.html">https://www.mathworks.com/help/matlab/ref/mex.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/m/matlab/xmake.lua">matlab/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm matlab
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("matlab")
+</code></pre>
 <h3 id="mbedtlswasm">mbedtls (wasm)</h3>
 <table>
 <thead>
@@ -15012,6 +15276,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nuklear")
 </code></pre>
+<h3 id="nvtxwasm">nvtx (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NVIDIA/NVTX">https://github.com/NVIDIA/NVTX</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/n/nvtx/xmake.lua">nvtx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm nvtx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nvtx")
+</code></pre>
 <h2 id="o">o</h2>
 <h3 id="obfuscatewasm">obfuscate (wasm)</h3>
 <table>
@@ -15235,6 +15532,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("opencl-headers")
 </code></pre>
+<h3 id="openglwasm">opengl (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL - The Industry Standard for High Performance Graphics</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://opengl.org/">https://opengl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/o/opengl/xmake.lua">opengl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm opengl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opengl")
+</code></pre>
 <h3 id="openglheaderswasm">opengl-headers (wasm)</h3>
 <table>
 <thead>
@@ -15346,6 +15676,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("optional-lite")
 </code></pre>
+<h3 id="optixwasm">optix (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>NVIDIA OPTIX™ RAY TRACING ENGINE</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/optix">https://developer.nvidia.com/optix</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/o/optix/xmake.lua">optix/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm optix
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("optix")
+</code></pre>
 <h3 id="orangeduck_mpcwasm">orangeduck_mpc (wasm)</h3>
 <table>
 <thead>
@@ -16733,6 +17096,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("portaudio")
 </code></pre>
+<h3 id="postgresqlwasm">postgresql (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PostgreSQL Database Management System</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.postgresql.org/">https://www.postgresql.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/p/postgresql/xmake.lua">postgresql/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm postgresql
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("postgresql")
+</code></pre>
 <h3 id="pprintwasm">pprint (wasm)</h3>
 <table>
 <thead>
@@ -19787,7 +20183,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</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -22576,6 +22972,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-headers")
 </code></pre>
+<h3 id="vulkansdkwasm">vulkansdk (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LunarG Vulkan® SDK</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.lunarg.com/vulkan-sdk/">https://www.lunarg.com/vulkan-sdk/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/v/vulkansdk/xmake.lua">vulkansdk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm vulkansdk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkansdk")
+</code></pre>
 <h2 id="w">w</h2>
 <h3 id="wavpackwasm">wavpack (wasm)</h3>
 <table>

+ 464 - 2
mirror/packages/windows.html

@@ -4081,7 +4081,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0</td>
+<td>v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0, v3.7.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7809,6 +7809,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cubeb")
 </code></pre>
+<h3 id="cudawindows">cuda (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/cuda-zone/">https://developer.nvidia.com/cuda-zone/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/c/cuda/xmake.lua">cuda/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cuda
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cuda")
+</code></pre>
 <h3 id="cudasampleswindows">cuda-samples (windows)</h3>
 <table>
 <thead>
@@ -13262,6 +13295,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gflags")
 </code></pre>
+<h3 id="gfortranwindows">gfortran (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The GNU Fortran compiler</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gcc.gnu.org/fortran/">https://gcc.gnu.org/fortran/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/g/gfortran/xmake.lua">gfortran/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gfortran
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gfortran")
+</code></pre>
 <h3 id="ghc_filesystemwindows">ghc_filesystem (windows)</h3>
 <table>
 <thead>
@@ -13990,6 +14056,105 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glslang")
 </code></pre>
+<h3 id="gluwindows">glu (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL utility library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gitlab.freedesktop.org/mesa/glu">https://gitlab.freedesktop.org/mesa/glu</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/g/glu/xmake.lua">glu/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glu
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glu")
+</code></pre>
+<h3 id="glutwindows">glut (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL utility toolkit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.opengl.org/resources/libraries/glut/">https://www.opengl.org/resources/libraries/glut/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/g/glut/xmake.lua">glut/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glut
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glut")
+</code></pre>
+<h3 id="glxwindows">glx (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>an extension to the X Window System core protocol providing an interface between OpenGL and the X Window System</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml">https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/g/glx/xmake.lua">glx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glx")
+</code></pre>
 <h3 id="gmmwindows">gmm (windows)</h3>
 <table>
 <thead>
@@ -15517,6 +15682,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hopscotch-map")
 </code></pre>
+<h3 id="houdiniwindows">houdini (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.sidefx.com/">https://www.sidefx.com/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/h/houdini/xmake.lua">houdini/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install houdini
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("houdini")
+</code></pre>
 <h3 id="hpsocketwindows">hpsocket (windows)</h3>
 <table>
 <thead>
@@ -18672,6 +18870,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libbpg")
 </code></pre>
+<h3 id="libcwindows">libc++ (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libc++ is a new implementation of the C++ standard library, targeting C++11 and above.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libcxx.llvm.org/">https://libcxx.llvm.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/l/libc++/xmake.lua">libc++/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libc++
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libc++")
+</code></pre>
 <h3 id="libcborwindows">libcbor (windows)</h3>
 <table>
 <thead>
@@ -24482,6 +24713,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("matio")
 </code></pre>
+<h3 id="matlabwindows">matlab (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Build MEX function or engine application in matlab</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.mathworks.com/help/matlab/ref/mex.html">https://www.mathworks.com/help/matlab/ref/mex.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/m/matlab/xmake.lua">matlab/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install matlab
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("matlab")
+</code></pre>
 <h3 id="matplotpluspluswindows">matplotplusplus (windows)</h3>
 <table>
 <thead>
@@ -26522,6 +26786,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("msgpack-cxx")
 </code></pre>
+<h3 id="msmpiwindows">msmpi (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Microsoft MPI (MS-MPI) is a Microsoft implementation of the Message Passing Interface standard for developing and running parallel applications on the Windows platform.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi">https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/m/msmpi/xmake.lua">msmpi/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install msmpi
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("msmpi")
+</code></pre>
 <h3 id="mujswindows">mujs (windows)</h3>
 <table>
 <thead>
@@ -28350,6 +28647,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nvtt")
 </code></pre>
+<h3 id="nvtxwindows">nvtx (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NVIDIA/NVTX">https://github.com/NVIDIA/NVTX</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/nvtx/xmake.lua">nvtx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nvtx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nvtx")
+</code></pre>
 <h2 id="o">o</h2>
 <h3 id="oatppwindows">oatpp (windows)</h3>
 <table>
@@ -29338,6 +29668,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openfbx")
 </code></pre>
+<h3 id="openglwindows">opengl (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL - The Industry Standard for High Performance Graphics</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://opengl.org/">https://opengl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/o/opengl/xmake.lua">opengl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install opengl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opengl")
+</code></pre>
 <h3 id="openglheaderswindows">opengl-headers (windows)</h3>
 <table>
 <thead>
@@ -29992,6 +30355,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("optional-lite")
 </code></pre>
+<h3 id="optixwindows">optix (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>NVIDIA OPTIX™ RAY TRACING ENGINE</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/optix">https://developer.nvidia.com/optix</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/o/optix/xmake.lua">optix/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install optix
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("optix")
+</code></pre>
 <h3 id="orangeduck_mpcwindows">orangeduck_mpc (windows)</h3>
 <table>
 <thead>
@@ -32218,6 +32614,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("poselib")
 </code></pre>
+<h3 id="postgresqlwindows">postgresql (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PostgreSQL Database Management System</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.postgresql.org/">https://www.postgresql.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/p/postgresql/xmake.lua">postgresql/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install postgresql
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("postgresql")
+</code></pre>
 <h3 id="pprintwindows">pprint (windows)</h3>
 <table>
 <thead>
@@ -37839,7 +38268,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</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -43269,6 +43698,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkanscenegraph")
 </code></pre>
+<h3 id="vulkansdkwindows">vulkansdk (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LunarG Vulkan® SDK</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.lunarg.com/vulkan-sdk/">https://www.lunarg.com/vulkan-sdk/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/v/vulkansdk/xmake.lua">vulkansdk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vulkansdk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkansdk")
+</code></pre>
 <h3 id="vvencwindows">vvenc (windows)</h3>
 <table>
 <thead>

+ 301 - 2
packages/android.md

@@ -1702,7 +1702,7 @@ add_requires("cargs")
 | -- | -- |
 | Homepage | [https://github.com/catchorg/Catch2](https://github.com/catchorg/Catch2) |
 | License | BSL-1.0 |
-| Versions | v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0 |
+| Versions | v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0, v3.7.1 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [catch2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua) |
 
@@ -3271,6 +3271,29 @@ add_requires("cubeb")
 ```
 
 
+### cuda (android)
+
+
+| Description | *CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/cuda-zone/](https://developer.nvidia.com/cuda-zone/) |
+| Versions |  |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [cuda/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] cuda
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cuda")
+```
+
+
 ### cuda-samples (android)
 
 
@@ -5241,6 +5264,29 @@ add_requires("gflags")
 ```
 
 
+### gfortran (android)
+
+
+| Description | *The GNU Fortran compiler* |
+| -- | -- |
+| Homepage | [https://gcc.gnu.org/fortran/](https://gcc.gnu.org/fortran/) |
+| Versions |  |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [gfortran/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gfortran/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] gfortran
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gfortran")
+```
+
+
 ### ghc_filesystem (android)
 
 
@@ -5503,6 +5549,75 @@ add_requires("glslang")
 ```
 
 
+### glu (android)
+
+
+| Description | *OpenGL utility library* |
+| -- | -- |
+| Homepage | [https://gitlab.freedesktop.org/mesa/glu](https://gitlab.freedesktop.org/mesa/glu) |
+| Versions |  |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [glu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glu/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] glu
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glu")
+```
+
+
+### glut (android)
+
+
+| Description | *OpenGL utility toolkit* |
+| -- | -- |
+| Homepage | [https://www.opengl.org/resources/libraries/glut/](https://www.opengl.org/resources/libraries/glut/) |
+| Versions |  |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [glut/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glut/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] glut
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glut")
+```
+
+
+### glx (android)
+
+
+| Description | *an extension to the X Window System core protocol providing an interface between OpenGL and the X Window System* |
+| -- | -- |
+| Homepage | [https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml](https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml) |
+| Versions |  |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [glx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] glx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glx")
+```
+
+
 ### gmssl (android)
 
 
@@ -6100,6 +6215,29 @@ add_requires("hopscotch-map")
 ```
 
 
+### houdini (android)
+
+
+| Description | *Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues.* |
+| -- | -- |
+| Homepage | [https://www.sidefx.com/](https://www.sidefx.com/) |
+| Versions |  |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [houdini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/houdini/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] houdini
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("houdini")
+```
+
+
 ### hpsocket (android)
 
 
@@ -7346,6 +7484,29 @@ add_requires("libbpf")
 ```
 
 
+### libc++ (android)
+
+
+| Description | *libc++ is a new implementation of the C++ standard library, targeting C++11 and above.* |
+| -- | -- |
+| Homepage | [https://libcxx.llvm.org/](https://libcxx.llvm.org/) |
+| Versions |  |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [libc++/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libc++/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] libc++
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libc++")
+```
+
+
 ### libcbor (android)
 
 
@@ -9966,6 +10127,29 @@ add_requires("matio")
 ```
 
 
+### matlab (android)
+
+
+| Description | *Build MEX function or engine application in matlab* |
+| -- | -- |
+| Homepage | [https://www.mathworks.com/help/matlab/ref/mex.html](https://www.mathworks.com/help/matlab/ref/mex.html) |
+| Versions |  |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [matlab/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/matlab/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] matlab
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("matlab")
+```
+
+
 ### mbedtls (android)
 
 
@@ -11513,6 +11697,29 @@ add_requires("nuklear")
 ```
 
 
+### nvtx (android)
+
+
+| Description | *A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.* |
+| -- | -- |
+| Homepage | [https://github.com/NVIDIA/NVTX](https://github.com/NVIDIA/NVTX) |
+| Versions |  |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [nvtx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nvtx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] nvtx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nvtx")
+```
+
+
 
 ## o
 ### obfuscate (android)
@@ -11777,6 +11984,29 @@ add_requires("openfbx")
 ```
 
 
+### opengl (android)
+
+
+| Description | *OpenGL - The Industry Standard for High Performance Graphics* |
+| -- | -- |
+| Homepage | [https://opengl.org/](https://opengl.org/) |
+| Versions |  |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [opengl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] opengl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opengl")
+```
+
+
 ### opengl-headers (android)
 
 
@@ -11944,6 +12174,29 @@ add_requires("optional-lite")
 ```
 
 
+### optix (android)
+
+
+| Description | *NVIDIA OPTIX™ RAY TRACING ENGINE* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/optix](https://developer.nvidia.com/optix) |
+| Versions |  |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [optix/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/optix/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] optix
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("optix")
+```
+
+
 ### orangeduck_mpc (android)
 
 
@@ -12973,6 +13226,29 @@ add_requires("poselib")
 ```
 
 
+### postgresql (android)
+
+
+| Description | *PostgreSQL Database Management System* |
+| -- | -- |
+| Homepage | [https://www.postgresql.org/](https://www.postgresql.org/) |
+| Versions |  |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [postgresql/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/postgresql/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] postgresql
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("postgresql")
+```
+
+
 ### pprint (android)
 
 
@@ -15342,7 +15618,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+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -17536,6 +17812,29 @@ add_requires("vulkan-validationlayers")
 ```
 
 
+### vulkansdk (android)
+
+
+| Description | *LunarG Vulkan® SDK* |
+| -- | -- |
+| Homepage | [https://www.lunarg.com/vulkan-sdk/](https://www.lunarg.com/vulkan-sdk/) |
+| Versions |  |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [vulkansdk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkansdk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] vulkansdk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkansdk")
+```
+
+
 ### vvenc (android)
 
 

+ 301 - 2
packages/bsd.md

@@ -1989,7 +1989,7 @@ add_requires("cargs")
 | -- | -- |
 | Homepage | [https://github.com/catchorg/Catch2](https://github.com/catchorg/Catch2) |
 | License | BSL-1.0 |
-| Versions | v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0 |
+| Versions | v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0, v3.7.1 |
 | Architectures | i386, x86_64 |
 | Definition | [catch2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua) |
 
@@ -3534,6 +3534,29 @@ add_requires("cubeb")
 ```
 
 
+### cuda (bsd)
+
+
+| Description | *CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/cuda-zone/](https://developer.nvidia.com/cuda-zone/) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [cuda/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cuda
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cuda")
+```
+
+
 ### cuda-samples (bsd)
 
 
@@ -5529,6 +5552,29 @@ add_requires("gflags")
 ```
 
 
+### gfortran (bsd)
+
+
+| Description | *The GNU Fortran compiler* |
+| -- | -- |
+| Homepage | [https://gcc.gnu.org/fortran/](https://gcc.gnu.org/fortran/) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [gfortran/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gfortran/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gfortran
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gfortran")
+```
+
+
 ### ghc_filesystem (bsd)
 
 
@@ -5815,6 +5861,75 @@ add_requires("glslang")
 ```
 
 
+### glu (bsd)
+
+
+| Description | *OpenGL utility library* |
+| -- | -- |
+| Homepage | [https://gitlab.freedesktop.org/mesa/glu](https://gitlab.freedesktop.org/mesa/glu) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [glu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glu/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glu
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glu")
+```
+
+
+### glut (bsd)
+
+
+| Description | *OpenGL utility toolkit* |
+| -- | -- |
+| Homepage | [https://www.opengl.org/resources/libraries/glut/](https://www.opengl.org/resources/libraries/glut/) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [glut/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glut/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glut
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glut")
+```
+
+
+### glx (bsd)
+
+
+| Description | *an extension to the X Window System core protocol providing an interface between OpenGL and the X Window System* |
+| -- | -- |
+| Homepage | [https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml](https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [glx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glx")
+```
+
+
 ### gmssl (bsd)
 
 
@@ -6365,6 +6480,29 @@ add_requires("hopscotch-map")
 ```
 
 
+### houdini (bsd)
+
+
+| Description | *Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues.* |
+| -- | -- |
+| Homepage | [https://www.sidefx.com/](https://www.sidefx.com/) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [houdini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/houdini/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install houdini
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("houdini")
+```
+
+
 ### http_parser (bsd)
 
 
@@ -7469,6 +7607,29 @@ add_requires("libbigwig")
 ```
 
 
+### libc++ (bsd)
+
+
+| Description | *libc++ is a new implementation of the C++ standard library, targeting C++11 and above.* |
+| -- | -- |
+| Homepage | [https://libcxx.llvm.org/](https://libcxx.llvm.org/) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [libc++/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libc++/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libc++
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libc++")
+```
+
+
 ### libcbor (bsd)
 
 
@@ -10198,6 +10359,29 @@ add_requires("matio")
 ```
 
 
+### matlab (bsd)
+
+
+| Description | *Build MEX function or engine application in matlab* |
+| -- | -- |
+| Homepage | [https://www.mathworks.com/help/matlab/ref/mex.html](https://www.mathworks.com/help/matlab/ref/mex.html) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [matlab/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/matlab/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install matlab
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("matlab")
+```
+
+
 ### mbedtls (bsd)
 
 
@@ -11674,6 +11858,29 @@ add_requires("nuklear")
 ```
 
 
+### nvtx (bsd)
+
+
+| Description | *A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.* |
+| -- | -- |
+| Homepage | [https://github.com/NVIDIA/NVTX](https://github.com/NVIDIA/NVTX) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [nvtx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nvtx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nvtx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nvtx")
+```
+
+
 
 ## o
 ### obfuscate (bsd)
@@ -11914,6 +12121,29 @@ add_requires("openfbx")
 ```
 
 
+### opengl (bsd)
+
+
+| Description | *OpenGL - The Industry Standard for High Performance Graphics* |
+| -- | -- |
+| Homepage | [https://opengl.org/](https://opengl.org/) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [opengl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install opengl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opengl")
+```
+
+
 ### opengl-headers (bsd)
 
 
@@ -12057,6 +12287,29 @@ add_requires("optional-lite")
 ```
 
 
+### optix (bsd)
+
+
+| Description | *NVIDIA OPTIX™ RAY TRACING ENGINE* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/optix](https://developer.nvidia.com/optix) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [optix/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/optix/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install optix
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("optix")
+```
+
+
 ### orangeduck_mpc (bsd)
 
 
@@ -13109,6 +13362,29 @@ add_requires("poselib")
 ```
 
 
+### postgresql (bsd)
+
+
+| Description | *PostgreSQL Database Management System* |
+| -- | -- |
+| Homepage | [https://www.postgresql.org/](https://www.postgresql.org/) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [postgresql/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/postgresql/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install postgresql
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("postgresql")
+```
+
+
 ### pprint (bsd)
 
 
@@ -15476,7 +15752,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 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -17739,6 +18015,29 @@ add_requires("vulkan-utility-libraries")
 ```
 
 
+### vulkansdk (bsd)
+
+
+| Description | *LunarG Vulkan® SDK* |
+| -- | -- |
+| Homepage | [https://www.lunarg.com/vulkan-sdk/](https://www.lunarg.com/vulkan-sdk/) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [vulkansdk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkansdk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vulkansdk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkansdk")
+```
+
+
 ### vvenc (bsd)
 
 

+ 301 - 2
packages/cross.md

@@ -1847,7 +1847,7 @@ add_requires("cargs")
 | -- | -- |
 | Homepage | [https://github.com/catchorg/Catch2](https://github.com/catchorg/Catch2) |
 | License | BSL-1.0 |
-| Versions | v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0 |
+| Versions | v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0, v3.7.1 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [catch2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua) |
 
@@ -3345,6 +3345,29 @@ add_requires("cubeb")
 ```
 
 
+### cuda (cross)
+
+
+| Description | *CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/cuda-zone/](https://developer.nvidia.com/cuda-zone/) |
+| Versions |  |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [cuda/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] cuda
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cuda")
+```
+
+
 ### cuda-samples (cross)
 
 
@@ -5388,6 +5411,29 @@ add_requires("gflags")
 ```
 
 
+### gfortran (cross)
+
+
+| Description | *The GNU Fortran compiler* |
+| -- | -- |
+| Homepage | [https://gcc.gnu.org/fortran/](https://gcc.gnu.org/fortran/) |
+| Versions |  |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [gfortran/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gfortran/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] gfortran
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gfortran")
+```
+
+
 ### ghc_filesystem (cross)
 
 
@@ -5674,6 +5720,75 @@ add_requires("glslang")
 ```
 
 
+### glu (cross)
+
+
+| Description | *OpenGL utility library* |
+| -- | -- |
+| Homepage | [https://gitlab.freedesktop.org/mesa/glu](https://gitlab.freedesktop.org/mesa/glu) |
+| Versions |  |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [glu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glu/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] glu
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glu")
+```
+
+
+### glut (cross)
+
+
+| Description | *OpenGL utility toolkit* |
+| -- | -- |
+| Homepage | [https://www.opengl.org/resources/libraries/glut/](https://www.opengl.org/resources/libraries/glut/) |
+| Versions |  |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [glut/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glut/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] glut
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glut")
+```
+
+
+### glx (cross)
+
+
+| Description | *an extension to the X Window System core protocol providing an interface between OpenGL and the X Window System* |
+| -- | -- |
+| Homepage | [https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml](https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml) |
+| Versions |  |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [glx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] glx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glx")
+```
+
+
 ### gmssl (cross)
 
 
@@ -6200,6 +6315,29 @@ add_requires("hopscotch-map")
 ```
 
 
+### houdini (cross)
+
+
+| Description | *Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues.* |
+| -- | -- |
+| Homepage | [https://www.sidefx.com/](https://www.sidefx.com/) |
+| Versions |  |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [houdini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/houdini/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] houdini
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("houdini")
+```
+
+
 ### http_parser (cross)
 
 
@@ -7231,6 +7369,29 @@ add_requires("libbigwig")
 ```
 
 
+### libc++ (cross)
+
+
+| Description | *libc++ is a new implementation of the C++ standard library, targeting C++11 and above.* |
+| -- | -- |
+| Homepage | [https://libcxx.llvm.org/](https://libcxx.llvm.org/) |
+| Versions |  |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [libc++/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libc++/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] libc++
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libc++")
+```
+
+
 ### libcbor (cross)
 
 
@@ -9565,6 +9726,29 @@ add_requires("matio")
 ```
 
 
+### matlab (cross)
+
+
+| Description | *Build MEX function or engine application in matlab* |
+| -- | -- |
+| Homepage | [https://www.mathworks.com/help/matlab/ref/mex.html](https://www.mathworks.com/help/matlab/ref/mex.html) |
+| Versions |  |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [matlab/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/matlab/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] matlab
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("matlab")
+```
+
+
 ### mbedtls (cross)
 
 
@@ -10921,6 +11105,29 @@ add_requires("nuklear")
 ```
 
 
+### nvtx (cross)
+
+
+| Description | *A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.* |
+| -- | -- |
+| Homepage | [https://github.com/NVIDIA/NVTX](https://github.com/NVIDIA/NVTX) |
+| Versions |  |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [nvtx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nvtx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] nvtx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nvtx")
+```
+
+
 
 ## o
 ### obfuscate (cross)
@@ -11138,6 +11345,29 @@ add_requires("openfbx")
 ```
 
 
+### opengl (cross)
+
+
+| Description | *OpenGL - The Industry Standard for High Performance Graphics* |
+| -- | -- |
+| Homepage | [https://opengl.org/](https://opengl.org/) |
+| Versions |  |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [opengl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] opengl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opengl")
+```
+
+
 ### opengl-headers (cross)
 
 
@@ -11258,6 +11488,29 @@ add_requires("optional-lite")
 ```
 
 
+### optix (cross)
+
+
+| Description | *NVIDIA OPTIX™ RAY TRACING ENGINE* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/optix](https://developer.nvidia.com/optix) |
+| Versions |  |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [optix/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/optix/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] optix
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("optix")
+```
+
+
 ### orangeduck_mpc (cross)
 
 
@@ -12263,6 +12516,29 @@ add_requires("poselib")
 ```
 
 
+### postgresql (cross)
+
+
+| Description | *PostgreSQL Database Management System* |
+| -- | -- |
+| Homepage | [https://www.postgresql.org/](https://www.postgresql.org/) |
+| Versions |  |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [postgresql/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/postgresql/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] postgresql
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("postgresql")
+```
+
+
 ### pprint (cross)
 
 
@@ -14558,7 +14834,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -16656,6 +16932,29 @@ add_requires("vulkan-utility-libraries")
 ```
 
 
+### vulkansdk (cross)
+
+
+| Description | *LunarG Vulkan® SDK* |
+| -- | -- |
+| Homepage | [https://www.lunarg.com/vulkan-sdk/](https://www.lunarg.com/vulkan-sdk/) |
+| Versions |  |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [vulkansdk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkansdk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] vulkansdk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkansdk")
+```
+
+
 
 ## w
 ### watcher (cross)

+ 301 - 2
packages/iphoneos.md

@@ -1605,7 +1605,7 @@ add_requires("cargs")
 | -- | -- |
 | Homepage | [https://github.com/catchorg/Catch2](https://github.com/catchorg/Catch2) |
 | License | BSL-1.0 |
-| Versions | v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0 |
+| Versions | v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0, v3.7.1 |
 | Architectures | arm64, x86_64 |
 | Definition | [catch2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua) |
 
@@ -3149,6 +3149,29 @@ add_requires("ctrl-c")
 ```
 
 
+### cuda (iphoneos)
+
+
+| Description | *CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/cuda-zone/](https://developer.nvidia.com/cuda-zone/) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [cuda/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos cuda
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cuda")
+```
+
+
 ### cuda-samples (iphoneos)
 
 
@@ -5120,6 +5143,29 @@ add_requires("gflags")
 ```
 
 
+### gfortran (iphoneos)
+
+
+| Description | *The GNU Fortran compiler* |
+| -- | -- |
+| Homepage | [https://gcc.gnu.org/fortran/](https://gcc.gnu.org/fortran/) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [gfortran/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gfortran/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos gfortran
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gfortran")
+```
+
+
 ### ghc_filesystem (iphoneos)
 
 
@@ -5334,6 +5380,75 @@ add_requires("glslang")
 ```
 
 
+### glu (iphoneos)
+
+
+| Description | *OpenGL utility library* |
+| -- | -- |
+| Homepage | [https://gitlab.freedesktop.org/mesa/glu](https://gitlab.freedesktop.org/mesa/glu) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [glu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glu/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos glu
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glu")
+```
+
+
+### glut (iphoneos)
+
+
+| Description | *OpenGL utility toolkit* |
+| -- | -- |
+| Homepage | [https://www.opengl.org/resources/libraries/glut/](https://www.opengl.org/resources/libraries/glut/) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [glut/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glut/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos glut
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glut")
+```
+
+
+### glx (iphoneos)
+
+
+| Description | *an extension to the X Window System core protocol providing an interface between OpenGL and the X Window System* |
+| -- | -- |
+| Homepage | [https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml](https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [glx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos glx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glx")
+```
+
+
 ### gmssl (iphoneos)
 
 
@@ -5955,6 +6070,29 @@ add_requires("hopscotch-map")
 ```
 
 
+### houdini (iphoneos)
+
+
+| Description | *Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues.* |
+| -- | -- |
+| Homepage | [https://www.sidefx.com/](https://www.sidefx.com/) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [houdini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/houdini/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos houdini
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("houdini")
+```
+
+
 ### http_parser (iphoneos)
 
 
@@ -7129,6 +7267,29 @@ add_requires("libbigwig")
 ```
 
 
+### libc++ (iphoneos)
+
+
+| Description | *libc++ is a new implementation of the C++ standard library, targeting C++11 and above.* |
+| -- | -- |
+| Homepage | [https://libcxx.llvm.org/](https://libcxx.llvm.org/) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [libc++/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libc++/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos libc++
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libc++")
+```
+
+
 ### libcbor (iphoneos)
 
 
@@ -9654,6 +9815,29 @@ add_requires("matio")
 ```
 
 
+### matlab (iphoneos)
+
+
+| Description | *Build MEX function or engine application in matlab* |
+| -- | -- |
+| Homepage | [https://www.mathworks.com/help/matlab/ref/mex.html](https://www.mathworks.com/help/matlab/ref/mex.html) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [matlab/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/matlab/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos matlab
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("matlab")
+```
+
+
 ### mbedtls (iphoneos)
 
 
@@ -11128,6 +11312,29 @@ add_requires("nuklear")
 ```
 
 
+### nvtx (iphoneos)
+
+
+| Description | *A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.* |
+| -- | -- |
+| Homepage | [https://github.com/NVIDIA/NVTX](https://github.com/NVIDIA/NVTX) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [nvtx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nvtx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos nvtx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nvtx")
+```
+
+
 
 ## o
 ### obfuscate (iphoneos)
@@ -11345,6 +11552,29 @@ add_requires("openfbx")
 ```
 
 
+### opengl (iphoneos)
+
+
+| Description | *OpenGL - The Industry Standard for High Performance Graphics* |
+| -- | -- |
+| Homepage | [https://opengl.org/](https://opengl.org/) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [opengl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos opengl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opengl")
+```
+
+
 ### opengl-headers (iphoneos)
 
 
@@ -11416,6 +11646,29 @@ add_requires("optional-lite")
 ```
 
 
+### optix (iphoneos)
+
+
+| Description | *NVIDIA OPTIX™ RAY TRACING ENGINE* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/optix](https://developer.nvidia.com/optix) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [optix/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/optix/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos optix
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("optix")
+```
+
+
 ### orangeduck_mpc (iphoneos)
 
 
@@ -12422,6 +12675,29 @@ add_requires("poselib")
 ```
 
 
+### postgresql (iphoneos)
+
+
+| Description | *PostgreSQL Database Management System* |
+| -- | -- |
+| Homepage | [https://www.postgresql.org/](https://www.postgresql.org/) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [postgresql/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/postgresql/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos postgresql
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("postgresql")
+```
+
+
 ### pprint (iphoneos)
 
 
@@ -14742,7 +15018,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -16889,6 +17165,29 @@ add_requires("vulkan-memory-allocator-hpp")
 ```
 
 
+### vulkansdk (iphoneos)
+
+
+| Description | *LunarG Vulkan® SDK* |
+| -- | -- |
+| Homepage | [https://www.lunarg.com/vulkan-sdk/](https://www.lunarg.com/vulkan-sdk/) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [vulkansdk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkansdk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos vulkansdk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkansdk")
+```
+
+
 ### vvenc (iphoneos)
 
 

+ 372 - 3
packages/linux.md

@@ -2968,7 +2968,7 @@ add_requires("cartographer")
 | -- | -- |
 | Homepage | [https://github.com/catchorg/Catch2](https://github.com/catchorg/Catch2) |
 | License | BSL-1.0 |
-| Versions | v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0 |
+| Versions | v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0, v3.7.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [catch2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua) |
 
@@ -5486,6 +5486,29 @@ add_requires("cubeb")
 ```
 
 
+### cuda (linux)
+
+
+| Description | *CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/cuda-zone/](https://developer.nvidia.com/cuda-zone/) |
+| Versions |  |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [cuda/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cuda
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cuda")
+```
+
+
 ### cuda-samples (linux)
 
 
@@ -9337,6 +9360,29 @@ add_requires("gflags")
 ```
 
 
+### gfortran (linux)
+
+
+| Description | *The GNU Fortran compiler* |
+| -- | -- |
+| Homepage | [https://gcc.gnu.org/fortran/](https://gcc.gnu.org/fortran/) |
+| Versions |  |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [gfortran/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gfortran/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gfortran
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gfortran")
+```
+
+
 ### ghc_filesystem (linux)
 
 
@@ -9838,6 +9884,75 @@ add_requires("glslang")
 ```
 
 
+### glu (linux)
+
+
+| Description | *OpenGL utility library* |
+| -- | -- |
+| Homepage | [https://gitlab.freedesktop.org/mesa/glu](https://gitlab.freedesktop.org/mesa/glu) |
+| Versions |  |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [glu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glu/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glu
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glu")
+```
+
+
+### glut (linux)
+
+
+| Description | *OpenGL utility toolkit* |
+| -- | -- |
+| Homepage | [https://www.opengl.org/resources/libraries/glut/](https://www.opengl.org/resources/libraries/glut/) |
+| Versions |  |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [glut/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glut/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glut
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glut")
+```
+
+
+### glx (linux)
+
+
+| Description | *an extension to the X Window System core protocol providing an interface between OpenGL and the X Window System* |
+| -- | -- |
+| Homepage | [https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml](https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml) |
+| Versions |  |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [glx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glx")
+```
+
+
 ### gmm (linux)
 
 
@@ -10336,6 +10451,30 @@ add_requires("gsl-lite")
 ```
 
 
+### gspell (linux)
+
+
+| Description | *A spell-checking library for GTK applications* |
+| -- | -- |
+| Homepage | [https://gitlab.gnome.org/GNOME/gspell](https://gitlab.gnome.org/GNOME/gspell) |
+| License | LGPL-2.0-or-later |
+| Versions |  |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [gspell/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gspell/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gspell
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gspell")
+```
+
+
 ### gstreamer (linux)
 
 
@@ -11008,6 +11147,29 @@ add_requires("hopscotch-map")
 ```
 
 
+### houdini (linux)
+
+
+| Description | *Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues.* |
+| -- | -- |
+| Homepage | [https://www.sidefx.com/](https://www.sidefx.com/) |
+| Versions |  |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [houdini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/houdini/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install houdini
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("houdini")
+```
+
+
 ### hpsocket (linux)
 
 
@@ -13396,6 +13558,29 @@ add_requires("libbsd")
 ```
 
 
+### libc++ (linux)
+
+
+| Description | *libc++ is a new implementation of the C++ standard library, targeting C++11 and above.* |
+| -- | -- |
+| Homepage | [https://libcxx.llvm.org/](https://libcxx.llvm.org/) |
+| Versions |  |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libc++/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libc++/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libc++
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libc++")
+```
+
+
 ### libcap (linux)
 
 
@@ -16599,6 +16784,29 @@ add_requires("libtorch")
 ```
 
 
+### libudev (linux)
+
+
+| Description | *API for enumerating and introspecting local devices* |
+| -- | -- |
+| Homepage | [https://www.freedesktop.org/wiki/Software/systemd/](https://www.freedesktop.org/wiki/Software/systemd/) |
+| Versions |  |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libudev/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libudev/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libudev
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libudev")
+```
+
+
 ### libudis86 (linux)
 
 
@@ -17447,6 +17655,29 @@ add_requires("libxmu")
 ```
 
 
+### libxnvctrl (linux)
+
+
+| Description | *NVIDIA driver control panel* |
+| -- | -- |
+| Homepage | [https://www.nvidia.com/en-us/drivers/unix/](https://www.nvidia.com/en-us/drivers/unix/) |
+| Versions |  |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libxnvctrl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libxnvctrl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libxnvctrl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libxnvctrl")
+```
+
+
 ### libxpm (linux)
 
 
@@ -19318,6 +19549,29 @@ add_requires("matio")
 ```
 
 
+### matlab (linux)
+
+
+| Description | *Build MEX function or engine application in matlab* |
+| -- | -- |
+| Homepage | [https://www.mathworks.com/help/matlab/ref/mex.html](https://www.mathworks.com/help/matlab/ref/mex.html) |
+| Versions |  |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [matlab/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/matlab/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install matlab
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("matlab")
+```
+
+
 ### matplotplusplus (linux)
 
 
@@ -22077,6 +22331,29 @@ add_requires("nvtt")
 ```
 
 
+### nvtx (linux)
+
+
+| Description | *A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.* |
+| -- | -- |
+| Homepage | [https://github.com/NVIDIA/NVTX](https://github.com/NVIDIA/NVTX) |
+| Versions |  |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [nvtx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nvtx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nvtx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nvtx")
+```
+
+
 
 ## o
 ### oatpp (linux)
@@ -22770,6 +23047,29 @@ add_requires("openfbx")
 ```
 
 
+### opengl (linux)
+
+
+| Description | *OpenGL - The Industry Standard for High Performance Graphics* |
+| -- | -- |
+| Homepage | [https://opengl.org/](https://opengl.org/) |
+| Versions |  |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [opengl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install opengl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opengl")
+```
+
+
 ### opengl-headers (linux)
 
 
@@ -23222,6 +23522,29 @@ add_requires("optional-lite")
 ```
 
 
+### optix (linux)
+
+
+| Description | *NVIDIA OPTIX™ RAY TRACING ENGINE* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/optix](https://developer.nvidia.com/optix) |
+| Versions |  |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [optix/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/optix/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install optix
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("optix")
+```
+
+
 ### orangeduck_mpc (linux)
 
 
@@ -24823,6 +25146,29 @@ add_requires("poselib")
 ```
 
 
+### postgresql (linux)
+
+
+| Description | *PostgreSQL Database Management System* |
+| -- | -- |
+| Homepage | [https://www.postgresql.org/](https://www.postgresql.org/) |
+| Versions |  |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [postgresql/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/postgresql/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install postgresql
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("postgresql")
+```
+
+
 ### pprint (linux)
 
 
@@ -28972,7 +29318,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -32613,6 +32959,29 @@ add_requires("vulkanscenegraph")
 ```
 
 
+### vulkansdk (linux)
+
+
+| Description | *LunarG Vulkan® SDK* |
+| -- | -- |
+| Homepage | [https://www.lunarg.com/vulkan-sdk/](https://www.lunarg.com/vulkan-sdk/) |
+| Versions |  |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [vulkansdk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkansdk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vulkansdk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkansdk")
+```
+
+
 ### vvenc (linux)
 
 
@@ -32954,7 +33323,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: 0x559c9dffa2b0 |
+| License | table: 0x563a68d13e60 |
 | Versions | 1.13 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 302 - 3
packages/macosx.md

@@ -2753,7 +2753,7 @@ add_requires("cartographer")
 | -- | -- |
 | Homepage | [https://github.com/catchorg/Catch2](https://github.com/catchorg/Catch2) |
 | License | BSL-1.0 |
-| Versions | v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0 |
+| Versions | v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0, v3.7.1 |
 | Architectures | arm64, x86_64 |
 | Definition | [catch2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua) |
 
@@ -5130,6 +5130,29 @@ add_requires("cubeb")
 ```
 
 
+### cuda (macosx)
+
+
+| Description | *CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/cuda-zone/](https://developer.nvidia.com/cuda-zone/) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [cuda/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cuda
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cuda")
+```
+
+
 ### cuda-samples (macosx)
 
 
@@ -8696,6 +8719,29 @@ add_requires("gflags")
 ```
 
 
+### gfortran (macosx)
+
+
+| Description | *The GNU Fortran compiler* |
+| -- | -- |
+| Homepage | [https://gcc.gnu.org/fortran/](https://gcc.gnu.org/fortran/) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [gfortran/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gfortran/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gfortran
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gfortran")
+```
+
+
 ### ghc_filesystem (macosx)
 
 
@@ -9173,6 +9219,75 @@ add_requires("glslang")
 ```
 
 
+### glu (macosx)
+
+
+| Description | *OpenGL utility library* |
+| -- | -- |
+| Homepage | [https://gitlab.freedesktop.org/mesa/glu](https://gitlab.freedesktop.org/mesa/glu) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [glu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glu/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glu
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glu")
+```
+
+
+### glut (macosx)
+
+
+| Description | *OpenGL utility toolkit* |
+| -- | -- |
+| Homepage | [https://www.opengl.org/resources/libraries/glut/](https://www.opengl.org/resources/libraries/glut/) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [glut/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glut/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glut
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glut")
+```
+
+
+### glx (macosx)
+
+
+| Description | *an extension to the X Window System core protocol providing an interface between OpenGL and the X Window System* |
+| -- | -- |
+| Homepage | [https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml](https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [glx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glx")
+```
+
+
 ### gmm (macosx)
 
 
@@ -10296,6 +10411,29 @@ add_requires("hopscotch-map")
 ```
 
 
+### houdini (macosx)
+
+
+| Description | *Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues.* |
+| -- | -- |
+| Homepage | [https://www.sidefx.com/](https://www.sidefx.com/) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [houdini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/houdini/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install houdini
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("houdini")
+```
+
+
 ### http_parser (macosx)
 
 
@@ -12517,6 +12655,29 @@ add_requires("libbpg")
 ```
 
 
+### libc++ (macosx)
+
+
+| Description | *libc++ is a new implementation of the C++ standard library, targeting C++11 and above.* |
+| -- | -- |
+| Homepage | [https://libcxx.llvm.org/](https://libcxx.llvm.org/) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [libc++/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libc++/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libc++
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libc++")
+```
+
+
 ### libcbor (macosx)
 
 
@@ -17845,6 +18006,29 @@ add_requires("matio")
 ```
 
 
+### matlab (macosx)
+
+
+| Description | *Build MEX function or engine application in matlab* |
+| -- | -- |
+| Homepage | [https://www.mathworks.com/help/matlab/ref/mex.html](https://www.mathworks.com/help/matlab/ref/mex.html) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [matlab/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/matlab/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install matlab
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("matlab")
+```
+
+
 ### matplotplusplus (macosx)
 
 
@@ -20439,6 +20623,29 @@ add_requires("nvtt")
 ```
 
 
+### nvtx (macosx)
+
+
+| Description | *A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.* |
+| -- | -- |
+| Homepage | [https://github.com/NVIDIA/NVTX](https://github.com/NVIDIA/NVTX) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [nvtx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nvtx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nvtx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nvtx")
+```
+
+
 
 ## o
 ### oatpp (macosx)
@@ -21109,6 +21316,29 @@ add_requires("openfbx")
 ```
 
 
+### opengl (macosx)
+
+
+| Description | *OpenGL - The Industry Standard for High Performance Graphics* |
+| -- | -- |
+| Homepage | [https://opengl.org/](https://opengl.org/) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [opengl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install opengl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opengl")
+```
+
+
 ### opengl-headers (macosx)
 
 
@@ -21513,6 +21743,29 @@ add_requires("optional-lite")
 ```
 
 
+### optix (macosx)
+
+
+| Description | *NVIDIA OPTIX™ RAY TRACING ENGINE* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/optix](https://developer.nvidia.com/optix) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [optix/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/optix/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install optix
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("optix")
+```
+
+
 ### orangeduck_mpc (macosx)
 
 
@@ -23019,6 +23272,29 @@ add_requires("poselib")
 ```
 
 
+### postgresql (macosx)
+
+
+| Description | *PostgreSQL Database Management System* |
+| -- | -- |
+| Homepage | [https://www.postgresql.org/](https://www.postgresql.org/) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [postgresql/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/postgresql/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install postgresql
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("postgresql")
+```
+
+
 ### pprint (macosx)
 
 
@@ -26787,7 +27063,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -30215,6 +30491,29 @@ add_requires("vulkanscenegraph")
 ```
 
 
+### vulkansdk (macosx)
+
+
+| Description | *LunarG Vulkan® SDK* |
+| -- | -- |
+| Homepage | [https://www.lunarg.com/vulkan-sdk/](https://www.lunarg.com/vulkan-sdk/) |
+| Versions |  |
+| Architectures | arm64, x86_64 |
+| Definition | [vulkansdk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkansdk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vulkansdk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkansdk")
+```
+
+
 ### vvenc (macosx)
 
 
@@ -30485,7 +30784,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: 0x559c9dffa2b0 |
+| License | table: 0x563a68d13e60 |
 | 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) |

+ 301 - 2
packages/mingw.md

@@ -1896,7 +1896,7 @@ add_requires("cargs")
 | -- | -- |
 | Homepage | [https://github.com/catchorg/Catch2](https://github.com/catchorg/Catch2) |
 | License | BSL-1.0 |
-| Versions | v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0 |
+| Versions | v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0, v3.7.1 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [catch2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua) |
 
@@ -3633,6 +3633,29 @@ add_requires("cubeb")
 ```
 
 
+### cuda (mingw)
+
+
+| Description | *CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/cuda-zone/](https://developer.nvidia.com/cuda-zone/) |
+| Versions |  |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [cuda/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] cuda
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cuda")
+```
+
+
 ### cuda-samples (mingw)
 
 
@@ -5939,6 +5962,29 @@ add_requires("gflags")
 ```
 
 
+### gfortran (mingw)
+
+
+| Description | *The GNU Fortran compiler* |
+| -- | -- |
+| Homepage | [https://gcc.gnu.org/fortran/](https://gcc.gnu.org/fortran/) |
+| Versions |  |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [gfortran/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gfortran/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] gfortran
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gfortran")
+```
+
+
 ### ghc_filesystem (mingw)
 
 
@@ -6296,6 +6342,75 @@ add_requires("glslang")
 ```
 
 
+### glu (mingw)
+
+
+| Description | *OpenGL utility library* |
+| -- | -- |
+| Homepage | [https://gitlab.freedesktop.org/mesa/glu](https://gitlab.freedesktop.org/mesa/glu) |
+| Versions |  |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [glu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glu/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] glu
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glu")
+```
+
+
+### glut (mingw)
+
+
+| Description | *OpenGL utility toolkit* |
+| -- | -- |
+| Homepage | [https://www.opengl.org/resources/libraries/glut/](https://www.opengl.org/resources/libraries/glut/) |
+| Versions |  |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [glut/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glut/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] glut
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glut")
+```
+
+
+### glx (mingw)
+
+
+| Description | *an extension to the X Window System core protocol providing an interface between OpenGL and the X Window System* |
+| -- | -- |
+| Homepage | [https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml](https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml) |
+| Versions |  |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [glx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] glx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glx")
+```
+
+
 ### gmm (mingw)
 
 
@@ -6868,6 +6983,29 @@ add_requires("hopscotch-map")
 ```
 
 
+### houdini (mingw)
+
+
+| Description | *Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues.* |
+| -- | -- |
+| Homepage | [https://www.sidefx.com/](https://www.sidefx.com/) |
+| Versions |  |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [houdini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/houdini/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] houdini
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("houdini")
+```
+
+
 ### http_parser (mingw)
 
 
@@ -8376,6 +8514,29 @@ add_requires("libbigwig")
 ```
 
 
+### libc++ (mingw)
+
+
+| Description | *libc++ is a new implementation of the C++ standard library, targeting C++11 and above.* |
+| -- | -- |
+| Homepage | [https://libcxx.llvm.org/](https://libcxx.llvm.org/) |
+| Versions |  |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [libc++/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libc++/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] libc++
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libc++")
+```
+
+
 ### libcbor (mingw)
 
 
@@ -11064,6 +11225,29 @@ add_requires("mathter")
 ```
 
 
+### matlab (mingw)
+
+
+| Description | *Build MEX function or engine application in matlab* |
+| -- | -- |
+| Homepage | [https://www.mathworks.com/help/matlab/ref/mex.html](https://www.mathworks.com/help/matlab/ref/mex.html) |
+| Versions |  |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [matlab/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/matlab/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] matlab
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("matlab")
+```
+
+
 ### mbedtls (mingw)
 
 
@@ -12853,6 +13037,29 @@ add_requires("nuklear")
 ```
 
 
+### nvtx (mingw)
+
+
+| Description | *A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.* |
+| -- | -- |
+| Homepage | [https://github.com/NVIDIA/NVTX](https://github.com/NVIDIA/NVTX) |
+| Versions |  |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [nvtx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nvtx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] nvtx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nvtx")
+```
+
+
 
 ## o
 ### obfuscate (mingw)
@@ -13070,6 +13277,29 @@ add_requires("openfbx")
 ```
 
 
+### opengl (mingw)
+
+
+| Description | *OpenGL - The Industry Standard for High Performance Graphics* |
+| -- | -- |
+| Homepage | [https://opengl.org/](https://opengl.org/) |
+| Versions |  |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [opengl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] opengl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opengl")
+```
+
+
 ### opengl-headers (mingw)
 
 
@@ -13214,6 +13444,29 @@ add_requires("optional-lite")
 ```
 
 
+### optix (mingw)
+
+
+| Description | *NVIDIA OPTIX™ RAY TRACING ENGINE* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/optix](https://developer.nvidia.com/optix) |
+| Versions |  |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [optix/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/optix/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] optix
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("optix")
+```
+
+
 ### orangeduck_mpc (mingw)
 
 
@@ -14385,6 +14638,29 @@ add_requires("poselib")
 ```
 
 
+### postgresql (mingw)
+
+
+| Description | *PostgreSQL Database Management System* |
+| -- | -- |
+| Homepage | [https://www.postgresql.org/](https://www.postgresql.org/) |
+| Versions |  |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [postgresql/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/postgresql/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] postgresql
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("postgresql")
+```
+
+
 ### pprint (mingw)
 
 
@@ -17253,7 +17529,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+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -19757,6 +20033,29 @@ add_requires("vulkan-utility-libraries")
 ```
 
 
+### vulkansdk (mingw)
+
+
+| Description | *LunarG Vulkan® SDK* |
+| -- | -- |
+| Homepage | [https://www.lunarg.com/vulkan-sdk/](https://www.lunarg.com/vulkan-sdk/) |
+| Versions |  |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [vulkansdk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkansdk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] vulkansdk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkansdk")
+```
+
+
 ### vvenc (mingw)
 
 

+ 301 - 2
packages/msys.md

@@ -1870,7 +1870,7 @@ add_requires("cargs")
 | -- | -- |
 | Homepage | [https://github.com/catchorg/Catch2](https://github.com/catchorg/Catch2) |
 | License | BSL-1.0 |
-| Versions | v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0 |
+| Versions | v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0, v3.7.1 |
 | Architectures | i386, x86_64 |
 | Definition | [catch2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua) |
 
@@ -3366,6 +3366,29 @@ add_requires("cubeb")
 ```
 
 
+### cuda (msys)
+
+
+| Description | *CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/cuda-zone/](https://developer.nvidia.com/cuda-zone/) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [cuda/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cuda
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cuda")
+```
+
+
 ### cuda-samples (msys)
 
 
@@ -5288,6 +5311,29 @@ add_requires("gflags")
 ```
 
 
+### gfortran (msys)
+
+
+| Description | *The GNU Fortran compiler* |
+| -- | -- |
+| Homepage | [https://gcc.gnu.org/fortran/](https://gcc.gnu.org/fortran/) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [gfortran/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gfortran/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gfortran
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gfortran")
+```
+
+
 ### ghc_filesystem (msys)
 
 
@@ -5550,6 +5596,75 @@ add_requires("glslang")
 ```
 
 
+### glu (msys)
+
+
+| Description | *OpenGL utility library* |
+| -- | -- |
+| Homepage | [https://gitlab.freedesktop.org/mesa/glu](https://gitlab.freedesktop.org/mesa/glu) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [glu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glu/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glu
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glu")
+```
+
+
+### glut (msys)
+
+
+| Description | *OpenGL utility toolkit* |
+| -- | -- |
+| Homepage | [https://www.opengl.org/resources/libraries/glut/](https://www.opengl.org/resources/libraries/glut/) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [glut/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glut/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glut
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glut")
+```
+
+
+### glx (msys)
+
+
+| Description | *an extension to the X Window System core protocol providing an interface between OpenGL and the X Window System* |
+| -- | -- |
+| Homepage | [https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml](https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [glx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glx")
+```
+
+
 ### gmssl (msys)
 
 
@@ -6051,6 +6166,29 @@ add_requires("hopscotch-map")
 ```
 
 
+### houdini (msys)
+
+
+| Description | *Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues.* |
+| -- | -- |
+| Homepage | [https://www.sidefx.com/](https://www.sidefx.com/) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [houdini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/houdini/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install houdini
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("houdini")
+```
+
+
 ### http_parser (msys)
 
 
@@ -7036,6 +7174,29 @@ add_requires("libbigwig")
 ```
 
 
+### libc++ (msys)
+
+
+| Description | *libc++ is a new implementation of the C++ standard library, targeting C++11 and above.* |
+| -- | -- |
+| Homepage | [https://libcxx.llvm.org/](https://libcxx.llvm.org/) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [libc++/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libc++/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libc++
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libc++")
+```
+
+
 ### libcbor (msys)
 
 
@@ -9201,6 +9362,29 @@ add_requires("mathter")
 ```
 
 
+### matlab (msys)
+
+
+| Description | *Build MEX function or engine application in matlab* |
+| -- | -- |
+| Homepage | [https://www.mathworks.com/help/matlab/ref/mex.html](https://www.mathworks.com/help/matlab/ref/mex.html) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [matlab/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/matlab/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install matlab
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("matlab")
+```
+
+
 ### mcfgthread (msys)
 
 
@@ -10512,6 +10696,29 @@ add_requires("nuklear")
 ```
 
 
+### nvtx (msys)
+
+
+| Description | *A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.* |
+| -- | -- |
+| Homepage | [https://github.com/NVIDIA/NVTX](https://github.com/NVIDIA/NVTX) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [nvtx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nvtx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nvtx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nvtx")
+```
+
+
 
 ## o
 ### obfuscate (msys)
@@ -10682,6 +10889,29 @@ add_requires("openfbx")
 ```
 
 
+### opengl (msys)
+
+
+| Description | *OpenGL - The Industry Standard for High Performance Graphics* |
+| -- | -- |
+| Homepage | [https://opengl.org/](https://opengl.org/) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [opengl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install opengl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opengl")
+```
+
+
 ### opengl-headers (msys)
 
 
@@ -10754,6 +10984,29 @@ add_requires("optional-lite")
 ```
 
 
+### optix (msys)
+
+
+| Description | *NVIDIA OPTIX™ RAY TRACING ENGINE* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/optix](https://developer.nvidia.com/optix) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [optix/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/optix/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install optix
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("optix")
+```
+
+
 ### orangeduck_mpc (msys)
 
 
@@ -11759,6 +12012,29 @@ add_requires("poselib")
 ```
 
 
+### postgresql (msys)
+
+
+| Description | *PostgreSQL Database Management System* |
+| -- | -- |
+| Homepage | [https://www.postgresql.org/](https://www.postgresql.org/) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [postgresql/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/postgresql/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install postgresql
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("postgresql")
+```
+
+
 ### pprint (msys)
 
 
@@ -13865,7 +14141,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 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -15916,6 +16192,29 @@ add_requires("vulkan-utility-libraries")
 ```
 
 
+### vulkansdk (msys)
+
+
+| Description | *LunarG Vulkan® SDK* |
+| -- | -- |
+| Homepage | [https://www.lunarg.com/vulkan-sdk/](https://www.lunarg.com/vulkan-sdk/) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [vulkansdk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkansdk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vulkansdk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkansdk")
+```
+
+
 ### vvenc (msys)
 
 

+ 301 - 2
packages/wasm.md

@@ -1488,7 +1488,7 @@ add_requires("cargs")
 | -- | -- |
 | Homepage | [https://github.com/catchorg/Catch2](https://github.com/catchorg/Catch2) |
 | License | BSL-1.0 |
-| Versions | v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0 |
+| Versions | v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0, v3.7.1 |
 | Architectures | wasm32, wasm64 |
 | Definition | [catch2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua) |
 
@@ -2866,6 +2866,29 @@ add_requires("cubeb")
 ```
 
 
+### cuda (wasm)
+
+
+| Description | *CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/cuda-zone/](https://developer.nvidia.com/cuda-zone/) |
+| Versions |  |
+| Architectures | wasm32, wasm64 |
+| Definition | [cuda/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm cuda
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cuda")
+```
+
+
 ### cuda-samples (wasm)
 
 
@@ -4670,6 +4693,29 @@ add_requires("gflags")
 ```
 
 
+### gfortran (wasm)
+
+
+| Description | *The GNU Fortran compiler* |
+| -- | -- |
+| Homepage | [https://gcc.gnu.org/fortran/](https://gcc.gnu.org/fortran/) |
+| Versions |  |
+| Architectures | wasm32, wasm64 |
+| Definition | [gfortran/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gfortran/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm gfortran
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gfortran")
+```
+
+
 ### ghc_filesystem (wasm)
 
 
@@ -4932,6 +4978,75 @@ add_requires("glslang")
 ```
 
 
+### glu (wasm)
+
+
+| Description | *OpenGL utility library* |
+| -- | -- |
+| Homepage | [https://gitlab.freedesktop.org/mesa/glu](https://gitlab.freedesktop.org/mesa/glu) |
+| Versions |  |
+| Architectures | wasm32, wasm64 |
+| Definition | [glu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glu/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm glu
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glu")
+```
+
+
+### glut (wasm)
+
+
+| Description | *OpenGL utility toolkit* |
+| -- | -- |
+| Homepage | [https://www.opengl.org/resources/libraries/glut/](https://www.opengl.org/resources/libraries/glut/) |
+| Versions |  |
+| Architectures | wasm32, wasm64 |
+| Definition | [glut/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glut/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm glut
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glut")
+```
+
+
+### glx (wasm)
+
+
+| Description | *an extension to the X Window System core protocol providing an interface between OpenGL and the X Window System* |
+| -- | -- |
+| Homepage | [https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml](https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml) |
+| Versions |  |
+| Architectures | wasm32, wasm64 |
+| Definition | [glx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm glx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glx")
+```
+
+
 ### gmssl (wasm)
 
 
@@ -5410,6 +5525,29 @@ add_requires("hopscotch-map")
 ```
 
 
+### houdini (wasm)
+
+
+| Description | *Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues.* |
+| -- | -- |
+| Homepage | [https://www.sidefx.com/](https://www.sidefx.com/) |
+| Versions |  |
+| Architectures | wasm32, wasm64 |
+| Definition | [houdini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/houdini/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm houdini
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("houdini")
+```
+
+
 ### http_parser (wasm)
 
 
@@ -6347,6 +6485,29 @@ add_requires("libb2")
 ```
 
 
+### libc++ (wasm)
+
+
+| Description | *libc++ is a new implementation of the C++ standard library, targeting C++11 and above.* |
+| -- | -- |
+| Homepage | [https://libcxx.llvm.org/](https://libcxx.llvm.org/) |
+| Versions |  |
+| Architectures | wasm32, wasm64 |
+| Definition | [libc++/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libc++/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm libc++
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libc++")
+```
+
+
 ### libcbor (wasm)
 
 
@@ -8511,6 +8672,29 @@ add_requires("matio")
 ```
 
 
+### matlab (wasm)
+
+
+| Description | *Build MEX function or engine application in matlab* |
+| -- | -- |
+| Homepage | [https://www.mathworks.com/help/matlab/ref/mex.html](https://www.mathworks.com/help/matlab/ref/mex.html) |
+| Versions |  |
+| Architectures | wasm32, wasm64 |
+| Definition | [matlab/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/matlab/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm matlab
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("matlab")
+```
+
+
 ### mbedtls (wasm)
 
 
@@ -9799,6 +9983,29 @@ add_requires("nuklear")
 ```
 
 
+### nvtx (wasm)
+
+
+| Description | *A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.* |
+| -- | -- |
+| Homepage | [https://github.com/NVIDIA/NVTX](https://github.com/NVIDIA/NVTX) |
+| Versions |  |
+| Architectures | wasm32, wasm64 |
+| Definition | [nvtx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nvtx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm nvtx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nvtx")
+```
+
+
 
 ## o
 ### obfuscate (wasm)
@@ -9945,6 +10152,29 @@ add_requires("opencl-headers")
 ```
 
 
+### opengl (wasm)
+
+
+| Description | *OpenGL - The Industry Standard for High Performance Graphics* |
+| -- | -- |
+| Homepage | [https://opengl.org/](https://opengl.org/) |
+| Versions |  |
+| Architectures | wasm32, wasm64 |
+| Definition | [opengl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm opengl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opengl")
+```
+
+
 ### opengl-headers (wasm)
 
 
@@ -10017,6 +10247,29 @@ add_requires("optional-lite")
 ```
 
 
+### optix (wasm)
+
+
+| Description | *NVIDIA OPTIX™ RAY TRACING ENGINE* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/optix](https://developer.nvidia.com/optix) |
+| Versions |  |
+| Architectures | wasm32, wasm64 |
+| Definition | [optix/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/optix/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm optix
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("optix")
+```
+
+
 ### orangeduck_mpc (wasm)
 
 
@@ -10926,6 +11179,29 @@ add_requires("portaudio")
 ```
 
 
+### postgresql (wasm)
+
+
+| Description | *PostgreSQL Database Management System* |
+| -- | -- |
+| Homepage | [https://www.postgresql.org/](https://www.postgresql.org/) |
+| Versions |  |
+| Architectures | wasm32, wasm64 |
+| Definition | [postgresql/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/postgresql/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm postgresql
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("postgresql")
+```
+
+
 ### pprint (wasm)
 
 
@@ -12936,7 +13212,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+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100 |
 | Architectures | wasm32, wasm64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -14772,6 +15048,29 @@ add_requires("vulkan-headers")
 ```
 
 
+### vulkansdk (wasm)
+
+
+| Description | *LunarG Vulkan® SDK* |
+| -- | -- |
+| Homepage | [https://www.lunarg.com/vulkan-sdk/](https://www.lunarg.com/vulkan-sdk/) |
+| Versions |  |
+| Architectures | wasm32, wasm64 |
+| Definition | [vulkansdk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkansdk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm vulkansdk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkansdk")
+```
+
+
 
 ## w
 ### wavpack (wasm)

+ 324 - 2
packages/windows.md

@@ -2613,7 +2613,7 @@ add_requires("cartographer")
 | -- | -- |
 | Homepage | [https://github.com/catchorg/Catch2](https://github.com/catchorg/Catch2) |
 | License | BSL-1.0 |
-| Versions | v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0 |
+| Versions | v2.9.2, v2.13.5, v2.13.6, v2.13.7, v2.13.8, v2.13.9, v2.13.10, v3.1.0, v3.1.1, v3.2.0, v3.2.1, v3.3.2, v3.4.0, v3.5.0, v3.5.1, v3.5.2, v3.5.3, v3.5.4, v3.6.0, v3.7.0, v3.7.1 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [catch2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua) |
 
@@ -5062,6 +5062,29 @@ add_requires("cubeb")
 ```
 
 
+### cuda (windows)
+
+
+| Description | *CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/cuda-zone/](https://developer.nvidia.com/cuda-zone/) |
+| Versions |  |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [cuda/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cuda
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cuda")
+```
+
+
 ### cuda-samples (windows)
 
 
@@ -8630,6 +8653,29 @@ add_requires("gflags")
 ```
 
 
+### gfortran (windows)
+
+
+| Description | *The GNU Fortran compiler* |
+| -- | -- |
+| Homepage | [https://gcc.gnu.org/fortran/](https://gcc.gnu.org/fortran/) |
+| Versions |  |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [gfortran/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gfortran/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gfortran
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gfortran")
+```
+
+
 ### ghc_filesystem (windows)
 
 
@@ -9107,6 +9153,75 @@ add_requires("glslang")
 ```
 
 
+### glu (windows)
+
+
+| Description | *OpenGL utility library* |
+| -- | -- |
+| Homepage | [https://gitlab.freedesktop.org/mesa/glu](https://gitlab.freedesktop.org/mesa/glu) |
+| Versions |  |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [glu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glu/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glu
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glu")
+```
+
+
+### glut (windows)
+
+
+| Description | *OpenGL utility toolkit* |
+| -- | -- |
+| Homepage | [https://www.opengl.org/resources/libraries/glut/](https://www.opengl.org/resources/libraries/glut/) |
+| Versions |  |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [glut/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glut/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glut
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glut")
+```
+
+
+### glx (windows)
+
+
+| Description | *an extension to the X Window System core protocol providing an interface between OpenGL and the X Window System* |
+| -- | -- |
+| Homepage | [https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml](https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml) |
+| Versions |  |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [glx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glx")
+```
+
+
 ### gmm (windows)
 
 
@@ -10110,6 +10225,29 @@ add_requires("hopscotch-map")
 ```
 
 
+### houdini (windows)
+
+
+| Description | *Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues.* |
+| -- | -- |
+| Homepage | [https://www.sidefx.com/](https://www.sidefx.com/) |
+| Versions |  |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [houdini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/houdini/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install houdini
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("houdini")
+```
+
+
 ### hpsocket (windows)
 
 
@@ -12189,6 +12327,29 @@ add_requires("libbpg")
 ```
 
 
+### libc++ (windows)
+
+
+| Description | *libc++ is a new implementation of the C++ standard library, targeting C++11 and above.* |
+| -- | -- |
+| Homepage | [https://libcxx.llvm.org/](https://libcxx.llvm.org/) |
+| Versions |  |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [libc++/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libc++/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libc++
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libc++")
+```
+
+
 ### libcbor (windows)
 
 
@@ -16018,6 +16179,29 @@ add_requires("matio")
 ```
 
 
+### matlab (windows)
+
+
+| Description | *Build MEX function or engine application in matlab* |
+| -- | -- |
+| Homepage | [https://www.mathworks.com/help/matlab/ref/mex.html](https://www.mathworks.com/help/matlab/ref/mex.html) |
+| Versions |  |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [matlab/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/matlab/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install matlab
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("matlab")
+```
+
+
 ### matplotplusplus (windows)
 
 
@@ -17354,6 +17538,29 @@ add_requires("msgpack-cxx")
 ```
 
 
+### msmpi (windows)
+
+
+| Description | *Microsoft MPI (MS-MPI) is a Microsoft implementation of the Message Passing Interface standard for developing and running parallel applications on the Windows platform.* |
+| -- | -- |
+| Homepage | [https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi](https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi) |
+| Versions |  |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [msmpi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/msmpi/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install msmpi
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("msmpi")
+```
+
+
 ### mujs (windows)
 
 
@@ -18565,6 +18772,29 @@ add_requires("nvtt")
 ```
 
 
+### nvtx (windows)
+
+
+| Description | *A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.* |
+| -- | -- |
+| Homepage | [https://github.com/NVIDIA/NVTX](https://github.com/NVIDIA/NVTX) |
+| Versions |  |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [nvtx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nvtx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nvtx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nvtx")
+```
+
+
 
 ## o
 ### oatpp (windows)
@@ -19212,6 +19442,29 @@ add_requires("openfbx")
 ```
 
 
+### opengl (windows)
+
+
+| Description | *OpenGL - The Industry Standard for High Performance Graphics* |
+| -- | -- |
+| Homepage | [https://opengl.org/](https://opengl.org/) |
+| Versions |  |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [opengl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install opengl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opengl")
+```
+
+
 ### opengl-headers (windows)
 
 
@@ -19641,6 +19894,29 @@ add_requires("optional-lite")
 ```
 
 
+### optix (windows)
+
+
+| Description | *NVIDIA OPTIX™ RAY TRACING ENGINE* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/optix](https://developer.nvidia.com/optix) |
+| Versions |  |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [optix/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/optix/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install optix
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("optix")
+```
+
+
 ### orangeduck_mpc (windows)
 
 
@@ -21099,6 +21375,29 @@ add_requires("poselib")
 ```
 
 
+### postgresql (windows)
+
+
+| Description | *PostgreSQL Database Management System* |
+| -- | -- |
+| Homepage | [https://www.postgresql.org/](https://www.postgresql.org/) |
+| Versions |  |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [postgresql/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/postgresql/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install postgresql
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("postgresql")
+```
+
+
 ### pprint (windows)
 
 
@@ -24798,7 +25097,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -28371,6 +28670,29 @@ add_requires("vulkanscenegraph")
 ```
 
 
+### vulkansdk (windows)
+
+
+| Description | *LunarG Vulkan® SDK* |
+| -- | -- |
+| Homepage | [https://www.lunarg.com/vulkan-sdk/](https://www.lunarg.com/vulkan-sdk/) |
+| Versions |  |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [vulkansdk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkansdk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vulkansdk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkansdk")
+```
+
+
 ### vvenc (windows)
 
 

+ 26 - 26
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2024-09-18T06:36:46+08:00</lastmod>
+  <lastmod>2024-09-18T14:15:06+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-09-18T06:36:52+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
+  <lastmod>2024-09-18T14:15:13+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-09-18T06:36:53+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
+  <lastmod>2024-09-18T14:15:14+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-09-18T06:36:53+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
+  <lastmod>2024-09-18T14:15:14+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-09-18T06:36:53+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
+  <lastmod>2024-09-18T14:15:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-09-18T06:36:54+08:00</lastmod>
+  <lastmod>2024-09-18T14:15:14+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-09-18T06:36:54+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
+  <lastmod>2024-09-18T14:15:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-09-18T06:36:54+08:00</lastmod>
+  <lastmod>2024-09-18T14:15:15+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-09-18T06:36:55+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
+  <lastmod>2024-09-18T14:15:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-09-18T06:36:55+08:00</lastmod>
+  <lastmod>2024-09-18T14:15:16+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-09-18T06:36:55+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
+  <lastmod>2024-09-18T14:15:16+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-09-18T06:36:56+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
+  <lastmod>2024-09-18T14:15:16+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-09-18T06:36:56+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
+  <lastmod>2024-09-18T14:15:17+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-09-18T06:36:57+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
+  <lastmod>2024-09-18T14:15:17+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-09-18T06:36:57+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
+  <lastmod>2024-09-18T14:15:17+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_sidebar.md

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