Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 years ago
parent
commit
228e6e269f

+ 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: quill, openpgl, mdns**
+- **Recently added: units, cpp-peglib, quill**
 
 
 [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 (882)
+- Packages (884)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)

+ 70 - 0
mirror/packages/android.html

@@ -1579,6 +1579,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("cpp-httplib")
 <pre><code class="lang-lua">add_requires("cpp-httplib")
 </code></pre>
 </code></pre>
+<h3 id="cpppeglibandroid">cpp-peglib (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A single file C++ header-only PEG (Parsing Expression Grammars) library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://yhirose.github.io/cpp-peglib">https://yhirose.github.io/cpp-peglib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.8.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/cpp-peglib/xmake.lua">cpp-peglib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] cpp-peglib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-peglib")
+</code></pre>
 <h3 id="cpufeaturesandroid">cpu-features (android)</h3>
 <h3 id="cpufeaturesandroid">cpu-features (android)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -11641,6 +11678,39 @@
 <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("uni_algo")
 <pre><code class="lang-lua">add_requires("uni_algo")
 </code></pre>
 </code></pre>
+<h3 id="unitsandroid">units (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://nholthaus.github.io/units/">https://nholthaus.github.io/units/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.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/u/units/xmake.lua">units/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] units
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("units")
+</code></pre>
 <h3 id="unordered_denseandroid">unordered_dense (android)</h3>
 <h3 id="unordered_denseandroid">unordered_dense (android)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 70 - 0
mirror/packages/bsd.html

@@ -1513,6 +1513,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("cpp-httplib")
 <pre><code class="lang-lua">add_requires("cpp-httplib")
 </code></pre>
 </code></pre>
+<h3 id="cpppeglibbsd">cpp-peglib (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A single file C++ header-only PEG (Parsing Expression Grammars) library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://yhirose.github.io/cpp-peglib">https://yhirose.github.io/cpp-peglib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.8.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/cpp-peglib/xmake.lua">cpp-peglib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cpp-peglib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-peglib")
+</code></pre>
 <h3 id="cpuinfobsd">cpuinfo (bsd)</h3>
 <h3 id="cpuinfobsd">cpuinfo (bsd)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -10308,6 +10345,39 @@
 <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("uni_algo")
 <pre><code class="lang-lua">add_requires("uni_algo")
 </code></pre>
 </code></pre>
+<h3 id="unitsbsd">units (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://nholthaus.github.io/units/">https://nholthaus.github.io/units/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.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/u/units/xmake.lua">units/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install units
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("units")
+</code></pre>
 <h3 id="unordered_densebsd">unordered_dense (bsd)</h3>
 <h3 id="unordered_densebsd">unordered_dense (bsd)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 70 - 0
mirror/packages/cross.html

@@ -1402,6 +1402,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("cpp-httplib")
 <pre><code class="lang-lua">add_requires("cpp-httplib")
 </code></pre>
 </code></pre>
+<h3 id="cpppeglibcross">cpp-peglib (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A single file C++ header-only PEG (Parsing Expression Grammars) library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://yhirose.github.io/cpp-peglib">https://yhirose.github.io/cpp-peglib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.8.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/cpp-peglib/xmake.lua">cpp-peglib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] cpp-peglib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-peglib")
+</code></pre>
 <h3 id="crc32ccross">crc32c (cross)</h3>
 <h3 id="crc32ccross">crc32c (cross)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -9649,6 +9686,39 @@
 <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("uni_algo")
 <pre><code class="lang-lua">add_requires("uni_algo")
 </code></pre>
 </code></pre>
+<h3 id="unitscross">units (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://nholthaus.github.io/units/">https://nholthaus.github.io/units/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.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/u/units/xmake.lua">units/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] units
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("units")
+</code></pre>
 <h3 id="unordered_densecross">unordered_dense (cross)</h3>
 <h3 id="unordered_densecross">unordered_dense (cross)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 70 - 0
mirror/packages/iphoneos.html

@@ -1476,6 +1476,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("cpp-httplib")
 <pre><code class="lang-lua">add_requires("cpp-httplib")
 </code></pre>
 </code></pre>
+<h3 id="cpppeglibiphoneos">cpp-peglib (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A single file C++ header-only PEG (Parsing Expression Grammars) library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://yhirose.github.io/cpp-peglib">https://yhirose.github.io/cpp-peglib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.8.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/cpp-peglib/xmake.lua">cpp-peglib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos cpp-peglib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-peglib")
+</code></pre>
 <h3 id="crc32ciphoneos">crc32c (iphoneos)</h3>
 <h3 id="crc32ciphoneos">crc32c (iphoneos)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -10657,6 +10694,39 @@
 <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("uni_algo")
 <pre><code class="lang-lua">add_requires("uni_algo")
 </code></pre>
 </code></pre>
+<h3 id="unitsiphoneos">units (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://nholthaus.github.io/units/">https://nholthaus.github.io/units/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.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/u/units/xmake.lua">units/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos units
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("units")
+</code></pre>
 <h3 id="unordered_denseiphoneos">unordered_dense (iphoneos)</h3>
 <h3 id="unordered_denseiphoneos">unordered_dense (iphoneos)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 70 - 0
mirror/packages/linux.html

@@ -3395,6 +3395,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("cpp-lazy")
 <pre><code class="lang-lua">add_requires("cpp-lazy")
 </code></pre>
 </code></pre>
+<h3 id="cpppegliblinux">cpp-peglib (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A single file C++ header-only PEG (Parsing Expression Grammars) library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://yhirose.github.io/cpp-peglib">https://yhirose.github.io/cpp-peglib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.8.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/cpp-peglib/xmake.lua">cpp-peglib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cpp-peglib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-peglib")
+</code></pre>
 <h3 id="cppastlinux">cppast (linux)</h3>
 <h3 id="cppastlinux">cppast (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -27604,6 +27641,39 @@
 <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("unicorn")
 <pre><code class="lang-lua">add_requires("unicorn")
 </code></pre>
 </code></pre>
+<h3 id="unitslinux">units (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://nholthaus.github.io/units/">https://nholthaus.github.io/units/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.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/u/units/xmake.lua">units/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install units
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("units")
+</code></pre>
 <h3 id="unordered_denselinux">unordered_dense (linux)</h3>
 <h3 id="unordered_denselinux">unordered_dense (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 70 - 0
mirror/packages/macosx.html

@@ -3140,6 +3140,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("cpp-lazy")
 <pre><code class="lang-lua">add_requires("cpp-lazy")
 </code></pre>
 </code></pre>
+<h3 id="cpppeglibmacosx">cpp-peglib (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A single file C++ header-only PEG (Parsing Expression Grammars) library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://yhirose.github.io/cpp-peglib">https://yhirose.github.io/cpp-peglib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.8.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/cpp-peglib/xmake.lua">cpp-peglib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cpp-peglib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-peglib")
+</code></pre>
 <h3 id="cppzmqmacosx">cppzmq (macosx)</h3>
 <h3 id="cppzmqmacosx">cppzmq (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -25760,6 +25797,39 @@
 <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("unicorn")
 <pre><code class="lang-lua">add_requires("unicorn")
 </code></pre>
 </code></pre>
+<h3 id="unitsmacosx">units (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://nholthaus.github.io/units/">https://nholthaus.github.io/units/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.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/u/units/xmake.lua">units/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install units
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("units")
+</code></pre>
 <h3 id="unordered_densemacosx">unordered_dense (macosx)</h3>
 <h3 id="unordered_densemacosx">unordered_dense (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 70 - 0
mirror/packages/mingw.html

@@ -1694,6 +1694,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("cpp-httplib")
 <pre><code class="lang-lua">add_requires("cpp-httplib")
 </code></pre>
 </code></pre>
+<h3 id="cpppeglibmingw">cpp-peglib (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A single file C++ header-only PEG (Parsing Expression Grammars) library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://yhirose.github.io/cpp-peglib">https://yhirose.github.io/cpp-peglib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.8.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/cpp-peglib/xmake.lua">cpp-peglib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] cpp-peglib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-peglib")
+</code></pre>
 <h3 id="crc32cmingw">crc32c (mingw)</h3>
 <h3 id="crc32cmingw">crc32c (mingw)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -12394,6 +12431,39 @@
 <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("uni_algo")
 <pre><code class="lang-lua">add_requires("uni_algo")
 </code></pre>
 </code></pre>
+<h3 id="unitsmingw">units (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://nholthaus.github.io/units/">https://nholthaus.github.io/units/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.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/u/units/xmake.lua">units/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] units
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("units")
+</code></pre>
 <h3 id="unordered_densemingw">unordered_dense (mingw)</h3>
 <h3 id="unordered_densemingw">unordered_dense (mingw)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 70 - 0
mirror/packages/msys.html

@@ -1365,6 +1365,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("cpp-httplib")
 <pre><code class="lang-lua">add_requires("cpp-httplib")
 </code></pre>
 </code></pre>
+<h3 id="cpppeglibmsys">cpp-peglib (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A single file C++ header-only PEG (Parsing Expression Grammars) library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://yhirose.github.io/cpp-peglib">https://yhirose.github.io/cpp-peglib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.8.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/cpp-peglib/xmake.lua">cpp-peglib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cpp-peglib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-peglib")
+</code></pre>
 <h3 id="crc32cmsys">crc32c (msys)</h3>
 <h3 id="crc32cmsys">crc32c (msys)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -8628,6 +8665,39 @@
 <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("uni_algo")
 <pre><code class="lang-lua">add_requires("uni_algo")
 </code></pre>
 </code></pre>
+<h3 id="unitsmsys">units (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://nholthaus.github.io/units/">https://nholthaus.github.io/units/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.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/u/units/xmake.lua">units/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install units
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("units")
+</code></pre>
 <h3 id="unordered_densemsys">unordered_dense (msys)</h3>
 <h3 id="unordered_densemsys">unordered_dense (msys)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 70 - 0
mirror/packages/wasm.html

@@ -1332,6 +1332,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("cpp-httplib")
 <pre><code class="lang-lua">add_requires("cpp-httplib")
 </code></pre>
 </code></pre>
+<h3 id="cpppeglibwasm">cpp-peglib (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A single file C++ header-only PEG (Parsing Expression Grammars) library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://yhirose.github.io/cpp-peglib">https://yhirose.github.io/cpp-peglib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.8.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/cpp-peglib/xmake.lua">cpp-peglib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm cpp-peglib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-peglib")
+</code></pre>
 <h3 id="crc32cwasm">crc32c (wasm)</h3>
 <h3 id="crc32cwasm">crc32c (wasm)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -8953,6 +8990,39 @@
 <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("uni_algo")
 <pre><code class="lang-lua">add_requires("uni_algo")
 </code></pre>
 </code></pre>
+<h3 id="unitswasm">units (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://nholthaus.github.io/units/">https://nholthaus.github.io/units/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.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/u/units/xmake.lua">units/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm units
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("units")
+</code></pre>
 <h3 id="unordered_densewasm">unordered_dense (wasm)</h3>
 <h3 id="unordered_densewasm">unordered_dense (wasm)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 70 - 0
mirror/packages/windows.html

@@ -2979,6 +2979,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("cpp-lazy")
 <pre><code class="lang-lua">add_requires("cpp-lazy")
 </code></pre>
 </code></pre>
+<h3 id="cpppeglibwindows">cpp-peglib (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A single file C++ header-only PEG (Parsing Expression Grammars) library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://yhirose.github.io/cpp-peglib">https://yhirose.github.io/cpp-peglib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.8.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/cpp-peglib/xmake.lua">cpp-peglib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cpp-peglib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-peglib")
+</code></pre>
 <h3 id="cppcorowindows">cppcoro (windows)</h3>
 <h3 id="cppcorowindows">cppcoro (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -22782,6 +22819,39 @@
 <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("unicorn")
 <pre><code class="lang-lua">add_requires("unicorn")
 </code></pre>
 </code></pre>
+<h3 id="unitswindows">units (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://nholthaus.github.io/units/">https://nholthaus.github.io/units/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.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/u/units/xmake.lua">units/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install units
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("units")
+</code></pre>
 <h3 id="unordered_densewindows">unordered_dense (windows)</h3>
 <h3 id="unordered_densewindows">unordered_dense (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 47 - 0
packages/android.md

@@ -994,6 +994,30 @@ add_requires("cpp-httplib")
 ```
 ```
 
 
 
 
+### cpp-peglib (android)
+
+
+| Description | *A single file C++ header-only PEG (Parsing Expression Grammars) library* |
+| -- | -- |
+| Homepage | [https://yhirose.github.io/cpp-peglib](https://yhirose.github.io/cpp-peglib) |
+| License | MIT |
+| Versions | 1.8.3 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [cpp-peglib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-peglib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] cpp-peglib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-peglib")
+```
+
+
 ### cpu-features (android)
 ### cpu-features (android)
 
 
 
 
@@ -7730,6 +7754,29 @@ add_requires("uni_algo")
 ```
 ```
 
 
 
 
+### units (android)
+
+
+| Description | *A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.* |
+| -- | -- |
+| Homepage | [https://nholthaus.github.io/units/](https://nholthaus.github.io/units/) |
+| Versions | v2.3.3 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [units/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/units/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] units
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("units")
+```
+
+
 ### unordered_dense (android)
 ### unordered_dense (android)
 
 
 
 

+ 47 - 0
packages/bsd.md

@@ -948,6 +948,30 @@ add_requires("cpp-httplib")
 ```
 ```
 
 
 
 
+### cpp-peglib (bsd)
+
+
+| Description | *A single file C++ header-only PEG (Parsing Expression Grammars) library* |
+| -- | -- |
+| Homepage | [https://yhirose.github.io/cpp-peglib](https://yhirose.github.io/cpp-peglib) |
+| License | MIT |
+| Versions | 1.8.3 |
+| Architectures | i386, x86_64 |
+| Definition | [cpp-peglib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-peglib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cpp-peglib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-peglib")
+```
+
+
 ### cpuinfo (bsd)
 ### cpuinfo (bsd)
 
 
 
 
@@ -6851,6 +6875,29 @@ add_requires("uni_algo")
 ```
 ```
 
 
 
 
+### units (bsd)
+
+
+| Description | *A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.* |
+| -- | -- |
+| Homepage | [https://nholthaus.github.io/units/](https://nholthaus.github.io/units/) |
+| Versions | v2.3.3 |
+| Architectures | i386, x86_64 |
+| Definition | [units/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/units/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install units
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("units")
+```
+
+
 ### unordered_dense (bsd)
 ### unordered_dense (bsd)
 
 
 
 

+ 47 - 0
packages/cross.md

@@ -876,6 +876,30 @@ add_requires("cpp-httplib")
 ```
 ```
 
 
 
 
+### cpp-peglib (cross)
+
+
+| Description | *A single file C++ header-only PEG (Parsing Expression Grammars) library* |
+| -- | -- |
+| Homepage | [https://yhirose.github.io/cpp-peglib](https://yhirose.github.io/cpp-peglib) |
+| License | MIT |
+| Versions | 1.8.3 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [cpp-peglib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-peglib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] cpp-peglib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-peglib")
+```
+
+
 ### crc32c (cross)
 ### crc32c (cross)
 
 
 
 
@@ -6406,6 +6430,29 @@ add_requires("uni_algo")
 ```
 ```
 
 
 
 
+### units (cross)
+
+
+| Description | *A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.* |
+| -- | -- |
+| Homepage | [https://nholthaus.github.io/units/](https://nholthaus.github.io/units/) |
+| Versions | v2.3.3 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [units/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/units/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] units
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("units")
+```
+
+
 ### unordered_dense (cross)
 ### unordered_dense (cross)
 
 
 
 

+ 47 - 0
packages/iphoneos.md

@@ -924,6 +924,30 @@ add_requires("cpp-httplib")
 ```
 ```
 
 
 
 
+### cpp-peglib (iphoneos)
+
+
+| Description | *A single file C++ header-only PEG (Parsing Expression Grammars) library* |
+| -- | -- |
+| Homepage | [https://yhirose.github.io/cpp-peglib](https://yhirose.github.io/cpp-peglib) |
+| License | MIT |
+| Versions | 1.8.3 |
+| Architectures | arm64, x86_64 |
+| Definition | [cpp-peglib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-peglib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos cpp-peglib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-peglib")
+```
+
+
 ### crc32c (iphoneos)
 ### crc32c (iphoneos)
 
 
 
 
@@ -7071,6 +7095,29 @@ add_requires("uni_algo")
 ```
 ```
 
 
 
 
+### units (iphoneos)
+
+
+| Description | *A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.* |
+| -- | -- |
+| Homepage | [https://nholthaus.github.io/units/](https://nholthaus.github.io/units/) |
+| Versions | v2.3.3 |
+| Architectures | arm64, x86_64 |
+| Definition | [units/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/units/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos units
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("units")
+```
+
+
 ### unordered_dense (iphoneos)
 ### unordered_dense (iphoneos)
 
 
 
 

+ 47 - 0
packages/linux.md

@@ -2202,6 +2202,30 @@ add_requires("cpp-lazy")
 ```
 ```
 
 
 
 
+### cpp-peglib (linux)
+
+
+| Description | *A single file C++ header-only PEG (Parsing Expression Grammars) library* |
+| -- | -- |
+| Homepage | [https://yhirose.github.io/cpp-peglib](https://yhirose.github.io/cpp-peglib) |
+| License | MIT |
+| Versions | 1.8.3 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [cpp-peglib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-peglib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cpp-peglib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-peglib")
+```
+
+
 ### cppast (linux)
 ### cppast (linux)
 
 
 
 
@@ -18382,6 +18406,29 @@ add_requires("unicorn")
 ```
 ```
 
 
 
 
+### units (linux)
+
+
+| Description | *A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.* |
+| -- | -- |
+| Homepage | [https://nholthaus.github.io/units/](https://nholthaus.github.io/units/) |
+| Versions | v2.3.3 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [units/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/units/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install units
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("units")
+```
+
+
 ### unordered_dense (linux)
 ### unordered_dense (linux)
 
 
 
 

+ 47 - 0
packages/macosx.md

@@ -2035,6 +2035,30 @@ add_requires("cpp-lazy")
 ```
 ```
 
 
 
 
+### cpp-peglib (macosx)
+
+
+| Description | *A single file C++ header-only PEG (Parsing Expression Grammars) library* |
+| -- | -- |
+| Homepage | [https://yhirose.github.io/cpp-peglib](https://yhirose.github.io/cpp-peglib) |
+| License | MIT |
+| Versions | 1.8.3 |
+| Architectures | arm64, x86_64 |
+| Definition | [cpp-peglib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-peglib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cpp-peglib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-peglib")
+```
+
+
 ### cppzmq (macosx)
 ### cppzmq (macosx)
 
 
 
 
@@ -17154,6 +17178,29 @@ add_requires("unicorn")
 ```
 ```
 
 
 
 
+### units (macosx)
+
+
+| Description | *A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.* |
+| -- | -- |
+| Homepage | [https://nholthaus.github.io/units/](https://nholthaus.github.io/units/) |
+| Versions | v2.3.3 |
+| Architectures | arm64, x86_64 |
+| Definition | [units/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/units/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install units
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("units")
+```
+
+
 ### unordered_dense (macosx)
 ### unordered_dense (macosx)
 
 
 
 

+ 47 - 0
packages/mingw.md

@@ -1067,6 +1067,30 @@ add_requires("cpp-httplib")
 ```
 ```
 
 
 
 
+### cpp-peglib (mingw)
+
+
+| Description | *A single file C++ header-only PEG (Parsing Expression Grammars) library* |
+| -- | -- |
+| Homepage | [https://yhirose.github.io/cpp-peglib](https://yhirose.github.io/cpp-peglib) |
+| License | MIT |
+| Versions | 1.8.3 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [cpp-peglib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-peglib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] cpp-peglib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-peglib")
+```
+
+
 ### crc32c (mingw)
 ### crc32c (mingw)
 
 
 
 
@@ -8228,6 +8252,29 @@ add_requires("uni_algo")
 ```
 ```
 
 
 
 
+### units (mingw)
+
+
+| Description | *A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.* |
+| -- | -- |
+| Homepage | [https://nholthaus.github.io/units/](https://nholthaus.github.io/units/) |
+| Versions | v2.3.3 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [units/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/units/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] units
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("units")
+```
+
+
 ### unordered_dense (mingw)
 ### unordered_dense (mingw)
 
 
 
 

+ 47 - 0
packages/msys.md

@@ -852,6 +852,30 @@ add_requires("cpp-httplib")
 ```
 ```
 
 
 
 
+### cpp-peglib (msys)
+
+
+| Description | *A single file C++ header-only PEG (Parsing Expression Grammars) library* |
+| -- | -- |
+| Homepage | [https://yhirose.github.io/cpp-peglib](https://yhirose.github.io/cpp-peglib) |
+| License | MIT |
+| Versions | 1.8.3 |
+| Architectures | i386, x86_64 |
+| Definition | [cpp-peglib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-peglib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cpp-peglib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-peglib")
+```
+
+
 ### crc32c (msys)
 ### crc32c (msys)
 
 
 
 
@@ -5723,6 +5747,29 @@ add_requires("uni_algo")
 ```
 ```
 
 
 
 
+### units (msys)
+
+
+| Description | *A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.* |
+| -- | -- |
+| Homepage | [https://nholthaus.github.io/units/](https://nholthaus.github.io/units/) |
+| Versions | v2.3.3 |
+| Architectures | i386, x86_64 |
+| Definition | [units/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/units/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install units
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("units")
+```
+
+
 ### unordered_dense (msys)
 ### unordered_dense (msys)
 
 
 
 

+ 47 - 0
packages/wasm.md

@@ -829,6 +829,30 @@ add_requires("cpp-httplib")
 ```
 ```
 
 
 
 
+### cpp-peglib (wasm)
+
+
+| Description | *A single file C++ header-only PEG (Parsing Expression Grammars) library* |
+| -- | -- |
+| Homepage | [https://yhirose.github.io/cpp-peglib](https://yhirose.github.io/cpp-peglib) |
+| License | MIT |
+| Versions | 1.8.3 |
+| Architectures | wasm32 |
+| Definition | [cpp-peglib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-peglib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm cpp-peglib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-peglib")
+```
+
+
 ### crc32c (wasm)
 ### crc32c (wasm)
 
 
 
 
@@ -5937,6 +5961,29 @@ add_requires("uni_algo")
 ```
 ```
 
 
 
 
+### units (wasm)
+
+
+| Description | *A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.* |
+| -- | -- |
+| Homepage | [https://nholthaus.github.io/units/](https://nholthaus.github.io/units/) |
+| Versions | v2.3.3 |
+| Architectures | wasm32 |
+| Definition | [units/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/units/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm units
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("units")
+```
+
+
 ### unordered_dense (wasm)
 ### unordered_dense (wasm)
 
 
 
 

+ 47 - 0
packages/windows.md

@@ -1921,6 +1921,30 @@ add_requires("cpp-lazy")
 ```
 ```
 
 
 
 
+### cpp-peglib (windows)
+
+
+| Description | *A single file C++ header-only PEG (Parsing Expression Grammars) library* |
+| -- | -- |
+| Homepage | [https://yhirose.github.io/cpp-peglib](https://yhirose.github.io/cpp-peglib) |
+| License | MIT |
+| Versions | 1.8.3 |
+| Architectures | arm64, x64, x86 |
+| Definition | [cpp-peglib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-peglib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cpp-peglib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-peglib")
+```
+
+
 ### cppcoro (windows)
 ### cppcoro (windows)
 
 
 
 
@@ -15119,6 +15143,29 @@ add_requires("unicorn")
 ```
 ```
 
 
 
 
+### units (windows)
+
+
+| Description | *A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.* |
+| -- | -- |
+| Homepage | [https://nholthaus.github.io/units/](https://nholthaus.github.io/units/) |
+| Versions | v2.3.3 |
+| Architectures | arm64, x64, x86 |
+| Definition | [units/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/units/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install units
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("units")
+```
+
+
 ### unordered_dense (windows)
 ### unordered_dense (windows)
 
 
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
     
 <url>
 <url>
   <loc>https://xrepo.xmake.io</loc>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-05-06T05:48:16+08:00</lastmod>
+  <lastmod>2023-05-07T03:43:09+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>2023-05-06T05:48:18+08:00</lastmod>
+  <lastmod>2023-05-07T03:43:13+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>2023-05-06T05:48:19+08:00</lastmod>
+  <lastmod>2023-05-07T03:43:13+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>2023-05-06T05:48:19+08:00</lastmod>
+  <lastmod>2023-05-07T03:43:13+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>2023-05-06T05:48:19+08:00</lastmod>
+  <lastmod>2023-05-07T03:43:13+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>2023-05-06T05:48:19+08:00</lastmod>
+  <lastmod>2023-05-07T03:43:14+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>2023-05-06T05:48:20+08:00</lastmod>
+  <lastmod>2023-05-07T03:43:14+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>2023-05-06T05:48:20+08:00</lastmod>
+  <lastmod>2023-05-07T03:43:15+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>2023-05-06T05:48:20+08:00</lastmod>
+  <lastmod>2023-05-07T03:43:15+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>2023-05-06T05:48:21+08:00</lastmod>
+  <lastmod>2023-05-07T03:43:15+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>2023-05-06T05:48:21+08:00</lastmod>
+  <lastmod>2023-05-07T03:43:16+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>2023-05-06T05:48:21+08:00</lastmod>
+  <lastmod>2023-05-07T03:43:16+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>2023-05-06T05:48:21+08:00</lastmod>
+  <lastmod>2023-05-07T03:43:16+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>2023-05-06T05:48:22+08:00</lastmod>
+  <lastmod>2023-05-07T03:43:17+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>2023-05-06T05:48:22+08:00</lastmod>
+  <lastmod>2023-05-07T03:43:17+08:00</lastmod>
 </url>
 </url>
 
 
 </urlset>
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *简单,轻量,跨平台*
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: quill, openpgl, mdns**
+- **Recently added: units, cpp-peglib, quill**
 
 
 [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)
-- 包列表 (882)
+- 包列表 (884)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)