Skip to content

Commit 714faa1

Browse files
committed
autoupdate docs by xmake-repo/ci
1 parent 4e20d5b commit 714faa1

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: glslang-nihui, mujoco, trianglemeshdistance**
9+
- **Recently added: microstl, glslang-nihui, mujoco**
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 (1879)
4+
- Packages (1880)
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
@@ -23425,6 +23425,43 @@ <h5 id="installcommand">Install command</h5>
2342523425
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
2342623426
<pre><code class="lang-lua">add_requires("microsoft-seal")
2342723427
</code></pre>
23428+
<h3 id="microstlandroid">microstl (android)</h3>
23429+
<table>
23430+
<thead>
23431+
<tr>
23432+
<th>Description</th>
23433+
<th><em>Small header-only C++ library for STL mesh files.</em></th>
23434+
</tr>
23435+
</thead>
23436+
<tbody>
23437+
<tr>
23438+
<td>Homepage</td>
23439+
<td><a href="https://github.com/cry-inc/microstl">https://github.com/cry-inc/microstl</a></td>
23440+
</tr>
23441+
<tr>
23442+
<td>License</td>
23443+
<td>MIT</td>
23444+
</tr>
23445+
<tr>
23446+
<td>Versions</td>
23447+
<td>2023.02.04</td>
23448+
</tr>
23449+
<tr>
23450+
<td>Architectures</td>
23451+
<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
23452+
</tr>
23453+
<tr>
23454+
<td>Definition</td>
23455+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/microstl/xmake.lua">microstl/xmake.lua</a></td>
23456+
</tr>
23457+
</tbody>
23458+
</table>
23459+
<h5 id="installcommand">Install command</h5>
23460+
<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] microstl
23461+
</code></pre>
23462+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
23463+
<pre><code class="lang-lua">add_requires("microstl")
23464+
</code></pre>
2342823465
<h3 id="mikktspaceandroid">mikktspace (android)</h3>
2342923466
<table>
2343023467
<thead>

mirror/packages/bsd.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24054,6 +24054,43 @@ <h5 id="installcommand">Install command</h5>
2405424054
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
2405524055
<pre><code class="lang-lua">add_requires("microsoft-seal")
2405624056
</code></pre>
24057+
<h3 id="microstlbsd">microstl (bsd)</h3>
24058+
<table>
24059+
<thead>
24060+
<tr>
24061+
<th>Description</th>
24062+
<th><em>Small header-only C++ library for STL mesh files.</em></th>
24063+
</tr>
24064+
</thead>
24065+
<tbody>
24066+
<tr>
24067+
<td>Homepage</td>
24068+
<td><a href="https://github.com/cry-inc/microstl">https://github.com/cry-inc/microstl</a></td>
24069+
</tr>
24070+
<tr>
24071+
<td>License</td>
24072+
<td>MIT</td>
24073+
</tr>
24074+
<tr>
24075+
<td>Versions</td>
24076+
<td>2023.02.04</td>
24077+
</tr>
24078+
<tr>
24079+
<td>Architectures</td>
24080+
<td>i386, x86_64</td>
24081+
</tr>
24082+
<tr>
24083+
<td>Definition</td>
24084+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/microstl/xmake.lua">microstl/xmake.lua</a></td>
24085+
</tr>
24086+
</tbody>
24087+
</table>
24088+
<h5 id="installcommand">Install command</h5>
24089+
<pre><code class="lang-console">xrepo install microstl
24090+
</code></pre>
24091+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
24092+
<pre><code class="lang-lua">add_requires("microstl")
24093+
</code></pre>
2405724094
<h3 id="mikktspacebsd">mikktspace (bsd)</h3>
2405824095
<table>
2405924096
<thead>

mirror/packages/cross.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22984,6 +22984,43 @@ <h5 id="installcommand">Install command</h5>
2298422984
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
2298522985
<pre><code class="lang-lua">add_requires("microsoft-seal")
2298622986
</code></pre>
22987+
<h3 id="microstlcross">microstl (cross)</h3>
22988+
<table>
22989+
<thead>
22990+
<tr>
22991+
<th>Description</th>
22992+
<th><em>Small header-only C++ library for STL mesh files.</em></th>
22993+
</tr>
22994+
</thead>
22995+
<tbody>
22996+
<tr>
22997+
<td>Homepage</td>
22998+
<td><a href="https://github.com/cry-inc/microstl">https://github.com/cry-inc/microstl</a></td>
22999+
</tr>
23000+
<tr>
23001+
<td>License</td>
23002+
<td>MIT</td>
23003+
</tr>
23004+
<tr>
23005+
<td>Versions</td>
23006+
<td>2023.02.04</td>
23007+
</tr>
23008+
<tr>
23009+
<td>Architectures</td>
23010+
<td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
23011+
</tr>
23012+
<tr>
23013+
<td>Definition</td>
23014+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/microstl/xmake.lua">microstl/xmake.lua</a></td>
23015+
</tr>
23016+
</tbody>
23017+
</table>
23018+
<h5 id="installcommand">Install command</h5>
23019+
<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] microstl
23020+
</code></pre>
23021+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
23022+
<pre><code class="lang-lua">add_requires("microstl")
23023+
</code></pre>
2298723024
<h3 id="mikktspacecross">mikktspace (cross)</h3>
2298823025
<table>
2298923026
<thead>

mirror/packages/iphoneos.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22215,6 +22215,43 @@ <h5 id="installcommand">Install command</h5>
2221522215
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
2221622216
<pre><code class="lang-lua">add_requires("microsoft-proxy")
2221722217
</code></pre>
22218+
<h3 id="microstliphoneos">microstl (iphoneos)</h3>
22219+
<table>
22220+
<thead>
22221+
<tr>
22222+
<th>Description</th>
22223+
<th><em>Small header-only C++ library for STL mesh files.</em></th>
22224+
</tr>
22225+
</thead>
22226+
<tbody>
22227+
<tr>
22228+
<td>Homepage</td>
22229+
<td><a href="https://github.com/cry-inc/microstl">https://github.com/cry-inc/microstl</a></td>
22230+
</tr>
22231+
<tr>
22232+
<td>License</td>
22233+
<td>MIT</td>
22234+
</tr>
22235+
<tr>
22236+
<td>Versions</td>
22237+
<td>2023.02.04</td>
22238+
</tr>
22239+
<tr>
22240+
<td>Architectures</td>
22241+
<td>arm64, x86_64</td>
22242+
</tr>
22243+
<tr>
22244+
<td>Definition</td>
22245+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/microstl/xmake.lua">microstl/xmake.lua</a></td>
22246+
</tr>
22247+
</tbody>
22248+
</table>
22249+
<h5 id="installcommand">Install command</h5>
22250+
<pre><code class="lang-console">xrepo install -p iphoneos microstl
22251+
</code></pre>
22252+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
22253+
<pre><code class="lang-lua">add_requires("microstl")
22254+
</code></pre>
2221822255
<h3 id="mikktspaceiphoneos">mikktspace (iphoneos)</h3>
2221922256
<table>
2222022257
<thead>

mirror/packages/linux.html

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37493,6 +37493,43 @@ <h5 id="installcommand">Install command</h5>
3749337493
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
3749437494
<pre><code class="lang-lua">add_requires("microsoft-seal")
3749537495
</code></pre>
37496+
<h3 id="microstllinux">microstl (linux)</h3>
37497+
<table>
37498+
<thead>
37499+
<tr>
37500+
<th>Description</th>
37501+
<th><em>Small header-only C++ library for STL mesh files.</em></th>
37502+
</tr>
37503+
</thead>
37504+
<tbody>
37505+
<tr>
37506+
<td>Homepage</td>
37507+
<td><a href="https://github.com/cry-inc/microstl">https://github.com/cry-inc/microstl</a></td>
37508+
</tr>
37509+
<tr>
37510+
<td>License</td>
37511+
<td>MIT</td>
37512+
</tr>
37513+
<tr>
37514+
<td>Versions</td>
37515+
<td>2023.02.04</td>
37516+
</tr>
37517+
<tr>
37518+
<td>Architectures</td>
37519+
<td>arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
37520+
</tr>
37521+
<tr>
37522+
<td>Definition</td>
37523+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/microstl/xmake.lua">microstl/xmake.lua</a></td>
37524+
</tr>
37525+
</tbody>
37526+
</table>
37527+
<h5 id="installcommand">Install command</h5>
37528+
<pre><code class="lang-console">xrepo install microstl
37529+
</code></pre>
37530+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
37531+
<pre><code class="lang-lua">add_requires("microstl")
37532+
</code></pre>
3749637533
<h3 id="mikktspacelinux">mikktspace (linux)</h3>
3749737534
<table>
3749837535
<thead>
@@ -61807,7 +61844,7 @@ <h3 id="wigxjpflinux">wigxjpf (linux)</h3>
6180761844
</tr>
6180861845
<tr>
6180961846
<td>License</td>
61810-
<td>table: 0x55bb0f195ab0</td>
61847+
<td>table: 0x55ad3c4b45a0</td>
6181161848
</tr>
6181261849
<tr>
6181361850
<td>Versions</td>

mirror/packages/macosx.html

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34391,6 +34391,43 @@ <h5 id="installcommand">Install command</h5>
3439134391
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
3439234392
<pre><code class="lang-lua">add_requires("microsoft-seal")
3439334393
</code></pre>
34394+
<h3 id="microstlmacosx">microstl (macosx)</h3>
34395+
<table>
34396+
<thead>
34397+
<tr>
34398+
<th>Description</th>
34399+
<th><em>Small header-only C++ library for STL mesh files.</em></th>
34400+
</tr>
34401+
</thead>
34402+
<tbody>
34403+
<tr>
34404+
<td>Homepage</td>
34405+
<td><a href="https://github.com/cry-inc/microstl">https://github.com/cry-inc/microstl</a></td>
34406+
</tr>
34407+
<tr>
34408+
<td>License</td>
34409+
<td>MIT</td>
34410+
</tr>
34411+
<tr>
34412+
<td>Versions</td>
34413+
<td>2023.02.04</td>
34414+
</tr>
34415+
<tr>
34416+
<td>Architectures</td>
34417+
<td>arm64, x86_64</td>
34418+
</tr>
34419+
<tr>
34420+
<td>Definition</td>
34421+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/microstl/xmake.lua">microstl/xmake.lua</a></td>
34422+
</tr>
34423+
</tbody>
34424+
</table>
34425+
<h5 id="installcommand">Install command</h5>
34426+
<pre><code class="lang-console">xrepo install microstl
34427+
</code></pre>
34428+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
34429+
<pre><code class="lang-lua">add_requires("microstl")
34430+
</code></pre>
3439434431
<h3 id="mikktspacemacosx">mikktspace (macosx)</h3>
3439534432
<table>
3439634433
<thead>
@@ -57059,7 +57096,7 @@ <h3 id="wigxjpfmacosx">wigxjpf (macosx)</h3>
5705957096
</tr>
5706057097
<tr>
5706157098
<td>License</td>
57062-
<td>table: 0x55bb0f195ab0</td>
57099+
<td>table: 0x55ad3c4b45a0</td>
5706357100
</tr>
5706457101
<tr>
5706557102
<td>Versions</td>

mirror/packages/mingw.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24988,6 +24988,43 @@ <h5 id="installcommand">Install command</h5>
2498824988
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
2498924989
<pre><code class="lang-lua">add_requires("microsoft-seal")
2499024990
</code></pre>
24991+
<h3 id="microstlmingw">microstl (mingw)</h3>
24992+
<table>
24993+
<thead>
24994+
<tr>
24995+
<th>Description</th>
24996+
<th><em>Small header-only C++ library for STL mesh files.</em></th>
24997+
</tr>
24998+
</thead>
24999+
<tbody>
25000+
<tr>
25001+
<td>Homepage</td>
25002+
<td><a href="https://github.com/cry-inc/microstl">https://github.com/cry-inc/microstl</a></td>
25003+
</tr>
25004+
<tr>
25005+
<td>License</td>
25006+
<td>MIT</td>
25007+
</tr>
25008+
<tr>
25009+
<td>Versions</td>
25010+
<td>2023.02.04</td>
25011+
</tr>
25012+
<tr>
25013+
<td>Architectures</td>
25014+
<td>arm, arm64, i386, x86_64</td>
25015+
</tr>
25016+
<tr>
25017+
<td>Definition</td>
25018+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/microstl/xmake.lua">microstl/xmake.lua</a></td>
25019+
</tr>
25020+
</tbody>
25021+
</table>
25022+
<h5 id="installcommand">Install command</h5>
25023+
<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] microstl
25024+
</code></pre>
25025+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
25026+
<pre><code class="lang-lua">add_requires("microstl")
25027+
</code></pre>
2499125028
<h3 id="mikktspacemingw">mikktspace (mingw)</h3>
2499225029
<table>
2499325030
<thead>

mirror/packages/msys.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22947,6 +22947,43 @@ <h5 id="installcommand">Install command</h5>
2294722947
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
2294822948
<pre><code class="lang-lua">add_requires("microsoft-seal")
2294922949
</code></pre>
22950+
<h3 id="microstlmsys">microstl (msys)</h3>
22951+
<table>
22952+
<thead>
22953+
<tr>
22954+
<th>Description</th>
22955+
<th><em>Small header-only C++ library for STL mesh files.</em></th>
22956+
</tr>
22957+
</thead>
22958+
<tbody>
22959+
<tr>
22960+
<td>Homepage</td>
22961+
<td><a href="https://github.com/cry-inc/microstl">https://github.com/cry-inc/microstl</a></td>
22962+
</tr>
22963+
<tr>
22964+
<td>License</td>
22965+
<td>MIT</td>
22966+
</tr>
22967+
<tr>
22968+
<td>Versions</td>
22969+
<td>2023.02.04</td>
22970+
</tr>
22971+
<tr>
22972+
<td>Architectures</td>
22973+
<td>i386, x86_64</td>
22974+
</tr>
22975+
<tr>
22976+
<td>Definition</td>
22977+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/microstl/xmake.lua">microstl/xmake.lua</a></td>
22978+
</tr>
22979+
</tbody>
22980+
</table>
22981+
<h5 id="installcommand">Install command</h5>
22982+
<pre><code class="lang-console">xrepo install microstl
22983+
</code></pre>
22984+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
22985+
<pre><code class="lang-lua">add_requires("microstl")
22986+
</code></pre>
2295022987
<h3 id="mikktspacemsys">mikktspace (msys)</h3>
2295122988
<table>
2295222989
<thead>

0 commit comments

Comments
 (0)