Browse Source

autoupdate docs by xmake-repo/ci

ruki 4 years ago
parent
commit
aee8ebdf3e

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: vulkan-hpp, bgfx, kiwisolver**
+- **Recently added: tl_expected, tl_function_ref, vulkan-hpp**
 
 [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 (352)
+- Packages (354)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 74 - 0
mirror/packages/android.html

@@ -4497,6 +4497,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyxml2")
 </code></pre>
+<h3 id="tl_expectedandroid">tl_expected (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++11/14/17 std::expected with functional-style extensions</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/expected">https://github.com/TartanLlama/expected</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/tl_expected/xmake.lua">tl_expected/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] tl_expected
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_expected")
+</code></pre>
+<h3 id="tl_function_refandroid">tl_function_ref (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight, non-owning reference to a callable.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/function_ref">https://github.com/TartanLlama/function_ref</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/tl_function_ref/xmake.lua">tl_function_ref/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] tl_function_ref
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_function_ref")
+</code></pre>
 <h2 id="x">x</h2>
 <h3 id="xhookandroid">xhook (android)</h3>
 <table>

+ 74 - 0
mirror/packages/bsd.html

@@ -3459,6 +3459,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyxml")
 </code></pre>
+<h3 id="tl_expectedbsd">tl_expected (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++11/14/17 std::expected with functional-style extensions</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/expected">https://github.com/TartanLlama/expected</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/tl_expected/xmake.lua">tl_expected/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tl_expected
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_expected")
+</code></pre>
+<h3 id="tl_function_refbsd">tl_function_ref (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight, non-owning reference to a callable.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/function_ref">https://github.com/TartanLlama/function_ref</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/tl_function_ref/xmake.lua">tl_function_ref/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tl_function_ref
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_function_ref")
+</code></pre>
 <h2 id="y">y</h2>
 <h3 id="yasmbsd">yasm (bsd)</h3>
 <table>

+ 74 - 0
mirror/packages/cross.html

@@ -3191,6 +3191,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyxml")
 </code></pre>
+<h3 id="tl_expectedcross">tl_expected (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++11/14/17 std::expected with functional-style extensions</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/expected">https://github.com/TartanLlama/expected</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/tl_expected/xmake.lua">tl_expected/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] tl_expected
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_expected")
+</code></pre>
+<h3 id="tl_function_refcross">tl_function_ref (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight, non-owning reference to a callable.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/function_ref">https://github.com/TartanLlama/function_ref</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/tl_function_ref/xmake.lua">tl_function_ref/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] tl_function_ref
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_function_ref")
+</code></pre>
 <h2 id="y">y</h2>
 <h3 id="yasmcross">yasm (cross)</h3>
 <table>

+ 74 - 0
mirror/packages/iphoneos.html

@@ -4093,6 +4093,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyxml2")
 </code></pre>
+<h3 id="tl_expectediphoneos">tl_expected (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++11/14/17 std::expected with functional-style extensions</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/expected">https://github.com/TartanLlama/expected</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/tl_expected/xmake.lua">tl_expected/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos tl_expected
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_expected")
+</code></pre>
+<h3 id="tl_function_refiphoneos">tl_function_ref (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight, non-owning reference to a callable.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/function_ref">https://github.com/TartanLlama/function_ref</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/tl_function_ref/xmake.lua">tl_function_ref/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos tl_function_ref
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_function_ref")
+</code></pre>
 <h2 id="y">y</h2>
 <h3 id="yasmiphoneos">yasm (iphoneos)</h3>
 <table>

+ 75 - 1
mirror/packages/linux.html

@@ -9866,7 +9866,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.2.1, v3.2.2</td>
+<td>v3.2.1, v3.2.2, v3.2.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10655,6 +10655,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyxml2")
 </code></pre>
+<h3 id="tl_expectedlinux">tl_expected (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++11/14/17 std::expected with functional-style extensions</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/expected">https://github.com/TartanLlama/expected</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/tl_expected/xmake.lua">tl_expected/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tl_expected
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_expected")
+</code></pre>
+<h3 id="tl_function_reflinux">tl_function_ref (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight, non-owning reference to a callable.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/function_ref">https://github.com/TartanLlama/function_ref</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/tl_function_ref/xmake.lua">tl_function_ref/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tl_function_ref
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_function_ref")
+</code></pre>
 <h3 id="tmxparserlinux">tmxparser (linux)</h3>
 <table>
 <thead>

+ 75 - 1
mirror/packages/macosx.html

@@ -9203,7 +9203,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.2.1, v3.2.2</td>
+<td>v3.2.1, v3.2.2, v3.2.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -9922,6 +9922,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyxml2")
 </code></pre>
+<h3 id="tl_expectedmacosx">tl_expected (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++11/14/17 std::expected with functional-style extensions</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/expected">https://github.com/TartanLlama/expected</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/tl_expected/xmake.lua">tl_expected/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tl_expected
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_expected")
+</code></pre>
+<h3 id="tl_function_refmacosx">tl_function_ref (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight, non-owning reference to a callable.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/function_ref">https://github.com/TartanLlama/function_ref</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/tl_function_ref/xmake.lua">tl_function_ref/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tl_function_ref
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_function_ref")
+</code></pre>
 <h3 id="tmxparsermacosx">tmxparser (macosx)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/mingw.html

@@ -4535,6 +4535,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyxml2")
 </code></pre>
+<h3 id="tl_expectedmingw">tl_expected (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++11/14/17 std::expected with functional-style extensions</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/expected">https://github.com/TartanLlama/expected</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/tl_expected/xmake.lua">tl_expected/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] tl_expected
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_expected")
+</code></pre>
+<h3 id="tl_function_refmingw">tl_function_ref (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight, non-owning reference to a callable.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/function_ref">https://github.com/TartanLlama/function_ref</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/tl_function_ref/xmake.lua">tl_function_ref/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] tl_function_ref
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_function_ref")
+</code></pre>
 <h2 id="x">x</h2>
 <h3 id="xzmingw">xz (mingw)</h3>
 <table>

+ 74 - 0
mirror/packages/msys.html

@@ -3054,6 +3054,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyxml")
 </code></pre>
+<h3 id="tl_expectedmsys">tl_expected (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++11/14/17 std::expected with functional-style extensions</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/expected">https://github.com/TartanLlama/expected</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/tl_expected/xmake.lua">tl_expected/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tl_expected
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_expected")
+</code></pre>
+<h3 id="tl_function_refmsys">tl_function_ref (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight, non-owning reference to a callable.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/function_ref">https://github.com/TartanLlama/function_ref</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/tl_function_ref/xmake.lua">tl_function_ref/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tl_function_ref
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_function_ref")
+</code></pre>
 <h2 id="y">y</h2>
 <h3 id="yasmmsys">yasm (msys)</h3>
 <table>

+ 75 - 1
mirror/packages/windows.html

@@ -8139,7 +8139,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.2.1, v3.2.2</td>
+<td>v3.2.1, v3.2.2, v3.2.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -8928,6 +8928,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyxml2")
 </code></pre>
+<h3 id="tl_expectedwindows">tl_expected (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++11/14/17 std::expected with functional-style extensions</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/expected">https://github.com/TartanLlama/expected</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/tl_expected/xmake.lua">tl_expected/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tl_expected
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_expected")
+</code></pre>
+<h3 id="tl_function_refwindows">tl_function_ref (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight, non-owning reference to a callable.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/function_ref">https://github.com/TartanLlama/function_ref</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/tl_function_ref/xmake.lua">tl_function_ref/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tl_function_ref
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_function_ref")
+</code></pre>
 <h3 id="tmxparserwindows">tmxparser (windows)</h3>
 <table>
 <thead>

+ 48 - 0
packages/android.md

@@ -3020,6 +3020,54 @@ add_requires("tinyxml2")
 ```
 
 
+### tl_expected (android)
+
+
+| Description | *C++11/14/17 std::expected with functional-style extensions* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/expected](https://github.com/TartanLlama/expected) |
+| License | CC0 |
+| Versions | v1.0.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [tl_expected/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_expected/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] tl_expected
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_expected")
+```
+
+
+### tl_function_ref (android)
+
+
+| Description | *A lightweight, non-owning reference to a callable.* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/function_ref](https://github.com/TartanLlama/function_ref) |
+| License | CC0 |
+| Versions | v1.0.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [tl_function_ref/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_function_ref/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] tl_function_ref
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_function_ref")
+```
+
+
 
 ## x
 ### xhook (android)

+ 48 - 0
packages/bsd.md

@@ -2318,6 +2318,54 @@ add_requires("tinyxml")
 ```
 
 
+### tl_expected (bsd)
+
+
+| Description | *C++11/14/17 std::expected with functional-style extensions* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/expected](https://github.com/TartanLlama/expected) |
+| License | CC0 |
+| Versions | v1.0.0 |
+| Architectures | i386, x86_64 |
+| Definition | [tl_expected/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_expected/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tl_expected
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_expected")
+```
+
+
+### tl_function_ref (bsd)
+
+
+| Description | *A lightweight, non-owning reference to a callable.* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/function_ref](https://github.com/TartanLlama/function_ref) |
+| License | CC0 |
+| Versions | v1.0.0 |
+| Architectures | i386, x86_64 |
+| Definition | [tl_function_ref/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_function_ref/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tl_function_ref
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_function_ref")
+```
+
+
 
 ## y
 ### yasm (bsd)

+ 48 - 0
packages/cross.md

@@ -2133,6 +2133,54 @@ add_requires("tinyxml")
 ```
 
 
+### tl_expected (cross)
+
+
+| Description | *C++11/14/17 std::expected with functional-style extensions* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/expected](https://github.com/TartanLlama/expected) |
+| License | CC0 |
+| Versions | v1.0.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [tl_expected/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_expected/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] tl_expected
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_expected")
+```
+
+
+### tl_function_ref (cross)
+
+
+| Description | *A lightweight, non-owning reference to a callable.* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/function_ref](https://github.com/TartanLlama/function_ref) |
+| License | CC0 |
+| Versions | v1.0.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [tl_function_ref/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_function_ref/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] tl_function_ref
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_function_ref")
+```
+
+
 
 ## y
 ### yasm (cross)

+ 48 - 0
packages/iphoneos.md

@@ -2742,6 +2742,54 @@ add_requires("tinyxml2")
 ```
 
 
+### tl_expected (iphoneos)
+
+
+| Description | *C++11/14/17 std::expected with functional-style extensions* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/expected](https://github.com/TartanLlama/expected) |
+| License | CC0 |
+| Versions | v1.0.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [tl_expected/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_expected/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos tl_expected
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_expected")
+```
+
+
+### tl_function_ref (iphoneos)
+
+
+| Description | *A lightweight, non-owning reference to a callable.* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/function_ref](https://github.com/TartanLlama/function_ref) |
+| License | CC0 |
+| Versions | v1.0.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [tl_function_ref/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_function_ref/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos tl_function_ref
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_function_ref")
+```
+
+
 
 ## y
 ### yasm (iphoneos)

+ 49 - 1
packages/linux.md

@@ -6636,7 +6636,7 @@ add_requires("snappy")
 | Description | *A C++ library binding to Lua.* |
 | -- | -- |
 | Homepage | [https://github.com/ThePhD/sol2](https://github.com/ThePhD/sol2) |
-| Versions | v3.2.1, v3.2.2 |
+| Versions | v3.2.1, v3.2.2, v3.2.3 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [sol2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sol2/xmake.lua) |
 
@@ -7172,6 +7172,54 @@ add_requires("tinyxml2")
 ```
 
 
+### tl_expected (linux)
+
+
+| Description | *C++11/14/17 std::expected with functional-style extensions* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/expected](https://github.com/TartanLlama/expected) |
+| License | CC0 |
+| Versions | v1.0.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [tl_expected/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_expected/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tl_expected
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_expected")
+```
+
+
+### tl_function_ref (linux)
+
+
+| Description | *A lightweight, non-owning reference to a callable.* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/function_ref](https://github.com/TartanLlama/function_ref) |
+| License | CC0 |
+| Versions | v1.0.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [tl_function_ref/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_function_ref/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tl_function_ref
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_function_ref")
+```
+
+
 ### tmxparser (linux)
 
 

+ 49 - 1
packages/macosx.md

@@ -6190,7 +6190,7 @@ add_requires("snappy")
 | Description | *A C++ library binding to Lua.* |
 | -- | -- |
 | Homepage | [https://github.com/ThePhD/sol2](https://github.com/ThePhD/sol2) |
-| Versions | v3.2.1, v3.2.2 |
+| Versions | v3.2.1, v3.2.2, v3.2.3 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [sol2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sol2/xmake.lua) |
 
@@ -6679,6 +6679,54 @@ add_requires("tinyxml2")
 ```
 
 
+### tl_expected (macosx)
+
+
+| Description | *C++11/14/17 std::expected with functional-style extensions* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/expected](https://github.com/TartanLlama/expected) |
+| License | CC0 |
+| Versions | v1.0.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [tl_expected/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_expected/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tl_expected
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_expected")
+```
+
+
+### tl_function_ref (macosx)
+
+
+| Description | *A lightweight, non-owning reference to a callable.* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/function_ref](https://github.com/TartanLlama/function_ref) |
+| License | CC0 |
+| Versions | v1.0.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [tl_function_ref/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_function_ref/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tl_function_ref
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_function_ref")
+```
+
+
 ### tmxparser (macosx)
 
 

+ 48 - 0
packages/mingw.md

@@ -3046,6 +3046,54 @@ add_requires("tinyxml2")
 ```
 
 
+### tl_expected (mingw)
+
+
+| Description | *C++11/14/17 std::expected with functional-style extensions* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/expected](https://github.com/TartanLlama/expected) |
+| License | CC0 |
+| Versions | v1.0.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [tl_expected/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_expected/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] tl_expected
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_expected")
+```
+
+
+### tl_function_ref (mingw)
+
+
+| Description | *A lightweight, non-owning reference to a callable.* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/function_ref](https://github.com/TartanLlama/function_ref) |
+| License | CC0 |
+| Versions | v1.0.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [tl_function_ref/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_function_ref/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] tl_function_ref
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_function_ref")
+```
+
+
 
 ## x
 ### xz (mingw)

+ 48 - 0
packages/msys.md

@@ -2038,6 +2038,54 @@ add_requires("tinyxml")
 ```
 
 
+### tl_expected (msys)
+
+
+| Description | *C++11/14/17 std::expected with functional-style extensions* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/expected](https://github.com/TartanLlama/expected) |
+| License | CC0 |
+| Versions | v1.0.0 |
+| Architectures | i386, x86_64 |
+| Definition | [tl_expected/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_expected/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tl_expected
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_expected")
+```
+
+
+### tl_function_ref (msys)
+
+
+| Description | *A lightweight, non-owning reference to a callable.* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/function_ref](https://github.com/TartanLlama/function_ref) |
+| License | CC0 |
+| Versions | v1.0.0 |
+| Architectures | i386, x86_64 |
+| Definition | [tl_function_ref/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_function_ref/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tl_function_ref
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_function_ref")
+```
+
+
 
 ## y
 ### yasm (msys)

+ 49 - 1
packages/windows.md

@@ -5452,7 +5452,7 @@ add_requires("snappy")
 | Description | *A C++ library binding to Lua.* |
 | -- | -- |
 | Homepage | [https://github.com/ThePhD/sol2](https://github.com/ThePhD/sol2) |
-| Versions | v3.2.1, v3.2.2 |
+| Versions | v3.2.1, v3.2.2, v3.2.3 |
 | Architectures | x64, x86 |
 | Definition | [sol2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sol2/xmake.lua) |
 
@@ -5988,6 +5988,54 @@ add_requires("tinyxml2")
 ```
 
 
+### tl_expected (windows)
+
+
+| Description | *C++11/14/17 std::expected with functional-style extensions* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/expected](https://github.com/TartanLlama/expected) |
+| License | CC0 |
+| Versions | v1.0.0 |
+| Architectures | x64, x86 |
+| Definition | [tl_expected/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_expected/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tl_expected
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_expected")
+```
+
+
+### tl_function_ref (windows)
+
+
+| Description | *A lightweight, non-owning reference to a callable.* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/function_ref](https://github.com/TartanLlama/function_ref) |
+| License | CC0 |
+| Versions | v1.0.0 |
+| Architectures | x64, x86 |
+| Definition | [tl_function_ref/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_function_ref/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tl_function_ref
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_function_ref")
+```
+
+
 ### tmxparser (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-06-13T09:04:39+08:00</lastmod>
+  <lastmod>2021-06-15T09:47:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-06-13T09:04:40+08:00</lastmod>
+  <lastmod>2021-06-15T09:47:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-06-13T09:04:41+08:00</lastmod>
+  <lastmod>2021-06-15T09:47:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-06-13T09:04:41+08:00</lastmod>
+  <lastmod>2021-06-15T09:47:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-06-13T09:04:41+08:00</lastmod>
+  <lastmod>2021-06-15T09:47:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-06-13T09:04:41+08:00</lastmod>
+  <lastmod>2021-06-15T09:47:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-06-13T09:04:42+08:00</lastmod>
+  <lastmod>2021-06-15T09:47:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-06-13T09:04:42+08:00</lastmod>
+  <lastmod>2021-06-15T09:47:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-06-13T09:04:42+08:00</lastmod>
+  <lastmod>2021-06-15T09:47:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-06-13T09:04:42+08:00</lastmod>
+  <lastmod>2021-06-15T09:47:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-06-13T09:04:42+08:00</lastmod>
+  <lastmod>2021-06-15T09:47:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-06-13T09:04:43+08:00</lastmod>
+  <lastmod>2021-06-15T09:47:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-06-13T09:04:43+08:00</lastmod>
+  <lastmod>2021-06-15T09:47:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-06-13T09:04:43+08:00</lastmod>
+  <lastmod>2021-06-15T09:47:43+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: vulkan-hpp, bgfx, kiwisolver**
+- **Recently added: tl_expected, tl_function_ref, vulkan-hpp**
 
 [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)
-- 包列表 (352)
+- 包列表 (354)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)