Browse Source

autoupdate docs by xmake-repo/ci

ruki 4 years ago
parent
commit
8cda2f7a21

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *Simple, lightweight, cross-platform*
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: capstone, giflib, libwebp**
+- **Recently added: clara, lyra, tinyobjloader**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
   - [Quick Start](getting_started.md)
-- Packages (167)
+- Packages (170)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)

+ 111 - 0
mirror/packages/android.html

@@ -427,6 +427,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cjson")
 <pre><code class="lang-lua">add_requires("cjson")
 </code></pre>
 </code></pre>
+<h3 id="claraandroid">clara (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple to use, composable, command line parser for C++ 11 and beyond.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/catchorg/Clara">https://github.com/catchorg/Clara</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.5</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/c/clara/xmake.lua">clara/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] clara
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clara")
+</code></pre>
 <h3 id="cmakeandroid">cmake (android)</h3>
 <h3 id="cmakeandroid">cmake (android)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -1329,6 +1366,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("luajit")
 <pre><code class="lang-lua">add_requires("luajit")
 </code></pre>
 </code></pre>
+<h3 id="lyraandroid">lyra (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple to use, composable, command line parser for C++ 11 and beyond</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.bfgroup.xyz/Lyra/">https://www.bfgroup.xyz/Lyra/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.5.1</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/l/lyra/xmake.lua">lyra/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] lyra
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lyra")
+</code></pre>
 <h2 id="m">m</h2>
 <h2 id="m">m</h2>
 <h3 id="m4android">m4 (android)</h3>
 <h3 id="m4android">m4 (android)</h3>
 <table>
 <table>
@@ -1896,6 +1970,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tbox")
 <pre><code class="lang-lua">add_requires("tbox")
 </code></pre>
 </code></pre>
+<h3 id="tinyobjloaderandroid">tinyobjloader (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Tiny but powerful single file wavefront obj loader</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/tinyobjloader/tinyobjloader">https://github.com/tinyobjloader/tinyobjloader</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.7</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/tinyobjloader/xmake.lua">tinyobjloader/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] tinyobjloader
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyobjloader")
+</code></pre>
 <h3 id="tinyxml2android">tinyxml2 (android)</h3>
 <h3 id="tinyxml2android">tinyxml2 (android)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 74 - 0
mirror/packages/bsd.html

@@ -328,6 +328,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cgetopt")
 <pre><code class="lang-lua">add_requires("cgetopt")
 </code></pre>
 </code></pre>
+<h3 id="clarabsd">clara (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple to use, composable, command line parser for C++ 11 and beyond.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/catchorg/Clara">https://github.com/catchorg/Clara</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.5</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/c/clara/xmake.lua">clara/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install clara
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clara")
+</code></pre>
 <h3 id="cmakebsd">cmake (bsd)</h3>
 <h3 id="cmakebsd">cmake (bsd)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -863,6 +900,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("luajit")
 <pre><code class="lang-lua">add_requires("luajit")
 </code></pre>
 </code></pre>
+<h3 id="lyrabsd">lyra (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple to use, composable, command line parser for C++ 11 and beyond</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.bfgroup.xyz/Lyra/">https://www.bfgroup.xyz/Lyra/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.5.1</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/l/lyra/xmake.lua">lyra/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lyra
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lyra")
+</code></pre>
 <h2 id="m">m</h2>
 <h2 id="m">m</h2>
 <h3 id="m4bsd">m4 (bsd)</h3>
 <h3 id="m4bsd">m4 (bsd)</h3>
 <table>
 <table>

+ 74 - 0
mirror/packages/cross.html

@@ -295,6 +295,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cgetopt")
 <pre><code class="lang-lua">add_requires("cgetopt")
 </code></pre>
 </code></pre>
+<h3 id="claracross">clara (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple to use, composable, command line parser for C++ 11 and beyond.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/catchorg/Clara">https://github.com/catchorg/Clara</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.5</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/c/clara/xmake.lua">clara/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] clara
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clara")
+</code></pre>
 <h3 id="cmakecross">cmake (cross)</h3>
 <h3 id="cmakecross">cmake (cross)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -900,6 +937,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libtool")
 <pre><code class="lang-lua">add_requires("libtool")
 </code></pre>
 </code></pre>
+<h3 id="lyracross">lyra (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple to use, composable, command line parser for C++ 11 and beyond</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.bfgroup.xyz/Lyra/">https://www.bfgroup.xyz/Lyra/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.5.1</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/l/lyra/xmake.lua">lyra/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] lyra
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lyra")
+</code></pre>
 <h2 id="m">m</h2>
 <h2 id="m">m</h2>
 <h3 id="m4cross">m4 (cross)</h3>
 <h3 id="m4cross">m4 (cross)</h3>
 <table>
 <table>

+ 111 - 0
mirror/packages/iphoneos.html

@@ -394,6 +394,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cjson")
 <pre><code class="lang-lua">add_requires("cjson")
 </code></pre>
 </code></pre>
+<h3 id="claraiphoneos">clara (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple to use, composable, command line parser for C++ 11 and beyond.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/catchorg/Clara">https://github.com/catchorg/Clara</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.5</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/c/clara/xmake.lua">clara/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos clara
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clara")
+</code></pre>
 <h3 id="cmakeiphoneos">cmake (iphoneos)</h3>
 <h3 id="cmakeiphoneos">cmake (iphoneos)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -1333,6 +1370,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("luajit")
 <pre><code class="lang-lua">add_requires("luajit")
 </code></pre>
 </code></pre>
+<h3 id="lyraiphoneos">lyra (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple to use, composable, command line parser for C++ 11 and beyond</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.bfgroup.xyz/Lyra/">https://www.bfgroup.xyz/Lyra/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.5.1</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/l/lyra/xmake.lua">lyra/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos lyra
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lyra")
+</code></pre>
 <h2 id="m">m</h2>
 <h2 id="m">m</h2>
 <h3 id="m4iphoneos">m4 (iphoneos)</h3>
 <h3 id="m4iphoneos">m4 (iphoneos)</h3>
 <table>
 <table>
@@ -1900,6 +1974,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tbox")
 <pre><code class="lang-lua">add_requires("tbox")
 </code></pre>
 </code></pre>
+<h3 id="tinyobjloaderiphoneos">tinyobjloader (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Tiny but powerful single file wavefront obj loader</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/tinyobjloader/tinyobjloader">https://github.com/tinyobjloader/tinyobjloader</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.7</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/tinyobjloader/xmake.lua">tinyobjloader/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos tinyobjloader
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyobjloader")
+</code></pre>
 <h3 id="tinyxml2iphoneos">tinyxml2 (iphoneos)</h3>
 <h3 id="tinyxml2iphoneos">tinyxml2 (iphoneos)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 111 - 0
mirror/packages/linux.html

@@ -790,6 +790,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cjson")
 <pre><code class="lang-lua">add_requires("cjson")
 </code></pre>
 </code></pre>
+<h3 id="claralinux">clara (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple to use, composable, command line parser for C++ 11 and beyond.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/catchorg/Clara">https://github.com/catchorg/Clara</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.5</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/c/clara/xmake.lua">clara/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install clara
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clara")
+</code></pre>
 <h3 id="cmakelinux">cmake (linux)</h3>
 <h3 id="cmakelinux">cmake (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -3689,6 +3726,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("luajit")
 <pre><code class="lang-lua">add_requires("luajit")
 </code></pre>
 </code></pre>
+<h3 id="lyralinux">lyra (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple to use, composable, command line parser for C++ 11 and beyond</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.bfgroup.xyz/Lyra/">https://www.bfgroup.xyz/Lyra/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.5.1</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/l/lyra/xmake.lua">lyra/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lyra
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lyra")
+</code></pre>
 <h2 id="m">m</h2>
 <h2 id="m">m</h2>
 <h3 id="m4linux">m4 (linux)</h3>
 <h3 id="m4linux">m4 (linux)</h3>
 <table>
 <table>
@@ -4983,6 +5057,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tbox")
 <pre><code class="lang-lua">add_requires("tbox")
 </code></pre>
 </code></pre>
+<h3 id="tinyobjloaderlinux">tinyobjloader (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Tiny but powerful single file wavefront obj loader</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/tinyobjloader/tinyobjloader">https://github.com/tinyobjloader/tinyobjloader</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.7</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/tinyobjloader/xmake.lua">tinyobjloader/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinyobjloader
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyobjloader")
+</code></pre>
 <h3 id="tinyxml2linux">tinyxml2 (linux)</h3>
 <h3 id="tinyxml2linux">tinyxml2 (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 111 - 0
mirror/packages/macosx.html

@@ -757,6 +757,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cjson")
 <pre><code class="lang-lua">add_requires("cjson")
 </code></pre>
 </code></pre>
+<h3 id="claramacosx">clara (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple to use, composable, command line parser for C++ 11 and beyond.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/catchorg/Clara">https://github.com/catchorg/Clara</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.5</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/c/clara/xmake.lua">clara/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install clara
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clara")
+</code></pre>
 <h3 id="cmakemacosx">cmake (macosx)</h3>
 <h3 id="cmakemacosx">cmake (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -3557,6 +3594,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("luajit")
 <pre><code class="lang-lua">add_requires("luajit")
 </code></pre>
 </code></pre>
+<h3 id="lyramacosx">lyra (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple to use, composable, command line parser for C++ 11 and beyond</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.bfgroup.xyz/Lyra/">https://www.bfgroup.xyz/Lyra/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.5.1</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/l/lyra/xmake.lua">lyra/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lyra
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lyra")
+</code></pre>
 <h2 id="m">m</h2>
 <h2 id="m">m</h2>
 <h3 id="m4macosx">m4 (macosx)</h3>
 <h3 id="m4macosx">m4 (macosx)</h3>
 <table>
 <table>
@@ -4818,6 +4892,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tbox")
 <pre><code class="lang-lua">add_requires("tbox")
 </code></pre>
 </code></pre>
+<h3 id="tinyobjloadermacosx">tinyobjloader (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Tiny but powerful single file wavefront obj loader</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/tinyobjloader/tinyobjloader">https://github.com/tinyobjloader/tinyobjloader</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.7</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/tinyobjloader/xmake.lua">tinyobjloader/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinyobjloader
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyobjloader")
+</code></pre>
 <h3 id="tinyxml2macosx">tinyxml2 (macosx)</h3>
 <h3 id="tinyxml2macosx">tinyxml2 (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 111 - 0
mirror/packages/mingw.html

@@ -460,6 +460,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("chipmunk2d")
 <pre><code class="lang-lua">add_requires("chipmunk2d")
 </code></pre>
 </code></pre>
+<h3 id="claramingw">clara (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple to use, composable, command line parser for C++ 11 and beyond.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/catchorg/Clara">https://github.com/catchorg/Clara</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.5</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/c/clara/xmake.lua">clara/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] clara
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clara")
+</code></pre>
 <h3 id="cmakemingw">cmake (mingw)</h3>
 <h3 id="cmakemingw">cmake (mingw)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -1531,6 +1568,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libuv")
 <pre><code class="lang-lua">add_requires("libuv")
 </code></pre>
 </code></pre>
+<h3 id="lyramingw">lyra (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple to use, composable, command line parser for C++ 11 and beyond</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.bfgroup.xyz/Lyra/">https://www.bfgroup.xyz/Lyra/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.5.1</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/l/lyra/xmake.lua">lyra/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] lyra
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lyra")
+</code></pre>
 <h2 id="m">m</h2>
 <h2 id="m">m</h2>
 <h3 id="m4mingw">m4 (mingw)</h3>
 <h3 id="m4mingw">m4 (mingw)</h3>
 <table>
 <table>
@@ -2231,6 +2305,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tbox")
 <pre><code class="lang-lua">add_requires("tbox")
 </code></pre>
 </code></pre>
+<h3 id="tinyobjloadermingw">tinyobjloader (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Tiny but powerful single file wavefront obj loader</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/tinyobjloader/tinyobjloader">https://github.com/tinyobjloader/tinyobjloader</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.7</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/tinyobjloader/xmake.lua">tinyobjloader/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] tinyobjloader
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyobjloader")
+</code></pre>
 <h3 id="tinyxml2mingw">tinyxml2 (mingw)</h3>
 <h3 id="tinyxml2mingw">tinyxml2 (mingw)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 74 - 0
mirror/packages/msys.html

@@ -361,6 +361,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cgetopt")
 <pre><code class="lang-lua">add_requires("cgetopt")
 </code></pre>
 </code></pre>
+<h3 id="claramsys">clara (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple to use, composable, command line parser for C++ 11 and beyond.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/catchorg/Clara">https://github.com/catchorg/Clara</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.5</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/c/clara/xmake.lua">clara/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install clara
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clara")
+</code></pre>
 <h3 id="cmakemsys">cmake (msys)</h3>
 <h3 id="cmakemsys">cmake (msys)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -863,6 +900,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libxmake")
 <pre><code class="lang-lua">add_requires("libxmake")
 </code></pre>
 </code></pre>
+<h3 id="lyramsys">lyra (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple to use, composable, command line parser for C++ 11 and beyond</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.bfgroup.xyz/Lyra/">https://www.bfgroup.xyz/Lyra/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.5.1</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/l/lyra/xmake.lua">lyra/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lyra
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lyra")
+</code></pre>
 <h2 id="m">m</h2>
 <h2 id="m">m</h2>
 <h3 id="m4msys">m4 (msys)</h3>
 <h3 id="m4msys">m4 (msys)</h3>
 <table>
 <table>

+ 111 - 0
mirror/packages/windows.html

@@ -757,6 +757,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("chipmunk2d")
 <pre><code class="lang-lua">add_requires("chipmunk2d")
 </code></pre>
 </code></pre>
+<h3 id="clarawindows">clara (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple to use, composable, command line parser for C++ 11 and beyond.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/catchorg/Clara">https://github.com/catchorg/Clara</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.5</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/c/clara/xmake.lua">clara/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install clara
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clara")
+</code></pre>
 <h3 id="cmakewindows">cmake (windows)</h3>
 <h3 id="cmakewindows">cmake (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -2390,6 +2427,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("luajit")
 <pre><code class="lang-lua">add_requires("luajit")
 </code></pre>
 </code></pre>
+<h3 id="lyrawindows">lyra (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple to use, composable, command line parser for C++ 11 and beyond</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.bfgroup.xyz/Lyra/">https://www.bfgroup.xyz/Lyra/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.5.1</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/l/lyra/xmake.lua">lyra/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lyra
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lyra")
+</code></pre>
 <h2 id="m">m</h2>
 <h2 id="m">m</h2>
 <h3 id="m4windows">m4 (windows)</h3>
 <h3 id="m4windows">m4 (windows)</h3>
 <table>
 <table>
@@ -3618,6 +3692,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tbox")
 <pre><code class="lang-lua">add_requires("tbox")
 </code></pre>
 </code></pre>
+<h3 id="tinyobjloaderwindows">tinyobjloader (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Tiny but powerful single file wavefront obj loader</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/tinyobjloader/tinyobjloader">https://github.com/tinyobjloader/tinyobjloader</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.7</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/tinyobjloader/xmake.lua">tinyobjloader/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinyobjloader
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyobjloader")
+</code></pre>
 <h3 id="tinyxml2windows">tinyxml2 (windows)</h3>
 <h3 id="tinyxml2windows">tinyxml2 (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 72 - 0
packages/android.md

@@ -234,6 +234,30 @@ add_requires("cjson")
 ```
 ```
 
 
 
 
+### clara (android)
+
+
+| Description | *A simple to use, composable, command line parser for C++ 11 and beyond.* |
+| -- | -- |
+| Homepage | [https://github.com/catchorg/Clara](https://github.com/catchorg/Clara) |
+| License | BSL-1.0 |
+| Versions | 1.1.5 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [clara/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clara/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] clara
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clara")
+```
+
+
 ### cmake (android)
 ### cmake (android)
 
 
 
 
@@ -870,6 +894,30 @@ add_requires("luajit")
 ```
 ```
 
 
 
 
+### lyra (android)
+
+
+| Description | *A simple to use, composable, command line parser for C++ 11 and beyond* |
+| -- | -- |
+| Homepage | [https://www.bfgroup.xyz/Lyra/](https://www.bfgroup.xyz/Lyra/) |
+| License | BSL-1.0 |
+| Versions | 1.5.1 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [lyra/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lyra/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] lyra
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lyra")
+```
+
+
 
 
 ## m
 ## m
 ### m4 (android)
 ### m4 (android)
@@ -1273,6 +1321,30 @@ add_requires("tbox")
 ```
 ```
 
 
 
 
+### tinyobjloader (android)
+
+
+| Description | *Tiny but powerful single file wavefront obj loader* |
+| -- | -- |
+| Homepage | [https://github.com/tinyobjloader/tinyobjloader](https://github.com/tinyobjloader/tinyobjloader) |
+| License | MIT |
+| Versions | 1.0.7 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [tinyobjloader/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyobjloader/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] tinyobjloader
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyobjloader")
+```
+
+
 ### tinyxml2 (android)
 ### tinyxml2 (android)
 
 
 
 

+ 48 - 0
packages/bsd.md

@@ -165,6 +165,30 @@ add_requires("cgetopt")
 ```
 ```
 
 
 
 
+### clara (bsd)
+
+
+| Description | *A simple to use, composable, command line parser for C++ 11 and beyond.* |
+| -- | -- |
+| Homepage | [https://github.com/catchorg/Clara](https://github.com/catchorg/Clara) |
+| License | BSL-1.0 |
+| Versions | 1.1.5 |
+| Architectures | i386, x86_64 |
+| Definition | [clara/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clara/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install clara
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clara")
+```
+
+
 ### cmake (bsd)
 ### cmake (bsd)
 
 
 
 
@@ -547,6 +571,30 @@ add_requires("luajit")
 ```
 ```
 
 
 
 
+### lyra (bsd)
+
+
+| Description | *A simple to use, composable, command line parser for C++ 11 and beyond* |
+| -- | -- |
+| Homepage | [https://www.bfgroup.xyz/Lyra/](https://www.bfgroup.xyz/Lyra/) |
+| License | BSL-1.0 |
+| Versions | 1.5.1 |
+| Architectures | i386, x86_64 |
+| Definition | [lyra/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lyra/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lyra
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lyra")
+```
+
+
 
 
 ## m
 ## m
 ### m4 (bsd)
 ### m4 (bsd)

+ 48 - 0
packages/cross.md

@@ -142,6 +142,30 @@ add_requires("cgetopt")
 ```
 ```
 
 
 
 
+### clara (cross)
+
+
+| Description | *A simple to use, composable, command line parser for C++ 11 and beyond.* |
+| -- | -- |
+| Homepage | [https://github.com/catchorg/Clara](https://github.com/catchorg/Clara) |
+| License | BSL-1.0 |
+| Versions | 1.1.5 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [clara/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clara/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] clara
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clara")
+```
+
+
 ### cmake (cross)
 ### cmake (cross)
 
 
 
 
@@ -571,6 +595,30 @@ add_requires("libtool")
 ```
 ```
 
 
 
 
+### lyra (cross)
+
+
+| Description | *A simple to use, composable, command line parser for C++ 11 and beyond* |
+| -- | -- |
+| Homepage | [https://www.bfgroup.xyz/Lyra/](https://www.bfgroup.xyz/Lyra/) |
+| License | BSL-1.0 |
+| Versions | 1.5.1 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [lyra/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lyra/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] lyra
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lyra")
+```
+
+
 
 
 ## m
 ## m
 ### m4 (cross)
 ### m4 (cross)

+ 72 - 0
packages/iphoneos.md

@@ -211,6 +211,30 @@ add_requires("cjson")
 ```
 ```
 
 
 
 
+### clara (iphoneos)
+
+
+| Description | *A simple to use, composable, command line parser for C++ 11 and beyond.* |
+| -- | -- |
+| Homepage | [https://github.com/catchorg/Clara](https://github.com/catchorg/Clara) |
+| License | BSL-1.0 |
+| Versions | 1.1.5 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [clara/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clara/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos clara
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clara")
+```
+
+
 ### cmake (iphoneos)
 ### cmake (iphoneos)
 
 
 
 
@@ -871,6 +895,30 @@ add_requires("luajit")
 ```
 ```
 
 
 
 
+### lyra (iphoneos)
+
+
+| Description | *A simple to use, composable, command line parser for C++ 11 and beyond* |
+| -- | -- |
+| Homepage | [https://www.bfgroup.xyz/Lyra/](https://www.bfgroup.xyz/Lyra/) |
+| License | BSL-1.0 |
+| Versions | 1.5.1 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [lyra/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lyra/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos lyra
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lyra")
+```
+
+
 
 
 ## m
 ## m
 ### m4 (iphoneos)
 ### m4 (iphoneos)
@@ -1274,6 +1322,30 @@ add_requires("tbox")
 ```
 ```
 
 
 
 
+### tinyobjloader (iphoneos)
+
+
+| Description | *Tiny but powerful single file wavefront obj loader* |
+| -- | -- |
+| Homepage | [https://github.com/tinyobjloader/tinyobjloader](https://github.com/tinyobjloader/tinyobjloader) |
+| License | MIT |
+| Versions | 1.0.7 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [tinyobjloader/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyobjloader/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos tinyobjloader
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyobjloader")
+```
+
+
 ### tinyxml2 (iphoneos)
 ### tinyxml2 (iphoneos)
 
 
 
 

+ 72 - 0
packages/linux.md

@@ -487,6 +487,30 @@ add_requires("cjson")
 ```
 ```
 
 
 
 
+### clara (linux)
+
+
+| Description | *A simple to use, composable, command line parser for C++ 11 and beyond.* |
+| -- | -- |
+| Homepage | [https://github.com/catchorg/Clara](https://github.com/catchorg/Clara) |
+| License | BSL-1.0 |
+| Versions | 1.1.5 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [clara/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clara/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install clara
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clara")
+```
+
+
 ### cmake (linux)
 ### cmake (linux)
 
 
 
 
@@ -2509,6 +2533,30 @@ add_requires("luajit")
 ```
 ```
 
 
 
 
+### lyra (linux)
+
+
+| Description | *A simple to use, composable, command line parser for C++ 11 and beyond* |
+| -- | -- |
+| Homepage | [https://www.bfgroup.xyz/Lyra/](https://www.bfgroup.xyz/Lyra/) |
+| License | BSL-1.0 |
+| Versions | 1.5.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [lyra/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lyra/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lyra
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lyra")
+```
+
+
 
 
 ## m
 ## m
 ### m4 (linux)
 ### m4 (linux)
@@ -3420,6 +3468,30 @@ add_requires("tbox")
 ```
 ```
 
 
 
 
+### tinyobjloader (linux)
+
+
+| Description | *Tiny but powerful single file wavefront obj loader* |
+| -- | -- |
+| Homepage | [https://github.com/tinyobjloader/tinyobjloader](https://github.com/tinyobjloader/tinyobjloader) |
+| License | MIT |
+| Versions | 1.0.7 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [tinyobjloader/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyobjloader/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinyobjloader
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyobjloader")
+```
+
+
 ### tinyxml2 (linux)
 ### tinyxml2 (linux)
 
 
 
 

+ 72 - 0
packages/macosx.md

@@ -464,6 +464,30 @@ add_requires("cjson")
 ```
 ```
 
 
 
 
+### clara (macosx)
+
+
+| Description | *A simple to use, composable, command line parser for C++ 11 and beyond.* |
+| -- | -- |
+| Homepage | [https://github.com/catchorg/Clara](https://github.com/catchorg/Clara) |
+| License | BSL-1.0 |
+| Versions | 1.1.5 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [clara/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clara/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install clara
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clara")
+```
+
+
 ### cmake (macosx)
 ### cmake (macosx)
 
 
 
 
@@ -2417,6 +2441,30 @@ add_requires("luajit")
 ```
 ```
 
 
 
 
+### lyra (macosx)
+
+
+| Description | *A simple to use, composable, command line parser for C++ 11 and beyond* |
+| -- | -- |
+| Homepage | [https://www.bfgroup.xyz/Lyra/](https://www.bfgroup.xyz/Lyra/) |
+| License | BSL-1.0 |
+| Versions | 1.5.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [lyra/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lyra/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lyra
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lyra")
+```
+
+
 
 
 ## m
 ## m
 ### m4 (macosx)
 ### m4 (macosx)
@@ -3305,6 +3353,30 @@ add_requires("tbox")
 ```
 ```
 
 
 
 
+### tinyobjloader (macosx)
+
+
+| Description | *Tiny but powerful single file wavefront obj loader* |
+| -- | -- |
+| Homepage | [https://github.com/tinyobjloader/tinyobjloader](https://github.com/tinyobjloader/tinyobjloader) |
+| License | MIT |
+| Versions | 1.0.7 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [tinyobjloader/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyobjloader/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinyobjloader
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyobjloader")
+```
+
+
 ### tinyxml2 (macosx)
 ### tinyxml2 (macosx)
 
 
 
 

+ 72 - 0
packages/mingw.md

@@ -257,6 +257,30 @@ add_requires("chipmunk2d")
 ```
 ```
 
 
 
 
+### clara (mingw)
+
+
+| Description | *A simple to use, composable, command line parser for C++ 11 and beyond.* |
+| -- | -- |
+| Homepage | [https://github.com/catchorg/Clara](https://github.com/catchorg/Clara) |
+| License | BSL-1.0 |
+| Versions | 1.1.5 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [clara/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clara/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] clara
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clara")
+```
+
+
 ### cmake (mingw)
 ### cmake (mingw)
 
 
 
 
@@ -1009,6 +1033,30 @@ add_requires("libuv")
 ```
 ```
 
 
 
 
+### lyra (mingw)
+
+
+| Description | *A simple to use, composable, command line parser for C++ 11 and beyond* |
+| -- | -- |
+| Homepage | [https://www.bfgroup.xyz/Lyra/](https://www.bfgroup.xyz/Lyra/) |
+| License | BSL-1.0 |
+| Versions | 1.5.1 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [lyra/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lyra/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] lyra
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lyra")
+```
+
+
 
 
 ## m
 ## m
 ### m4 (mingw)
 ### m4 (mingw)
@@ -1506,6 +1554,30 @@ add_requires("tbox")
 ```
 ```
 
 
 
 
+### tinyobjloader (mingw)
+
+
+| Description | *Tiny but powerful single file wavefront obj loader* |
+| -- | -- |
+| Homepage | [https://github.com/tinyobjloader/tinyobjloader](https://github.com/tinyobjloader/tinyobjloader) |
+| License | MIT |
+| Versions | 1.0.7 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [tinyobjloader/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyobjloader/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] tinyobjloader
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyobjloader")
+```
+
+
 ### tinyxml2 (mingw)
 ### tinyxml2 (mingw)
 
 
 
 

+ 48 - 0
packages/msys.md

@@ -188,6 +188,30 @@ add_requires("cgetopt")
 ```
 ```
 
 
 
 
+### clara (msys)
+
+
+| Description | *A simple to use, composable, command line parser for C++ 11 and beyond.* |
+| -- | -- |
+| Homepage | [https://github.com/catchorg/Clara](https://github.com/catchorg/Clara) |
+| License | BSL-1.0 |
+| Versions | 1.1.5 |
+| Architectures | i386, x86_64 |
+| Definition | [clara/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clara/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install clara
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clara")
+```
+
+
 ### cmake (msys)
 ### cmake (msys)
 
 
 
 
@@ -547,6 +571,30 @@ add_requires("libxmake")
 ```
 ```
 
 
 
 
+### lyra (msys)
+
+
+| Description | *A simple to use, composable, command line parser for C++ 11 and beyond* |
+| -- | -- |
+| Homepage | [https://www.bfgroup.xyz/Lyra/](https://www.bfgroup.xyz/Lyra/) |
+| License | BSL-1.0 |
+| Versions | 1.5.1 |
+| Architectures | i386, x86_64 |
+| Definition | [lyra/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lyra/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lyra
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lyra")
+```
+
+
 
 
 ## m
 ## m
 ### m4 (msys)
 ### m4 (msys)

+ 72 - 0
packages/windows.md

@@ -464,6 +464,30 @@ add_requires("chipmunk2d")
 ```
 ```
 
 
 
 
+### clara (windows)
+
+
+| Description | *A simple to use, composable, command line parser for C++ 11 and beyond.* |
+| -- | -- |
+| Homepage | [https://github.com/catchorg/Clara](https://github.com/catchorg/Clara) |
+| License | BSL-1.0 |
+| Versions | 1.1.5 |
+| Architectures | x64, x86 |
+| Definition | [clara/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clara/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install clara
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clara")
+```
+
+
 ### cmake (windows)
 ### cmake (windows)
 
 
 
 
@@ -1609,6 +1633,30 @@ add_requires("luajit")
 ```
 ```
 
 
 
 
+### lyra (windows)
+
+
+| Description | *A simple to use, composable, command line parser for C++ 11 and beyond* |
+| -- | -- |
+| Homepage | [https://www.bfgroup.xyz/Lyra/](https://www.bfgroup.xyz/Lyra/) |
+| License | BSL-1.0 |
+| Versions | 1.5.1 |
+| Architectures | x64, x86 |
+| Definition | [lyra/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lyra/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lyra
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lyra")
+```
+
+
 
 
 ## m
 ## m
 ### m4 (windows)
 ### m4 (windows)
@@ -2474,6 +2522,30 @@ add_requires("tbox")
 ```
 ```
 
 
 
 
+### tinyobjloader (windows)
+
+
+| Description | *Tiny but powerful single file wavefront obj loader* |
+| -- | -- |
+| Homepage | [https://github.com/tinyobjloader/tinyobjloader](https://github.com/tinyobjloader/tinyobjloader) |
+| License | MIT |
+| Versions | 1.0.7 |
+| Architectures | x64, x86 |
+| Definition | [tinyobjloader/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyobjloader/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinyobjloader
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyobjloader")
+```
+
+
 ### tinyxml2 (windows)
 ### tinyxml2 (windows)
 
 
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
     
 <url>
 <url>
   <loc>https://xrepo.xmake.io</loc>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-17T02:56:40+08:00</lastmod>
+  <lastmod>2020-11-17T09:44:30+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-11-17T02:56:41+08:00</lastmod>
+  <lastmod>2020-11-17T09:44:31+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-11-17T02:56:41+08:00</lastmod>
+  <lastmod>2020-11-17T09:44:31+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-11-17T02:56:41+08:00</lastmod>
+  <lastmod>2020-11-17T09:44:31+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-11-17T02:56:41+08:00</lastmod>
+  <lastmod>2020-11-17T09:44:31+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-11-17T02:56:42+08:00</lastmod>
+  <lastmod>2020-11-17T09:44:31+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-11-17T02:56:42+08:00</lastmod>
+  <lastmod>2020-11-17T09:44:32+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-11-17T02:56:42+08:00</lastmod>
+  <lastmod>2020-11-17T09:44:32+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-11-17T02:56:42+08:00</lastmod>
+  <lastmod>2020-11-17T09:44:32+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-11-17T02:56:42+08:00</lastmod>
+  <lastmod>2020-11-17T09:44:32+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-11-17T02:56:43+08:00</lastmod>
+  <lastmod>2020-11-17T09:44:33+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-11-17T02:56:43+08:00</lastmod>
+  <lastmod>2020-11-17T09:44:33+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-11-17T02:56:43+08:00</lastmod>
+  <lastmod>2020-11-17T09:44:33+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-11-17T02:56:43+08:00</lastmod>
+  <lastmod>2020-11-17T09:44:33+08:00</lastmod>
 </url>
 </url>
 
 
 </urlset>
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *简单,轻量,跨平台*
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: capstone, giflib, libwebp**
+- **Recently added: clara, lyra, tinyobjloader**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/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)
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (167)
+- 包列表 (170)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)