Ver código fonte

autoupdate docs by xmake-repo/ci

ruki 1 ano atrás
pai
commit
4da1a4257f

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: pytype, ormpp, astc-encoder**
+- **Recently added: egl-headers, opengl-headers, pytype**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

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

+ 76 - 2
mirror/packages/android.html

@@ -4199,6 +4199,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("effolkronium-random")
 </code></pre>
+<h3 id="eglheadersandroid">egl-headers (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>EGL API and Extension Registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/EGL-Registry">https://github.com/KhronosGroup/EGL-Registry</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.12.16</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/e/egl-headers/xmake.lua">egl-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] egl-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("egl-headers")
+</code></pre>
 <h3 id="elfioandroid">elfio (android)</h3>
 <table>
 <thead>
@@ -12281,7 +12318,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>21.0, 22.0</td>
+<td>21.0, 22.0, 26.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13012,6 +13049,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("opencore-amr")
 </code></pre>
+<h3 id="openglheadersandroid">opengl-headers (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/OpenGL-Registry/">https://github.com/KhronosGroup/OpenGL-Registry/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.01.04</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-headers/xmake.lua">opengl-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] opengl-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opengl-headers")
+</code></pre>
 <h3 id="openrestryluajitandroid">openrestry-luajit (android)</h3>
 <table>
 <thead>
@@ -20058,7 +20132,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3</td>
+<td>v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3, v1.3.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 76 - 2
mirror/packages/bsd.html

@@ -4503,6 +4503,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("efsw")
 </code></pre>
+<h3 id="eglheadersbsd">egl-headers (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>EGL API and Extension Registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/EGL-Registry">https://github.com/KhronosGroup/EGL-Registry</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.12.16</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/e/egl-headers/xmake.lua">egl-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install egl-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("egl-headers")
+</code></pre>
 <h3 id="elfiobsd">elfio (bsd)</h3>
 <table>
 <thead>
@@ -11882,7 +11919,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>21.0, 22.0</td>
+<td>21.0, 22.0, 26.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -12440,6 +12477,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("opencore-amr")
 </code></pre>
+<h3 id="openglheadersbsd">opengl-headers (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/OpenGL-Registry/">https://github.com/KhronosGroup/OpenGL-Registry/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.01.04</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-headers/xmake.lua">opengl-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install opengl-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opengl-headers")
+</code></pre>
 <h3 id="openrestryluajitbsd">openrestry-luajit (bsd)</h3>
 <table>
 <thead>
@@ -18976,7 +19050,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3</td>
+<td>v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3, v1.3.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 76 - 2
mirror/packages/cross.html

@@ -4359,6 +4359,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("effolkronium-random")
 </code></pre>
+<h3 id="eglheaderscross">egl-headers (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>EGL API and Extension Registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/EGL-Registry">https://github.com/KhronosGroup/EGL-Registry</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.12.16</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/e/egl-headers/xmake.lua">egl-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] egl-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("egl-headers")
+</code></pre>
 <h3 id="eigencross">eigen (cross)</h3>
 <table>
 <thead>
@@ -11231,7 +11268,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>21.0, 22.0</td>
+<td>21.0, 22.0, 26.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11859,6 +11896,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("opencore-amr")
 </code></pre>
+<h3 id="openglheaderscross">opengl-headers (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/OpenGL-Registry/">https://github.com/KhronosGroup/OpenGL-Registry/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.01.04</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl-headers/xmake.lua">opengl-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] opengl-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opengl-headers")
+</code></pre>
 <h3 id="opensslcross">openssl (cross)</h3>
 <table>
 <thead>
@@ -18185,7 +18259,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3</td>
+<td>v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3, v1.3.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 76 - 2
mirror/packages/iphoneos.html

@@ -3981,6 +3981,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("efsw")
 </code></pre>
+<h3 id="eglheadersiphoneos">egl-headers (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>EGL API and Extension Registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/EGL-Registry">https://github.com/KhronosGroup/EGL-Registry</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.12.16</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/e/egl-headers/xmake.lua">egl-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos egl-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("egl-headers")
+</code></pre>
 <h3 id="elfioiphoneos">elfio (iphoneos)</h3>
 <table>
 <thead>
@@ -11417,7 +11454,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>21.0, 22.0</td>
+<td>21.0, 22.0, 26.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -12045,6 +12082,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("opencore-amr")
 </code></pre>
+<h3 id="openglheadersiphoneos">opengl-headers (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/OpenGL-Registry/">https://github.com/KhronosGroup/OpenGL-Registry/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.01.04</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-headers/xmake.lua">opengl-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos opengl-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opengl-headers")
+</code></pre>
 <h3 id="openrestryluajitiphoneos">openrestry-luajit (iphoneos)</h3>
 <table>
 <thead>
@@ -18420,7 +18494,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3</td>
+<td>v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3, v1.3.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 76 - 2
mirror/packages/linux.html

@@ -8347,6 +8347,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("efsw")
 </code></pre>
+<h3 id="eglheaderslinux">egl-headers (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>EGL API and Extension Registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/EGL-Registry">https://github.com/KhronosGroup/EGL-Registry</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.12.16</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loongarch64, 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/e/egl-headers/xmake.lua">egl-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install egl-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("egl-headers")
+</code></pre>
 <h3 id="eigenlinux">eigen (linux)</h3>
 <table>
 <thead>
@@ -26254,7 +26291,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>21.0, 22.0</td>
+<td>21.0, 22.0, 26.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -28042,6 +28079,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openexr")
 </code></pre>
+<h3 id="openglheaderslinux">opengl-headers (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/OpenGL-Registry/">https://github.com/KhronosGroup/OpenGL-Registry/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.01.04</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loongarch64, 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-headers/xmake.lua">opengl-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install opengl-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opengl-headers")
+</code></pre>
 <h3 id="openh264linux">openh264 (linux)</h3>
 <table>
 <thead>
@@ -42080,7 +42154,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3</td>
+<td>v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3, v1.3.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 76 - 2
mirror/packages/macosx.html

@@ -7734,6 +7734,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("efsw")
 </code></pre>
+<h3 id="eglheadersmacosx">egl-headers (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>EGL API and Extension Registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/EGL-Registry">https://github.com/KhronosGroup/EGL-Registry</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.12.16</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/e/egl-headers/xmake.lua">egl-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install egl-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("egl-headers")
+</code></pre>
 <h3 id="eigenmacosx">eigen (macosx)</h3>
 <table>
 <thead>
@@ -24369,7 +24406,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>21.0, 22.0</td>
+<td>21.0, 22.0, 26.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -26087,6 +26124,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openexr")
 </code></pre>
+<h3 id="openglheadersmacosx">opengl-headers (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/OpenGL-Registry/">https://github.com/KhronosGroup/OpenGL-Registry/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.01.04</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-headers/xmake.lua">opengl-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install opengl-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opengl-headers")
+</code></pre>
 <h3 id="openimageiomacosx">openimageio (macosx)</h3>
 <table>
 <thead>
@@ -39121,7 +39195,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3</td>
+<td>v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3, v1.3.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 76 - 2
mirror/packages/mingw.html

@@ -4647,6 +4647,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("efsw")
 </code></pre>
+<h3 id="eglheadersmingw">egl-headers (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>EGL API and Extension Registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/EGL-Registry">https://github.com/KhronosGroup/EGL-Registry</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.12.16</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/e/egl-headers/xmake.lua">egl-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] egl-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("egl-headers")
+</code></pre>
 <h3 id="eigenmingw">eigen (mingw)</h3>
 <table>
 <thead>
@@ -13297,7 +13334,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>21.0, 22.0</td>
+<td>21.0, 22.0, 26.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -14081,6 +14118,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("opencore-amr")
 </code></pre>
+<h3 id="openglheadersmingw">opengl-headers (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/OpenGL-Registry/">https://github.com/KhronosGroup/OpenGL-Registry/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.01.04</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-headers/xmake.lua">opengl-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] opengl-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opengl-headers")
+</code></pre>
 <h3 id="openjdkmingw">openjdk (mingw)</h3>
 <table>
 <thead>
@@ -22415,7 +22489,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3</td>
+<td>v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3, v1.3.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 76 - 2
mirror/packages/msys.html

@@ -4100,6 +4100,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("effolkronium-random")
 </code></pre>
+<h3 id="eglheadersmsys">egl-headers (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>EGL API and Extension Registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/EGL-Registry">https://github.com/KhronosGroup/EGL-Registry</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.12.16</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/e/egl-headers/xmake.lua">egl-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install egl-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("egl-headers")
+</code></pre>
 <h3 id="elfiomsys">elfio (msys)</h3>
 <table>
 <thead>
@@ -10071,7 +10108,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>21.0, 22.0</td>
+<td>21.0, 22.0, 26.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10563,6 +10600,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("opencl-headers")
 </code></pre>
+<h3 id="openglheadersmsys">opengl-headers (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/OpenGL-Registry/">https://github.com/KhronosGroup/OpenGL-Registry/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.01.04</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-headers/xmake.lua">opengl-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install opengl-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opengl-headers")
+</code></pre>
 <h3 id="optionallitemsys">optional-lite (msys)</h3>
 <table>
 <thead>
@@ -16358,7 +16432,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3</td>
+<td>v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3, v1.3.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 76 - 2
mirror/packages/wasm.html

@@ -3549,6 +3549,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("effolkronium-random")
 </code></pre>
+<h3 id="eglheaderswasm">egl-headers (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>EGL API and Extension Registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/EGL-Registry">https://github.com/KhronosGroup/EGL-Registry</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.12.16</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/e/egl-headers/xmake.lua">egl-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm egl-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("egl-headers")
+</code></pre>
 <h3 id="elfiowasm">elfio (wasm)</h3>
 <table>
 <thead>
@@ -9730,7 +9767,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>21.0, 22.0</td>
+<td>21.0, 22.0, 26.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10222,6 +10259,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("opencl-headers")
 </code></pre>
+<h3 id="openglheaderswasm">opengl-headers (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/OpenGL-Registry/">https://github.com/KhronosGroup/OpenGL-Registry/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.01.04</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-headers/xmake.lua">opengl-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm opengl-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opengl-headers")
+</code></pre>
 <h3 id="optionallitewasm">optional-lite (wasm)</h3>
 <table>
 <thead>
@@ -15824,7 +15898,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3</td>
+<td>v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3, v1.3.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 76 - 2
mirror/packages/windows.html

@@ -7898,6 +7898,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("efsw")
 </code></pre>
+<h3 id="eglheaderswindows">egl-headers (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>EGL API and Extension Registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/EGL-Registry">https://github.com/KhronosGroup/EGL-Registry</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.12.16</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/e/egl-headers/xmake.lua">egl-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install egl-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("egl-headers")
+</code></pre>
 <h3 id="eigenwindows">eigen (windows)</h3>
 <table>
 <thead>
@@ -22020,7 +22057,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>21.0, 22.0</td>
+<td>21.0, 22.0, 26.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -23631,6 +23668,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openexr")
 </code></pre>
+<h3 id="openglheaderswindows">opengl-headers (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/OpenGL-Registry/">https://github.com/KhronosGroup/OpenGL-Registry/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.01.04</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl-headers/xmake.lua">opengl-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install opengl-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opengl-headers")
+</code></pre>
 <h3 id="openh264windows">openh264 (windows)</h3>
 <table>
 <thead>
@@ -36528,7 +36602,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3</td>
+<td>v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3, v1.3.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 50 - 2
packages/android.md

@@ -2714,6 +2714,30 @@ add_requires("effolkronium-random")
 ```
 
 
+### egl-headers (android)
+
+
+| Description | *EGL API and Extension Registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/EGL-Registry](https://github.com/KhronosGroup/EGL-Registry) |
+| License | MIT |
+| Versions | 2023.12.16 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [egl-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/egl-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] egl-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("egl-headers")
+```
+
+
 ### elfio (android)
 
 
@@ -8086,7 +8110,7 @@ add_requires("nasm")
 | Description | *Android NDK toolchain.* |
 | -- | -- |
 | Homepage | [https://developer.android.com/ndk](https://developer.android.com/ndk) |
-| Versions | 21.0, 22.0 |
+| Versions | 21.0, 22.0, 26.0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [ndk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ndk/xmake.lua) |
 
@@ -8578,6 +8602,30 @@ add_requires("opencore-amr")
 ```
 
 
+### opengl-headers (android)
+
+
+| Description | *OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/OpenGL-Registry/](https://github.com/KhronosGroup/OpenGL-Registry/) |
+| License | MIT |
+| Versions | 2024.01.04 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [opengl-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] opengl-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opengl-headers")
+```
+
+
 ### openrestry-luajit (android)
 
 
@@ -13252,7 +13300,7 @@ add_requires("zig")
 | Description | *A Massively Spiffy Yet Delicately Unobtrusive Compression Library* |
 | -- | -- |
 | Homepage | [http://www.zlib.net](http://www.zlib.net) |
-| Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3 |
+| Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3, v1.3.1 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [zlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib/xmake.lua) |
 

+ 50 - 2
packages/bsd.md

@@ -2908,6 +2908,30 @@ add_requires("efsw")
 ```
 
 
+### egl-headers (bsd)
+
+
+| Description | *EGL API and Extension Registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/EGL-Registry](https://github.com/KhronosGroup/EGL-Registry) |
+| License | MIT |
+| Versions | 2023.12.16 |
+| Architectures | i386, x86_64 |
+| Definition | [egl-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/egl-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install egl-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("egl-headers")
+```
+
+
 ### elfio (bsd)
 
 
@@ -7824,7 +7848,7 @@ add_requires("ndarray")
 | Description | *Android NDK toolchain.* |
 | -- | -- |
 | Homepage | [https://developer.android.com/ndk](https://developer.android.com/ndk) |
-| Versions | 21.0, 22.0 |
+| Versions | 21.0, 22.0, 26.0 |
 | Architectures | i386, x86_64 |
 | Definition | [ndk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ndk/xmake.lua) |
 
@@ -8199,6 +8223,30 @@ add_requires("opencore-amr")
 ```
 
 
+### opengl-headers (bsd)
+
+
+| Description | *OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/OpenGL-Registry/](https://github.com/KhronosGroup/OpenGL-Registry/) |
+| License | MIT |
+| Versions | 2024.01.04 |
+| Architectures | i386, x86_64 |
+| Definition | [opengl-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install opengl-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opengl-headers")
+```
+
+
 ### openrestry-luajit (bsd)
 
 
@@ -12539,7 +12587,7 @@ add_requires("zimg")
 | Description | *A Massively Spiffy Yet Delicately Unobtrusive Compression Library* |
 | -- | -- |
 | Homepage | [http://www.zlib.net](http://www.zlib.net) |
-| Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3 |
+| Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3, v1.3.1 |
 | Architectures | i386, x86_64 |
 | Definition | [zlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib/xmake.lua) |
 

+ 50 - 2
packages/cross.md

@@ -2813,6 +2813,30 @@ add_requires("effolkronium-random")
 ```
 
 
+### egl-headers (cross)
+
+
+| Description | *EGL API and Extension Registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/EGL-Registry](https://github.com/KhronosGroup/EGL-Registry) |
+| License | MIT |
+| Versions | 2023.12.16 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [egl-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/egl-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] egl-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("egl-headers")
+```
+
+
 ### eigen (cross)
 
 
@@ -7381,7 +7405,7 @@ add_requires("ndarray")
 | Description | *Android NDK toolchain.* |
 | -- | -- |
 | Homepage | [https://developer.android.com/ndk](https://developer.android.com/ndk) |
-| Versions | 21.0, 22.0 |
+| Versions | 21.0, 22.0, 26.0 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [ndk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ndk/xmake.lua) |
 
@@ -7803,6 +7827,30 @@ add_requires("opencore-amr")
 ```
 
 
+### opengl-headers (cross)
+
+
+| Description | *OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/OpenGL-Registry/](https://github.com/KhronosGroup/OpenGL-Registry/) |
+| License | MIT |
+| Versions | 2024.01.04 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [opengl-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] opengl-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opengl-headers")
+```
+
+
 ### openssl (cross)
 
 
@@ -12002,7 +12050,7 @@ add_requires("zig")
 | Description | *A Massively Spiffy Yet Delicately Unobtrusive Compression Library* |
 | -- | -- |
 | Homepage | [http://www.zlib.net](http://www.zlib.net) |
-| Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3 |
+| Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3, v1.3.1 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [zlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib/xmake.lua) |
 

+ 50 - 2
packages/iphoneos.md

@@ -2571,6 +2571,30 @@ add_requires("efsw")
 ```
 
 
+### egl-headers (iphoneos)
+
+
+| Description | *EGL API and Extension Registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/EGL-Registry](https://github.com/KhronosGroup/EGL-Registry) |
+| License | MIT |
+| Versions | 2023.12.16 |
+| Architectures | arm64, x86_64 |
+| Definition | [egl-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/egl-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos egl-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("egl-headers")
+```
+
+
 ### elfio (iphoneos)
 
 
@@ -7516,7 +7540,7 @@ add_requires("nasm")
 | Description | *Android NDK toolchain.* |
 | -- | -- |
 | Homepage | [https://developer.android.com/ndk](https://developer.android.com/ndk) |
-| Versions | 21.0, 22.0 |
+| Versions | 21.0, 22.0, 26.0 |
 | Architectures | arm64, x86_64 |
 | Definition | [ndk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ndk/xmake.lua) |
 
@@ -7938,6 +7962,30 @@ add_requires("opencore-amr")
 ```
 
 
+### opengl-headers (iphoneos)
+
+
+| Description | *OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/OpenGL-Registry/](https://github.com/KhronosGroup/OpenGL-Registry/) |
+| License | MIT |
+| Versions | 2024.01.04 |
+| Architectures | arm64, x86_64 |
+| Definition | [opengl-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos opengl-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opengl-headers")
+```
+
+
 ### openrestry-luajit (iphoneos)
 
 
@@ -12164,7 +12212,7 @@ add_requires("zig")
 | Description | *A Massively Spiffy Yet Delicately Unobtrusive Compression Library* |
 | -- | -- |
 | Homepage | [http://www.zlib.net](http://www.zlib.net) |
-| Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3 |
+| Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3, v1.3.1 |
 | Architectures | arm64, x86_64 |
 | Definition | [zlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib/xmake.lua) |
 

+ 50 - 2
packages/linux.md

@@ -5449,6 +5449,30 @@ add_requires("efsw")
 ```
 
 
+### egl-headers (linux)
+
+
+| Description | *EGL API and Extension Registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/EGL-Registry](https://github.com/KhronosGroup/EGL-Registry) |
+| License | MIT |
+| Versions | 2023.12.16 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loongarch64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [egl-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/egl-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install egl-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("egl-headers")
+```
+
+
 ### eigen (linux)
 
 
@@ -17385,7 +17409,7 @@ add_requires("ndarray")
 | Description | *Android NDK toolchain.* |
 | -- | -- |
 | Homepage | [https://developer.android.com/ndk](https://developer.android.com/ndk) |
-| Versions | 21.0, 22.0 |
+| Versions | 21.0, 22.0, 26.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loongarch64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [ndk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ndk/xmake.lua) |
 
@@ -18569,6 +18593,30 @@ add_requires("openexr")
 ```
 
 
+### opengl-headers (linux)
+
+
+| Description | *OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/OpenGL-Registry/](https://github.com/KhronosGroup/OpenGL-Registry/) |
+| License | MIT |
+| Versions | 2024.01.04 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loongarch64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [opengl-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install opengl-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opengl-headers")
+```
+
+
 ### openh264 (linux)
 
 
@@ -27882,7 +27930,7 @@ add_requires("zimg")
 | Description | *A Massively Spiffy Yet Delicately Unobtrusive Compression Library* |
 | -- | -- |
 | Homepage | [http://www.zlib.net](http://www.zlib.net) |
-| Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3 |
+| Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3, v1.3.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loongarch64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [zlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib/xmake.lua) |
 

+ 50 - 2
packages/macosx.md

@@ -5045,6 +5045,30 @@ add_requires("efsw")
 ```
 
 
+### egl-headers (macosx)
+
+
+| Description | *EGL API and Extension Registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/EGL-Registry](https://github.com/KhronosGroup/EGL-Registry) |
+| License | MIT |
+| Versions | 2023.12.16 |
+| Architectures | arm64, x86_64 |
+| Definition | [egl-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/egl-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install egl-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("egl-headers")
+```
+
+
 ### eigen (macosx)
 
 
@@ -16132,7 +16156,7 @@ add_requires("ndarray")
 | Description | *Android NDK toolchain.* |
 | -- | -- |
 | Homepage | [https://developer.android.com/ndk](https://developer.android.com/ndk) |
-| Versions | 21.0, 22.0 |
+| Versions | 21.0, 22.0, 26.0 |
 | Architectures | arm64, x86_64 |
 | Definition | [ndk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ndk/xmake.lua) |
 
@@ -17269,6 +17293,30 @@ add_requires("openexr")
 ```
 
 
+### opengl-headers (macosx)
+
+
+| Description | *OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/OpenGL-Registry/](https://github.com/KhronosGroup/OpenGL-Registry/) |
+| License | MIT |
+| Versions | 2024.01.04 |
+| Architectures | arm64, x86_64 |
+| Definition | [opengl-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install opengl-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opengl-headers")
+```
+
+
 ### openimageio (macosx)
 
 
@@ -25918,7 +25966,7 @@ add_requires("zimg")
 | Description | *A Massively Spiffy Yet Delicately Unobtrusive Compression Library* |
 | -- | -- |
 | Homepage | [http://www.zlib.net](http://www.zlib.net) |
-| Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3 |
+| Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3, v1.3.1 |
 | Architectures | arm64, x86_64 |
 | Definition | [zlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib/xmake.lua) |
 

+ 50 - 2
packages/mingw.md

@@ -3003,6 +3003,30 @@ add_requires("efsw")
 ```
 
 
+### egl-headers (mingw)
+
+
+| Description | *EGL API and Extension Registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/EGL-Registry](https://github.com/KhronosGroup/EGL-Registry) |
+| License | MIT |
+| Versions | 2023.12.16 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [egl-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/egl-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] egl-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("egl-headers")
+```
+
+
 ### eigen (mingw)
 
 
@@ -8753,7 +8777,7 @@ add_requires("ndarray")
 | Description | *Android NDK toolchain.* |
 | -- | -- |
 | Homepage | [https://developer.android.com/ndk](https://developer.android.com/ndk) |
-| Versions | 21.0, 22.0 |
+| Versions | 21.0, 22.0, 26.0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [ndk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ndk/xmake.lua) |
 
@@ -9273,6 +9297,30 @@ add_requires("opencore-amr")
 ```
 
 
+### opengl-headers (mingw)
+
+
+| Description | *OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/OpenGL-Registry/](https://github.com/KhronosGroup/OpenGL-Registry/) |
+| License | MIT |
+| Versions | 2024.01.04 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [opengl-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] opengl-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opengl-headers")
+```
+
+
 ### openjdk (mingw)
 
 
@@ -14800,7 +14848,7 @@ add_requires("zig")
 | Description | *A Massively Spiffy Yet Delicately Unobtrusive Compression Library* |
 | -- | -- |
 | Homepage | [http://www.zlib.net](http://www.zlib.net) |
-| Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3 |
+| Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3, v1.3.1 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [zlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib/xmake.lua) |
 

+ 50 - 2
packages/msys.md

@@ -2645,6 +2645,30 @@ add_requires("effolkronium-random")
 ```
 
 
+### egl-headers (msys)
+
+
+| Description | *EGL API and Extension Registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/EGL-Registry](https://github.com/KhronosGroup/EGL-Registry) |
+| License | MIT |
+| Versions | 2023.12.16 |
+| Architectures | i386, x86_64 |
+| Definition | [egl-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/egl-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install egl-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("egl-headers")
+```
+
+
 ### elfio (msys)
 
 
@@ -6619,7 +6643,7 @@ add_requires("nasm")
 | Description | *Android NDK toolchain.* |
 | -- | -- |
 | Homepage | [https://developer.android.com/ndk](https://developer.android.com/ndk) |
-| Versions | 21.0, 22.0 |
+| Versions | 21.0, 22.0, 26.0 |
 | Architectures | i386, x86_64 |
 | Definition | [ndk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ndk/xmake.lua) |
 
@@ -6948,6 +6972,30 @@ add_requires("opencl-headers")
 ```
 
 
+### opengl-headers (msys)
+
+
+| Description | *OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/OpenGL-Registry/](https://github.com/KhronosGroup/OpenGL-Registry/) |
+| License | MIT |
+| Versions | 2024.01.04 |
+| Architectures | i386, x86_64 |
+| Definition | [opengl-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install opengl-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opengl-headers")
+```
+
+
 ### optional-lite (msys)
 
 
@@ -10793,7 +10841,7 @@ add_requires("zig")
 | Description | *A Massively Spiffy Yet Delicately Unobtrusive Compression Library* |
 | -- | -- |
 | Homepage | [http://www.zlib.net](http://www.zlib.net) |
-| Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3 |
+| Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3, v1.3.1 |
 | Architectures | i386, x86_64 |
 | Definition | [zlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib/xmake.lua) |
 

+ 50 - 2
packages/wasm.md

@@ -2286,6 +2286,30 @@ add_requires("effolkronium-random")
 ```
 
 
+### egl-headers (wasm)
+
+
+| Description | *EGL API and Extension Registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/EGL-Registry](https://github.com/KhronosGroup/EGL-Registry) |
+| License | MIT |
+| Versions | 2023.12.16 |
+| Architectures | wasm32, wasm64 |
+| Definition | [egl-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/egl-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm egl-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("egl-headers")
+```
+
+
 ### elfio (wasm)
 
 
@@ -6401,7 +6425,7 @@ add_requires("nasm")
 | Description | *Android NDK toolchain.* |
 | -- | -- |
 | Homepage | [https://developer.android.com/ndk](https://developer.android.com/ndk) |
-| Versions | 21.0, 22.0 |
+| Versions | 21.0, 22.0, 26.0 |
 | Architectures | wasm32, wasm64 |
 | Definition | [ndk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ndk/xmake.lua) |
 
@@ -6730,6 +6754,30 @@ add_requires("opencl-headers")
 ```
 
 
+### opengl-headers (wasm)
+
+
+| Description | *OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/OpenGL-Registry/](https://github.com/KhronosGroup/OpenGL-Registry/) |
+| License | MIT |
+| Versions | 2024.01.04 |
+| Architectures | wasm32, wasm64 |
+| Definition | [opengl-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm opengl-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opengl-headers")
+```
+
+
 ### optional-lite (wasm)
 
 
@@ -10453,7 +10501,7 @@ add_requires("zig")
 | Description | *A Massively Spiffy Yet Delicately Unobtrusive Compression Library* |
 | -- | -- |
 | Homepage | [http://www.zlib.net](http://www.zlib.net) |
-| Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3 |
+| Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3, v1.3.1 |
 | Architectures | wasm32, wasm64 |
 | Definition | [zlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib/xmake.lua) |
 

+ 50 - 2
packages/windows.md

@@ -5145,6 +5145,30 @@ add_requires("efsw")
 ```
 
 
+### egl-headers (windows)
+
+
+| Description | *EGL API and Extension Registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/EGL-Registry](https://github.com/KhronosGroup/EGL-Registry) |
+| License | MIT |
+| Versions | 2023.12.16 |
+| Architectures | arm64, x64, x86 |
+| Definition | [egl-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/egl-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install egl-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("egl-headers")
+```
+
+
 ### eigen (windows)
 
 
@@ -14505,7 +14529,7 @@ add_requires("ndarray")
 | Description | *Android NDK toolchain.* |
 | -- | -- |
 | Homepage | [https://developer.android.com/ndk](https://developer.android.com/ndk) |
-| Versions | 21.0, 22.0 |
+| Versions | 21.0, 22.0, 26.0 |
 | Architectures | arm64, x64, x86 |
 | Definition | [ndk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ndk/xmake.lua) |
 
@@ -15571,6 +15595,30 @@ add_requires("openexr")
 ```
 
 
+### opengl-headers (windows)
+
+
+| Description | *OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/OpenGL-Registry/](https://github.com/KhronosGroup/OpenGL-Registry/) |
+| License | MIT |
+| Versions | 2024.01.04 |
+| Architectures | arm64, x64, x86 |
+| Definition | [opengl-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opengl-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install opengl-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opengl-headers")
+```
+
+
 ### openh264 (windows)
 
 
@@ -24112,7 +24160,7 @@ add_requires("zig")
 | Description | *A Massively Spiffy Yet Delicately Unobtrusive Compression Library* |
 | -- | -- |
 | Homepage | [http://www.zlib.net](http://www.zlib.net) |
-| Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3 |
+| Versions | v1.2.10, v1.2.11, v1.2.12, v1.2.13, v1.3, v1.3.1 |
 | Architectures | arm64, x64, x86 |
 | Definition | [zlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib/xmake.lua) |
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2024-01-24T14:10:43+08:00</lastmod>
+  <lastmod>2024-01-24T16:07:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-01-24T14:10:46+08:00</lastmod>
+  <lastmod>2024-01-24T16:08:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-01-24T14:10:46+08:00</lastmod>
+  <lastmod>2024-01-24T16:08:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-01-24T14:10:47+08:00</lastmod>
+  <lastmod>2024-01-24T16:08:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-01-24T14:10:47+08:00</lastmod>
+  <lastmod>2024-01-24T16:08:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-01-24T14:10:47+08:00</lastmod>
+  <lastmod>2024-01-24T16:08:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-01-24T14:10:47+08:00</lastmod>
+  <lastmod>2024-01-24T16:08:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-01-24T14:10:48+08:00</lastmod>
+  <lastmod>2024-01-24T16:08:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-01-24T14:10:48+08:00</lastmod>
+  <lastmod>2024-01-24T16:08:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-01-24T14:10:48+08:00</lastmod>
+  <lastmod>2024-01-24T16:08:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-01-24T14:10:49+08:00</lastmod>
+  <lastmod>2024-01-24T16:08:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-01-24T14:10:49+08:00</lastmod>
+  <lastmod>2024-01-24T16:08:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-01-24T14:10:49+08:00</lastmod>
+  <lastmod>2024-01-24T16:08:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-01-24T14:10:50+08:00</lastmod>
+  <lastmod>2024-01-24T16:08:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-01-24T14:10:50+08:00</lastmod>
+  <lastmod>2024-01-24T16:08:06+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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

+ 1 - 1
zh-cn/_sidebar.md

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