Parcourir la source

autoupdate docs by xmake-repo/ci

ruki il y a 2 ans
Parent
commit
73b0b9f9f5

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: buddy, minifb, blake3**
+- **Recently added: quickcpplib, libaesgm, buddy**
 
 [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 (786)
+- Packages (788)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -7864,6 +7864,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("qt5widgets")
 </code></pre>
+<h3 id="quickcpplibandroid">quickcpplib (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/quickcpplib">https://github.com/ned14/quickcpplib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20221116</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/q/quickcpplib/xmake.lua">quickcpplib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] quickcpplib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("quickcpplib")
+</code></pre>
 <h3 id="quickjsandroid">quickjs (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -6852,6 +6852,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("qoi")
 </code></pre>
+<h3 id="quickcpplibbsd">quickcpplib (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/quickcpplib">https://github.com/ned14/quickcpplib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20221116</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/q/quickcpplib/xmake.lua">quickcpplib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install quickcpplib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("quickcpplib")
+</code></pre>
 <h2 id="r">r</h2>
 <h3 id="rangev3bsd">range-v3 (bsd)</h3>
 <table>

+ 37 - 0
mirror/packages/cross.html

@@ -6230,6 +6230,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("qoi")
 </code></pre>
+<h3 id="quickcpplibcross">quickcpplib (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/quickcpplib">https://github.com/ned14/quickcpplib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20221116</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/q/quickcpplib/xmake.lua">quickcpplib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] quickcpplib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("quickcpplib")
+</code></pre>
 <h3 id="quickjscross">quickjs (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -7156,6 +7156,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("qt5widgets")
 </code></pre>
+<h3 id="quickcpplibiphoneos">quickcpplib (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/quickcpplib">https://github.com/ned14/quickcpplib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20221116</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/q/quickcpplib/xmake.lua">quickcpplib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos quickcpplib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("quickcpplib")
+</code></pre>
 <h3 id="quickjsiphoneos">quickjs (iphoneos)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/linux.html

@@ -9808,6 +9808,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libaco")
 </code></pre>
+<h3 id="libaesgmlinux">libaesgm (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em><a href="https://repology.org/project/libaesgm/packages">https://repology.org/project/libaesgm/packages</a></em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/xmake-mirror/libaesgm">https://github.com/xmake-mirror/libaesgm</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2009.04.29</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/libaesgm/xmake.lua">libaesgm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libaesgm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libaesgm")
+</code></pre>
 <h3 id="libarchivelinux">libarchive (linux)</h3>
 <table>
 <thead>
@@ -21184,6 +21217,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("qt5widgets")
 </code></pre>
+<h3 id="quickcppliblinux">quickcpplib (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/quickcpplib">https://github.com/ned14/quickcpplib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20221116</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/q/quickcpplib/xmake.lua">quickcpplib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install quickcpplib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("quickcpplib")
+</code></pre>
 <h3 id="quickjslinux">quickjs (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -19694,6 +19694,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("qt5widgets")
 </code></pre>
+<h3 id="quickcpplibmacosx">quickcpplib (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/quickcpplib">https://github.com/ned14/quickcpplib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20221116</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/q/quickcpplib/xmake.lua">quickcpplib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install quickcpplib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("quickcpplib")
+</code></pre>
 <h3 id="quickjsmacosx">quickjs (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -8736,6 +8736,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("qt5widgets")
 </code></pre>
+<h3 id="quickcpplibmingw">quickcpplib (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/quickcpplib">https://github.com/ned14/quickcpplib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20221116</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/q/quickcpplib/xmake.lua">quickcpplib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] quickcpplib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("quickcpplib")
+</code></pre>
 <h3 id="quickjsmingw">quickjs (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -5567,6 +5567,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("qoi")
 </code></pre>
+<h3 id="quickcpplibmsys">quickcpplib (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/quickcpplib">https://github.com/ned14/quickcpplib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20221116</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/q/quickcpplib/xmake.lua">quickcpplib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install quickcpplib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("quickcpplib")
+</code></pre>
 <h2 id="r">r</h2>
 <h3 id="rangev3msys">range-v3 (msys)</h3>
 <table>

+ 37 - 0
mirror/packages/wasm.html

@@ -5567,6 +5567,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("qoi")
 </code></pre>
+<h3 id="quickcpplibwasm">quickcpplib (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/quickcpplib">https://github.com/ned14/quickcpplib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20221116</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/q/quickcpplib/xmake.lua">quickcpplib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm quickcpplib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("quickcpplib")
+</code></pre>
 <h2 id="r">r</h2>
 <h3 id="rangev3wasm">range-v3 (wasm)</h3>
 <table>

+ 37 - 0
mirror/packages/windows.html

@@ -17041,6 +17041,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("qt5widgets")
 </code></pre>
+<h3 id="quickcpplibwindows">quickcpplib (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/quickcpplib">https://github.com/ned14/quickcpplib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20221116</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/q/quickcpplib/xmake.lua">quickcpplib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install quickcpplib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("quickcpplib")
+</code></pre>
 <h3 id="quickjswindows">quickjs (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -5230,6 +5230,30 @@ add_requires("qt5widgets")
 ```
 
 
+### quickcpplib (android)
+
+
+| Description | *Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/quickcpplib](https://github.com/ned14/quickcpplib) |
+| License | Apache-2.0 |
+| Versions | 20221116 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [quickcpplib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/quickcpplib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] quickcpplib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("quickcpplib")
+```
+
+
 ### quickjs (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -4564,6 +4564,30 @@ add_requires("qoi")
 ```
 
 
+### quickcpplib (bsd)
+
+
+| Description | *Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/quickcpplib](https://github.com/ned14/quickcpplib) |
+| License | Apache-2.0 |
+| Versions | 20221116 |
+| Architectures | i386, x86_64 |
+| Definition | [quickcpplib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/quickcpplib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install quickcpplib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("quickcpplib")
+```
+
+
 
 ## r
 ### range-v3 (bsd)

+ 24 - 0
packages/cross.md

@@ -4143,6 +4143,30 @@ add_requires("qoi")
 ```
 
 
+### quickcpplib (cross)
+
+
+| Description | *Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/quickcpplib](https://github.com/ned14/quickcpplib) |
+| License | Apache-2.0 |
+| Versions | 20221116 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [quickcpplib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/quickcpplib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] quickcpplib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("quickcpplib")
+```
+
+
 ### quickjs (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -4758,6 +4758,30 @@ add_requires("qt5widgets")
 ```
 
 
+### quickcpplib (iphoneos)
+
+
+| Description | *Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/quickcpplib](https://github.com/ned14/quickcpplib) |
+| License | Apache-2.0 |
+| Versions | 20221116 |
+| Architectures | arm64, x86_64 |
+| Definition | [quickcpplib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/quickcpplib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos quickcpplib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("quickcpplib")
+```
+
+
 ### quickjs (iphoneos)
 
 

+ 47 - 0
packages/linux.md

@@ -6498,6 +6498,29 @@ add_requires("libaco")
 ```
 
 
+### libaesgm (linux)
+
+
+| Description | *https://repology.org/project/libaesgm/packages* |
+| -- | -- |
+| Homepage | [https://github.com/xmake-mirror/libaesgm](https://github.com/xmake-mirror/libaesgm) |
+| Versions | 2009.04.29 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libaesgm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libaesgm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libaesgm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libaesgm")
+```
+
+
 ### libarchive (linux)
 
 
@@ -14115,6 +14138,30 @@ add_requires("qt5widgets")
 ```
 
 
+### quickcpplib (linux)
+
+
+| Description | *Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/quickcpplib](https://github.com/ned14/quickcpplib) |
+| License | Apache-2.0 |
+| Versions | 20221116 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [quickcpplib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/quickcpplib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install quickcpplib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("quickcpplib")
+```
+
+
 ### quickjs (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -13123,6 +13123,30 @@ add_requires("qt5widgets")
 ```
 
 
+### quickcpplib (macosx)
+
+
+| Description | *Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/quickcpplib](https://github.com/ned14/quickcpplib) |
+| License | Apache-2.0 |
+| Versions | 20221116 |
+| Architectures | arm64, x86_64 |
+| Definition | [quickcpplib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/quickcpplib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install quickcpplib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("quickcpplib")
+```
+
+
 ### quickjs (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -5802,6 +5802,30 @@ add_requires("qt5widgets")
 ```
 
 
+### quickcpplib (mingw)
+
+
+| Description | *Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/quickcpplib](https://github.com/ned14/quickcpplib) |
+| License | Apache-2.0 |
+| Versions | 20221116 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [quickcpplib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/quickcpplib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] quickcpplib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("quickcpplib")
+```
+
+
 ### quickjs (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -3697,6 +3697,30 @@ add_requires("qoi")
 ```
 
 
+### quickcpplib (msys)
+
+
+| Description | *Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/quickcpplib](https://github.com/ned14/quickcpplib) |
+| License | Apache-2.0 |
+| Versions | 20221116 |
+| Architectures | i386, x86_64 |
+| Definition | [quickcpplib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/quickcpplib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install quickcpplib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("quickcpplib")
+```
+
+
 
 ## r
 ### range-v3 (msys)

+ 24 - 0
packages/wasm.md

@@ -3697,6 +3697,30 @@ add_requires("qoi")
 ```
 
 
+### quickcpplib (wasm)
+
+
+| Description | *Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/quickcpplib](https://github.com/ned14/quickcpplib) |
+| License | Apache-2.0 |
+| Versions | 20221116 |
+| Architectures | wasm32 |
+| Definition | [quickcpplib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/quickcpplib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm quickcpplib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("quickcpplib")
+```
+
+
 
 ## r
 ### range-v3 (wasm)

+ 24 - 0
packages/windows.md

@@ -11302,6 +11302,30 @@ add_requires("qt5widgets")
 ```
 
 
+### quickcpplib (windows)
+
+
+| Description | *Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/quickcpplib](https://github.com/ned14/quickcpplib) |
+| License | Apache-2.0 |
+| Versions | 20221116 |
+| Architectures | arm64, x64, x86 |
+| Definition | [quickcpplib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/quickcpplib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install quickcpplib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("quickcpplib")
+```
+
+
 ### quickjs (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-11-22T02:28:42+08:00</lastmod>
+  <lastmod>2022-11-22T03:51:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-11-22T02:28:44+08:00</lastmod>
+  <lastmod>2022-11-22T03:51:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-11-22T02:28:44+08:00</lastmod>
+  <lastmod>2022-11-22T03:51:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-11-22T02:28:45+08:00</lastmod>
+  <lastmod>2022-11-22T03:51:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-11-22T02:28:45+08:00</lastmod>
+  <lastmod>2022-11-22T03:51:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-11-22T02:28:45+08:00</lastmod>
+  <lastmod>2022-11-22T03:51:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-11-22T02:28:45+08:00</lastmod>
+  <lastmod>2022-11-22T03:51:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-11-22T02:28:46+08:00</lastmod>
+  <lastmod>2022-11-22T03:51:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-11-22T02:28:46+08:00</lastmod>
+  <lastmod>2022-11-22T03:51:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-11-22T02:28:46+08:00</lastmod>
+  <lastmod>2022-11-22T03:51:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-11-22T02:28:47+08:00</lastmod>
+  <lastmod>2022-11-22T03:51:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-11-22T02:28:47+08:00</lastmod>
+  <lastmod>2022-11-22T03:51:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-11-22T02:28:47+08:00</lastmod>
+  <lastmod>2022-11-22T03:51:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-11-22T02:28:47+08:00</lastmod>
+  <lastmod>2022-11-22T03:51:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-11-22T02:28:48+08:00</lastmod>
+  <lastmod>2022-11-22T03:51:15+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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