Browse Source

autoupdate docs by xmake-repo/ci

ruki 5 days ago
parent
commit
714faa1a24

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: glslang-nihui, mujoco, trianglemeshdistance**
+- **Recently added: microstl, glslang-nihui, mujoco**
 
 [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 (1879)
+- Packages (1880)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -23425,6 +23425,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("microsoft-seal")
 </code></pre>
+<h3 id="microstlandroid">microstl (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Small header-only C++ library for STL mesh files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cry-inc/microstl">https://github.com/cry-inc/microstl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.02.04</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/microstl/xmake.lua">microstl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] microstl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("microstl")
+</code></pre>
 <h3 id="mikktspaceandroid">mikktspace (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -24054,6 +24054,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("microsoft-seal")
 </code></pre>
+<h3 id="microstlbsd">microstl (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Small header-only C++ library for STL mesh files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cry-inc/microstl">https://github.com/cry-inc/microstl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.02.04</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/m/microstl/xmake.lua">microstl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install microstl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("microstl")
+</code></pre>
 <h3 id="mikktspacebsd">mikktspace (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -22984,6 +22984,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("microsoft-seal")
 </code></pre>
+<h3 id="microstlcross">microstl (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Small header-only C++ library for STL mesh files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cry-inc/microstl">https://github.com/cry-inc/microstl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.02.04</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, 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/m/microstl/xmake.lua">microstl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] microstl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("microstl")
+</code></pre>
 <h3 id="mikktspacecross">mikktspace (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -22215,6 +22215,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("microsoft-proxy")
 </code></pre>
+<h3 id="microstliphoneos">microstl (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Small header-only C++ library for STL mesh files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cry-inc/microstl">https://github.com/cry-inc/microstl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.02.04</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/m/microstl/xmake.lua">microstl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos microstl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("microstl")
+</code></pre>
 <h3 id="mikktspaceiphoneos">mikktspace (iphoneos)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/linux.html

@@ -37493,6 +37493,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("microsoft-seal")
 </code></pre>
+<h3 id="microstllinux">microstl (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Small header-only C++ library for STL mesh files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cry-inc/microstl">https://github.com/cry-inc/microstl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.02.04</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, loong64, 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/m/microstl/xmake.lua">microstl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install microstl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("microstl")
+</code></pre>
 <h3 id="mikktspacelinux">mikktspace (linux)</h3>
 <table>
 <thead>
@@ -61807,7 +61844,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55bb0f195ab0</td>
+<td>table: 0x55ad3c4b45a0</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 38 - 1
mirror/packages/macosx.html

@@ -34391,6 +34391,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("microsoft-seal")
 </code></pre>
+<h3 id="microstlmacosx">microstl (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Small header-only C++ library for STL mesh files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cry-inc/microstl">https://github.com/cry-inc/microstl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.02.04</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/m/microstl/xmake.lua">microstl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install microstl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("microstl")
+</code></pre>
 <h3 id="mikktspacemacosx">mikktspace (macosx)</h3>
 <table>
 <thead>
@@ -57059,7 +57096,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55bb0f195ab0</td>
+<td>table: 0x55ad3c4b45a0</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 37 - 0
mirror/packages/mingw.html

@@ -24988,6 +24988,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("microsoft-seal")
 </code></pre>
+<h3 id="microstlmingw">microstl (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Small header-only C++ library for STL mesh files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cry-inc/microstl">https://github.com/cry-inc/microstl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.02.04</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/m/microstl/xmake.lua">microstl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] microstl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("microstl")
+</code></pre>
 <h3 id="mikktspacemingw">mikktspace (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -22947,6 +22947,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("microsoft-seal")
 </code></pre>
+<h3 id="microstlmsys">microstl (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Small header-only C++ library for STL mesh files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cry-inc/microstl">https://github.com/cry-inc/microstl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.02.04</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/m/microstl/xmake.lua">microstl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install microstl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("microstl")
+</code></pre>
 <h3 id="mikktspacemsys">mikktspace (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/wasm.html

@@ -20142,6 +20142,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("microsoft-seal")
 </code></pre>
+<h3 id="microstlwasm">microstl (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Small header-only C++ library for STL mesh files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cry-inc/microstl">https://github.com/cry-inc/microstl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.02.04</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/m/microstl/xmake.lua">microstl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm microstl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("microstl")
+</code></pre>
 <h3 id="mikktspacewasm">mikktspace (wasm)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -32582,6 +32582,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("microsoft-wtl")
 </code></pre>
+<h3 id="microstlwindows">microstl (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Small header-only C++ library for STL mesh files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cry-inc/microstl">https://github.com/cry-inc/microstl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.02.04</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, arm64ec, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/microstl/xmake.lua">microstl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install microstl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("microstl")
+</code></pre>
 <h3 id="mikktspacewindows">mikktspace (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -15280,6 +15280,30 @@ add_requires("microsoft-seal")
 ```
 
 
+### microstl (android)
+
+
+| Description | *Small header-only C++ library for STL mesh files.* |
+| -- | -- |
+| Homepage | [https://github.com/cry-inc/microstl](https://github.com/cry-inc/microstl) |
+| License | MIT |
+| Versions | 2023.02.04 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
+| Definition | [microstl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/microstl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] microstl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("microstl")
+```
+
+
 ### mikktspace (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -15701,6 +15701,30 @@ add_requires("microsoft-seal")
 ```
 
 
+### microstl (bsd)
+
+
+| Description | *Small header-only C++ library for STL mesh files.* |
+| -- | -- |
+| Homepage | [https://github.com/cry-inc/microstl](https://github.com/cry-inc/microstl) |
+| License | MIT |
+| Versions | 2023.02.04 |
+| Architectures | i386, x86_64 |
+| Definition | [microstl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/microstl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install microstl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("microstl")
+```
+
+
 ### mikktspace (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -14991,6 +14991,30 @@ add_requires("microsoft-seal")
 ```
 
 
+### microstl (cross)
+
+
+| Description | *Small header-only C++ library for STL mesh files.* |
+| -- | -- |
+| Homepage | [https://github.com/cry-inc/microstl](https://github.com/cry-inc/microstl) |
+| License | MIT |
+| Versions | 2023.02.04 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [microstl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/microstl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] microstl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("microstl")
+```
+
+
 ### mikktspace (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -14489,6 +14489,30 @@ add_requires("microsoft-proxy")
 ```
 
 
+### microstl (iphoneos)
+
+
+| Description | *Small header-only C++ library for STL mesh files.* |
+| -- | -- |
+| Homepage | [https://github.com/cry-inc/microstl](https://github.com/cry-inc/microstl) |
+| License | MIT |
+| Versions | 2023.02.04 |
+| Architectures | arm64, x86_64 |
+| Definition | [microstl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/microstl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos microstl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("microstl")
+```
+
+
 ### mikktspace (iphoneos)
 
 

+ 25 - 1
packages/linux.md

@@ -24588,6 +24588,30 @@ add_requires("microsoft-seal")
 ```
 
 
+### microstl (linux)
+
+
+| Description | *Small header-only C++ library for STL mesh files.* |
+| -- | -- |
+| Homepage | [https://github.com/cry-inc/microstl](https://github.com/cry-inc/microstl) |
+| License | MIT |
+| Versions | 2023.02.04 |
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [microstl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/microstl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install microstl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("microstl")
+```
+
+
 ### mikktspace (linux)
 
 
@@ -40554,7 +40578,7 @@ add_requires("whisper.cpp")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x55bb0f195ab0 |
+| License | table: 0x55ad3c4b45a0 |
 | Versions | 1.13 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 25 - 1
packages/macosx.md

@@ -22544,6 +22544,30 @@ add_requires("microsoft-seal")
 ```
 
 
+### microstl (macosx)
+
+
+| Description | *Small header-only C++ library for STL mesh files.* |
+| -- | -- |
+| Homepage | [https://github.com/cry-inc/microstl](https://github.com/cry-inc/microstl) |
+| License | MIT |
+| Versions | 2023.02.04 |
+| Architectures | arm64, x86_64 |
+| Definition | [microstl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/microstl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install microstl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("microstl")
+```
+
+
 ### mikktspace (macosx)
 
 
@@ -37420,7 +37444,7 @@ add_requires("which")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x55bb0f195ab0 |
+| License | table: 0x55ad3c4b45a0 |
 | Versions | 1.13 |
 | Architectures | arm64, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 24 - 0
packages/mingw.md

@@ -16305,6 +16305,30 @@ add_requires("microsoft-seal")
 ```
 
 
+### microstl (mingw)
+
+
+| Description | *Small header-only C++ library for STL mesh files.* |
+| -- | -- |
+| Homepage | [https://github.com/cry-inc/microstl](https://github.com/cry-inc/microstl) |
+| License | MIT |
+| Versions | 2023.02.04 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [microstl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/microstl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] microstl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("microstl")
+```
+
+
 ### mikktspace (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -14967,6 +14967,30 @@ add_requires("microsoft-seal")
 ```
 
 
+### microstl (msys)
+
+
+| Description | *Small header-only C++ library for STL mesh files.* |
+| -- | -- |
+| Homepage | [https://github.com/cry-inc/microstl](https://github.com/cry-inc/microstl) |
+| License | MIT |
+| Versions | 2023.02.04 |
+| Architectures | i386, x86_64 |
+| Definition | [microstl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/microstl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install microstl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("microstl")
+```
+
+
 ### mikktspace (msys)
 
 

+ 24 - 0
packages/wasm.md

@@ -13130,6 +13130,30 @@ add_requires("microsoft-seal")
 ```
 
 
+### microstl (wasm)
+
+
+| Description | *Small header-only C++ library for STL mesh files.* |
+| -- | -- |
+| Homepage | [https://github.com/cry-inc/microstl](https://github.com/cry-inc/microstl) |
+| License | MIT |
+| Versions | 2023.02.04 |
+| Architectures | wasm32, wasm64 |
+| Definition | [microstl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/microstl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm microstl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("microstl")
+```
+
+
 ### mikktspace (wasm)
 
 

+ 24 - 0
packages/windows.md

@@ -21288,6 +21288,30 @@ add_requires("microsoft-wtl")
 ```
 
 
+### microstl (windows)
+
+
+| Description | *Small header-only C++ library for STL mesh files.* |
+| -- | -- |
+| Homepage | [https://github.com/cry-inc/microstl](https://github.com/cry-inc/microstl) |
+| License | MIT |
+| Versions | 2023.02.04 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [microstl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/microstl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install microstl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("microstl")
+```
+
+
 ### mikktspace (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2025-12-11T12:42:45+08:00</lastmod>
+  <lastmod>2025-12-11T18:22:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2025-12-11T12:42:57+08:00</lastmod>
+  <lastmod>2025-12-11T18:22:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2025-12-11T12:42:57+08:00</lastmod>
+  <lastmod>2025-12-11T18:22:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2025-12-11T12:42:57+08:00</lastmod>
+  <lastmod>2025-12-11T18:22:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2025-12-11T12:42:57+08:00</lastmod>
+  <lastmod>2025-12-11T18:22:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2025-12-11T12:42:58+08:00</lastmod>
+  <lastmod>2025-12-11T18:22:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2025-12-11T12:42:58+08:00</lastmod>
+  <lastmod>2025-12-11T18:22:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2025-12-11T12:42:59+08:00</lastmod>
+  <lastmod>2025-12-11T18:22:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2025-12-11T12:42:59+08:00</lastmod>
+  <lastmod>2025-12-11T18:22:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2025-12-11T12:42:59+08:00</lastmod>
+  <lastmod>2025-12-11T18:22:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2025-12-11T12:43:00+08:00</lastmod>
+  <lastmod>2025-12-11T18:22:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2025-12-11T12:43:00+08:00</lastmod>
+  <lastmod>2025-12-11T18:22:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2025-12-11T12:43:01+08:00</lastmod>
+  <lastmod>2025-12-11T18:22:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2025-12-11T12:43:01+08:00</lastmod>
+  <lastmod>2025-12-11T18:22:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2025-12-11T12:43:01+08:00</lastmod>
+  <lastmod>2025-12-11T18:22:27+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: glslang-nihui, mujoco, trianglemeshdistance**
+- **Recently added: microstl, glslang-nihui, mujoco**
 
 [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)
-- 包列表 (1879)
+- 包列表 (1880)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)