Skip to content

Commit 252d8e5

Browse files
committed
autoupdate docs by xmake-repo/ci
1 parent c8d4973 commit 252d8e5

25 files changed

+640
-91
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: colmap, ldtkloader, muda**
9+
- **Recently added: incbin, colmap, ldtkloader**
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 (1873)
4+
- Packages (1874)
55
- [android](packages/android.md)
66
- [bsd](packages/bsd.md)
77
- [cross](packages/cross.md)

mirror/packages/android.html

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13730,7 +13730,7 @@ <h3 id="implot3dandroid">implot3d (android)</h3>
1373013730
</tr>
1373113731
<tr>
1373213732
<td>Versions</td>
13733-
<td>v0.2</td>
13733+
<td>v0.2, v0.3</td>
1373413734
</tr>
1373513735
<tr>
1373613736
<td>Architectures</td>
@@ -13748,6 +13748,43 @@ <h5 id="installcommand">Install command</h5>
1374813748
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1374913749
<pre><code class="lang-lua">add_requires("implot3d")
1375013750
</code></pre>
13751+
<h3 id="incbinandroid">incbin (android)</h3>
13752+
<table>
13753+
<thead>
13754+
<tr>
13755+
<th>Description</th>
13756+
<th><em>Include binary files in C/C++</em></th>
13757+
</tr>
13758+
</thead>
13759+
<tbody>
13760+
<tr>
13761+
<td>Homepage</td>
13762+
<td><a href="https://github.com/graphitemaster/incbin">https://github.com/graphitemaster/incbin</a></td>
13763+
</tr>
13764+
<tr>
13765+
<td>License</td>
13766+
<td>Unlicense</td>
13767+
</tr>
13768+
<tr>
13769+
<td>Versions</td>
13770+
<td>2025.05.27</td>
13771+
</tr>
13772+
<tr>
13773+
<td>Architectures</td>
13774+
<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
13775+
</tr>
13776+
<tr>
13777+
<td>Definition</td>
13778+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/incbin/xmake.lua">incbin/xmake.lua</a></td>
13779+
</tr>
13780+
</tbody>
13781+
</table>
13782+
<h5 id="installcommand">Install command</h5>
13783+
<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] incbin
13784+
</code></pre>
13785+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
13786+
<pre><code class="lang-lua">add_requires("incbin")
13787+
</code></pre>
1375113788
<h3 id="indicatorsandroid">indicators (android)</h3>
1375213789
<table>
1375313790
<thead>
@@ -29312,7 +29349,7 @@ <h3 id="plutovgandroid">plutovg (android)</h3>
2931229349
</tr>
2931329350
<tr>
2931429351
<td>Versions</td>
29315-
<td>v0.0.1, v0.0.6, v0.0.7, v0.0.8, v0.0.9, v0.0.12, v0.0.13, v1.0.0, v1.1.0, v1.3.0, v1.3.1</td>
29352+
<td>v0.0.1, v0.0.6, v0.0.7, v0.0.8, v0.0.9, v0.0.12, v0.0.13, v1.0.0, v1.1.0, v1.3.0, v1.3.1, v1.3.2</td>
2931629353
</tr>
2931729354
<tr>
2931829355
<td>Architectures</td>
@@ -38324,7 +38361,7 @@ <h3 id="urdfdomandroid">urdfdom (android)</h3>
3832438361
</tr>
3832538362
<tr>
3832638363
<td>Versions</td>
38327-
<td>1.0.4, 4.0.0, 4.0.1, 5.0.2</td>
38364+
<td>1.0.4, 4.0.0, 4.0.1, 5.0.2, 5.0.3</td>
3832838365
</tr>
3832938366
<tr>
3833038367
<td>Architectures</td>

mirror/packages/bsd.html

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13638,7 +13638,7 @@ <h3 id="implot3dbsd">implot3d (bsd)</h3>
1363813638
</tr>
1363913639
<tr>
1364013640
<td>Versions</td>
13641-
<td>v0.2</td>
13641+
<td>v0.2, v0.3</td>
1364213642
</tr>
1364313643
<tr>
1364413644
<td>Architectures</td>
@@ -13656,6 +13656,43 @@ <h5 id="installcommand">Install command</h5>
1365613656
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1365713657
<pre><code class="lang-lua">add_requires("implot3d")
1365813658
</code></pre>
13659+
<h3 id="incbinbsd">incbin (bsd)</h3>
13660+
<table>
13661+
<thead>
13662+
<tr>
13663+
<th>Description</th>
13664+
<th><em>Include binary files in C/C++</em></th>
13665+
</tr>
13666+
</thead>
13667+
<tbody>
13668+
<tr>
13669+
<td>Homepage</td>
13670+
<td><a href="https://github.com/graphitemaster/incbin">https://github.com/graphitemaster/incbin</a></td>
13671+
</tr>
13672+
<tr>
13673+
<td>License</td>
13674+
<td>Unlicense</td>
13675+
</tr>
13676+
<tr>
13677+
<td>Versions</td>
13678+
<td>2025.05.27</td>
13679+
</tr>
13680+
<tr>
13681+
<td>Architectures</td>
13682+
<td>i386, x86_64</td>
13683+
</tr>
13684+
<tr>
13685+
<td>Definition</td>
13686+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/incbin/xmake.lua">incbin/xmake.lua</a></td>
13687+
</tr>
13688+
</tbody>
13689+
</table>
13690+
<h5 id="installcommand">Install command</h5>
13691+
<pre><code class="lang-console">xrepo install incbin
13692+
</code></pre>
13693+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
13694+
<pre><code class="lang-lua">add_requires("incbin")
13695+
</code></pre>
1365913696
<h3 id="indicatorsbsd">indicators (bsd)</h3>
1366013697
<table>
1366113698
<thead>
@@ -29830,7 +29867,7 @@ <h3 id="plutovgbsd">plutovg (bsd)</h3>
2983029867
</tr>
2983129868
<tr>
2983229869
<td>Versions</td>
29833-
<td>v0.0.1, v0.0.6, v0.0.7, v0.0.8, v0.0.9, v0.0.12, v0.0.13, v1.0.0, v1.1.0, v1.3.0, v1.3.1</td>
29870+
<td>v0.0.1, v0.0.6, v0.0.7, v0.0.8, v0.0.9, v0.0.12, v0.0.13, v1.0.0, v1.1.0, v1.3.0, v1.3.1, v1.3.2</td>
2983429871
</tr>
2983529872
<tr>
2983629873
<td>Architectures</td>
@@ -38493,7 +38530,7 @@ <h3 id="urdfdombsd">urdfdom (bsd)</h3>
3849338530
</tr>
3849438531
<tr>
3849538532
<td>Versions</td>
38496-
<td>1.0.4, 4.0.0, 4.0.1, 5.0.2</td>
38533+
<td>1.0.4, 4.0.0, 4.0.1, 5.0.2, 5.0.3</td>
3849738534
</tr>
3849838535
<tr>
3849938536
<td>Architectures</td>

mirror/packages/cross.html

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13428,7 +13428,7 @@ <h3 id="implot3dcross">implot3d (cross)</h3>
1342813428
</tr>
1342913429
<tr>
1343013430
<td>Versions</td>
13431-
<td>v0.2</td>
13431+
<td>v0.2, v0.3</td>
1343213432
</tr>
1343313433
<tr>
1343413434
<td>Architectures</td>
@@ -13446,6 +13446,43 @@ <h5 id="installcommand">Install command</h5>
1344613446
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1344713447
<pre><code class="lang-lua">add_requires("implot3d")
1344813448
</code></pre>
13449+
<h3 id="incbincross">incbin (cross)</h3>
13450+
<table>
13451+
<thead>
13452+
<tr>
13453+
<th>Description</th>
13454+
<th><em>Include binary files in C/C++</em></th>
13455+
</tr>
13456+
</thead>
13457+
<tbody>
13458+
<tr>
13459+
<td>Homepage</td>
13460+
<td><a href="https://github.com/graphitemaster/incbin">https://github.com/graphitemaster/incbin</a></td>
13461+
</tr>
13462+
<tr>
13463+
<td>License</td>
13464+
<td>Unlicense</td>
13465+
</tr>
13466+
<tr>
13467+
<td>Versions</td>
13468+
<td>2025.05.27</td>
13469+
</tr>
13470+
<tr>
13471+
<td>Architectures</td>
13472+
<td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
13473+
</tr>
13474+
<tr>
13475+
<td>Definition</td>
13476+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/incbin/xmake.lua">incbin/xmake.lua</a></td>
13477+
</tr>
13478+
</tbody>
13479+
</table>
13480+
<h5 id="installcommand">Install command</h5>
13481+
<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] incbin
13482+
</code></pre>
13483+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
13484+
<pre><code class="lang-lua">add_requires("incbin")
13485+
</code></pre>
1344913486
<h3 id="indicatorscross">indicators (cross)</h3>
1345013487
<table>
1345113488
<thead>
@@ -28513,7 +28550,7 @@ <h3 id="plutovgcross">plutovg (cross)</h3>
2851328550
</tr>
2851428551
<tr>
2851528552
<td>Versions</td>
28516-
<td>v0.0.1, v0.0.6, v0.0.7, v0.0.8, v0.0.9, v0.0.12, v0.0.13, v1.0.0, v1.1.0, v1.3.0, v1.3.1</td>
28553+
<td>v0.0.1, v0.0.6, v0.0.7, v0.0.8, v0.0.9, v0.0.12, v0.0.13, v1.0.0, v1.1.0, v1.3.0, v1.3.1, v1.3.2</td>
2851728554
</tr>
2851828555
<tr>
2851928556
<td>Architectures</td>
@@ -36958,7 +36995,7 @@ <h3 id="urdfdomcross">urdfdom (cross)</h3>
3695836995
</tr>
3695936996
<tr>
3696036997
<td>Versions</td>
36961-
<td>1.0.4, 4.0.0, 4.0.1, 5.0.2</td>
36998+
<td>1.0.4, 4.0.0, 4.0.1, 5.0.2, 5.0.3</td>
3696236999
</tr>
3696337000
<tr>
3696437001
<td>Architectures</td>

mirror/packages/iphoneos.html

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13112,7 +13112,7 @@ <h3 id="implot3diphoneos">implot3d (iphoneos)</h3>
1311213112
</tr>
1311313113
<tr>
1311413114
<td>Versions</td>
13115-
<td>v0.2</td>
13115+
<td>v0.2, v0.3</td>
1311613116
</tr>
1311713117
<tr>
1311813118
<td>Architectures</td>
@@ -13130,6 +13130,43 @@ <h5 id="installcommand">Install command</h5>
1313013130
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1313113131
<pre><code class="lang-lua">add_requires("implot3d")
1313213132
</code></pre>
13133+
<h3 id="incbiniphoneos">incbin (iphoneos)</h3>
13134+
<table>
13135+
<thead>
13136+
<tr>
13137+
<th>Description</th>
13138+
<th><em>Include binary files in C/C++</em></th>
13139+
</tr>
13140+
</thead>
13141+
<tbody>
13142+
<tr>
13143+
<td>Homepage</td>
13144+
<td><a href="https://github.com/graphitemaster/incbin">https://github.com/graphitemaster/incbin</a></td>
13145+
</tr>
13146+
<tr>
13147+
<td>License</td>
13148+
<td>Unlicense</td>
13149+
</tr>
13150+
<tr>
13151+
<td>Versions</td>
13152+
<td>2025.05.27</td>
13153+
</tr>
13154+
<tr>
13155+
<td>Architectures</td>
13156+
<td>arm64, x86_64</td>
13157+
</tr>
13158+
<tr>
13159+
<td>Definition</td>
13160+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/incbin/xmake.lua">incbin/xmake.lua</a></td>
13161+
</tr>
13162+
</tbody>
13163+
</table>
13164+
<h5 id="installcommand">Install command</h5>
13165+
<pre><code class="lang-console">xrepo install -p iphoneos incbin
13166+
</code></pre>
13167+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
13168+
<pre><code class="lang-lua">add_requires("incbin")
13169+
</code></pre>
1313313170
<h3 id="indicatorsiphoneos">indicators (iphoneos)</h3>
1313413171
<table>
1313513172
<thead>
@@ -27921,7 +27958,7 @@ <h3 id="plutovgiphoneos">plutovg (iphoneos)</h3>
2792127958
</tr>
2792227959
<tr>
2792327960
<td>Versions</td>
27924-
<td>v0.0.1, v0.0.6, v0.0.7, v0.0.8, v0.0.9, v0.0.12, v0.0.13, v1.0.0, v1.1.0, v1.3.0, v1.3.1</td>
27961+
<td>v0.0.1, v0.0.6, v0.0.7, v0.0.8, v0.0.9, v0.0.12, v0.0.13, v1.0.0, v1.1.0, v1.3.0, v1.3.1, v1.3.2</td>
2792527962
</tr>
2792627963
<tr>
2792727964
<td>Architectures</td>

mirror/packages/linux.html

Lines changed: 43 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21361,7 +21361,7 @@ <h3 id="implot3dlinux">implot3d (linux)</h3>
2136121361
</tr>
2136221362
<tr>
2136321363
<td>Versions</td>
21364-
<td>v0.2</td>
21364+
<td>v0.2, v0.3</td>
2136521365
</tr>
2136621366
<tr>
2136721367
<td>Architectures</td>
@@ -21379,6 +21379,43 @@ <h5 id="installcommand">Install command</h5>
2137921379
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
2138021380
<pre><code class="lang-lua">add_requires("implot3d")
2138121381
</code></pre>
21382+
<h3 id="incbinlinux">incbin (linux)</h3>
21383+
<table>
21384+
<thead>
21385+
<tr>
21386+
<th>Description</th>
21387+
<th><em>Include binary files in C/C++</em></th>
21388+
</tr>
21389+
</thead>
21390+
<tbody>
21391+
<tr>
21392+
<td>Homepage</td>
21393+
<td><a href="https://github.com/graphitemaster/incbin">https://github.com/graphitemaster/incbin</a></td>
21394+
</tr>
21395+
<tr>
21396+
<td>License</td>
21397+
<td>Unlicense</td>
21398+
</tr>
21399+
<tr>
21400+
<td>Versions</td>
21401+
<td>2025.05.27</td>
21402+
</tr>
21403+
<tr>
21404+
<td>Architectures</td>
21405+
<td>arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
21406+
</tr>
21407+
<tr>
21408+
<td>Definition</td>
21409+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/incbin/xmake.lua">incbin/xmake.lua</a></td>
21410+
</tr>
21411+
</tbody>
21412+
</table>
21413+
<h5 id="installcommand">Install command</h5>
21414+
<pre><code class="lang-console">xrepo install incbin
21415+
</code></pre>
21416+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
21417+
<pre><code class="lang-lua">add_requires("incbin")
21418+
</code></pre>
2138221419
<h3 id="indicatorslinux">indicators (linux)</h3>
2138321420
<table>
2138421421
<thead>
@@ -42228,7 +42265,7 @@ <h3 id="onednnlinux">onednn (linux)</h3>
4222842265
</tr>
4222942266
<tr>
4223042267
<td>Versions</td>
42231-
<td>v2.5.4, v3.3.4, v3.4, v3.4.1, v3.4.2, v3.4.3, v3.5, v3.5.1, v3.5.2, v3.5.3, v3.6, v3.6.1, v3.6.2, v3.7.1, v3.7.2, v3.8, v3.8.1, v3.9, v3.9.1, v3.10, v3.10.1</td>
42268+
<td>v2.5.4, v3.3.4, v3.4, v3.4.1, v3.4.2, v3.4.3, v3.5, v3.5.1, v3.5.2, v3.5.3, v3.6, v3.6.1, v3.6.2, v3.7.1, v3.7.2, v3.8, v3.8.1, v3.9, v3.9.1, v3.10, v3.10.1, v3.10.2</td>
4223242269
</tr>
4223342270
<tr>
4223442271
<td>Architectures</td>
@@ -43713,7 +43750,7 @@ <h3 id="openvdblinux">openvdb (linux)</h3>
4371343750
</tr>
4371443751
<tr>
4371543752
<td>Versions</td>
43716-
<td>v7.1.0, v8.0.1, v8.1.0, v8.2.0, v9.0.0, v9.1.0, v10.0.1, v10.1.0, v11.0.0, v12.1.0, v12.1.1</td>
43753+
<td>v7.1.0, v8.0.1, v8.1.0, v8.2.0, v9.0.0, v9.1.0, v10.0.1, v10.1.0, v11.0.0, v12.1.0, v12.1.1, v13.0.0</td>
4371743754
</tr>
4371843755
<tr>
4371943756
<td>Architectures</td>
@@ -46338,7 +46375,7 @@ <h3 id="plutovglinux">plutovg (linux)</h3>
4633846375
</tr>
4633946376
<tr>
4634046377
<td>Versions</td>
46341-
<td>v0.0.1, v0.0.6, v0.0.7, v0.0.8, v0.0.9, v0.0.12, v0.0.13, v1.0.0, v1.1.0, v1.3.0, v1.3.1</td>
46378+
<td>v0.0.1, v0.0.6, v0.0.7, v0.0.8, v0.0.9, v0.0.12, v0.0.13, v1.0.0, v1.1.0, v1.3.0, v1.3.1, v1.3.2</td>
4634246379
</tr>
4634346380
<tr>
4634446381
<td>Architectures</td>
@@ -59300,7 +59337,7 @@ <h3 id="urdfdomlinux">urdfdom (linux)</h3>
5930059337
</tr>
5930159338
<tr>
5930259339
<td>Versions</td>
59303-
<td>1.0.4, 4.0.0, 4.0.1, 5.0.2</td>
59340+
<td>1.0.4, 4.0.0, 4.0.1, 5.0.2, 5.0.3</td>
5930459341
</tr>
5930559342
<tr>
5930659343
<td>Architectures</td>
@@ -61585,7 +61622,7 @@ <h3 id="wigxjpflinux">wigxjpf (linux)</h3>
6158561622
</tr>
6158661623
<tr>
6158761624
<td>License</td>
61588-
<td>table: 0x555aca424df0</td>
61625+
<td>table: 0x5593aceda8d0</td>
6158961626
</tr>
6159061627
<tr>
6159161628
<td>Versions</td>

0 commit comments

Comments
 (0)