Browse Source

autoupdate docs by xmake-repo/ci

ruki 3 năm trước cách đây
mục cha
commit
a83908af88

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: cppcoro, opensubdiv, imguizmo**
+- **Recently added: loguru, pegtl, utfcpp**
 
 [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 (521)
+- Packages (524)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 108 - 0
mirror/packages/android.html

@@ -3467,6 +3467,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lodepng")
 </code></pre>
+<h3 id="loguruandroid">loguru (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight C++ logging library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/emilk/loguru">https://github.com/emilk/loguru</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/loguru/xmake.lua">loguru/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] loguru
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("loguru")
+</code></pre>
 <h3 id="luaandroid">lua (android)</h3>
 <table>
 <thead>
@@ -6157,6 +6190,81 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("urdfdom-headers")
 </code></pre>
+<h3 id="utfcppandroid">utfcpp (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>UTF8-CPP: UTF-8 with C++ in a Portable Way</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/nemtrif/utfcpp">https://github.com/nemtrif/utfcpp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utfcpp/xmake.lua">utfcpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] utfcpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utfcpp")
+</code></pre>
+<h2 id="v">v</h2>
+<h3 id="vulkanvalidationlayersandroid">vulkan-validationlayers (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Vulkan Validation Layers</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/Vulkan-ValidationLayers/">https://github.com/KhronosGroup/Vulkan-ValidationLayers/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.154+0, 1.2.162+0, 1.2.189+1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkan-validationlayers/xmake.lua">vulkan-validationlayers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] vulkan-validationlayers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkan-validationlayers")
+</code></pre>
 <h2 id="x">x</h2>
 <h3 id="xhookandroid">xhook (android)</h3>
 <table>

+ 70 - 0
mirror/packages/bsd.html

@@ -2425,6 +2425,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lodepng")
 </code></pre>
+<h3 id="logurubsd">loguru (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight C++ logging library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/emilk/loguru">https://github.com/emilk/loguru</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/loguru/xmake.lua">loguru/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install loguru
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("loguru")
+</code></pre>
 <h3 id="luabsd">lua (bsd)</h3>
 <table>
 <thead>
@@ -4868,6 +4901,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("urdfdom-headers")
 </code></pre>
+<h3 id="utfcppbsd">utfcpp (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>UTF8-CPP: UTF-8 with C++ in a Portable Way</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/nemtrif/utfcpp">https://github.com/nemtrif/utfcpp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utfcpp/xmake.lua">utfcpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install utfcpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utfcpp")
+</code></pre>
 <h2 id="x">x</h2>
 <h3 id="xxhashbsd">xxhash (bsd)</h3>
 <table>

+ 70 - 0
mirror/packages/cross.html

@@ -2314,6 +2314,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lodepng")
 </code></pre>
+<h3 id="logurucross">loguru (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight C++ logging library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/emilk/loguru">https://github.com/emilk/loguru</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/loguru/xmake.lua">loguru/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] loguru
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("loguru")
+</code></pre>
 <h3 id="luacross">lua (cross)</h3>
 <table>
 <thead>
@@ -4522,6 +4555,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("urdfdom-headers")
 </code></pre>
+<h3 id="utfcppcross">utfcpp (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>UTF8-CPP: UTF-8 with C++ in a Portable Way</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/nemtrif/utfcpp">https://github.com/nemtrif/utfcpp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utfcpp/xmake.lua">utfcpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] utfcpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utfcpp")
+</code></pre>
 <h2 id="x">x</h2>
 <h3 id="xxhashcross">xxhash (cross)</h3>
 <table>

+ 70 - 0
mirror/packages/iphoneos.html

@@ -3055,6 +3055,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lodepng")
 </code></pre>
+<h3 id="loguruiphoneos">loguru (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight C++ logging library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/emilk/loguru">https://github.com/emilk/loguru</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/loguru/xmake.lua">loguru/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos loguru
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("loguru")
+</code></pre>
 <h3 id="luaiphoneos">lua (iphoneos)</h3>
 <table>
 <thead>
@@ -5576,6 +5609,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("urdfdom-headers")
 </code></pre>
+<h3 id="utfcppiphoneos">utfcpp (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>UTF8-CPP: UTF-8 with C++ in a Portable Way</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/nemtrif/utfcpp">https://github.com/nemtrif/utfcpp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utfcpp/xmake.lua">utfcpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos utfcpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utfcpp")
+</code></pre>
 <h2 id="x">x</h2>
 <h3 id="xxhashiphoneos">xxhash (iphoneos)</h3>
 <table>

+ 109 - 2
mirror/packages/linux.html

@@ -5507,7 +5507,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>64.2, 68.1, 68.2, 69.1</td>
+<td>64.2, 68.1, 68.2, 69.1, 70.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10305,6 +10305,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("log4cplus")
 </code></pre>
+<h3 id="logurulinux">loguru (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight C++ logging library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/emilk/loguru">https://github.com/emilk/loguru</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/loguru/xmake.lua">loguru/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install loguru
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("loguru")
+</code></pre>
 <h3 id="lualinux">lua (linux)</h3>
 <table>
 <thead>
@@ -13557,6 +13590,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pcre2")
 </code></pre>
+<h3 id="pegtllinux">pegtl (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parsing Expression Grammar Template Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/taocpp/PEGTL">https://github.com/taocpp/PEGTL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.2.2</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/p/pegtl/xmake.lua">pegtl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pegtl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pegtl")
+</code></pre>
 <h3 id="picojsonlinux">picojson (linux)</h3>
 <table>
 <thead>
@@ -16613,6 +16683,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("uriparser")
 </code></pre>
+<h3 id="utfcpplinux">utfcpp (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>UTF8-CPP: UTF-8 with C++ in a Portable Way</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/nemtrif/utfcpp">https://github.com/nemtrif/utfcpp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utfcpp/xmake.lua">utfcpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install utfcpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utfcpp")
+</code></pre>
 <h3 id="utillinuxlinux">util-linux (linux)</h3>
 <table>
 <thead>
@@ -16884,7 +16991,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>9.0.1, 9.0.3</td>
+<td>9.0.1, 9.0.3, 9.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 108 - 1
mirror/packages/macosx.html

@@ -5182,7 +5182,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>64.2, 68.1, 68.2, 69.1</td>
+<td>64.2, 68.1, 68.2, 69.1, 70.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -9630,6 +9630,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("log4cplus")
 </code></pre>
+<h3 id="logurumacosx">loguru (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight C++ logging library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/emilk/loguru">https://github.com/emilk/loguru</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/loguru/xmake.lua">loguru/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install loguru
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("loguru")
+</code></pre>
 <h3 id="luamacosx">lua (macosx)</h3>
 <table>
 <thead>
@@ -12705,6 +12738,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pcre2")
 </code></pre>
+<h3 id="pegtlmacosx">pegtl (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parsing Expression Grammar Template Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/taocpp/PEGTL">https://github.com/taocpp/PEGTL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.2.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pegtl/xmake.lua">pegtl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pegtl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pegtl")
+</code></pre>
 <h3 id="picojsonmacosx">picojson (macosx)</h3>
 <table>
 <thead>
@@ -15584,6 +15654,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("uriparser")
 </code></pre>
+<h3 id="utfcppmacosx">utfcpp (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>UTF8-CPP: UTF-8 with C++ in a Portable Way</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/nemtrif/utfcpp">https://github.com/nemtrif/utfcpp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utfcpp/xmake.lua">utfcpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install utfcpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utfcpp")
+</code></pre>
 <h3 id="utillinuxmacosx">util-linux (macosx)</h3>
 <table>
 <thead>

+ 107 - 0
mirror/packages/mingw.html

@@ -3640,6 +3640,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lodepng")
 </code></pre>
+<h3 id="logurumingw">loguru (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight C++ logging library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/emilk/loguru">https://github.com/emilk/loguru</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/loguru/xmake.lua">loguru/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] loguru
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("loguru")
+</code></pre>
 <h3 id="luamingw">lua (mingw)</h3>
 <table>
 <thead>
@@ -4867,6 +4900,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pcre2")
 </code></pre>
+<h3 id="pegtlmingw">pegtl (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parsing Expression Grammar Template Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/taocpp/PEGTL">https://github.com/taocpp/PEGTL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.2.2</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/p/pegtl/xmake.lua">pegtl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] pegtl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pegtl")
+</code></pre>
 <h3 id="picojsonmingw">picojson (mingw)</h3>
 <table>
 <thead>
@@ -6400,6 +6470,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("urdfdom-headers")
 </code></pre>
+<h3 id="utfcppmingw">utfcpp (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>UTF8-CPP: UTF-8 with C++ in a Portable Way</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/nemtrif/utfcpp">https://github.com/nemtrif/utfcpp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utfcpp/xmake.lua">utfcpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] utfcpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utfcpp")
+</code></pre>
 <h2 id="x">x</h2>
 <h3 id="xxhashmingw">xxhash (mingw)</h3>
 <table>

+ 70 - 0
mirror/packages/msys.html

@@ -2174,6 +2174,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lodepng")
 </code></pre>
+<h3 id="logurumsys">loguru (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight C++ logging library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/emilk/loguru">https://github.com/emilk/loguru</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/loguru/xmake.lua">loguru/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install loguru
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("loguru")
+</code></pre>
 <h3 id="luamsys">lua (msys)</h3>
 <table>
 <thead>
@@ -4311,6 +4344,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("urdfdom-headers")
 </code></pre>
+<h3 id="utfcppmsys">utfcpp (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>UTF8-CPP: UTF-8 with C++ in a Portable Way</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/nemtrif/utfcpp">https://github.com/nemtrif/utfcpp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utfcpp/xmake.lua">utfcpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install utfcpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utfcpp")
+</code></pre>
 <h2 id="x">x</h2>
 <h3 id="xxhashmsys">xxhash (msys)</h3>
 <table>

+ 109 - 2
mirror/packages/windows.html

@@ -5079,7 +5079,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>64.2, 68.1, 68.2, 69.1</td>
+<td>64.2, 68.1, 68.2, 69.1, 70.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7949,6 +7949,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("log4cplus")
 </code></pre>
+<h3 id="loguruwindows">loguru (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight C++ logging library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/emilk/loguru">https://github.com/emilk/loguru</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/loguru/xmake.lua">loguru/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install loguru
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("loguru")
+</code></pre>
 <h3 id="luawindows">lua (windows)</h3>
 <table>
 <thead>
@@ -10814,6 +10847,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pcre2")
 </code></pre>
+<h3 id="pegtlwindows">pegtl (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parsing Expression Grammar Template Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/taocpp/PEGTL">https://github.com/taocpp/PEGTL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.2.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pegtl/xmake.lua">pegtl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pegtl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pegtl")
+</code></pre>
 <h3 id="picojsonwindows">picojson (windows)</h3>
 <table>
 <thead>
@@ -13656,6 +13726,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("uriparser")
 </code></pre>
+<h3 id="utfcppwindows">utfcpp (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>UTF8-CPP: UTF-8 with C++ in a Portable Way</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/nemtrif/utfcpp">https://github.com/nemtrif/utfcpp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utfcpp/xmake.lua">utfcpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install utfcpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utfcpp")
+</code></pre>
 <h2 id="v">v</h2>
 <h3 id="vcwindows">vc (windows)</h3>
 <table>
@@ -13861,7 +13968,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>9.0.1, 9.0.3</td>
+<td>9.0.1, 9.0.3, 9.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 73 - 0
packages/android.md

@@ -2293,6 +2293,29 @@ add_requires("lodepng")
 ```
 
 
+### loguru (android)
+
+
+| Description | *A lightweight C++ logging library* |
+| -- | -- |
+| Homepage | [https://github.com/emilk/loguru](https://github.com/emilk/loguru) |
+| Versions | v2.1.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [loguru/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/loguru/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] loguru
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("loguru")
+```
+
+
 ### lua (android)
 
 
@@ -4117,6 +4140,56 @@ add_requires("urdfdom-headers")
 ```
 
 
+### utfcpp (android)
+
+
+| Description | *UTF8-CPP: UTF-8 with C++ in a Portable Way* |
+| -- | -- |
+| Homepage | [https://github.com/nemtrif/utfcpp](https://github.com/nemtrif/utfcpp) |
+| License | BSL-1.0 |
+| Versions | v3.2.1 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [utfcpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utfcpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] utfcpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utfcpp")
+```
+
+
+
+## v
+### vulkan-validationlayers (android)
+
+
+| Description | *Vulkan Validation Layers* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/Vulkan-ValidationLayers/](https://github.com/KhronosGroup/Vulkan-ValidationLayers/) |
+| License | Apache-2.0 |
+| Versions | 1.2.154+0, 1.2.162+0, 1.2.189+1 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [vulkan-validationlayers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkan-validationlayers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] vulkan-validationlayers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkan-validationlayers")
+```
+
+
 
 ## x
 ### xhook (android)

+ 47 - 0
packages/bsd.md

@@ -1590,6 +1590,29 @@ add_requires("lodepng")
 ```
 
 
+### loguru (bsd)
+
+
+| Description | *A lightweight C++ logging library* |
+| -- | -- |
+| Homepage | [https://github.com/emilk/loguru](https://github.com/emilk/loguru) |
+| Versions | v2.1.0 |
+| Architectures | i386, x86_64 |
+| Definition | [loguru/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/loguru/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install loguru
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("loguru")
+```
+
+
 ### lua (bsd)
 
 
@@ -3249,6 +3272,30 @@ add_requires("urdfdom-headers")
 ```
 
 
+### utfcpp (bsd)
+
+
+| Description | *UTF8-CPP: UTF-8 with C++ in a Portable Way* |
+| -- | -- |
+| Homepage | [https://github.com/nemtrif/utfcpp](https://github.com/nemtrif/utfcpp) |
+| License | BSL-1.0 |
+| Versions | v3.2.1 |
+| Architectures | i386, x86_64 |
+| Definition | [utfcpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utfcpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install utfcpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utfcpp")
+```
+
+
 
 ## x
 ### xxhash (bsd)

+ 47 - 0
packages/cross.md

@@ -1518,6 +1518,29 @@ add_requires("lodepng")
 ```
 
 
+### loguru (cross)
+
+
+| Description | *A lightweight C++ logging library* |
+| -- | -- |
+| Homepage | [https://github.com/emilk/loguru](https://github.com/emilk/loguru) |
+| Versions | v2.1.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [loguru/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/loguru/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] loguru
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("loguru")
+```
+
+
 ### lua (cross)
 
 
@@ -3015,6 +3038,30 @@ add_requires("urdfdom-headers")
 ```
 
 
+### utfcpp (cross)
+
+
+| Description | *UTF8-CPP: UTF-8 with C++ in a Portable Way* |
+| -- | -- |
+| Homepage | [https://github.com/nemtrif/utfcpp](https://github.com/nemtrif/utfcpp) |
+| License | BSL-1.0 |
+| Versions | v3.2.1 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [utfcpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utfcpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] utfcpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utfcpp")
+```
+
+
 
 ## x
 ### xxhash (cross)

+ 47 - 0
packages/iphoneos.md

@@ -2013,6 +2013,29 @@ add_requires("lodepng")
 ```
 
 
+### loguru (iphoneos)
+
+
+| Description | *A lightweight C++ logging library* |
+| -- | -- |
+| Homepage | [https://github.com/emilk/loguru](https://github.com/emilk/loguru) |
+| Versions | v2.1.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [loguru/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/loguru/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos loguru
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("loguru")
+```
+
+
 ### lua (iphoneos)
 
 
@@ -3721,6 +3744,30 @@ add_requires("urdfdom-headers")
 ```
 
 
+### utfcpp (iphoneos)
+
+
+| Description | *UTF8-CPP: UTF-8 with C++ in a Portable Way* |
+| -- | -- |
+| Homepage | [https://github.com/nemtrif/utfcpp](https://github.com/nemtrif/utfcpp) |
+| License | BSL-1.0 |
+| Versions | v3.2.1 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [utfcpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utfcpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos utfcpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utfcpp")
+```
+
+
 
 ## x
 ### xxhash (iphoneos)

+ 73 - 2
packages/linux.md

@@ -3613,7 +3613,7 @@ add_requires("icbc")
 | Description | *C/C++ libraries for Unicode and globalization.* |
 | -- | -- |
 | Homepage | [http://site.icu-project.org/](http://site.icu-project.org/) |
-| Versions | 64.2, 68.1, 68.2, 69.1 |
+| Versions | 64.2, 68.1, 68.2, 69.1, 70.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [icu4c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/icu4c/xmake.lua) |
 
@@ -6873,6 +6873,29 @@ add_requires("log4cplus")
 ```
 
 
+### loguru (linux)
+
+
+| Description | *A lightweight C++ logging library* |
+| -- | -- |
+| Homepage | [https://github.com/emilk/loguru](https://github.com/emilk/loguru) |
+| Versions | v2.1.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [loguru/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/loguru/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install loguru
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("loguru")
+```
+
+
 ### lua (linux)
 
 
@@ -9050,6 +9073,30 @@ add_requires("pcre2")
 ```
 
 
+### pegtl (linux)
+
+
+| Description | *Parsing Expression Grammar Template Library* |
+| -- | -- |
+| Homepage | [https://github.com/taocpp/PEGTL](https://github.com/taocpp/PEGTL) |
+| License | BSL-1.0 |
+| Versions | 3.2.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [pegtl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pegtl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pegtl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pegtl")
+```
+
+
 ### picojson (linux)
 
 
@@ -11106,6 +11153,30 @@ add_requires("uriparser")
 ```
 
 
+### utfcpp (linux)
+
+
+| Description | *UTF8-CPP: UTF-8 with C++ in a Portable Way* |
+| -- | -- |
+| Homepage | [https://github.com/nemtrif/utfcpp](https://github.com/nemtrif/utfcpp) |
+| License | BSL-1.0 |
+| Versions | v3.2.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [utfcpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utfcpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install utfcpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utfcpp")
+```
+
+
 ### util-linux (linux)
 
 
@@ -11281,7 +11352,7 @@ add_requires("volk")
 | -- | -- |
 | Homepage | [https://vtk.org/](https://vtk.org/) |
 | License | BSD-3-Clause |
-| Versions | 9.0.1, 9.0.3 |
+| Versions | 9.0.1, 9.0.3, 9.1.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [vtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vtk/xmake.lua) |
 

+ 72 - 1
packages/macosx.md

@@ -3399,7 +3399,7 @@ add_requires("icbc")
 | Description | *C/C++ libraries for Unicode and globalization.* |
 | -- | -- |
 | Homepage | [http://site.icu-project.org/](http://site.icu-project.org/) |
-| Versions | 64.2, 68.1, 68.2, 69.1 |
+| Versions | 64.2, 68.1, 68.2, 69.1, 70.1 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [icu4c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/icu4c/xmake.lua) |
 
@@ -6424,6 +6424,29 @@ add_requires("log4cplus")
 ```
 
 
+### loguru (macosx)
+
+
+| Description | *A lightweight C++ logging library* |
+| -- | -- |
+| Homepage | [https://github.com/emilk/loguru](https://github.com/emilk/loguru) |
+| Versions | v2.1.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [loguru/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/loguru/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install loguru
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("loguru")
+```
+
+
 ### lua (macosx)
 
 
@@ -8483,6 +8506,30 @@ add_requires("pcre2")
 ```
 
 
+### pegtl (macosx)
+
+
+| Description | *Parsing Expression Grammar Template Library* |
+| -- | -- |
+| Homepage | [https://github.com/taocpp/PEGTL](https://github.com/taocpp/PEGTL) |
+| License | BSL-1.0 |
+| Versions | 3.2.2 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [pegtl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pegtl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pegtl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pegtl")
+```
+
+
 ### picojson (macosx)
 
 
@@ -10421,6 +10468,30 @@ add_requires("uriparser")
 ```
 
 
+### utfcpp (macosx)
+
+
+| Description | *UTF8-CPP: UTF-8 with C++ in a Portable Way* |
+| -- | -- |
+| Homepage | [https://github.com/nemtrif/utfcpp](https://github.com/nemtrif/utfcpp) |
+| License | BSL-1.0 |
+| Versions | v3.2.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [utfcpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utfcpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install utfcpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utfcpp")
+```
+
+
 ### util-linux (macosx)
 
 

+ 71 - 0
packages/mingw.md

@@ -2410,6 +2410,29 @@ add_requires("lodepng")
 ```
 
 
+### loguru (mingw)
+
+
+| Description | *A lightweight C++ logging library* |
+| -- | -- |
+| Homepage | [https://github.com/emilk/loguru](https://github.com/emilk/loguru) |
+| Versions | v2.1.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [loguru/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/loguru/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] loguru
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("loguru")
+```
+
+
 ### lua (mingw)
 
 
@@ -3240,6 +3263,30 @@ add_requires("pcre2")
 ```
 
 
+### pegtl (mingw)
+
+
+| Description | *Parsing Expression Grammar Template Library* |
+| -- | -- |
+| Homepage | [https://github.com/taocpp/PEGTL](https://github.com/taocpp/PEGTL) |
+| License | BSL-1.0 |
+| Versions | 3.2.2 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [pegtl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pegtl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] pegtl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pegtl")
+```
+
+
 ### picojson (mingw)
 
 
@@ -4281,6 +4328,30 @@ add_requires("urdfdom-headers")
 ```
 
 
+### utfcpp (mingw)
+
+
+| Description | *UTF8-CPP: UTF-8 with C++ in a Portable Way* |
+| -- | -- |
+| Homepage | [https://github.com/nemtrif/utfcpp](https://github.com/nemtrif/utfcpp) |
+| License | BSL-1.0 |
+| Versions | v3.2.1 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [utfcpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utfcpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] utfcpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utfcpp")
+```
+
+
 
 ## x
 ### xxhash (mingw)

+ 47 - 0
packages/msys.md

@@ -1424,6 +1424,29 @@ add_requires("lodepng")
 ```
 
 
+### loguru (msys)
+
+
+| Description | *A lightweight C++ logging library* |
+| -- | -- |
+| Homepage | [https://github.com/emilk/loguru](https://github.com/emilk/loguru) |
+| Versions | v2.1.0 |
+| Architectures | i386, x86_64 |
+| Definition | [loguru/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/loguru/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install loguru
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("loguru")
+```
+
+
 ### lua (msys)
 
 
@@ -2872,6 +2895,30 @@ add_requires("urdfdom-headers")
 ```
 
 
+### utfcpp (msys)
+
+
+| Description | *UTF8-CPP: UTF-8 with C++ in a Portable Way* |
+| -- | -- |
+| Homepage | [https://github.com/nemtrif/utfcpp](https://github.com/nemtrif/utfcpp) |
+| License | BSL-1.0 |
+| Versions | v3.2.1 |
+| Architectures | i386, x86_64 |
+| Definition | [utfcpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utfcpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install utfcpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utfcpp")
+```
+
+
 
 ## x
 ### xxhash (msys)

+ 73 - 2
packages/windows.md

@@ -3329,7 +3329,7 @@ add_requires("icbc")
 | Description | *C/C++ libraries for Unicode and globalization.* |
 | -- | -- |
 | Homepage | [http://site.icu-project.org/](http://site.icu-project.org/) |
-| Versions | 64.2, 68.1, 68.2, 69.1 |
+| Versions | 64.2, 68.1, 68.2, 69.1, 70.1 |
 | Architectures | x64, x86 |
 | Definition | [icu4c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/icu4c/xmake.lua) |
 
@@ -5259,6 +5259,29 @@ add_requires("log4cplus")
 ```
 
 
+### loguru (windows)
+
+
+| Description | *A lightweight C++ logging library* |
+| -- | -- |
+| Homepage | [https://github.com/emilk/loguru](https://github.com/emilk/loguru) |
+| Versions | v2.1.0 |
+| Architectures | x64, x86 |
+| Definition | [loguru/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/loguru/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install loguru
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("loguru")
+```
+
+
 ### lua (windows)
 
 
@@ -7177,6 +7200,30 @@ add_requires("pcre2")
 ```
 
 
+### pegtl (windows)
+
+
+| Description | *Parsing Expression Grammar Template Library* |
+| -- | -- |
+| Homepage | [https://github.com/taocpp/PEGTL](https://github.com/taocpp/PEGTL) |
+| License | BSL-1.0 |
+| Versions | 3.2.2 |
+| Architectures | x64, x86 |
+| Definition | [pegtl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pegtl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pegtl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pegtl")
+```
+
+
 ### picojson (windows)
 
 
@@ -9091,6 +9138,30 @@ add_requires("uriparser")
 ```
 
 
+### utfcpp (windows)
+
+
+| Description | *UTF8-CPP: UTF-8 with C++ in a Portable Way* |
+| -- | -- |
+| Homepage | [https://github.com/nemtrif/utfcpp](https://github.com/nemtrif/utfcpp) |
+| License | BSL-1.0 |
+| Versions | v3.2.1 |
+| Architectures | x64, x86 |
+| Definition | [utfcpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utfcpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install utfcpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utfcpp")
+```
+
+
 
 ## v
 ### vc (windows)
@@ -9220,7 +9291,7 @@ add_requires("volk")
 | -- | -- |
 | Homepage | [https://vtk.org/](https://vtk.org/) |
 | License | BSD-3-Clause |
-| Versions | 9.0.1, 9.0.3 |
+| Versions | 9.0.1, 9.0.3, 9.1.0 |
 | Architectures | x64, x86 |
 | Definition | [vtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vtk/xmake.lua) |
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-26T15:02:24+08:00</lastmod>
+  <lastmod>2021-11-27T12:48:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-26T15:02:25+08:00</lastmod>
+  <lastmod>2021-11-27T12:48:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-26T15:02:25+08:00</lastmod>
+  <lastmod>2021-11-27T12:48:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-26T15:02:25+08:00</lastmod>
+  <lastmod>2021-11-27T12:48:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-26T15:02:26+08:00</lastmod>
+  <lastmod>2021-11-27T12:48:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-26T15:02:26+08:00</lastmod>
+  <lastmod>2021-11-27T12:48:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-26T15:02:26+08:00</lastmod>
+  <lastmod>2021-11-27T12:48:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-26T15:02:26+08:00</lastmod>
+  <lastmod>2021-11-27T12:48:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-26T15:02:27+08:00</lastmod>
+  <lastmod>2021-11-27T12:48:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-26T15:02:27+08:00</lastmod>
+  <lastmod>2021-11-27T12:48:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-26T15:02:27+08:00</lastmod>
+  <lastmod>2021-11-27T12:48:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-26T15:02:27+08:00</lastmod>
+  <lastmod>2021-11-27T12:48:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-26T15:02:27+08:00</lastmod>
+  <lastmod>2021-11-27T12:48:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-26T15:02:28+08:00</lastmod>
+  <lastmod>2021-11-27T12:48:35+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: cppcoro, opensubdiv, imguizmo**
+- **Recently added: loguru, pegtl, utfcpp**
 
 [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)
-- 包列表 (521)
+- 包列表 (524)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)