Skip to content

Commit ac58509

Browse files
committed
autoupdate docs by xmake-repo/ci
1 parent bfd130e commit ac58509

25 files changed

+633
-23
lines changed

_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
- *Simple, lightweight, cross-platform*
88
- *Modern C/C++ package manager, support distributed repositories*
9-
- **Recently added: mujoco, trianglemeshdistance, marchingcubecpp**
9+
- **Recently added: glslang-nihui, mujoco, trianglemeshdistance**
1010

1111
[Gitee](https://gitee.com/tboox/xrepo/)
1212
[Github](https://github.com/xmake-io/xrepo/)

_sidebar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Getting Started
22
- [Sponsor](https://xmake.io/#/about/sponsor)
33
- [Quick Start](getting_started.md)
4-
- Packages (1878)
4+
- Packages (1879)
55
- [android](packages/android.md)
66
- [bsd](packages/bsd.md)
77
- [cross](packages/cross.md)

mirror/packages/android.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11710,6 +11710,43 @@ <h5 id="installcommand">Install command</h5>
1171011710
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1171111711
<pre><code class="lang-lua">add_requires("glslang")
1171211712
</code></pre>
11713+
<h3 id="glslangnihuiandroid">glslang-nihui (android)</h3>
11714+
<table>
11715+
<thead>
11716+
<tr>
11717+
<th>Description</th>
11718+
<th><em>nihui&#39;s fork of KhronosGroup/glslang for C++14 compatibility. This package is designed for Tencent/ncnn.</em></th>
11719+
</tr>
11720+
</thead>
11721+
<tbody>
11722+
<tr>
11723+
<td>Homepage</td>
11724+
<td><a href="https://github.com/nihui/glslang/">https://github.com/nihui/glslang/</a></td>
11725+
</tr>
11726+
<tr>
11727+
<td>License</td>
11728+
<td>Apache-2.0</td>
11729+
</tr>
11730+
<tr>
11731+
<td>Versions</td>
11732+
<td>2025.05.03, 2025.09.16</td>
11733+
</tr>
11734+
<tr>
11735+
<td>Architectures</td>
11736+
<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
11737+
</tr>
11738+
<tr>
11739+
<td>Definition</td>
11740+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glslang-nihui/xmake.lua">glslang-nihui/xmake.lua</a></td>
11741+
</tr>
11742+
</tbody>
11743+
</table>
11744+
<h5 id="installcommand">Install command</h5>
11745+
<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] glslang-nihui
11746+
</code></pre>
11747+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
11748+
<pre><code class="lang-lua">add_requires("glslang-nihui")
11749+
</code></pre>
1171311750
<h3 id="gluandroid">glu (android)</h3>
1171411751
<table>
1171511752
<thead>

mirror/packages/bsd.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11799,6 +11799,43 @@ <h5 id="installcommand">Install command</h5>
1179911799
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1180011800
<pre><code class="lang-lua">add_requires("glslang")
1180111801
</code></pre>
11802+
<h3 id="glslangnihuibsd">glslang-nihui (bsd)</h3>
11803+
<table>
11804+
<thead>
11805+
<tr>
11806+
<th>Description</th>
11807+
<th><em>nihui&#39;s fork of KhronosGroup/glslang for C++14 compatibility. This package is designed for Tencent/ncnn.</em></th>
11808+
</tr>
11809+
</thead>
11810+
<tbody>
11811+
<tr>
11812+
<td>Homepage</td>
11813+
<td><a href="https://github.com/nihui/glslang/">https://github.com/nihui/glslang/</a></td>
11814+
</tr>
11815+
<tr>
11816+
<td>License</td>
11817+
<td>Apache-2.0</td>
11818+
</tr>
11819+
<tr>
11820+
<td>Versions</td>
11821+
<td>2025.05.03, 2025.09.16</td>
11822+
</tr>
11823+
<tr>
11824+
<td>Architectures</td>
11825+
<td>i386, x86_64</td>
11826+
</tr>
11827+
<tr>
11828+
<td>Definition</td>
11829+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glslang-nihui/xmake.lua">glslang-nihui/xmake.lua</a></td>
11830+
</tr>
11831+
</tbody>
11832+
</table>
11833+
<h5 id="installcommand">Install command</h5>
11834+
<pre><code class="lang-console">xrepo install glslang-nihui
11835+
</code></pre>
11836+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
11837+
<pre><code class="lang-lua">add_requires("glslang-nihui")
11838+
</code></pre>
1180211839
<h3 id="glubsd">glu (bsd)</h3>
1180311840
<table>
1180411841
<thead>

mirror/packages/cross.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11811,6 +11811,43 @@ <h5 id="installcommand">Install command</h5>
1181111811
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1181211812
<pre><code class="lang-lua">add_requires("glslang")
1181311813
</code></pre>
11814+
<h3 id="glslangnihuicross">glslang-nihui (cross)</h3>
11815+
<table>
11816+
<thead>
11817+
<tr>
11818+
<th>Description</th>
11819+
<th><em>nihui&#39;s fork of KhronosGroup/glslang for C++14 compatibility. This package is designed for Tencent/ncnn.</em></th>
11820+
</tr>
11821+
</thead>
11822+
<tbody>
11823+
<tr>
11824+
<td>Homepage</td>
11825+
<td><a href="https://github.com/nihui/glslang/">https://github.com/nihui/glslang/</a></td>
11826+
</tr>
11827+
<tr>
11828+
<td>License</td>
11829+
<td>Apache-2.0</td>
11830+
</tr>
11831+
<tr>
11832+
<td>Versions</td>
11833+
<td>2025.05.03, 2025.09.16</td>
11834+
</tr>
11835+
<tr>
11836+
<td>Architectures</td>
11837+
<td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
11838+
</tr>
11839+
<tr>
11840+
<td>Definition</td>
11841+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glslang-nihui/xmake.lua">glslang-nihui/xmake.lua</a></td>
11842+
</tr>
11843+
</tbody>
11844+
</table>
11845+
<h5 id="installcommand">Install command</h5>
11846+
<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] glslang-nihui
11847+
</code></pre>
11848+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
11849+
<pre><code class="lang-lua">add_requires("glslang-nihui")
11850+
</code></pre>
1181411851
<h3 id="glucross">glu (cross)</h3>
1181511852
<table>
1181611853
<thead>

mirror/packages/iphoneos.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11129,6 +11129,43 @@ <h5 id="installcommand">Install command</h5>
1112911129
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1113011130
<pre><code class="lang-lua">add_requires("glslang")
1113111131
</code></pre>
11132+
<h3 id="glslangnihuiiphoneos">glslang-nihui (iphoneos)</h3>
11133+
<table>
11134+
<thead>
11135+
<tr>
11136+
<th>Description</th>
11137+
<th><em>nihui&#39;s fork of KhronosGroup/glslang for C++14 compatibility. This package is designed for Tencent/ncnn.</em></th>
11138+
</tr>
11139+
</thead>
11140+
<tbody>
11141+
<tr>
11142+
<td>Homepage</td>
11143+
<td><a href="https://github.com/nihui/glslang/">https://github.com/nihui/glslang/</a></td>
11144+
</tr>
11145+
<tr>
11146+
<td>License</td>
11147+
<td>Apache-2.0</td>
11148+
</tr>
11149+
<tr>
11150+
<td>Versions</td>
11151+
<td>2025.05.03, 2025.09.16</td>
11152+
</tr>
11153+
<tr>
11154+
<td>Architectures</td>
11155+
<td>arm64, x86_64</td>
11156+
</tr>
11157+
<tr>
11158+
<td>Definition</td>
11159+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glslang-nihui/xmake.lua">glslang-nihui/xmake.lua</a></td>
11160+
</tr>
11161+
</tbody>
11162+
</table>
11163+
<h5 id="installcommand">Install command</h5>
11164+
<pre><code class="lang-console">xrepo install -p iphoneos glslang-nihui
11165+
</code></pre>
11166+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
11167+
<pre><code class="lang-lua">add_requires("glslang-nihui")
11168+
</code></pre>
1113211169
<h3 id="gluiphoneos">glu (iphoneos)</h3>
1113311170
<table>
1113411171
<thead>

mirror/packages/linux.html

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18025,6 +18025,43 @@ <h5 id="installcommand">Install command</h5>
1802518025
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1802618026
<pre><code class="lang-lua">add_requires("glslang")
1802718027
</code></pre>
18028+
<h3 id="glslangnihuilinux">glslang-nihui (linux)</h3>
18029+
<table>
18030+
<thead>
18031+
<tr>
18032+
<th>Description</th>
18033+
<th><em>nihui&#39;s fork of KhronosGroup/glslang for C++14 compatibility. This package is designed for Tencent/ncnn.</em></th>
18034+
</tr>
18035+
</thead>
18036+
<tbody>
18037+
<tr>
18038+
<td>Homepage</td>
18039+
<td><a href="https://github.com/nihui/glslang/">https://github.com/nihui/glslang/</a></td>
18040+
</tr>
18041+
<tr>
18042+
<td>License</td>
18043+
<td>Apache-2.0</td>
18044+
</tr>
18045+
<tr>
18046+
<td>Versions</td>
18047+
<td>2025.05.03, 2025.09.16</td>
18048+
</tr>
18049+
<tr>
18050+
<td>Architectures</td>
18051+
<td>arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
18052+
</tr>
18053+
<tr>
18054+
<td>Definition</td>
18055+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glslang-nihui/xmake.lua">glslang-nihui/xmake.lua</a></td>
18056+
</tr>
18057+
</tbody>
18058+
</table>
18059+
<h5 id="installcommand">Install command</h5>
18060+
<pre><code class="lang-console">xrepo install glslang-nihui
18061+
</code></pre>
18062+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
18063+
<pre><code class="lang-lua">add_requires("glslang-nihui")
18064+
</code></pre>
1802818065
<h3 id="glulinux">glu (linux)</h3>
1802918066
<table>
1803018067
<thead>
@@ -61770,7 +61807,7 @@ <h3 id="wigxjpflinux">wigxjpf (linux)</h3>
6177061807
</tr>
6177161808
<tr>
6177261809
<td>License</td>
61773-
<td>table: 0x562de2cc5da0</td>
61810+
<td>table: 0x562657178520</td>
6177461811
</tr>
6177561812
<tr>
6177661813
<td>Versions</td>

mirror/packages/macosx.html

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16865,6 +16865,43 @@ <h5 id="installcommand">Install command</h5>
1686516865
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1686616866
<pre><code class="lang-lua">add_requires("glslang")
1686716867
</code></pre>
16868+
<h3 id="glslangnihuimacosx">glslang-nihui (macosx)</h3>
16869+
<table>
16870+
<thead>
16871+
<tr>
16872+
<th>Description</th>
16873+
<th><em>nihui&#39;s fork of KhronosGroup/glslang for C++14 compatibility. This package is designed for Tencent/ncnn.</em></th>
16874+
</tr>
16875+
</thead>
16876+
<tbody>
16877+
<tr>
16878+
<td>Homepage</td>
16879+
<td><a href="https://github.com/nihui/glslang/">https://github.com/nihui/glslang/</a></td>
16880+
</tr>
16881+
<tr>
16882+
<td>License</td>
16883+
<td>Apache-2.0</td>
16884+
</tr>
16885+
<tr>
16886+
<td>Versions</td>
16887+
<td>2025.05.03, 2025.09.16</td>
16888+
</tr>
16889+
<tr>
16890+
<td>Architectures</td>
16891+
<td>arm64, x86_64</td>
16892+
</tr>
16893+
<tr>
16894+
<td>Definition</td>
16895+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glslang-nihui/xmake.lua">glslang-nihui/xmake.lua</a></td>
16896+
</tr>
16897+
</tbody>
16898+
</table>
16899+
<h5 id="installcommand">Install command</h5>
16900+
<pre><code class="lang-console">xrepo install glslang-nihui
16901+
</code></pre>
16902+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
16903+
<pre><code class="lang-lua">add_requires("glslang-nihui")
16904+
</code></pre>
1686816905
<h3 id="glumacosx">glu (macosx)</h3>
1686916906
<table>
1687016907
<thead>
@@ -57022,7 +57059,7 @@ <h3 id="wigxjpfmacosx">wigxjpf (macosx)</h3>
5702257059
</tr>
5702357060
<tr>
5702457061
<td>License</td>
57025-
<td>table: 0x562de2cc5da0</td>
57062+
<td>table: 0x562657178520</td>
5702657063
</tr>
5702757064
<tr>
5702857065
<td>Versions</td>

mirror/packages/mingw.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12787,6 +12787,43 @@ <h5 id="installcommand">Install command</h5>
1278712787
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1278812788
<pre><code class="lang-lua">add_requires("glslang")
1278912789
</code></pre>
12790+
<h3 id="glslangnihuimingw">glslang-nihui (mingw)</h3>
12791+
<table>
12792+
<thead>
12793+
<tr>
12794+
<th>Description</th>
12795+
<th><em>nihui&#39;s fork of KhronosGroup/glslang for C++14 compatibility. This package is designed for Tencent/ncnn.</em></th>
12796+
</tr>
12797+
</thead>
12798+
<tbody>
12799+
<tr>
12800+
<td>Homepage</td>
12801+
<td><a href="https://github.com/nihui/glslang/">https://github.com/nihui/glslang/</a></td>
12802+
</tr>
12803+
<tr>
12804+
<td>License</td>
12805+
<td>Apache-2.0</td>
12806+
</tr>
12807+
<tr>
12808+
<td>Versions</td>
12809+
<td>2025.05.03, 2025.09.16</td>
12810+
</tr>
12811+
<tr>
12812+
<td>Architectures</td>
12813+
<td>arm, arm64, i386, x86_64</td>
12814+
</tr>
12815+
<tr>
12816+
<td>Definition</td>
12817+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glslang-nihui/xmake.lua">glslang-nihui/xmake.lua</a></td>
12818+
</tr>
12819+
</tbody>
12820+
</table>
12821+
<h5 id="installcommand">Install command</h5>
12822+
<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] glslang-nihui
12823+
</code></pre>
12824+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
12825+
<pre><code class="lang-lua">add_requires("glslang-nihui")
12826+
</code></pre>
1279012827
<h3 id="glumingw">glu (mingw)</h3>
1279112828
<table>
1279212829
<thead>

mirror/packages/msys.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11791,6 +11791,43 @@ <h5 id="installcommand">Install command</h5>
1179111791
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1179211792
<pre><code class="lang-lua">add_requires("glslang")
1179311793
</code></pre>
11794+
<h3 id="glslangnihuimsys">glslang-nihui (msys)</h3>
11795+
<table>
11796+
<thead>
11797+
<tr>
11798+
<th>Description</th>
11799+
<th><em>nihui&#39;s fork of KhronosGroup/glslang for C++14 compatibility. This package is designed for Tencent/ncnn.</em></th>
11800+
</tr>
11801+
</thead>
11802+
<tbody>
11803+
<tr>
11804+
<td>Homepage</td>
11805+
<td><a href="https://github.com/nihui/glslang/">https://github.com/nihui/glslang/</a></td>
11806+
</tr>
11807+
<tr>
11808+
<td>License</td>
11809+
<td>Apache-2.0</td>
11810+
</tr>
11811+
<tr>
11812+
<td>Versions</td>
11813+
<td>2025.05.03, 2025.09.16</td>
11814+
</tr>
11815+
<tr>
11816+
<td>Architectures</td>
11817+
<td>i386, x86_64</td>
11818+
</tr>
11819+
<tr>
11820+
<td>Definition</td>
11821+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glslang-nihui/xmake.lua">glslang-nihui/xmake.lua</a></td>
11822+
</tr>
11823+
</tbody>
11824+
</table>
11825+
<h5 id="installcommand">Install command</h5>
11826+
<pre><code class="lang-console">xrepo install glslang-nihui
11827+
</code></pre>
11828+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
11829+
<pre><code class="lang-lua">add_requires("glslang-nihui")
11830+
</code></pre>
1179411831
<h3 id="glumsys">glu (msys)</h3>
1179511832
<table>
1179611833
<thead>

0 commit comments

Comments
 (0)