Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 years ago
parent
commit
f78cd3c095

+ 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: fann, rpmalloc, libsimdpp**
+- **Recently added: cargs, fann, rpmalloc**
 
 
 [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 (782)
+- Packages (783)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)

+ 38 - 1
mirror/packages/android.html

@@ -719,6 +719,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("capstone")
 <pre><code class="lang-lua">add_requires("capstone")
 </code></pre>
 </code></pre>
+<h3 id="cargsandroid">cargs (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://likle.github.io/cargs/">https://likle.github.io/cargs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.3</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/cargs/xmake.lua">cargs/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] cargs
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cargs")
+</code></pre>
 <h3 id="catch2android">catch2 (android)</h3>
 <h3 id="catch2android">catch2 (android)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -5800,7 +5837,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>1.6.7, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.6, 2.0.1, 2.0.2, 2.0.3, 2.0.5, 2.0.6</td>
+<td>1.6.7, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.6, 1.7.7, 2.0.1, 2.0.2, 2.0.3, 2.0.5, 2.0.6, 2.0.7</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>

+ 37 - 0
mirror/packages/bsd.html

@@ -727,6 +727,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("capstone")
 <pre><code class="lang-lua">add_requires("capstone")
 </code></pre>
 </code></pre>
+<h3 id="cargsbsd">cargs (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://likle.github.io/cargs/">https://likle.github.io/cargs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.3</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/cargs/xmake.lua">cargs/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cargs
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cargs")
+</code></pre>
 <h3 id="catch2bsd">catch2 (bsd)</h3>
 <h3 id="catch2bsd">catch2 (bsd)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -653,6 +653,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("ca-certificates")
 <pre><code class="lang-lua">add_requires("ca-certificates")
 </code></pre>
 </code></pre>
+<h3 id="cargscross">cargs (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://likle.github.io/cargs/">https://likle.github.io/cargs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.3</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/cargs/xmake.lua">cargs/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] cargs
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cargs")
+</code></pre>
 <h3 id="catch2cross">catch2 (cross)</h3>
 <h3 id="catch2cross">catch2 (cross)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -616,6 +616,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("capstone")
 <pre><code class="lang-lua">add_requires("capstone")
 </code></pre>
 </code></pre>
+<h3 id="cargsiphoneos">cargs (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://likle.github.io/cargs/">https://likle.github.io/cargs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cargs/xmake.lua">cargs/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos cargs
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cargs")
+</code></pre>
 <h3 id="catch2iphoneos">catch2 (iphoneos)</h3>
 <h3 id="catch2iphoneos">catch2 (iphoneos)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 38 - 1
mirror/packages/linux.html

@@ -1868,6 +1868,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("capstone")
 <pre><code class="lang-lua">add_requires("capstone")
 </code></pre>
 </code></pre>
+<h3 id="cargslinux">cargs (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://likle.github.io/cargs/">https://likle.github.io/cargs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.3</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/cargs/xmake.lua">cargs/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cargs
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cargs")
+</code></pre>
 <h3 id="catch2linux">catch2 (linux)</h3>
 <h3 id="catch2linux">catch2 (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -15980,7 +16017,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>1.6.7, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.6, 2.0.1, 2.0.2, 2.0.3, 2.0.5, 2.0.6</td>
+<td>1.6.7, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.6, 1.7.7, 2.0.1, 2.0.2, 2.0.3, 2.0.5, 2.0.6, 2.0.7</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/macosx.html

@@ -1646,6 +1646,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("capstone")
 <pre><code class="lang-lua">add_requires("capstone")
 </code></pre>
 </code></pre>
+<h3 id="cargsmacosx">cargs (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://likle.github.io/cargs/">https://likle.github.io/cargs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cargs/xmake.lua">cargs/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cargs
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cargs")
+</code></pre>
 <h3 id="catch2macosx">catch2 (macosx)</h3>
 <h3 id="catch2macosx">catch2 (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -14733,7 +14770,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>1.6.7, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.6, 2.0.1, 2.0.2, 2.0.3, 2.0.5, 2.0.6</td>
+<td>1.6.7, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.6, 1.7.7, 2.0.1, 2.0.2, 2.0.3, 2.0.5, 2.0.6, 2.0.7</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>

+ 37 - 0
mirror/packages/mingw.html

@@ -834,6 +834,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("capstone")
 <pre><code class="lang-lua">add_requires("capstone")
 </code></pre>
 </code></pre>
+<h3 id="cargsmingw">cargs (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://likle.github.io/cargs/">https://likle.github.io/cargs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.3</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/cargs/xmake.lua">cargs/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] cargs
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cargs")
+</code></pre>
 <h3 id="catch2mingw">catch2 (mingw)</h3>
 <h3 id="catch2mingw">catch2 (mingw)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -620,6 +620,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("capstone")
 <pre><code class="lang-lua">add_requires("capstone")
 </code></pre>
 </code></pre>
+<h3 id="cargsmsys">cargs (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://likle.github.io/cargs/">https://likle.github.io/cargs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.3</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/cargs/xmake.lua">cargs/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cargs
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cargs")
+</code></pre>
 <h3 id="catch2msys">catch2 (msys)</h3>
 <h3 id="catch2msys">catch2 (msys)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 37 - 0
mirror/packages/wasm.html

@@ -550,6 +550,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("ca-certificates")
 <pre><code class="lang-lua">add_requires("ca-certificates")
 </code></pre>
 </code></pre>
+<h3 id="cargswasm">cargs (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://likle.github.io/cargs/">https://likle.github.io/cargs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cargs/xmake.lua">cargs/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm cargs
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cargs")
+</code></pre>
 <h3 id="catch2wasm">catch2 (wasm)</h3>
 <h3 id="catch2wasm">catch2 (wasm)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 38 - 1
mirror/packages/windows.html

@@ -1444,6 +1444,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("capstone")
 <pre><code class="lang-lua">add_requires("capstone")
 </code></pre>
 </code></pre>
+<h3 id="cargswindows">cargs (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://likle.github.io/cargs/">https://likle.github.io/cargs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cargs/xmake.lua">cargs/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cargs
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cargs")
+</code></pre>
 <h3 id="catch2windows">catch2 (windows)</h3>
 <h3 id="catch2windows">catch2 (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -12504,7 +12541,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>1.6.7, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.6, 2.0.1, 2.0.2, 2.0.3, 2.0.5, 2.0.6</td>
+<td>1.6.7, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.6, 1.7.7, 2.0.1, 2.0.2, 2.0.3, 2.0.5, 2.0.6, 2.0.7</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>

+ 25 - 1
packages/android.md

@@ -425,6 +425,30 @@ add_requires("capstone")
 ```
 ```
 
 
 
 
+### cargs (android)
+
+
+| Description | *A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.* |
+| -- | -- |
+| Homepage | [https://likle.github.io/cargs/](https://likle.github.io/cargs/) |
+| License | MIT |
+| Versions | v1.0.3 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [cargs/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cargs/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] cargs
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cargs")
+```
+
+
 ### catch2 (android)
 ### catch2 (android)
 
 
 
 
@@ -3839,7 +3863,7 @@ add_requires("mikktspace")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://github.com/microsoft/mimalloc](https://github.com/microsoft/mimalloc) |
 | Homepage | [https://github.com/microsoft/mimalloc](https://github.com/microsoft/mimalloc) |
 | License | MIT |
 | License | MIT |
-| Versions | 1.6.7, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.6, 2.0.1, 2.0.2, 2.0.3, 2.0.5, 2.0.6 |
+| Versions | 1.6.7, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.6, 1.7.7, 2.0.1, 2.0.2, 2.0.3, 2.0.5, 2.0.6, 2.0.7 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [mimalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mimalloc/xmake.lua) |
 | Definition | [mimalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mimalloc/xmake.lua) |
 
 

+ 24 - 0
packages/bsd.md

@@ -427,6 +427,30 @@ add_requires("capstone")
 ```
 ```
 
 
 
 
+### cargs (bsd)
+
+
+| Description | *A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.* |
+| -- | -- |
+| Homepage | [https://likle.github.io/cargs/](https://likle.github.io/cargs/) |
+| License | MIT |
+| Versions | v1.0.3 |
+| Architectures | i386, x86_64 |
+| Definition | [cargs/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cargs/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cargs
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cargs")
+```
+
+
 ### catch2 (bsd)
 ### catch2 (bsd)
 
 
 
 

+ 24 - 0
packages/cross.md

@@ -379,6 +379,30 @@ add_requires("ca-certificates")
 ```
 ```
 
 
 
 
+### cargs (cross)
+
+
+| Description | *A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.* |
+| -- | -- |
+| Homepage | [https://likle.github.io/cargs/](https://likle.github.io/cargs/) |
+| License | MIT |
+| Versions | v1.0.3 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [cargs/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cargs/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] cargs
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cargs")
+```
+
+
 ### catch2 (cross)
 ### catch2 (cross)
 
 
 
 

+ 24 - 0
packages/iphoneos.md

@@ -355,6 +355,30 @@ add_requires("capstone")
 ```
 ```
 
 
 
 
+### cargs (iphoneos)
+
+
+| Description | *A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.* |
+| -- | -- |
+| Homepage | [https://likle.github.io/cargs/](https://likle.github.io/cargs/) |
+| License | MIT |
+| Versions | v1.0.3 |
+| Architectures | arm64, x86_64 |
+| Definition | [cargs/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cargs/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos cargs
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cargs")
+```
+
+
 ### catch2 (iphoneos)
 ### catch2 (iphoneos)
 
 
 
 

+ 25 - 1
packages/linux.md

@@ -1186,6 +1186,30 @@ add_requires("capstone")
 ```
 ```
 
 
 
 
+### cargs (linux)
+
+
+| Description | *A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.* |
+| -- | -- |
+| Homepage | [https://likle.github.io/cargs/](https://likle.github.io/cargs/) |
+| License | MIT |
+| Versions | v1.0.3 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [cargs/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cargs/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cargs
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cargs")
+```
+
+
 ### catch2 (linux)
 ### catch2 (linux)
 
 
 
 
@@ -10641,7 +10665,7 @@ add_requires("mikktspace")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://github.com/microsoft/mimalloc](https://github.com/microsoft/mimalloc) |
 | Homepage | [https://github.com/microsoft/mimalloc](https://github.com/microsoft/mimalloc) |
 | License | MIT |
 | License | MIT |
-| Versions | 1.6.7, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.6, 2.0.1, 2.0.2, 2.0.3, 2.0.5, 2.0.6 |
+| Versions | 1.6.7, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.6, 1.7.7, 2.0.1, 2.0.2, 2.0.3, 2.0.5, 2.0.6, 2.0.7 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [mimalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mimalloc/xmake.lua) |
 | Definition | [mimalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mimalloc/xmake.lua) |
 
 

+ 25 - 1
packages/macosx.md

@@ -1042,6 +1042,30 @@ add_requires("capstone")
 ```
 ```
 
 
 
 
+### cargs (macosx)
+
+
+| Description | *A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.* |
+| -- | -- |
+| Homepage | [https://likle.github.io/cargs/](https://likle.github.io/cargs/) |
+| License | MIT |
+| Versions | v1.0.3 |
+| Architectures | arm64, x86_64 |
+| Definition | [cargs/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cargs/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cargs
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cargs")
+```
+
+
 ### catch2 (macosx)
 ### catch2 (macosx)
 
 
 
 
@@ -9813,7 +9837,7 @@ add_requires("mikktspace")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://github.com/microsoft/mimalloc](https://github.com/microsoft/mimalloc) |
 | Homepage | [https://github.com/microsoft/mimalloc](https://github.com/microsoft/mimalloc) |
 | License | MIT |
 | License | MIT |
-| Versions | 1.6.7, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.6, 2.0.1, 2.0.2, 2.0.3, 2.0.5, 2.0.6 |
+| Versions | 1.6.7, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.6, 1.7.7, 2.0.1, 2.0.2, 2.0.3, 2.0.5, 2.0.6, 2.0.7 |
 | Architectures | arm64, x86_64 |
 | Architectures | arm64, x86_64 |
 | Definition | [mimalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mimalloc/xmake.lua) |
 | Definition | [mimalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mimalloc/xmake.lua) |
 
 

+ 24 - 0
packages/mingw.md

@@ -498,6 +498,30 @@ add_requires("capstone")
 ```
 ```
 
 
 
 
+### cargs (mingw)
+
+
+| Description | *A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.* |
+| -- | -- |
+| Homepage | [https://likle.github.io/cargs/](https://likle.github.io/cargs/) |
+| License | MIT |
+| Versions | v1.0.3 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [cargs/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cargs/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] cargs
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cargs")
+```
+
+
 ### catch2 (mingw)
 ### catch2 (mingw)
 
 
 
 

+ 24 - 0
packages/msys.md

@@ -356,6 +356,30 @@ add_requires("capstone")
 ```
 ```
 
 
 
 
+### cargs (msys)
+
+
+| Description | *A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.* |
+| -- | -- |
+| Homepage | [https://likle.github.io/cargs/](https://likle.github.io/cargs/) |
+| License | MIT |
+| Versions | v1.0.3 |
+| Architectures | i386, x86_64 |
+| Definition | [cargs/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cargs/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cargs
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cargs")
+```
+
+
 ### catch2 (msys)
 ### catch2 (msys)
 
 
 
 

+ 24 - 0
packages/wasm.md

@@ -309,6 +309,30 @@ add_requires("ca-certificates")
 ```
 ```
 
 
 
 
+### cargs (wasm)
+
+
+| Description | *A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.* |
+| -- | -- |
+| Homepage | [https://likle.github.io/cargs/](https://likle.github.io/cargs/) |
+| License | MIT |
+| Versions | v1.0.3 |
+| Architectures | wasm32 |
+| Definition | [cargs/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cargs/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm cargs
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cargs")
+```
+
+
 ### catch2 (wasm)
 ### catch2 (wasm)
 
 
 
 

+ 25 - 1
packages/windows.md

@@ -903,6 +903,30 @@ add_requires("capstone")
 ```
 ```
 
 
 
 
+### cargs (windows)
+
+
+| Description | *A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.* |
+| -- | -- |
+| Homepage | [https://likle.github.io/cargs/](https://likle.github.io/cargs/) |
+| License | MIT |
+| Versions | v1.0.3 |
+| Architectures | arm64, x64, x86 |
+| Definition | [cargs/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cargs/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cargs
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cargs")
+```
+
+
 ### catch2 (windows)
 ### catch2 (windows)
 
 
 
 
@@ -8275,7 +8299,7 @@ add_requires("mikktspace")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://github.com/microsoft/mimalloc](https://github.com/microsoft/mimalloc) |
 | Homepage | [https://github.com/microsoft/mimalloc](https://github.com/microsoft/mimalloc) |
 | License | MIT |
 | License | MIT |
-| Versions | 1.6.7, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.6, 2.0.1, 2.0.2, 2.0.3, 2.0.5, 2.0.6 |
+| Versions | 1.6.7, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.6, 1.7.7, 2.0.1, 2.0.2, 2.0.3, 2.0.5, 2.0.6, 2.0.7 |
 | Architectures | arm64, x64, x86 |
 | Architectures | arm64, x64, x86 |
 | Definition | [mimalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mimalloc/xmake.lua) |
 | Definition | [mimalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mimalloc/xmake.lua) |
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
     
 <url>
 <url>
   <loc>https://xrepo.xmake.io</loc>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-11-11T14:26:54+08:00</lastmod>
+  <lastmod>2022-11-13T12:04:55+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>2022-11-11T14:26:56+08:00</lastmod>
+  <lastmod>2022-11-13T12:04:58+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>2022-11-11T14:26:56+08:00</lastmod>
+  <lastmod>2022-11-13T12:04:58+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>2022-11-11T14:26:57+08:00</lastmod>
+  <lastmod>2022-11-13T12:04:59+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>2022-11-11T14:26:57+08:00</lastmod>
+  <lastmod>2022-11-13T12:04:59+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>2022-11-11T14:26:57+08:00</lastmod>
+  <lastmod>2022-11-13T12:04:59+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>2022-11-11T14:26:57+08:00</lastmod>
+  <lastmod>2022-11-13T12:05:00+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-11-11T14:26:58+08:00</lastmod>
+  <lastmod>2022-11-13T12:05:00+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>2022-11-11T14:26:58+08:00</lastmod>
+  <lastmod>2022-11-13T12:05:00+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>2022-11-11T14:26:58+08:00</lastmod>
+  <lastmod>2022-11-13T12:05:01+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>2022-11-11T14:26:58+08:00</lastmod>
+  <lastmod>2022-11-13T12:05:01+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>2022-11-11T14:26:59+08:00</lastmod>
+  <lastmod>2022-11-13T12:05:02+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>2022-11-11T14:26:59+08:00</lastmod>
+  <lastmod>2022-11-13T12:05:02+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>2022-11-11T14:26:59+08:00</lastmod>
+  <lastmod>2022-11-13T12:05:02+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>2022-11-11T14:26:59+08:00</lastmod>
+  <lastmod>2022-11-13T12:05:03+08:00</lastmod>
 </url>
 </url>
 
 
 </urlset>
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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