Skip to content

Commit c71da7f

Browse files
committed
autoupdate docs by xmake-repo/ci
1 parent f38ea03 commit c71da7f

25 files changed

+643
-33
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: nri, appimage**
9+
- **Recently added: muda, nri, appimage**
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 (1870)
4+
- Packages (1871)
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
@@ -24359,6 +24359,43 @@ <h5 id="installcommand">Install command</h5>
2435924359
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
2436024360
<pre><code class="lang-lua">add_requires("msvc-wine")
2436124361
</code></pre>
24362+
<h3 id="mudaandroid">muda (android)</h3>
24363+
<table>
24364+
<thead>
24365+
<tr>
24366+
<th>Description</th>
24367+
<th><em>μ-Cuda, COVER THE LAST MILE OF CUDA. With features: intellisense-friendly, structured launch, automatic cuda graph generation and updating.</em></th>
24368+
</tr>
24369+
</thead>
24370+
<tbody>
24371+
<tr>
24372+
<td>Homepage</td>
24373+
<td><a href="https://mugdxy.github.io/muda-doc">https://mugdxy.github.io/muda-doc</a></td>
24374+
</tr>
24375+
<tr>
24376+
<td>License</td>
24377+
<td>Apache-2.0</td>
24378+
</tr>
24379+
<tr>
24380+
<td>Versions</td>
24381+
<td>2025.10.9</td>
24382+
</tr>
24383+
<tr>
24384+
<td>Architectures</td>
24385+
<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
24386+
</tr>
24387+
<tr>
24388+
<td>Definition</td>
24389+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/muda/xmake.lua">muda/xmake.lua</a></td>
24390+
</tr>
24391+
</tbody>
24392+
</table>
24393+
<h5 id="installcommand">Install command</h5>
24394+
<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] muda
24395+
</code></pre>
24396+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
24397+
<pre><code class="lang-lua">add_requires("muda")
24398+
</code></pre>
2436224399
<h3 id="mujsandroid">mujs (android)</h3>
2436324400
<table>
2436424401
<thead>

mirror/packages/bsd.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24951,6 +24951,43 @@ <h5 id="installcommand">Install command</h5>
2495124951
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
2495224952
<pre><code class="lang-lua">add_requires("msvc-wine")
2495324953
</code></pre>
24954+
<h3 id="mudabsd">muda (bsd)</h3>
24955+
<table>
24956+
<thead>
24957+
<tr>
24958+
<th>Description</th>
24959+
<th><em>μ-Cuda, COVER THE LAST MILE OF CUDA. With features: intellisense-friendly, structured launch, automatic cuda graph generation and updating.</em></th>
24960+
</tr>
24961+
</thead>
24962+
<tbody>
24963+
<tr>
24964+
<td>Homepage</td>
24965+
<td><a href="https://mugdxy.github.io/muda-doc">https://mugdxy.github.io/muda-doc</a></td>
24966+
</tr>
24967+
<tr>
24968+
<td>License</td>
24969+
<td>Apache-2.0</td>
24970+
</tr>
24971+
<tr>
24972+
<td>Versions</td>
24973+
<td>2025.10.9</td>
24974+
</tr>
24975+
<tr>
24976+
<td>Architectures</td>
24977+
<td>i386, x86_64</td>
24978+
</tr>
24979+
<tr>
24980+
<td>Definition</td>
24981+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/muda/xmake.lua">muda/xmake.lua</a></td>
24982+
</tr>
24983+
</tbody>
24984+
</table>
24985+
<h5 id="installcommand">Install command</h5>
24986+
<pre><code class="lang-console">xrepo install muda
24987+
</code></pre>
24988+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
24989+
<pre><code class="lang-lua">add_requires("muda")
24990+
</code></pre>
2495424991
<h3 id="mujsbsd">mujs (bsd)</h3>
2495524992
<table>
2495624993
<thead>

mirror/packages/cross.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23848,6 +23848,43 @@ <h5 id="installcommand">Install command</h5>
2384823848
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
2384923849
<pre><code class="lang-lua">add_requires("msvc-wine")
2385023850
</code></pre>
23851+
<h3 id="mudacross">muda (cross)</h3>
23852+
<table>
23853+
<thead>
23854+
<tr>
23855+
<th>Description</th>
23856+
<th><em>μ-Cuda, COVER THE LAST MILE OF CUDA. With features: intellisense-friendly, structured launch, automatic cuda graph generation and updating.</em></th>
23857+
</tr>
23858+
</thead>
23859+
<tbody>
23860+
<tr>
23861+
<td>Homepage</td>
23862+
<td><a href="https://mugdxy.github.io/muda-doc">https://mugdxy.github.io/muda-doc</a></td>
23863+
</tr>
23864+
<tr>
23865+
<td>License</td>
23866+
<td>Apache-2.0</td>
23867+
</tr>
23868+
<tr>
23869+
<td>Versions</td>
23870+
<td>2025.10.9</td>
23871+
</tr>
23872+
<tr>
23873+
<td>Architectures</td>
23874+
<td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
23875+
</tr>
23876+
<tr>
23877+
<td>Definition</td>
23878+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/muda/xmake.lua">muda/xmake.lua</a></td>
23879+
</tr>
23880+
</tbody>
23881+
</table>
23882+
<h5 id="installcommand">Install command</h5>
23883+
<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] muda
23884+
</code></pre>
23885+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
23886+
<pre><code class="lang-lua">add_requires("muda")
23887+
</code></pre>
2385123888
<h3 id="mujscross">mujs (cross)</h3>
2385223889
<table>
2385323890
<thead>

mirror/packages/iphoneos.html

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22707,7 +22707,7 @@ <h3 id="moltenvkiphoneos">moltenvk (iphoneos)</h3>
2270722707
</tr>
2270822708
<tr>
2270922709
<td>Versions</td>
22710-
<td>v1.1.0, v1.1.4, v1.1.5, v1.2.0, v1.2.7, v1.2.8, v1.2.9, v1.2.10, v1.2.11, v1.3.0, v1.4.0</td>
22710+
<td>v1.1.0, v1.1.4, v1.1.5, v1.2.0, v1.2.7, v1.2.8, v1.2.9, v1.2.10, v1.2.11, v1.3.0, v1.4.0, v1.4.1</td>
2271122711
</tr>
2271222712
<tr>
2271322713
<td>Architectures</td>
@@ -23223,6 +23223,43 @@ <h5 id="installcommand">Install command</h5>
2322323223
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
2322423224
<pre><code class="lang-lua">add_requires("msvc-wine")
2322523225
</code></pre>
23226+
<h3 id="mudaiphoneos">muda (iphoneos)</h3>
23227+
<table>
23228+
<thead>
23229+
<tr>
23230+
<th>Description</th>
23231+
<th><em>μ-Cuda, COVER THE LAST MILE OF CUDA. With features: intellisense-friendly, structured launch, automatic cuda graph generation and updating.</em></th>
23232+
</tr>
23233+
</thead>
23234+
<tbody>
23235+
<tr>
23236+
<td>Homepage</td>
23237+
<td><a href="https://mugdxy.github.io/muda-doc">https://mugdxy.github.io/muda-doc</a></td>
23238+
</tr>
23239+
<tr>
23240+
<td>License</td>
23241+
<td>Apache-2.0</td>
23242+
</tr>
23243+
<tr>
23244+
<td>Versions</td>
23245+
<td>2025.10.9</td>
23246+
</tr>
23247+
<tr>
23248+
<td>Architectures</td>
23249+
<td>arm64, x86_64</td>
23250+
</tr>
23251+
<tr>
23252+
<td>Definition</td>
23253+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/muda/xmake.lua">muda/xmake.lua</a></td>
23254+
</tr>
23255+
</tbody>
23256+
</table>
23257+
<h5 id="installcommand">Install command</h5>
23258+
<pre><code class="lang-console">xrepo install -p iphoneos muda
23259+
</code></pre>
23260+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
23261+
<pre><code class="lang-lua">add_requires("muda")
23262+
</code></pre>
2322623263
<h3 id="mujsiphoneos">mujs (iphoneos)</h3>
2322723264
<table>
2322823265
<thead>

mirror/packages/linux.html

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38888,6 +38888,43 @@ <h5 id="installcommand">Install command</h5>
3888838888
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
3888938889
<pre><code class="lang-lua">add_requires("msvc-wine")
3889038890
</code></pre>
38891+
<h3 id="mudalinux">muda (linux)</h3>
38892+
<table>
38893+
<thead>
38894+
<tr>
38895+
<th>Description</th>
38896+
<th><em>μ-Cuda, COVER THE LAST MILE OF CUDA. With features: intellisense-friendly, structured launch, automatic cuda graph generation and updating.</em></th>
38897+
</tr>
38898+
</thead>
38899+
<tbody>
38900+
<tr>
38901+
<td>Homepage</td>
38902+
<td><a href="https://mugdxy.github.io/muda-doc">https://mugdxy.github.io/muda-doc</a></td>
38903+
</tr>
38904+
<tr>
38905+
<td>License</td>
38906+
<td>Apache-2.0</td>
38907+
</tr>
38908+
<tr>
38909+
<td>Versions</td>
38910+
<td>2025.10.9</td>
38911+
</tr>
38912+
<tr>
38913+
<td>Architectures</td>
38914+
<td>arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
38915+
</tr>
38916+
<tr>
38917+
<td>Definition</td>
38918+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/muda/xmake.lua">muda/xmake.lua</a></td>
38919+
</tr>
38920+
</tbody>
38921+
</table>
38922+
<h5 id="installcommand">Install command</h5>
38923+
<pre><code class="lang-console">xrepo install muda
38924+
</code></pre>
38925+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
38926+
<pre><code class="lang-lua">add_requires("muda")
38927+
</code></pre>
3889138928
<h3 id="muduolinux">muduo (linux)</h3>
3889238929
<table>
3889338930
<thead>
@@ -51508,7 +51545,7 @@ <h3 id="samurailinux">samurai (linux)</h3>
5150851545
</tr>
5150951546
<tr>
5151051547
<td>Versions</td>
51511-
<td>v0.6.0, v0.10.0, v0.12.0, v0.14.0, v0.16.0, v0.18.0, v0.19.0, v0.21.1, v0.22.0, v0.23.0, v0.25.1, v0.26.1, v0.27.0</td>
51548+
<td>v0.6.0, v0.10.0, v0.12.0, v0.14.0, v0.16.0, v0.18.0, v0.19.0, v0.21.1, v0.22.0, v0.23.0, v0.25.1, v0.26.1, v0.27.0, v0.27.1</td>
5151251549
</tr>
5151351550
<tr>
5151451551
<td>Architectures</td>
@@ -61470,7 +61507,7 @@ <h3 id="wigxjpflinux">wigxjpf (linux)</h3>
6147061507
</tr>
6147161508
<tr>
6147261509
<td>License</td>
61473-
<td>table: 0x55944ee32900</td>
61510+
<td>table: 0x5631a6d79970</td>
6147461511
</tr>
6147561512
<tr>
6147661513
<td>Versions</td>

mirror/packages/macosx.html

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35019,7 +35019,7 @@ <h3 id="moltenvkmacosx">moltenvk (macosx)</h3>
3501935019
</tr>
3502035020
<tr>
3502135021
<td>Versions</td>
35022-
<td>v1.1.0, v1.1.4, v1.1.5, v1.2.0, v1.2.7, v1.2.8, v1.2.9, v1.2.10, v1.2.11, v1.3.0, v1.4.0</td>
35022+
<td>v1.1.0, v1.1.4, v1.1.5, v1.2.0, v1.2.7, v1.2.8, v1.2.9, v1.2.10, v1.2.11, v1.3.0, v1.4.0, v1.4.1</td>
3502335023
</tr>
3502435024
<tr>
3502535025
<td>Architectures</td>
@@ -35823,6 +35823,43 @@ <h5 id="installcommand">Install command</h5>
3582335823
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
3582435824
<pre><code class="lang-lua">add_requires("msvc-wine")
3582535825
</code></pre>
35826+
<h3 id="mudamacosx">muda (macosx)</h3>
35827+
<table>
35828+
<thead>
35829+
<tr>
35830+
<th>Description</th>
35831+
<th><em>μ-Cuda, COVER THE LAST MILE OF CUDA. With features: intellisense-friendly, structured launch, automatic cuda graph generation and updating.</em></th>
35832+
</tr>
35833+
</thead>
35834+
<tbody>
35835+
<tr>
35836+
<td>Homepage</td>
35837+
<td><a href="https://mugdxy.github.io/muda-doc">https://mugdxy.github.io/muda-doc</a></td>
35838+
</tr>
35839+
<tr>
35840+
<td>License</td>
35841+
<td>Apache-2.0</td>
35842+
</tr>
35843+
<tr>
35844+
<td>Versions</td>
35845+
<td>2025.10.9</td>
35846+
</tr>
35847+
<tr>
35848+
<td>Architectures</td>
35849+
<td>arm64, x86_64</td>
35850+
</tr>
35851+
<tr>
35852+
<td>Definition</td>
35853+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/muda/xmake.lua">muda/xmake.lua</a></td>
35854+
</tr>
35855+
</tbody>
35856+
</table>
35857+
<h5 id="installcommand">Install command</h5>
35858+
<pre><code class="lang-console">xrepo install muda
35859+
</code></pre>
35860+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
35861+
<pre><code class="lang-lua">add_requires("muda")
35862+
</code></pre>
3582635863
<h3 id="mujsmacosx">mujs (macosx)</h3>
3582735864
<table>
3582835865
<thead>
@@ -47340,7 +47377,7 @@ <h3 id="samuraimacosx">samurai (macosx)</h3>
4734047377
</tr>
4734147378
<tr>
4734247379
<td>Versions</td>
47343-
<td>v0.6.0, v0.10.0, v0.12.0, v0.14.0, v0.16.0, v0.18.0, v0.19.0, v0.21.1, v0.22.0, v0.23.0, v0.25.1, v0.26.1, v0.27.0</td>
47380+
<td>v0.6.0, v0.10.0, v0.12.0, v0.14.0, v0.16.0, v0.18.0, v0.19.0, v0.21.1, v0.22.0, v0.23.0, v0.25.1, v0.26.1, v0.27.0, v0.27.1</td>
4734447381
</tr>
4734547382
<tr>
4734647383
<td>Architectures</td>
@@ -56722,7 +56759,7 @@ <h3 id="wigxjpfmacosx">wigxjpf (macosx)</h3>
5672256759
</tr>
5672356760
<tr>
5672456761
<td>License</td>
56725-
<td>table: 0x55944ee32900</td>
56762+
<td>table: 0x5631a6d79970</td>
5672656763
</tr>
5672756764
<tr>
5672856765
<td>Versions</td>

mirror/packages/mingw.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25967,6 +25967,43 @@ <h5 id="installcommand">Install command</h5>
2596725967
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
2596825968
<pre><code class="lang-lua">add_requires("msvc-wine")
2596925969
</code></pre>
25970+
<h3 id="mudamingw">muda (mingw)</h3>
25971+
<table>
25972+
<thead>
25973+
<tr>
25974+
<th>Description</th>
25975+
<th><em>μ-Cuda, COVER THE LAST MILE OF CUDA. With features: intellisense-friendly, structured launch, automatic cuda graph generation and updating.</em></th>
25976+
</tr>
25977+
</thead>
25978+
<tbody>
25979+
<tr>
25980+
<td>Homepage</td>
25981+
<td><a href="https://mugdxy.github.io/muda-doc">https://mugdxy.github.io/muda-doc</a></td>
25982+
</tr>
25983+
<tr>
25984+
<td>License</td>
25985+
<td>Apache-2.0</td>
25986+
</tr>
25987+
<tr>
25988+
<td>Versions</td>
25989+
<td>2025.10.9</td>
25990+
</tr>
25991+
<tr>
25992+
<td>Architectures</td>
25993+
<td>arm, arm64, i386, x86_64</td>
25994+
</tr>
25995+
<tr>
25996+
<td>Definition</td>
25997+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/muda/xmake.lua">muda/xmake.lua</a></td>
25998+
</tr>
25999+
</tbody>
26000+
</table>
26001+
<h5 id="installcommand">Install command</h5>
26002+
<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] muda
26003+
</code></pre>
26004+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
26005+
<pre><code class="lang-lua">add_requires("muda")
26006+
</code></pre>
2597026007
<h3 id="mujsmingw">mujs (mingw)</h3>
2597126008
<table>
2597226009
<thead>

0 commit comments

Comments
 (0)