Jelajahi Sumber

autoupdate docs by xmake-repo/ci

ruki 3 bulan lalu
induk
melakukan
334e4fd1f9

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: soxr, blobify, step20**
+- **Recently added: snowhouse, cpp-semver-easz, soxr**
 
 [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 (1744)
+- Packages (1746)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 112 - 1
mirror/packages/android.html

@@ -5381,6 +5381,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-semver")
 </code></pre>
+<h3 id="cppsemvereaszandroid">cpp-semver-easz (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cpp-semver - Semantic Versioning in C++ header-only C++11</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/easz/cpp-semver">https://github.com/easz/cpp-semver</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.10</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-semver-easz/xmake.lua">cpp-semver-easz/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-semver-easz
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-semver-easz")
+</code></pre>
 <h3 id="cppsortandroid">cpp-sort (android)</h3>
 <table>
 <thead>
@@ -15277,6 +15314,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libgit2cpp")
 </code></pre>
+<h3 id="libharuandroid">libharu (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libHaru is a free, cross platform, open source library for generating PDF files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://libharu.org/">http://libharu.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.3.0, v2.4.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libharu/xmake.lua">libharu/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libharu
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libharu")
+</code></pre>
 <h3 id="libhatandroid">libhat (android)</h3>
 <table>
 <thead>
@@ -30116,6 +30190,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("snmalloc")
 </code></pre>
+<h3 id="snowhouseandroid">snowhouse (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An assertion library for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/banditcpp/snowhouse">https://github.com/banditcpp/snowhouse</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.0.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snowhouse/xmake.lua">snowhouse/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] snowhouse
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("snowhouse")
+</code></pre>
 <h3 id="sobjectizerandroid">sobjectizer (android)</h3>
 <table>
 <thead>
@@ -30863,7 +30974,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+100, 3.50.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+0, 3.49.0+100, 3.50.0+0, 3.50.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 112 - 1
mirror/packages/bsd.html

@@ -5643,6 +5643,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-semver")
 </code></pre>
+<h3 id="cppsemvereaszbsd">cpp-semver-easz (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cpp-semver - Semantic Versioning in C++ header-only C++11</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/easz/cpp-semver">https://github.com/easz/cpp-semver</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.10</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-semver-easz/xmake.lua">cpp-semver-easz/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cpp-semver-easz
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-semver-easz")
+</code></pre>
 <h3 id="cppsortbsd">cpp-sort (bsd)</h3>
 <table>
 <thead>
@@ -15292,6 +15329,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libgit2cpp")
 </code></pre>
+<h3 id="libharubsd">libharu (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libHaru is a free, cross platform, open source library for generating PDF files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://libharu.org/">http://libharu.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.3.0, v2.4.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libharu/xmake.lua">libharu/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libharu
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libharu")
+</code></pre>
 <h3 id="libhubbubbsd">libhubbub (bsd)</h3>
 <table>
 <thead>
@@ -30141,6 +30215,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("snmalloc")
 </code></pre>
+<h3 id="snowhousebsd">snowhouse (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An assertion library for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/banditcpp/snowhouse">https://github.com/banditcpp/snowhouse</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.0.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/s/snowhouse/xmake.lua">snowhouse/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install snowhouse
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("snowhouse")
+</code></pre>
 <h3 id="sobjectizerbsd">sobjectizer (bsd)</h3>
 <table>
 <thead>
@@ -30814,7 +30925,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+100, 3.49.0+0, 3.50.0+100, 3.50.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+0, 3.50.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 112 - 1
mirror/packages/cross.html

@@ -5396,6 +5396,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-semver")
 </code></pre>
+<h3 id="cppsemvereaszcross">cpp-semver-easz (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cpp-semver - Semantic Versioning in C++ header-only C++11</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/easz/cpp-semver">https://github.com/easz/cpp-semver</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.10</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, 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-semver-easz/xmake.lua">cpp-semver-easz/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-semver-easz
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-semver-easz")
+</code></pre>
 <h3 id="cppsortcross">cpp-sort (cross)</h3>
 <table>
 <thead>
@@ -15037,6 +15074,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libgit2cpp")
 </code></pre>
+<h3 id="libharucross">libharu (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libHaru is a free, cross platform, open source library for generating PDF files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://libharu.org/">http://libharu.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.3.0, v2.4.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, 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/libharu/xmake.lua">libharu/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libharu
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libharu")
+</code></pre>
 <h3 id="libhatcross">libhat (cross)</h3>
 <table>
 <thead>
@@ -28869,6 +28943,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("snmalloc")
 </code></pre>
+<h3 id="snowhousecross">snowhouse (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An assertion library for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/banditcpp/snowhouse">https://github.com/banditcpp/snowhouse</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.0.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, 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/s/snowhouse/xmake.lua">snowhouse/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] snowhouse
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("snowhouse")
+</code></pre>
 <h3 id="sobjectizercross">sobjectizer (cross)</h3>
 <table>
 <thead>
@@ -29649,7 +29760,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+100, 3.50.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+0, 3.49.0+100, 3.50.0+0, 3.50.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 112 - 1
mirror/packages/iphoneos.html

@@ -5125,6 +5125,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-semver")
 </code></pre>
+<h3 id="cppsemvereasziphoneos">cpp-semver-easz (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cpp-semver - Semantic Versioning in C++ header-only C++11</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/easz/cpp-semver">https://github.com/easz/cpp-semver</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.10</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-semver-easz/xmake.lua">cpp-semver-easz/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos cpp-semver-easz
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-semver-easz")
+</code></pre>
 <h3 id="cppsortiphoneos">cpp-sort (iphoneos)</h3>
 <table>
 <thead>
@@ -14803,6 +14840,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libgit2cpp")
 </code></pre>
+<h3 id="libharuiphoneos">libharu (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libHaru is a free, cross platform, open source library for generating PDF files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://libharu.org/">http://libharu.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.3.0, v2.4.5</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/l/libharu/xmake.lua">libharu/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos libharu
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libharu")
+</code></pre>
 <h3 id="libhatiphoneos">libhat (iphoneos)</h3>
 <table>
 <thead>
@@ -28840,6 +28914,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("snitch")
 </code></pre>
+<h3 id="snowhouseiphoneos">snowhouse (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An assertion library for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/banditcpp/snowhouse">https://github.com/banditcpp/snowhouse</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.0.0</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/s/snowhouse/xmake.lua">snowhouse/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos snowhouse
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("snowhouse")
+</code></pre>
 <h3 id="sobjectizeriphoneos">sobjectizer (iphoneos)</h3>
 <table>
 <thead>
@@ -29583,7 +29694,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+100, 3.49.0+0, 3.50.0+100, 3.50.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+0, 3.50.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 77 - 3
mirror/packages/linux.html

@@ -7916,6 +7916,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-semver")
 </code></pre>
+<h3 id="cppsemvereaszlinux">cpp-semver-easz (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cpp-semver - Semantic Versioning in C++ header-only C++11</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/easz/cpp-semver">https://github.com/easz/cpp-semver</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.10</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, loong64, 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-semver-easz/xmake.lua">cpp-semver-easz/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cpp-semver-easz
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-semver-easz")
+</code></pre>
 <h3 id="cppsortlinux">cpp-sort (linux)</h3>
 <table>
 <thead>
@@ -25083,7 +25120,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.3.0</td>
+<td>2.3.0, v2.4.5</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -49278,6 +49315,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("snmalloc")
 </code></pre>
+<h3 id="snowhouselinux">snowhouse (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An assertion library for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/banditcpp/snowhouse">https://github.com/banditcpp/snowhouse</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.0.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, loong64, 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/s/snowhouse/xmake.lua">snowhouse/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install snowhouse
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("snowhouse")
+</code></pre>
 <h3 id="sobjectizerlinux">sobjectizer (linux)</h3>
 <table>
 <thead>
@@ -50239,7 +50313,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+100, 3.50.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+0, 3.49.0+100, 3.50.0+0, 3.50.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -57170,7 +57244,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x562dcfd688c0</td>
+<td>table: 0x558943991780</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 77 - 3
mirror/packages/macosx.html

@@ -7480,6 +7480,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-semver")
 </code></pre>
+<h3 id="cppsemvereaszmacosx">cpp-semver-easz (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cpp-semver - Semantic Versioning in C++ header-only C++11</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/easz/cpp-semver">https://github.com/easz/cpp-semver</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.10</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-semver-easz/xmake.lua">cpp-semver-easz/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cpp-semver-easz
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-semver-easz")
+</code></pre>
 <h3 id="cppsortmacosx">cpp-sort (macosx)</h3>
 <table>
 <thead>
@@ -23207,7 +23244,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.3.0</td>
+<td>2.3.0, v2.4.5</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -45674,6 +45711,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("snmalloc")
 </code></pre>
+<h3 id="snowhousemacosx">snowhouse (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An assertion library for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/banditcpp/snowhouse">https://github.com/banditcpp/snowhouse</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.0.0</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/s/snowhouse/xmake.lua">snowhouse/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install snowhouse
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("snowhouse")
+</code></pre>
 <h3 id="sobjectizermacosx">sobjectizer (macosx)</h3>
 <table>
 <thead>
@@ -46635,7 +46709,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+100, 3.49.0+0, 3.50.0+100, 3.50.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+0, 3.50.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -53101,7 +53175,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x562dcfd688c0</td>
+<td>table: 0x558943991780</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 112 - 1
mirror/packages/mingw.html

@@ -5788,6 +5788,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-semver")
 </code></pre>
+<h3 id="cppsemvereaszmingw">cpp-semver-easz (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cpp-semver - Semantic Versioning in C++ header-only C++11</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/easz/cpp-semver">https://github.com/easz/cpp-semver</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.10</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-semver-easz/xmake.lua">cpp-semver-easz/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-semver-easz
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-semver-easz")
+</code></pre>
 <h3 id="cppsortmingw">cpp-sort (mingw)</h3>
 <table>
 <thead>
@@ -16807,6 +16844,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libgit2cpp")
 </code></pre>
+<h3 id="libharumingw">libharu (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libHaru is a free, cross platform, open source library for generating PDF files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://libharu.org/">http://libharu.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.3.0, v2.4.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libharu/xmake.lua">libharu/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] libharu
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libharu")
+</code></pre>
 <h3 id="libhatmingw">libhat (mingw)</h3>
 <table>
 <thead>
@@ -32568,6 +32642,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("snmalloc")
 </code></pre>
+<h3 id="snowhousemingw">snowhouse (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An assertion library for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/banditcpp/snowhouse">https://github.com/banditcpp/snowhouse</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.0.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/s/snowhouse/xmake.lua">snowhouse/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] snowhouse
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("snowhouse")
+</code></pre>
 <h3 id="sobjectizermingw">sobjectizer (mingw)</h3>
 <table>
 <thead>
@@ -33426,7 +33537,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+100, 3.50.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+0, 3.49.0+100, 3.50.0+0, 3.50.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 112 - 1
mirror/packages/msys.html

@@ -5347,6 +5347,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-semver")
 </code></pre>
+<h3 id="cppsemvereaszmsys">cpp-semver-easz (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cpp-semver - Semantic Versioning in C++ header-only C++11</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/easz/cpp-semver">https://github.com/easz/cpp-semver</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.10</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-semver-easz/xmake.lua">cpp-semver-easz/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cpp-semver-easz
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-semver-easz")
+</code></pre>
 <h3 id="cppsortmsys">cpp-sort (msys)</h3>
 <table>
 <thead>
@@ -14803,6 +14840,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libgit2cpp")
 </code></pre>
+<h3 id="libharumsys">libharu (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libHaru is a free, cross platform, open source library for generating PDF files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://libharu.org/">http://libharu.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.3.0, v2.4.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libharu/xmake.lua">libharu/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libharu
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libharu")
+</code></pre>
 <h3 id="libhatmsys">libhat (msys)</h3>
 <table>
 <thead>
@@ -28096,6 +28170,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("snmalloc")
 </code></pre>
+<h3 id="snowhousemsys">snowhouse (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An assertion library for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/banditcpp/snowhouse">https://github.com/banditcpp/snowhouse</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.0.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/s/snowhouse/xmake.lua">snowhouse/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install snowhouse
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("snowhouse")
+</code></pre>
 <h3 id="sobjectizermsys">sobjectizer (msys)</h3>
 <table>
 <thead>
@@ -28810,7 +28921,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+100, 3.49.0+0, 3.50.0+100, 3.50.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+0, 3.50.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 112 - 1
mirror/packages/wasm.html

@@ -4582,6 +4582,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-semver")
 </code></pre>
+<h3 id="cppsemvereaszwasm">cpp-semver-easz (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cpp-semver - Semantic Versioning in C++ header-only C++11</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/easz/cpp-semver">https://github.com/easz/cpp-semver</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.10</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-semver-easz/xmake.lua">cpp-semver-easz/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm cpp-semver-easz
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-semver-easz")
+</code></pre>
 <h3 id="cppsortwasm">cpp-sort (wasm)</h3>
 <table>
 <thead>
@@ -13059,6 +13096,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libgit2cpp")
 </code></pre>
+<h3 id="libharuwasm">libharu (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libHaru is a free, cross platform, open source library for generating PDF files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://libharu.org/">http://libharu.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.3.0, v2.4.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libharu/xmake.lua">libharu/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm libharu
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libharu")
+</code></pre>
 <h3 id="libhubbubwasm">libhubbub (wasm)</h3>
 <table>
 <thead>
@@ -25558,6 +25632,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("snitch")
 </code></pre>
+<h3 id="snowhousewasm">snowhouse (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An assertion library for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/banditcpp/snowhouse">https://github.com/banditcpp/snowhouse</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.0.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snowhouse/xmake.lua">snowhouse/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm snowhouse
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("snowhouse")
+</code></pre>
 <h3 id="sobjectizerwasm">sobjectizer (wasm)</h3>
 <table>
 <thead>
@@ -26128,7 +26239,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+100, 3.50.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+0, 3.49.0+100, 3.50.0+0, 3.50.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 76 - 2
mirror/packages/windows.html

@@ -7529,6 +7529,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-semver")
 </code></pre>
+<h3 id="cppsemvereaszwindows">cpp-semver-easz (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cpp-semver - Semantic Versioning in C++ header-only C++11</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/easz/cpp-semver">https://github.com/easz/cpp-semver</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.10</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, arm64ec, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-semver-easz/xmake.lua">cpp-semver-easz/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cpp-semver-easz
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-semver-easz")
+</code></pre>
 <h3 id="cppsortwindows">cpp-sort (windows)</h3>
 <table>
 <thead>
@@ -22861,7 +22898,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.3.0</td>
+<td>2.3.0, v2.4.5</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -44387,6 +44424,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("snmalloc")
 </code></pre>
+<h3 id="snowhousewindows">snowhouse (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An assertion library for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/banditcpp/snowhouse">https://github.com/banditcpp/snowhouse</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.0.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, arm64ec, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snowhouse/xmake.lua">snowhouse/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install snowhouse
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("snowhouse")
+</code></pre>
 <h3 id="sobjectizerwindows">sobjectizer (windows)</h3>
 <table>
 <thead>
@@ -45311,7 +45385,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+100, 3.49.0+0, 3.50.0+100, 3.50.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+0, 3.50.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 73 - 1
packages/android.md

@@ -3465,6 +3465,30 @@ add_requires("cpp-semver")
 ```
 
 
+### cpp-semver-easz (android)
+
+
+| Description | *cpp-semver - Semantic Versioning in C++ header-only C++11* |
+| -- | -- |
+| Homepage | [https://github.com/easz/cpp-semver](https://github.com/easz/cpp-semver) |
+| License | MIT |
+| Versions | 2021.12.10 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
+| Definition | [cpp-semver-easz/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-semver-easz/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] cpp-semver-easz
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-semver-easz")
+```
+
+
 ### cpp-sort (android)
 
 
@@ -9952,6 +9976,30 @@ add_requires("libgit2cpp")
 ```
 
 
+### libharu (android)
+
+
+| Description | *libHaru is a free, cross platform, open source library for generating PDF files.* |
+| -- | -- |
+| Homepage | [http://libharu.org/](http://libharu.org/) |
+| License | zlib |
+| Versions | 2.3.0, v2.4.5 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
+| Definition | [libharu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libharu/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] libharu
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libharu")
+```
+
+
 ### libhat (android)
 
 
@@ -19692,6 +19740,30 @@ add_requires("snmalloc")
 ```
 
 
+### snowhouse (android)
+
+
+| Description | *An assertion library for C++* |
+| -- | -- |
+| Homepage | [https://github.com/banditcpp/snowhouse](https://github.com/banditcpp/snowhouse) |
+| License | BSL-1.0 |
+| Versions | v5.0.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
+| Definition | [snowhouse/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snowhouse/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] snowhouse
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("snowhouse")
+```
+
+
 ### sobjectizer (android)
 
 
@@ -20176,7 +20248,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+100, 3.50.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+0, 3.49.0+100, 3.50.0+0, 3.50.0+100 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 73 - 1
packages/bsd.md

@@ -3632,6 +3632,30 @@ add_requires("cpp-semver")
 ```
 
 
+### cpp-semver-easz (bsd)
+
+
+| Description | *cpp-semver - Semantic Versioning in C++ header-only C++11* |
+| -- | -- |
+| Homepage | [https://github.com/easz/cpp-semver](https://github.com/easz/cpp-semver) |
+| License | MIT |
+| Versions | 2021.12.10 |
+| Architectures | i386, x86_64 |
+| Definition | [cpp-semver-easz/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-semver-easz/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cpp-semver-easz
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-semver-easz")
+```
+
+
 ### cpp-sort (bsd)
 
 
@@ -9954,6 +9978,30 @@ add_requires("libgit2cpp")
 ```
 
 
+### libharu (bsd)
+
+
+| Description | *libHaru is a free, cross platform, open source library for generating PDF files.* |
+| -- | -- |
+| Homepage | [http://libharu.org/](http://libharu.org/) |
+| License | zlib |
+| Versions | 2.3.0, v2.4.5 |
+| Architectures | i386, x86_64 |
+| Definition | [libharu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libharu/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libharu
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libharu")
+```
+
+
 ### libhubbub (bsd)
 
 
@@ -19726,6 +19774,30 @@ add_requires("snmalloc")
 ```
 
 
+### snowhouse (bsd)
+
+
+| Description | *An assertion library for C++* |
+| -- | -- |
+| Homepage | [https://github.com/banditcpp/snowhouse](https://github.com/banditcpp/snowhouse) |
+| License | BSL-1.0 |
+| Versions | v5.0.0 |
+| Architectures | i386, x86_64 |
+| Definition | [snowhouse/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snowhouse/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install snowhouse
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("snowhouse")
+```
+
+
 ### sobjectizer (bsd)
 
 
@@ -20162,7 +20234,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+100, 3.49.0+0, 3.50.0+100, 3.50.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+0, 3.50.0+100 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 73 - 1
packages/cross.md

@@ -3467,6 +3467,30 @@ add_requires("cpp-semver")
 ```
 
 
+### cpp-semver-easz (cross)
+
+
+| Description | *cpp-semver - Semantic Versioning in C++ header-only C++11* |
+| -- | -- |
+| Homepage | [https://github.com/easz/cpp-semver](https://github.com/easz/cpp-semver) |
+| License | MIT |
+| Versions | 2021.12.10 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [cpp-semver-easz/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-semver-easz/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] cpp-semver-easz
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-semver-easz")
+```
+
+
 ### cpp-sort (cross)
 
 
@@ -9787,6 +9811,30 @@ add_requires("libgit2cpp")
 ```
 
 
+### libharu (cross)
+
+
+| Description | *libHaru is a free, cross platform, open source library for generating PDF files.* |
+| -- | -- |
+| Homepage | [http://libharu.org/](http://libharu.org/) |
+| License | zlib |
+| Versions | 2.3.0, v2.4.5 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [libharu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libharu/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] libharu
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libharu")
+```
+
+
 ### libhat (cross)
 
 
@@ -18877,6 +18925,30 @@ add_requires("snmalloc")
 ```
 
 
+### snowhouse (cross)
+
+
+| Description | *An assertion library for C++* |
+| -- | -- |
+| Homepage | [https://github.com/banditcpp/snowhouse](https://github.com/banditcpp/snowhouse) |
+| License | BSL-1.0 |
+| Versions | v5.0.0 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [snowhouse/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snowhouse/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] snowhouse
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("snowhouse")
+```
+
+
 ### sobjectizer (cross)
 
 
@@ -19384,7 +19456,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+100, 3.50.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+0, 3.49.0+100, 3.50.0+0, 3.50.0+100 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 73 - 1
packages/iphoneos.md

@@ -3296,6 +3296,30 @@ add_requires("cpp-semver")
 ```
 
 
+### cpp-semver-easz (iphoneos)
+
+
+| Description | *cpp-semver - Semantic Versioning in C++ header-only C++11* |
+| -- | -- |
+| Homepage | [https://github.com/easz/cpp-semver](https://github.com/easz/cpp-semver) |
+| License | MIT |
+| Versions | 2021.12.10 |
+| Architectures | arm64, x86_64 |
+| Definition | [cpp-semver-easz/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-semver-easz/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos cpp-semver-easz
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-semver-easz")
+```
+
+
 ### cpp-sort (iphoneos)
 
 
@@ -9640,6 +9664,30 @@ add_requires("libgit2cpp")
 ```
 
 
+### libharu (iphoneos)
+
+
+| Description | *libHaru is a free, cross platform, open source library for generating PDF files.* |
+| -- | -- |
+| Homepage | [http://libharu.org/](http://libharu.org/) |
+| License | zlib |
+| Versions | 2.3.0, v2.4.5 |
+| Architectures | arm64, x86_64 |
+| Definition | [libharu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libharu/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos libharu
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libharu")
+```
+
+
 ### libhat (iphoneos)
 
 
@@ -18855,6 +18903,30 @@ add_requires("snitch")
 ```
 
 
+### snowhouse (iphoneos)
+
+
+| Description | *An assertion library for C++* |
+| -- | -- |
+| Homepage | [https://github.com/banditcpp/snowhouse](https://github.com/banditcpp/snowhouse) |
+| License | BSL-1.0 |
+| Versions | v5.0.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [snowhouse/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snowhouse/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos snowhouse
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("snowhouse")
+```
+
+
 ### sobjectizer (iphoneos)
 
 
@@ -19338,7 +19410,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+100, 3.49.0+0, 3.50.0+100, 3.50.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+0, 3.50.0+100 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 51 - 3
packages/linux.md

@@ -5133,6 +5133,30 @@ add_requires("cpp-semver")
 ```
 
 
+### cpp-semver-easz (linux)
+
+
+| Description | *cpp-semver - Semantic Versioning in C++ header-only C++11* |
+| -- | -- |
+| Homepage | [https://github.com/easz/cpp-semver](https://github.com/easz/cpp-semver) |
+| License | MIT |
+| Versions | 2021.12.10 |
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [cpp-semver-easz/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-semver-easz/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cpp-semver-easz
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-semver-easz")
+```
+
+
 ### cpp-sort (linux)
 
 
@@ -16412,7 +16436,7 @@ add_requires("libgpiod")
 | -- | -- |
 | Homepage | [http://libharu.org/](http://libharu.org/) |
 | License | zlib |
-| Versions | 2.3.0 |
+| Versions | 2.3.0, v2.4.5 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [libharu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libharu/xmake.lua) |
 
@@ -32368,6 +32392,30 @@ add_requires("snmalloc")
 ```
 
 
+### snowhouse (linux)
+
+
+| Description | *An assertion library for C++* |
+| -- | -- |
+| Homepage | [https://github.com/banditcpp/snowhouse](https://github.com/banditcpp/snowhouse) |
+| License | BSL-1.0 |
+| Versions | v5.0.0 |
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [snowhouse/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snowhouse/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install snowhouse
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("snowhouse")
+```
+
+
 ### sobjectizer (linux)
 
 
@@ -32994,7 +33042,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+100, 3.50.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+0, 3.49.0+100, 3.50.0+0, 3.50.0+100 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -37551,7 +37599,7 @@ add_requires("whisper.cpp")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x562dcfd688c0 |
+| License | table: 0x558943991780 |
 | Versions | 1.13 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 51 - 3
packages/macosx.md

@@ -4847,6 +4847,30 @@ add_requires("cpp-semver")
 ```
 
 
+### cpp-semver-easz (macosx)
+
+
+| Description | *cpp-semver - Semantic Versioning in C++ header-only C++11* |
+| -- | -- |
+| Homepage | [https://github.com/easz/cpp-semver](https://github.com/easz/cpp-semver) |
+| License | MIT |
+| Versions | 2021.12.10 |
+| Architectures | arm64, x86_64 |
+| Definition | [cpp-semver-easz/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-semver-easz/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cpp-semver-easz
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-semver-easz")
+```
+
+
 ### cpp-sort (macosx)
 
 
@@ -15176,7 +15200,7 @@ add_requires("libgpg-error")
 | -- | -- |
 | Homepage | [http://libharu.org/](http://libharu.org/) |
 | License | zlib |
-| Versions | 2.3.0 |
+| Versions | 2.3.0, v2.4.5 |
 | Architectures | arm64, x86_64 |
 | Definition | [libharu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libharu/xmake.lua) |
 
@@ -29992,6 +30016,30 @@ add_requires("snmalloc")
 ```
 
 
+### snowhouse (macosx)
+
+
+| Description | *An assertion library for C++* |
+| -- | -- |
+| Homepage | [https://github.com/banditcpp/snowhouse](https://github.com/banditcpp/snowhouse) |
+| License | BSL-1.0 |
+| Versions | v5.0.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [snowhouse/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snowhouse/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install snowhouse
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("snowhouse")
+```
+
+
 ### sobjectizer (macosx)
 
 
@@ -30618,7 +30666,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+100, 3.49.0+0, 3.50.0+100, 3.50.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+0, 3.50.0+100 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -34867,7 +34915,7 @@ add_requires("which")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x562dcfd688c0 |
+| License | table: 0x558943991780 |
 | Versions | 1.13 |
 | Architectures | arm64, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 73 - 1
packages/mingw.md

@@ -3729,6 +3729,30 @@ add_requires("cpp-semver")
 ```
 
 
+### cpp-semver-easz (mingw)
+
+
+| Description | *cpp-semver - Semantic Versioning in C++ header-only C++11* |
+| -- | -- |
+| Homepage | [https://github.com/easz/cpp-semver](https://github.com/easz/cpp-semver) |
+| License | MIT |
+| Versions | 2021.12.10 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [cpp-semver-easz/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-semver-easz/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] cpp-semver-easz
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-semver-easz")
+```
+
+
 ### cpp-sort (mingw)
 
 
@@ -10954,6 +10978,30 @@ add_requires("libgit2cpp")
 ```
 
 
+### libharu (mingw)
+
+
+| Description | *libHaru is a free, cross platform, open source library for generating PDF files.* |
+| -- | -- |
+| Homepage | [http://libharu.org/](http://libharu.org/) |
+| License | zlib |
+| Versions | 2.3.0, v2.4.5 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [libharu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libharu/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] libharu
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libharu")
+```
+
+
 ### libhat (mingw)
 
 
@@ -21308,6 +21356,30 @@ add_requires("snmalloc")
 ```
 
 
+### snowhouse (mingw)
+
+
+| Description | *An assertion library for C++* |
+| -- | -- |
+| Homepage | [https://github.com/banditcpp/snowhouse](https://github.com/banditcpp/snowhouse) |
+| License | BSL-1.0 |
+| Versions | v5.0.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [snowhouse/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snowhouse/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] snowhouse
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("snowhouse")
+```
+
+
 ### sobjectizer (mingw)
 
 
@@ -21864,7 +21936,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+100, 3.50.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+0, 3.49.0+100, 3.50.0+0, 3.50.0+100 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 73 - 1
packages/msys.md

@@ -3440,6 +3440,30 @@ add_requires("cpp-semver")
 ```
 
 
+### cpp-semver-easz (msys)
+
+
+| Description | *cpp-semver - Semantic Versioning in C++ header-only C++11* |
+| -- | -- |
+| Homepage | [https://github.com/easz/cpp-semver](https://github.com/easz/cpp-semver) |
+| License | MIT |
+| Versions | 2021.12.10 |
+| Architectures | i386, x86_64 |
+| Definition | [cpp-semver-easz/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-semver-easz/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cpp-semver-easz
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-semver-easz")
+```
+
+
 ### cpp-sort (msys)
 
 
@@ -9640,6 +9664,30 @@ add_requires("libgit2cpp")
 ```
 
 
+### libharu (msys)
+
+
+| Description | *libHaru is a free, cross platform, open source library for generating PDF files.* |
+| -- | -- |
+| Homepage | [http://libharu.org/](http://libharu.org/) |
+| License | zlib |
+| Versions | 2.3.0, v2.4.5 |
+| Architectures | i386, x86_64 |
+| Definition | [libharu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libharu/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libharu
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libharu")
+```
+
+
 ### libhat (msys)
 
 
@@ -18374,6 +18422,30 @@ add_requires("snmalloc")
 ```
 
 
+### snowhouse (msys)
+
+
+| Description | *An assertion library for C++* |
+| -- | -- |
+| Homepage | [https://github.com/banditcpp/snowhouse](https://github.com/banditcpp/snowhouse) |
+| License | BSL-1.0 |
+| Versions | v5.0.0 |
+| Architectures | i386, x86_64 |
+| Definition | [snowhouse/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snowhouse/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install snowhouse
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("snowhouse")
+```
+
+
 ### sobjectizer (msys)
 
 
@@ -18835,7 +18907,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+100, 3.49.0+0, 3.50.0+100, 3.50.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+0, 3.50.0+100 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 73 - 1
packages/wasm.md

@@ -2939,6 +2939,30 @@ add_requires("cpp-semver")
 ```
 
 
+### cpp-semver-easz (wasm)
+
+
+| Description | *cpp-semver - Semantic Versioning in C++ header-only C++11* |
+| -- | -- |
+| Homepage | [https://github.com/easz/cpp-semver](https://github.com/easz/cpp-semver) |
+| License | MIT |
+| Versions | 2021.12.10 |
+| Architectures | wasm32, wasm64 |
+| Definition | [cpp-semver-easz/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-semver-easz/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm cpp-semver-easz
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-semver-easz")
+```
+
+
 ### cpp-sort (wasm)
 
 
@@ -8496,6 +8520,30 @@ add_requires("libgit2cpp")
 ```
 
 
+### libharu (wasm)
+
+
+| Description | *libHaru is a free, cross platform, open source library for generating PDF files.* |
+| -- | -- |
+| Homepage | [http://libharu.org/](http://libharu.org/) |
+| License | zlib |
+| Versions | 2.3.0, v2.4.5 |
+| Architectures | wasm32, wasm64 |
+| Definition | [libharu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libharu/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm libharu
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libharu")
+```
+
+
 ### libhubbub (wasm)
 
 
@@ -16707,6 +16755,30 @@ add_requires("snitch")
 ```
 
 
+### snowhouse (wasm)
+
+
+| Description | *An assertion library for C++* |
+| -- | -- |
+| Homepage | [https://github.com/banditcpp/snowhouse](https://github.com/banditcpp/snowhouse) |
+| License | BSL-1.0 |
+| Versions | v5.0.0 |
+| Architectures | wasm32, wasm64 |
+| Definition | [snowhouse/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snowhouse/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm snowhouse
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("snowhouse")
+```
+
+
 ### sobjectizer (wasm)
 
 
@@ -17073,7 +17145,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+100, 3.50.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+0, 3.49.0+100, 3.50.0+0, 3.50.0+100 |
 | Architectures | wasm32, wasm64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 50 - 2
packages/windows.md

@@ -4874,6 +4874,30 @@ add_requires("cpp-semver")
 ```
 
 
+### cpp-semver-easz (windows)
+
+
+| Description | *cpp-semver - Semantic Versioning in C++ header-only C++11* |
+| -- | -- |
+| Homepage | [https://github.com/easz/cpp-semver](https://github.com/easz/cpp-semver) |
+| License | MIT |
+| Versions | 2021.12.10 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [cpp-semver-easz/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-semver-easz/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cpp-semver-easz
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-semver-easz")
+```
+
+
 ### cpp-sort (windows)
 
 
@@ -14920,7 +14944,7 @@ add_requires("libgit2cpp")
 | -- | -- |
 | Homepage | [http://libharu.org/](http://libharu.org/) |
 | License | zlib |
-| Versions | 2.3.0 |
+| Versions | 2.3.0, v2.4.5 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [libharu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libharu/xmake.lua) |
 
@@ -29073,6 +29097,30 @@ add_requires("snmalloc")
 ```
 
 
+### snowhouse (windows)
+
+
+| Description | *An assertion library for C++* |
+| -- | -- |
+| Homepage | [https://github.com/banditcpp/snowhouse](https://github.com/banditcpp/snowhouse) |
+| License | BSL-1.0 |
+| Versions | v5.0.0 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [snowhouse/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snowhouse/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install snowhouse
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("snowhouse")
+```
+
+
 ### sobjectizer (windows)
 
 
@@ -29675,7 +29723,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+100, 3.49.0+0, 3.50.0+100, 3.50.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+0, 3.50.0+100 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2025-06-13T15:15:41+08:00</lastmod>
+  <lastmod>2025-06-13T15:17:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2025-06-13T15:15:53+08:00</lastmod>
+  <lastmod>2025-06-13T15:17:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2025-06-13T15:15:53+08:00</lastmod>
+  <lastmod>2025-06-13T15:17:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2025-06-13T15:15:54+08:00</lastmod>
+  <lastmod>2025-06-13T15:17:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2025-06-13T15:15:54+08:00</lastmod>
+  <lastmod>2025-06-13T15:17:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2025-06-13T15:15:55+08:00</lastmod>
+  <lastmod>2025-06-13T15:17:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2025-06-13T15:15:55+08:00</lastmod>
+  <lastmod>2025-06-13T15:17:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2025-06-13T15:15:55+08:00</lastmod>
+  <lastmod>2025-06-13T15:17:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2025-06-13T15:15:56+08:00</lastmod>
+  <lastmod>2025-06-13T15:17:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2025-06-13T15:15:56+08:00</lastmod>
+  <lastmod>2025-06-13T15:17:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2025-06-13T15:15:56+08:00</lastmod>
+  <lastmod>2025-06-13T15:17:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2025-06-13T15:15:57+08:00</lastmod>
+  <lastmod>2025-06-13T15:17:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2025-06-13T15:15:57+08:00</lastmod>
+  <lastmod>2025-06-13T15:17:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2025-06-13T15:15:57+08:00</lastmod>
+  <lastmod>2025-06-13T15:18:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2025-06-13T15:15:57+08:00</lastmod>
+  <lastmod>2025-06-13T15:18:00+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: soxr, blobify, step20**
+- **Recently added: snowhouse, cpp-semver-easz, soxr**
 
 [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)
-- 包列表 (1744)
+- 包列表 (1746)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)