Răsfoiți Sursa

autoupdate docs by xmake-repo/ci

ruki 1 an în urmă
părinte
comite
1a92faac15

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: tinyalloc, mlpack, mujs**
+- **Recently added: glbinding, khrplatform, tinyalloc**
 
 [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 (1224)
+- Packages (1226)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 70 - 0
mirror/packages/android.html

@@ -5641,6 +5641,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glaze")
 </code></pre>
+<h3 id="glbindingandroid">glbinding (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ binding for the OpenGL API, generated using the gl.xml specification. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glbinding.org">https://glbinding.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glbinding/xmake.lua">glbinding/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] glbinding
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glbinding")
+</code></pre>
 <h3 id="gliandroid">gli (android)</h3>
 <table>
 <thead>
@@ -7637,6 +7674,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kcp")
 </code></pre>
+<h3 id="khrplatformandroid">khrplatform (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Khronos Shared Platform Header (<KHR/khrplatform.h>)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://registry.khronos.org/EGL">https://registry.khronos.org/EGL</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>latest</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/k/khrplatform/xmake.lua">khrplatform/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] khrplatform
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("khrplatform")
+</code></pre>
 <h3 id="kiwisolverandroid">kiwisolver (android)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/bsd.html

@@ -5764,6 +5764,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glaze")
 </code></pre>
+<h3 id="glbindingbsd">glbinding (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ binding for the OpenGL API, generated using the gl.xml specification. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glbinding.org">https://glbinding.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glbinding/xmake.lua">glbinding/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glbinding
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glbinding")
+</code></pre>
 <h3 id="glibsd">gli (bsd)</h3>
 <table>
 <thead>
@@ -7480,6 +7517,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kcp")
 </code></pre>
+<h3 id="khrplatformbsd">khrplatform (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Khronos Shared Platform Header (<KHR/khrplatform.h>)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://registry.khronos.org/EGL">https://registry.khronos.org/EGL</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>latest</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/k/khrplatform/xmake.lua">khrplatform/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install khrplatform
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("khrplatform")
+</code></pre>
 <h3 id="kiwisolverbsd">kiwisolver (bsd)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/cross.html

@@ -5661,6 +5661,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glaze")
 </code></pre>
+<h3 id="glbindingcross">glbinding (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ binding for the OpenGL API, generated using the gl.xml specification. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glbinding.org">https://glbinding.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glbinding/xmake.lua">glbinding/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] glbinding
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glbinding")
+</code></pre>
 <h3 id="glicross">gli (cross)</h3>
 <table>
 <thead>
@@ -7299,6 +7336,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kcp")
 </code></pre>
+<h3 id="khrplatformcross">khrplatform (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Khronos Shared Platform Header (<KHR/khrplatform.h>)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://registry.khronos.org/EGL">https://registry.khronos.org/EGL</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>latest</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/k/khrplatform/xmake.lua">khrplatform/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] khrplatform
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("khrplatform")
+</code></pre>
 <h3 id="kiwisolvercross">kiwisolver (cross)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/iphoneos.html

@@ -5246,6 +5246,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glaze")
 </code></pre>
+<h3 id="glbindingiphoneos">glbinding (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ binding for the OpenGL API, generated using the gl.xml specification. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glbinding.org">https://glbinding.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glbinding/xmake.lua">glbinding/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos glbinding
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glbinding")
+</code></pre>
 <h3 id="gliiphoneos">gli (iphoneos)</h3>
 <table>
 <thead>
@@ -7197,6 +7234,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kcp")
 </code></pre>
+<h3 id="khrplatformiphoneos">khrplatform (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Khronos Shared Platform Header (<KHR/khrplatform.h>)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://registry.khronos.org/EGL">https://registry.khronos.org/EGL</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>latest</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/k/khrplatform/xmake.lua">khrplatform/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos khrplatform
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("khrplatform")
+</code></pre>
 <h3 id="kiwisolveriphoneos">kiwisolver (iphoneos)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/linux.html

@@ -11336,6 +11336,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glaze")
 </code></pre>
+<h3 id="glbindinglinux">glbinding (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ binding for the OpenGL API, generated using the gl.xml specification. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glbinding.org">https://glbinding.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0</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/g/glbinding/xmake.lua">glbinding/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glbinding
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glbinding")
+</code></pre>
 <h3 id="glewlinux">glew (linux)</h3>
 <table>
 <thead>
@@ -15064,6 +15101,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kcp")
 </code></pre>
+<h3 id="khrplatformlinux">khrplatform (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Khronos Shared Platform Header (<KHR/khrplatform.h>)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://registry.khronos.org/EGL">https://registry.khronos.org/EGL</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>latest</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/k/khrplatform/xmake.lua">khrplatform/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install khrplatform
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("khrplatform")
+</code></pre>
 <h3 id="kiwisolverlinux">kiwisolver (linux)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/macosx.html

@@ -10509,6 +10509,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glaze")
 </code></pre>
+<h3 id="glbindingmacosx">glbinding (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ binding for the OpenGL API, generated using the gl.xml specification. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glbinding.org">https://glbinding.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glbinding/xmake.lua">glbinding/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glbinding
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glbinding")
+</code></pre>
 <h3 id="glewmacosx">glew (macosx)</h3>
 <table>
 <thead>
@@ -14130,6 +14167,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kcp")
 </code></pre>
+<h3 id="khrplatformmacosx">khrplatform (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Khronos Shared Platform Header (<KHR/khrplatform.h>)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://registry.khronos.org/EGL">https://registry.khronos.org/EGL</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>latest</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/k/khrplatform/xmake.lua">khrplatform/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install khrplatform
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("khrplatform")
+</code></pre>
 <h3 id="kiwisolvermacosx">kiwisolver (macosx)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/mingw.html

@@ -6130,6 +6130,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glaze")
 </code></pre>
+<h3 id="glbindingmingw">glbinding (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ binding for the OpenGL API, generated using the gl.xml specification. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glbinding.org">https://glbinding.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glbinding/xmake.lua">glbinding/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] glbinding
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glbinding")
+</code></pre>
 <h3 id="glewmingw">glew (mingw)</h3>
 <table>
 <thead>
@@ -8229,6 +8266,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kcp")
 </code></pre>
+<h3 id="khrplatformmingw">khrplatform (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Khronos Shared Platform Header (<KHR/khrplatform.h>)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://registry.khronos.org/EGL">https://registry.khronos.org/EGL</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>latest</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/k/khrplatform/xmake.lua">khrplatform/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] khrplatform
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("khrplatform")
+</code></pre>
 <h3 id="kiwisolvermingw">kiwisolver (mingw)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/msys.html

@@ -5217,6 +5217,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glaze")
 </code></pre>
+<h3 id="glbindingmsys">glbinding (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ binding for the OpenGL API, generated using the gl.xml specification. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glbinding.org">https://glbinding.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glbinding/xmake.lua">glbinding/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glbinding
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glbinding")
+</code></pre>
 <h3 id="glimsys">gli (msys)</h3>
 <table>
 <thead>
@@ -6711,6 +6748,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kcp")
 </code></pre>
+<h3 id="khrplatformmsys">khrplatform (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Khronos Shared Platform Header (<KHR/khrplatform.h>)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://registry.khronos.org/EGL">https://registry.khronos.org/EGL</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>latest</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/k/khrplatform/xmake.lua">khrplatform/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install khrplatform
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("khrplatform")
+</code></pre>
 <h3 id="kiwisolvermsys">kiwisolver (msys)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/wasm.html

@@ -4666,6 +4666,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glaze")
 </code></pre>
+<h3 id="glbindingwasm">glbinding (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ binding for the OpenGL API, generated using the gl.xml specification. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glbinding.org">https://glbinding.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glbinding/xmake.lua">glbinding/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm glbinding
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glbinding")
+</code></pre>
 <h3 id="gliwasm">gli (wasm)</h3>
 <table>
 <thead>
@@ -6090,6 +6127,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kcp")
 </code></pre>
+<h3 id="khrplatformwasm">khrplatform (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Khronos Shared Platform Header (<KHR/khrplatform.h>)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://registry.khronos.org/EGL">https://registry.khronos.org/EGL</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>latest</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/k/khrplatform/xmake.lua">khrplatform/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm khrplatform
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("khrplatform")
+</code></pre>
 <h3 id="kiwisolverwasm">kiwisolver (wasm)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/windows.html

@@ -10615,6 +10615,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glaze")
 </code></pre>
+<h3 id="glbindingwindows">glbinding (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ binding for the OpenGL API, generated using the gl.xml specification. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glbinding.org">https://glbinding.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glbinding/xmake.lua">glbinding/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glbinding
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glbinding")
+</code></pre>
 <h3 id="glewwindows">glew (windows)</h3>
 <table>
 <thead>
@@ -13866,6 +13903,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kcp")
 </code></pre>
+<h3 id="khrplatformwindows">khrplatform (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Khronos Shared Platform Header (<KHR/khrplatform.h>)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://registry.khronos.org/EGL">https://registry.khronos.org/EGL</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>latest</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/k/khrplatform/xmake.lua">khrplatform/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install khrplatform
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("khrplatform")
+</code></pre>
 <h3 id="kiwisolverwindows">kiwisolver (windows)</h3>
 <table>
 <thead>

+ 47 - 0
packages/android.md

@@ -3668,6 +3668,30 @@ add_requires("glaze")
 ```
 
 
+### glbinding (android)
+
+
+| Description | *A C++ binding for the OpenGL API, generated using the gl.xml specification. * |
+| -- | -- |
+| Homepage | [https://glbinding.org](https://glbinding.org) |
+| License | MIT |
+| Versions | v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [glbinding/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glbinding/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] glbinding
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glbinding")
+```
+
+
 ### gli (android)
 
 
@@ -5000,6 +5024,29 @@ add_requires("kcp")
 ```
 
 
+### khrplatform (android)
+
+
+| Description | *Khronos Shared Platform Header (<KHR/khrplatform.h>)* |
+| -- | -- |
+| Homepage | [https://registry.khronos.org/EGL](https://registry.khronos.org/EGL) |
+| Versions | latest |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [khrplatform/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/khrplatform/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] khrplatform
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("khrplatform")
+```
+
+
 ### kiwisolver (android)
 
 

+ 47 - 0
packages/bsd.md

@@ -3743,6 +3743,30 @@ add_requires("glaze")
 ```
 
 
+### glbinding (bsd)
+
+
+| Description | *A C++ binding for the OpenGL API, generated using the gl.xml specification. * |
+| -- | -- |
+| Homepage | [https://glbinding.org](https://glbinding.org) |
+| License | MIT |
+| Versions | v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0 |
+| Architectures | i386, x86_64 |
+| Definition | [glbinding/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glbinding/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glbinding
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glbinding")
+```
+
+
 ### gli (bsd)
 
 
@@ -4887,6 +4911,29 @@ add_requires("kcp")
 ```
 
 
+### khrplatform (bsd)
+
+
+| Description | *Khronos Shared Platform Header (<KHR/khrplatform.h>)* |
+| -- | -- |
+| Homepage | [https://registry.khronos.org/EGL](https://registry.khronos.org/EGL) |
+| Versions | latest |
+| Architectures | i386, x86_64 |
+| Definition | [khrplatform/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/khrplatform/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install khrplatform
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("khrplatform")
+```
+
+
 ### kiwisolver (bsd)
 
 

+ 47 - 0
packages/cross.md

@@ -3673,6 +3673,30 @@ add_requires("glaze")
 ```
 
 
+### glbinding (cross)
+
+
+| Description | *A C++ binding for the OpenGL API, generated using the gl.xml specification. * |
+| -- | -- |
+| Homepage | [https://glbinding.org](https://glbinding.org) |
+| License | MIT |
+| Versions | v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [glbinding/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glbinding/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] glbinding
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glbinding")
+```
+
+
 ### gli (cross)
 
 
@@ -4768,6 +4792,29 @@ add_requires("kcp")
 ```
 
 
+### khrplatform (cross)
+
+
+| Description | *Khronos Shared Platform Header (<KHR/khrplatform.h>)* |
+| -- | -- |
+| Homepage | [https://registry.khronos.org/EGL](https://registry.khronos.org/EGL) |
+| Versions | latest |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [khrplatform/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/khrplatform/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] khrplatform
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("khrplatform")
+```
+
+
 ### kiwisolver (cross)
 
 

+ 47 - 0
packages/iphoneos.md

@@ -3407,6 +3407,30 @@ add_requires("glaze")
 ```
 
 
+### glbinding (iphoneos)
+
+
+| Description | *A C++ binding for the OpenGL API, generated using the gl.xml specification. * |
+| -- | -- |
+| Homepage | [https://glbinding.org](https://glbinding.org) |
+| License | MIT |
+| Versions | v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [glbinding/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glbinding/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos glbinding
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glbinding")
+```
+
+
 ### gli (iphoneos)
 
 
@@ -4713,6 +4737,29 @@ add_requires("kcp")
 ```
 
 
+### khrplatform (iphoneos)
+
+
+| Description | *Khronos Shared Platform Header (<KHR/khrplatform.h>)* |
+| -- | -- |
+| Homepage | [https://registry.khronos.org/EGL](https://registry.khronos.org/EGL) |
+| Versions | latest |
+| Architectures | arm64, x86_64 |
+| Definition | [khrplatform/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/khrplatform/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos khrplatform
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("khrplatform")
+```
+
+
 ### kiwisolver (iphoneos)
 
 

+ 47 - 0
packages/linux.md

@@ -7424,6 +7424,30 @@ add_requires("glaze")
 ```
 
 
+### glbinding (linux)
+
+
+| Description | *A C++ binding for the OpenGL API, generated using the gl.xml specification. * |
+| -- | -- |
+| Homepage | [https://glbinding.org](https://glbinding.org) |
+| License | MIT |
+| Versions | v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loongarch64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [glbinding/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glbinding/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glbinding
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glbinding")
+```
+
+
 ### glew (linux)
 
 
@@ -9919,6 +9943,29 @@ add_requires("kcp")
 ```
 
 
+### khrplatform (linux)
+
+
+| Description | *Khronos Shared Platform Header (<KHR/khrplatform.h>)* |
+| -- | -- |
+| Homepage | [https://registry.khronos.org/EGL](https://registry.khronos.org/EGL) |
+| Versions | latest |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loongarch64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [khrplatform/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/khrplatform/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install khrplatform
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("khrplatform")
+```
+
+
 ### kiwisolver (linux)
 
 

+ 47 - 0
packages/macosx.md

@@ -6878,6 +6878,30 @@ add_requires("glaze")
 ```
 
 
+### glbinding (macosx)
+
+
+| Description | *A C++ binding for the OpenGL API, generated using the gl.xml specification. * |
+| -- | -- |
+| Homepage | [https://glbinding.org](https://glbinding.org) |
+| License | MIT |
+| Versions | v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [glbinding/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glbinding/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glbinding
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glbinding")
+```
+
+
 ### glew (macosx)
 
 
@@ -9302,6 +9326,29 @@ add_requires("kcp")
 ```
 
 
+### khrplatform (macosx)
+
+
+| Description | *Khronos Shared Platform Header (<KHR/khrplatform.h>)* |
+| -- | -- |
+| Homepage | [https://registry.khronos.org/EGL](https://registry.khronos.org/EGL) |
+| Versions | latest |
+| Architectures | arm64, x86_64 |
+| Definition | [khrplatform/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/khrplatform/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install khrplatform
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("khrplatform")
+```
+
+
 ### kiwisolver (macosx)
 
 

+ 47 - 0
packages/mingw.md

@@ -3982,6 +3982,30 @@ add_requires("glaze")
 ```
 
 
+### glbinding (mingw)
+
+
+| Description | *A C++ binding for the OpenGL API, generated using the gl.xml specification. * |
+| -- | -- |
+| Homepage | [https://glbinding.org](https://glbinding.org) |
+| License | MIT |
+| Versions | v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [glbinding/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glbinding/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] glbinding
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glbinding")
+```
+
+
 ### glew (mingw)
 
 
@@ -5384,6 +5408,29 @@ add_requires("kcp")
 ```
 
 
+### khrplatform (mingw)
+
+
+| Description | *Khronos Shared Platform Header (<KHR/khrplatform.h>)* |
+| -- | -- |
+| Homepage | [https://registry.khronos.org/EGL](https://registry.khronos.org/EGL) |
+| Versions | latest |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [khrplatform/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/khrplatform/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] khrplatform
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("khrplatform")
+```
+
+
 ### kiwisolver (mingw)
 
 

+ 47 - 0
packages/msys.md

@@ -3385,6 +3385,30 @@ add_requires("glaze")
 ```
 
 
+### glbinding (msys)
+
+
+| Description | *A C++ binding for the OpenGL API, generated using the gl.xml specification. * |
+| -- | -- |
+| Homepage | [https://glbinding.org](https://glbinding.org) |
+| License | MIT |
+| Versions | v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0 |
+| Architectures | i386, x86_64 |
+| Definition | [glbinding/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glbinding/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glbinding
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glbinding")
+```
+
+
 ### gli (msys)
 
 
@@ -4385,6 +4409,29 @@ add_requires("kcp")
 ```
 
 
+### khrplatform (msys)
+
+
+| Description | *Khronos Shared Platform Header (<KHR/khrplatform.h>)* |
+| -- | -- |
+| Homepage | [https://registry.khronos.org/EGL](https://registry.khronos.org/EGL) |
+| Versions | latest |
+| Architectures | i386, x86_64 |
+| Definition | [khrplatform/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/khrplatform/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install khrplatform
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("khrplatform")
+```
+
+
 ### kiwisolver (msys)
 
 

+ 47 - 0
packages/wasm.md

@@ -3026,6 +3026,30 @@ add_requires("glaze")
 ```
 
 
+### glbinding (wasm)
+
+
+| Description | *A C++ binding for the OpenGL API, generated using the gl.xml specification. * |
+| -- | -- |
+| Homepage | [https://glbinding.org](https://glbinding.org) |
+| License | MIT |
+| Versions | v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0 |
+| Architectures | wasm32, wasm64 |
+| Definition | [glbinding/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glbinding/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm glbinding
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glbinding")
+```
+
+
 ### gli (wasm)
 
 
@@ -3979,6 +4003,29 @@ add_requires("kcp")
 ```
 
 
+### khrplatform (wasm)
+
+
+| Description | *Khronos Shared Platform Header (<KHR/khrplatform.h>)* |
+| -- | -- |
+| Homepage | [https://registry.khronos.org/EGL](https://registry.khronos.org/EGL) |
+| Versions | latest |
+| Architectures | wasm32, wasm64 |
+| Definition | [khrplatform/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/khrplatform/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm khrplatform
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("khrplatform")
+```
+
+
 ### kiwisolver (wasm)
 
 

+ 47 - 0
packages/windows.md

@@ -6934,6 +6934,30 @@ add_requires("glaze")
 ```
 
 
+### glbinding (windows)
+
+
+| Description | *A C++ binding for the OpenGL API, generated using the gl.xml specification. * |
+| -- | -- |
+| Homepage | [https://glbinding.org](https://glbinding.org) |
+| License | MIT |
+| Versions | v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0 |
+| Architectures | arm64, x64, x86 |
+| Definition | [glbinding/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glbinding/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glbinding
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glbinding")
+```
+
+
 ### glew (windows)
 
 
@@ -9096,6 +9120,29 @@ add_requires("kcp")
 ```
 
 
+### khrplatform (windows)
+
+
+| Description | *Khronos Shared Platform Header (<KHR/khrplatform.h>)* |
+| -- | -- |
+| Homepage | [https://registry.khronos.org/EGL](https://registry.khronos.org/EGL) |
+| Versions | latest |
+| Architectures | arm64, x64, x86 |
+| Definition | [khrplatform/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/khrplatform/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install khrplatform
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("khrplatform")
+```
+
+
 ### kiwisolver (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2024-01-02T15:04:32+08:00</lastmod>
+  <lastmod>2024-01-03T02:19:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-01-02T15:04:36+08:00</lastmod>
+  <lastmod>2024-01-03T02:20:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-01-02T15:04:36+08:00</lastmod>
+  <lastmod>2024-01-03T02:20:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-01-02T15:04:36+08:00</lastmod>
+  <lastmod>2024-01-03T02:20:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-01-02T15:04:37+08:00</lastmod>
+  <lastmod>2024-01-03T02:20:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-01-02T15:04:37+08:00</lastmod>
+  <lastmod>2024-01-03T02:20:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-01-02T15:04:37+08:00</lastmod>
+  <lastmod>2024-01-03T02:20:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-01-02T15:04:38+08:00</lastmod>
+  <lastmod>2024-01-03T02:20:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-01-02T15:04:38+08:00</lastmod>
+  <lastmod>2024-01-03T02:20:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-01-02T15:04:38+08:00</lastmod>
+  <lastmod>2024-01-03T02:20:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-01-02T15:04:39+08:00</lastmod>
+  <lastmod>2024-01-03T02:20:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-01-02T15:04:39+08:00</lastmod>
+  <lastmod>2024-01-03T02:20:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-01-02T15:04:39+08:00</lastmod>
+  <lastmod>2024-01-03T02:20:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-01-02T15:04:40+08:00</lastmod>
+  <lastmod>2024-01-03T02:20:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-01-02T15:04:40+08:00</lastmod>
+  <lastmod>2024-01-03T02:20:06+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: tinyalloc, mlpack, mujs**
+- **Recently added: glbinding, khrplatform, tinyalloc**
 
 [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)
-- 包列表 (1224)
+- 包列表 (1226)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)