瀏覽代碼

autoupdate docs by xmake-repo/ci

ruki 4 年之前
父節點
當前提交
1adbcac8f2

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: libunwind, cpp-httplib, port**
+- **Recently added: gsl, tinygltf, libunwind**
 
 [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 (279)
+- Packages (281)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 74 - 0
mirror/packages/android.html

@@ -1288,6 +1288,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("godotcpp")
 </code></pre>
+<h3 id="gslandroid">gsl (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Guidelines Support Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/microsoft/GSL">https://github.com/microsoft/GSL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gsl/xmake.lua">gsl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] gsl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gsl")
+</code></pre>
 <h3 id="gtestandroid">gtest (android)</h3>
 <table>
 <thead>
@@ -3710,6 +3747,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyformat")
 </code></pre>
+<h3 id="tinygltfandroid">tinygltf (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header only C++11 tiny glTF 2.0 library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/syoyo/tinygltf/">https://github.com/syoyo/tinygltf/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinygltf/xmake.lua">tinygltf/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] tinygltf
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinygltf")
+</code></pre>
 <h3 id="tinyobjloaderandroid">tinyobjloader (android)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/bsd.html

@@ -876,6 +876,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gnu-rm")
 </code></pre>
+<h3 id="gslbsd">gsl (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Guidelines Support Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/microsoft/GSL">https://github.com/microsoft/GSL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.1.0</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/g/gsl/xmake.lua">gsl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gsl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gsl")
+</code></pre>
 <h3 id="gtestbsd">gtest (bsd)</h3>
 <table>
 <thead>
@@ -2714,6 +2751,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyformat")
 </code></pre>
+<h3 id="tinygltfbsd">tinygltf (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header only C++11 tiny glTF 2.0 library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/syoyo/tinygltf/">https://github.com/syoyo/tinygltf/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.0</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/t/tinygltf/xmake.lua">tinygltf/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinygltf
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinygltf")
+</code></pre>
 <h3 id="tmxparserbsd">tmxparser (bsd)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/cross.html

@@ -806,6 +806,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gnu-rm")
 </code></pre>
+<h3 id="gslcross">gsl (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Guidelines Support Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/microsoft/GSL">https://github.com/microsoft/GSL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, 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/g/gsl/xmake.lua">gsl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] gsl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gsl")
+</code></pre>
 <h3 id="gtestcross">gtest (cross)</h3>
 <table>
 <thead>
@@ -2578,6 +2615,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyformat")
 </code></pre>
+<h3 id="tinygltfcross">tinygltf (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header only C++11 tiny glTF 2.0 library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/syoyo/tinygltf/">https://github.com/syoyo/tinygltf/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, 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/t/tinygltf/xmake.lua">tinygltf/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] tinygltf
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinygltf")
+</code></pre>
 <h3 id="tmxparsercross">tmxparser (cross)</h3>
 <table>
 <thead>

+ 75 - 1
mirror/packages/iphoneos.html

@@ -1049,6 +1049,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("godotcpp")
 </code></pre>
+<h3 id="gsliphoneos">gsl (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Guidelines Support Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/microsoft/GSL">https://github.com/microsoft/GSL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gsl/xmake.lua">gsl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos gsl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gsl")
+</code></pre>
 <h3 id="gtestiphoneos">gtest (iphoneos)</h3>
 <table>
 <thead>
@@ -1502,7 +1539,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.2.1</td>
+<td>3.2.1, 3.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3405,6 +3442,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyformat")
 </code></pre>
+<h3 id="tinygltfiphoneos">tinygltf (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header only C++11 tiny glTF 2.0 library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/syoyo/tinygltf/">https://github.com/syoyo/tinygltf/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinygltf/xmake.lua">tinygltf/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos tinygltf
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinygltf")
+</code></pre>
 <h3 id="tinyobjloaderiphoneos">tinyobjloader (iphoneos)</h3>
 <table>
 <thead>

+ 75 - 1
mirror/packages/linux.html

@@ -2565,6 +2565,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gperf")
 </code></pre>
+<h3 id="gsllinux">gsl (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Guidelines Support Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/microsoft/GSL">https://github.com/microsoft/GSL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, 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/g/gsl/xmake.lua">gsl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gsl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gsl")
+</code></pre>
 <h3 id="gtestlinux">gtest (linux)</h3>
 <table>
 <thead>
@@ -3294,7 +3331,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.2.1</td>
+<td>3.2.1, 3.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -8343,6 +8380,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyformat")
 </code></pre>
+<h3 id="tinygltflinux">tinygltf (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header only C++11 tiny glTF 2.0 library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/syoyo/tinygltf/">https://github.com/syoyo/tinygltf/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, 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/t/tinygltf/xmake.lua">tinygltf/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinygltf
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinygltf")
+</code></pre>
 <h3 id="tinyobjloaderlinux">tinyobjloader (linux)</h3>
 <table>
 <thead>

+ 75 - 1
mirror/packages/macosx.html

@@ -2388,6 +2388,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gperf")
 </code></pre>
+<h3 id="gslmacosx">gsl (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Guidelines Support Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/microsoft/GSL">https://github.com/microsoft/GSL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gsl/xmake.lua">gsl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gsl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gsl")
+</code></pre>
 <h3 id="gtestmacosx">gtest (macosx)</h3>
 <table>
 <thead>
@@ -2981,7 +3018,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.2.1</td>
+<td>3.2.1, 3.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7786,6 +7823,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyformat")
 </code></pre>
+<h3 id="tinygltfmacosx">tinygltf (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header only C++11 tiny glTF 2.0 library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/syoyo/tinygltf/">https://github.com/syoyo/tinygltf/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinygltf/xmake.lua">tinygltf/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinygltf
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinygltf")
+</code></pre>
 <h3 id="tinyobjloadermacosx">tinyobjloader (macosx)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/mingw.html

@@ -1185,6 +1185,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("godotcpp")
 </code></pre>
+<h3 id="gslmingw">gsl (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Guidelines Support Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/microsoft/GSL">https://github.com/microsoft/GSL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.1.0</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/g/gsl/xmake.lua">gsl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] gsl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gsl")
+</code></pre>
 <h3 id="gtestmingw">gtest (mingw)</h3>
 <table>
 <thead>
@@ -3674,6 +3711,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyformat")
 </code></pre>
+<h3 id="tinygltfmingw">tinygltf (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header only C++11 tiny glTF 2.0 library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/syoyo/tinygltf/">https://github.com/syoyo/tinygltf/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.0</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/t/tinygltf/xmake.lua">tinygltf/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] tinygltf
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinygltf")
+</code></pre>
 <h3 id="tinyobjloadermingw">tinyobjloader (mingw)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/msys.html

@@ -876,6 +876,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("godotcpp")
 </code></pre>
+<h3 id="gslmsys">gsl (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Guidelines Support Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/microsoft/GSL">https://github.com/microsoft/GSL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.1.0</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/g/gsl/xmake.lua">gsl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gsl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gsl")
+</code></pre>
 <h3 id="gtestmsys">gtest (msys)</h3>
 <table>
 <thead>
@@ -2478,6 +2515,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyformat")
 </code></pre>
+<h3 id="tinygltfmsys">tinygltf (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header only C++11 tiny glTF 2.0 library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/syoyo/tinygltf/">https://github.com/syoyo/tinygltf/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.0</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/t/tinygltf/xmake.lua">tinygltf/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinygltf
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinygltf")
+</code></pre>
 <h3 id="tmxparsermsys">tmxparser (msys)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/windows.html

@@ -2256,6 +2256,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("godotcpp")
 </code></pre>
+<h3 id="gslwindows">gsl (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Guidelines Support Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/microsoft/GSL">https://github.com/microsoft/GSL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gsl/xmake.lua">gsl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gsl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gsl")
+</code></pre>
 <h3 id="gtestwindows">gtest (windows)</h3>
 <table>
 <thead>
@@ -6604,6 +6641,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyformat")
 </code></pre>
+<h3 id="tinygltfwindows">tinygltf (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header only C++11 tiny glTF 2.0 library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/syoyo/tinygltf/">https://github.com/syoyo/tinygltf/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinygltf/xmake.lua">tinygltf/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinygltf
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinygltf")
+</code></pre>
 <h3 id="tinyobjloaderwindows">tinyobjloader (windows)</h3>
 <table>
 <thead>

+ 48 - 0
packages/android.md

@@ -825,6 +825,30 @@ add_requires("godotcpp")
 ```
 
 
+### gsl (android)
+
+
+| Description | *Guidelines Support Library* |
+| -- | -- |
+| Homepage | [https://github.com/microsoft/GSL](https://github.com/microsoft/GSL) |
+| License | MIT |
+| Versions | v3.1.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [gsl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gsl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] gsl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gsl")
+```
+
+
 ### gtest (android)
 
 
@@ -2497,6 +2521,30 @@ add_requires("tinyformat")
 ```
 
 
+### tinygltf (android)
+
+
+| Description | *Header only C++11 tiny glTF 2.0 library* |
+| -- | -- |
+| Homepage | [https://github.com/syoyo/tinygltf/](https://github.com/syoyo/tinygltf/) |
+| License | MIT |
+| Versions | v2.5.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [tinygltf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinygltf/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] tinygltf
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinygltf")
+```
+
+
 ### tinyobjloader (android)
 
 

+ 48 - 0
packages/bsd.md

@@ -545,6 +545,30 @@ add_requires("gnu-rm")
 ```
 
 
+### gsl (bsd)
+
+
+| Description | *Guidelines Support Library* |
+| -- | -- |
+| Homepage | [https://github.com/microsoft/GSL](https://github.com/microsoft/GSL) |
+| License | MIT |
+| Versions | v3.1.0 |
+| Architectures | i386, x86_64 |
+| Definition | [gsl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gsl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gsl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gsl")
+```
+
+
 ### gtest (bsd)
 
 
@@ -1822,6 +1846,30 @@ add_requires("tinyformat")
 ```
 
 
+### tinygltf (bsd)
+
+
+| Description | *Header only C++11 tiny glTF 2.0 library* |
+| -- | -- |
+| Homepage | [https://github.com/syoyo/tinygltf/](https://github.com/syoyo/tinygltf/) |
+| License | MIT |
+| Versions | v2.5.0 |
+| Architectures | i386, x86_64 |
+| Definition | [tinygltf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinygltf/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinygltf
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinygltf")
+```
+
+
 ### tmxparser (bsd)
 
 

+ 48 - 0
packages/cross.md

@@ -498,6 +498,30 @@ add_requires("gnu-rm")
 ```
 
 
+### gsl (cross)
+
+
+| Description | *Guidelines Support Library* |
+| -- | -- |
+| Homepage | [https://github.com/microsoft/GSL](https://github.com/microsoft/GSL) |
+| License | MIT |
+| Versions | v3.1.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [gsl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gsl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] gsl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gsl")
+```
+
+
 ### gtest (cross)
 
 
@@ -1729,6 +1753,30 @@ add_requires("tinyformat")
 ```
 
 
+### tinygltf (cross)
+
+
+| Description | *Header only C++11 tiny glTF 2.0 library* |
+| -- | -- |
+| Homepage | [https://github.com/syoyo/tinygltf/](https://github.com/syoyo/tinygltf/) |
+| License | MIT |
+| Versions | v2.5.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [tinygltf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinygltf/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] tinygltf
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinygltf")
+```
+
+
 ### tmxparser (cross)
 
 

+ 49 - 1
packages/iphoneos.md

@@ -662,6 +662,30 @@ add_requires("godotcpp")
 ```
 
 
+### gsl (iphoneos)
+
+
+| Description | *Guidelines Support Library* |
+| -- | -- |
+| Homepage | [https://github.com/microsoft/GSL](https://github.com/microsoft/GSL) |
+| License | MIT |
+| Versions | v3.1.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [gsl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gsl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos gsl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gsl")
+```
+
+
 ### gtest (iphoneos)
 
 
@@ -978,7 +1002,7 @@ add_requires("libev")
 | Description | *Portable Foreign Function Interface library.* |
 | -- | -- |
 | Homepage | [https://sourceware.org/libffi/](https://sourceware.org/libffi/) |
-| Versions | 3.2.1 |
+| Versions | 3.2.1, 3.3 |
 | Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Definition | [libffi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libffi/xmake.lua) |
 
@@ -2288,6 +2312,30 @@ add_requires("tinyformat")
 ```
 
 
+### tinygltf (iphoneos)
+
+
+| Description | *Header only C++11 tiny glTF 2.0 library* |
+| -- | -- |
+| Homepage | [https://github.com/syoyo/tinygltf/](https://github.com/syoyo/tinygltf/) |
+| License | MIT |
+| Versions | v2.5.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [tinygltf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinygltf/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos tinygltf
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinygltf")
+```
+
+
 ### tinyobjloader (iphoneos)
 
 

+ 49 - 1
packages/linux.md

@@ -1690,6 +1690,30 @@ add_requires("gperf")
 ```
 
 
+### gsl (linux)
+
+
+| Description | *Guidelines Support Library* |
+| -- | -- |
+| Homepage | [https://github.com/microsoft/GSL](https://github.com/microsoft/GSL) |
+| License | MIT |
+| Versions | v3.1.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [gsl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gsl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gsl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gsl")
+```
+
+
 ### gtest (linux)
 
 
@@ -2193,7 +2217,7 @@ add_requires("libev")
 | Description | *Portable Foreign Function Interface library.* |
 | -- | -- |
 | Homepage | [https://sourceware.org/libffi/](https://sourceware.org/libffi/) |
-| Versions | 3.2.1 |
+| Versions | 3.2.1, 3.3 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [libffi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libffi/xmake.lua) |
 
@@ -5650,6 +5674,30 @@ add_requires("tinyformat")
 ```
 
 
+### tinygltf (linux)
+
+
+| Description | *Header only C++11 tiny glTF 2.0 library* |
+| -- | -- |
+| Homepage | [https://github.com/syoyo/tinygltf/](https://github.com/syoyo/tinygltf/) |
+| License | MIT |
+| Versions | v2.5.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [tinygltf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinygltf/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinygltf
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinygltf")
+```
+
+
 ### tinyobjloader (linux)
 
 

+ 49 - 1
packages/macosx.md

@@ -1572,6 +1572,30 @@ add_requires("gperf")
 ```
 
 
+### gsl (macosx)
+
+
+| Description | *Guidelines Support Library* |
+| -- | -- |
+| Homepage | [https://github.com/microsoft/GSL](https://github.com/microsoft/GSL) |
+| License | MIT |
+| Versions | v3.1.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [gsl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gsl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gsl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gsl")
+```
+
+
 ### gtest (macosx)
 
 
@@ -1982,7 +2006,7 @@ add_requires("libev")
 | Description | *Portable Foreign Function Interface library.* |
 | -- | -- |
 | Homepage | [https://sourceware.org/libffi/](https://sourceware.org/libffi/) |
-| Versions | 3.2.1 |
+| Versions | 3.2.1, 3.3 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [libffi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libffi/xmake.lua) |
 
@@ -5273,6 +5297,30 @@ add_requires("tinyformat")
 ```
 
 
+### tinygltf (macosx)
+
+
+| Description | *Header only C++11 tiny glTF 2.0 library* |
+| -- | -- |
+| Homepage | [https://github.com/syoyo/tinygltf/](https://github.com/syoyo/tinygltf/) |
+| License | MIT |
+| Versions | v2.5.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [tinygltf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinygltf/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinygltf
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinygltf")
+```
+
+
 ### tinyobjloader (macosx)
 
 

+ 48 - 0
packages/mingw.md

@@ -755,6 +755,30 @@ add_requires("godotcpp")
 ```
 
 
+### gsl (mingw)
+
+
+| Description | *Guidelines Support Library* |
+| -- | -- |
+| Homepage | [https://github.com/microsoft/GSL](https://github.com/microsoft/GSL) |
+| License | MIT |
+| Versions | v3.1.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [gsl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gsl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] gsl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gsl")
+```
+
+
 ### gtest (mingw)
 
 
@@ -2475,6 +2499,30 @@ add_requires("tinyformat")
 ```
 
 
+### tinygltf (mingw)
+
+
+| Description | *Header only C++11 tiny glTF 2.0 library* |
+| -- | -- |
+| Homepage | [https://github.com/syoyo/tinygltf/](https://github.com/syoyo/tinygltf/) |
+| License | MIT |
+| Versions | v2.5.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [tinygltf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinygltf/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] tinygltf
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinygltf")
+```
+
+
 ### tinyobjloader (mingw)
 
 

+ 48 - 0
packages/msys.md

@@ -545,6 +545,30 @@ add_requires("godotcpp")
 ```
 
 
+### gsl (msys)
+
+
+| Description | *Guidelines Support Library* |
+| -- | -- |
+| Homepage | [https://github.com/microsoft/GSL](https://github.com/microsoft/GSL) |
+| License | MIT |
+| Versions | v3.1.0 |
+| Architectures | i386, x86_64 |
+| Definition | [gsl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gsl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gsl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gsl")
+```
+
+
 ### gtest (msys)
 
 
@@ -1658,6 +1682,30 @@ add_requires("tinyformat")
 ```
 
 
+### tinygltf (msys)
+
+
+| Description | *Header only C++11 tiny glTF 2.0 library* |
+| -- | -- |
+| Homepage | [https://github.com/syoyo/tinygltf/](https://github.com/syoyo/tinygltf/) |
+| License | MIT |
+| Versions | v2.5.0 |
+| Architectures | i386, x86_64 |
+| Definition | [tinygltf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinygltf/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinygltf
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinygltf")
+```
+
+
 ### tmxparser (msys)
 
 

+ 48 - 0
packages/windows.md

@@ -1480,6 +1480,30 @@ add_requires("godotcpp")
 ```
 
 
+### gsl (windows)
+
+
+| Description | *Guidelines Support Library* |
+| -- | -- |
+| Homepage | [https://github.com/microsoft/GSL](https://github.com/microsoft/GSL) |
+| License | MIT |
+| Versions | v3.1.0 |
+| Architectures | x64, x86 |
+| Definition | [gsl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gsl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gsl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gsl")
+```
+
+
 ### gtest (windows)
 
 
@@ -4463,6 +4487,30 @@ add_requires("tinyformat")
 ```
 
 
+### tinygltf (windows)
+
+
+| Description | *Header only C++11 tiny glTF 2.0 library* |
+| -- | -- |
+| Homepage | [https://github.com/syoyo/tinygltf/](https://github.com/syoyo/tinygltf/) |
+| License | MIT |
+| Versions | v2.5.0 |
+| Architectures | x64, x86 |
+| Definition | [tinygltf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinygltf/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinygltf
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinygltf")
+```
+
+
 ### tinyobjloader (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-03-30T03:01:20+08:00</lastmod>
+  <lastmod>2021-03-30T08:12:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-03-30T03:01:22+08:00</lastmod>
+  <lastmod>2021-03-30T08:12:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-03-30T03:01:22+08:00</lastmod>
+  <lastmod>2021-03-30T08:12:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-03-30T03:01:22+08:00</lastmod>
+  <lastmod>2021-03-30T08:12:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-03-30T03:01:22+08:00</lastmod>
+  <lastmod>2021-03-30T08:12:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-03-30T03:01:23+08:00</lastmod>
+  <lastmod>2021-03-30T08:12:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-03-30T03:01:23+08:00</lastmod>
+  <lastmod>2021-03-30T08:12:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-03-30T03:01:23+08:00</lastmod>
+  <lastmod>2021-03-30T08:12:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-03-30T03:01:23+08:00</lastmod>
+  <lastmod>2021-03-30T08:12:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-03-30T03:01:24+08:00</lastmod>
+  <lastmod>2021-03-30T08:12:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-03-30T03:01:24+08:00</lastmod>
+  <lastmod>2021-03-30T08:12:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-03-30T03:01:24+08:00</lastmod>
+  <lastmod>2021-03-30T08:12:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-03-30T03:01:24+08:00</lastmod>
+  <lastmod>2021-03-30T08:12:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-03-30T03:01:24+08:00</lastmod>
+  <lastmod>2021-03-30T08:12:35+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: libunwind, cpp-httplib, port**
+- **Recently added: gsl, tinygltf, libunwind**
 
 [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)
-- 包列表 (279)
+- 包列表 (281)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)