瀏覽代碼

autoupdate docs by xmake-repo/ci

ruki 2 年之前
父節點
當前提交
4f663d9687

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: pdfhummus, nowide_standalone, openssl3**
+- **Recently added: utf8.h, json.h, utest.h**
 
 [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 (803)
+- Packages (807)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 99 - 0
mirror/packages/android.html

@@ -3883,6 +3883,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("json-c")
 </code></pre>
+<h3 id="jsonhandroid">json.h (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header json parser for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/json.h">https://github.com/sheredom/json.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.27</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/j/json.h/xmake.lua">json.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] json.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("json.h")
+</code></pre>
 <h3 id="jsonconsandroid">jsoncons (android)</h3>
 <table>
 <thead>
@@ -10119,6 +10152,72 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("urdfdom-headers")
 </code></pre>
+<h3 id="utesthandroid">utest.h (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header unit testing framework for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.duskborn.com/utest_h/">https://www.duskborn.com/utest_h/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.09.01</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/utest.h/xmake.lua">utest.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] utest.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utest.h")
+</code></pre>
+<h3 id="utf8handroid">utf8.h (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header utf8 string functions for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/utf8.h">https://github.com/sheredom/utf8.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.07.04</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/utf8.h/xmake.lua">utf8.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] utf8.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utf8.h")
+</code></pre>
 <h3 id="utf8procandroid">utf8proc (android)</h3>
 <table>
 <thead>

+ 132 - 0
mirror/packages/bsd.html

@@ -3533,6 +3533,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("json-schema-validator")
 </code></pre>
+<h3 id="jsonhbsd">json.h (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header json parser for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/json.h">https://github.com/sheredom/json.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.27</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/j/json.h/xmake.lua">json.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install json.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("json.h")
+</code></pre>
 <h3 id="jsonconsbsd">jsoncons (bsd)</h3>
 <table>
 <thead>
@@ -8035,6 +8068,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("strtk")
 </code></pre>
+<h3 id="subprocesshbsd">subprocess.h (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header process launching solution for C and C++ </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/subprocess.h">https://github.com/sheredom/subprocess.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.12.20</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/subprocess.h/xmake.lua">subprocess.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install subprocess.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("subprocess.h")
+</code></pre>
 <h3 id="swigbsd">swig (bsd)</h3>
 <table>
 <thead>
@@ -8934,6 +9000,72 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("urdfdom-headers")
 </code></pre>
+<h3 id="utesthbsd">utest.h (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header unit testing framework for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.duskborn.com/utest_h/">https://www.duskborn.com/utest_h/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.09.01</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/utest.h/xmake.lua">utest.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install utest.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utest.h")
+</code></pre>
+<h3 id="utf8hbsd">utf8.h (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header utf8 string functions for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/utf8.h">https://github.com/sheredom/utf8.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.07.04</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/utf8.h/xmake.lua">utf8.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install utf8.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utf8.h")
+</code></pre>
 <h3 id="utf8procbsd">utf8proc (bsd)</h3>
 <table>
 <thead>

+ 99 - 0
mirror/packages/cross.html

@@ -3278,6 +3278,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("json-schema-validator")
 </code></pre>
+<h3 id="jsonhcross">json.h (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header json parser for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/json.h">https://github.com/sheredom/json.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.27</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/j/json.h/xmake.lua">json.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] json.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("json.h")
+</code></pre>
 <h3 id="jsonconscross">jsoncons (cross)</h3>
 <table>
 <thead>
@@ -8312,6 +8345,72 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("urdfdom-headers")
 </code></pre>
+<h3 id="utesthcross">utest.h (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header unit testing framework for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.duskborn.com/utest_h/">https://www.duskborn.com/utest_h/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.09.01</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/utest.h/xmake.lua">utest.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] utest.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utest.h")
+</code></pre>
+<h3 id="utf8hcross">utf8.h (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header utf8 string functions for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/utf8.h">https://github.com/sheredom/utf8.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.07.04</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/utf8.h/xmake.lua">utf8.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] utf8.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utf8.h")
+</code></pre>
 <h3 id="utfcppcross">utfcpp (cross)</h3>
 <table>
 <thead>

+ 99 - 0
mirror/packages/iphoneos.html

@@ -3591,6 +3591,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("json-schema-validator")
 </code></pre>
+<h3 id="jsonhiphoneos">json.h (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header json parser for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/json.h">https://github.com/sheredom/json.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.27</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/j/json.h/xmake.lua">json.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos json.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("json.h")
+</code></pre>
 <h3 id="jsonconsiphoneos">jsoncons (iphoneos)</h3>
 <table>
 <thead>
@@ -9312,6 +9345,72 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("urdfdom-headers")
 </code></pre>
+<h3 id="utesthiphoneos">utest.h (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header unit testing framework for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.duskborn.com/utest_h/">https://www.duskborn.com/utest_h/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.09.01</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utest.h/xmake.lua">utest.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos utest.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utest.h")
+</code></pre>
+<h3 id="utf8hiphoneos">utf8.h (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header utf8 string functions for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/utf8.h">https://github.com/sheredom/utf8.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.07.04</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utf8.h/xmake.lua">utf8.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos utf8.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utf8.h")
+</code></pre>
 <h3 id="utfcppiphoneos">utfcpp (iphoneos)</h3>
 <table>
 <thead>

+ 132 - 0
mirror/packages/linux.html

@@ -9402,6 +9402,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("json-schema-validator")
 </code></pre>
+<h3 id="jsonhlinux">json.h (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header json parser for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/json.h">https://github.com/sheredom/json.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.27</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/j/json.h/xmake.lua">json.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install json.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("json.h")
+</code></pre>
 <h3 id="jsonconslinux">jsoncons (linux)</h3>
 <table>
 <thead>
@@ -23709,6 +23742,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("strtk")
 </code></pre>
+<h3 id="subprocesshlinux">subprocess.h (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header process launching solution for C and C++ </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/subprocess.h">https://github.com/sheredom/subprocess.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.12.20</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/s/subprocess.h/xmake.lua">subprocess.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install subprocess.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("subprocess.h")
+</code></pre>
 <h3 id="suitesparselinux">suitesparse (linux)</h3>
 <table>
 <thead>
@@ -25378,6 +25444,72 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("usd")
 </code></pre>
+<h3 id="utesthlinux">utest.h (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header unit testing framework for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.duskborn.com/utest_h/">https://www.duskborn.com/utest_h/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.09.01</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/utest.h/xmake.lua">utest.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install utest.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utest.h")
+</code></pre>
+<h3 id="utf8hlinux">utf8.h (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header utf8 string functions for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/utf8.h">https://github.com/sheredom/utf8.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.07.04</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/utf8.h/xmake.lua">utf8.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install utf8.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utf8.h")
+</code></pre>
 <h3 id="utf8proclinux">utf8proc (linux)</h3>
 <table>
 <thead>

+ 132 - 0
mirror/packages/macosx.html

@@ -8756,6 +8756,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("json-schema-validator")
 </code></pre>
+<h3 id="jsonhmacosx">json.h (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header json parser for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/json.h">https://github.com/sheredom/json.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.27</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/j/json.h/xmake.lua">json.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install json.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("json.h")
+</code></pre>
 <h3 id="jsonconsmacosx">jsoncons (macosx)</h3>
 <table>
 <thead>
@@ -22186,6 +22219,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("strtk")
 </code></pre>
+<h3 id="subprocesshmacosx">subprocess.h (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header process launching solution for C and C++ </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/subprocess.h">https://github.com/sheredom/subprocess.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.12.20</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/subprocess.h/xmake.lua">subprocess.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install subprocess.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("subprocess.h")
+</code></pre>
 <h3 id="suitesparsemacosx">suitesparse (macosx)</h3>
 <table>
 <thead>
@@ -23748,6 +23814,72 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("usd")
 </code></pre>
+<h3 id="utesthmacosx">utest.h (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header unit testing framework for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.duskborn.com/utest_h/">https://www.duskborn.com/utest_h/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.09.01</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utest.h/xmake.lua">utest.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install utest.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utest.h")
+</code></pre>
+<h3 id="utf8hmacosx">utf8.h (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header utf8 string functions for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/utf8.h">https://github.com/sheredom/utf8.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.07.04</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utf8.h/xmake.lua">utf8.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install utf8.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utf8.h")
+</code></pre>
 <h3 id="utf8procmacosx">utf8proc (macosx)</h3>
 <table>
 <thead>

+ 132 - 0
mirror/packages/mingw.html

@@ -4356,6 +4356,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("json-schema-validator")
 </code></pre>
+<h3 id="jsonhmingw">json.h (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header json parser for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/json.h">https://github.com/sheredom/json.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.27</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/j/json.h/xmake.lua">json.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] json.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("json.h")
+</code></pre>
 <h3 id="jsonconsmingw">jsoncons (mingw)</h3>
 <table>
 <thead>
@@ -10125,6 +10158,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("strtk")
 </code></pre>
+<h3 id="subprocesshmingw">subprocess.h (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header process launching solution for C and C++ </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/subprocess.h">https://github.com/sheredom/subprocess.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.12.20</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/subprocess.h/xmake.lua">subprocess.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] subprocess.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("subprocess.h")
+</code></pre>
 <h3 id="swigmingw">swig (mingw)</h3>
 <table>
 <thead>
@@ -11094,6 +11160,72 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("urdfdom-headers")
 </code></pre>
+<h3 id="utesthmingw">utest.h (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header unit testing framework for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.duskborn.com/utest_h/">https://www.duskborn.com/utest_h/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.09.01</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/utest.h/xmake.lua">utest.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] utest.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utest.h")
+</code></pre>
+<h3 id="utf8hmingw">utf8.h (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header utf8 string functions for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/utf8.h">https://github.com/sheredom/utf8.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.07.04</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/utf8.h/xmake.lua">utf8.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] utf8.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utf8.h")
+</code></pre>
 <h3 id="utf8procmingw">utf8proc (mingw)</h3>
 <table>
 <thead>

+ 66 - 0
mirror/packages/msys.html

@@ -3060,6 +3060,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("jsmn")
 </code></pre>
+<h3 id="jsonhmsys">json.h (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header json parser for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/json.h">https://github.com/sheredom/json.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.27</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/j/json.h/xmake.lua">json.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install json.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("json.h")
+</code></pre>
 <h3 id="jsonconsmsys">jsoncons (msys)</h3>
 <table>
 <thead>
@@ -7501,6 +7534,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("urdfdom-headers")
 </code></pre>
+<h3 id="utf8hmsys">utf8.h (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header utf8 string functions for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/utf8.h">https://github.com/sheredom/utf8.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.07.04</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/utf8.h/xmake.lua">utf8.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install utf8.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utf8.h")
+</code></pre>
 <h3 id="utfcppmsys">utfcpp (msys)</h3>
 <table>
 <thead>

+ 66 - 0
mirror/packages/wasm.html

@@ -2994,6 +2994,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("jsmn")
 </code></pre>
+<h3 id="jsonhwasm">json.h (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header json parser for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/json.h">https://github.com/sheredom/json.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.27</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/j/json.h/xmake.lua">json.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm json.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("json.h")
+</code></pre>
 <h3 id="jsonconswasm">jsoncons (wasm)</h3>
 <table>
 <thead>
@@ -7649,6 +7682,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("urdfdom-headers")
 </code></pre>
+<h3 id="utf8hwasm">utf8.h (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header utf8 string functions for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/utf8.h">https://github.com/sheredom/utf8.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.07.04</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utf8.h/xmake.lua">utf8.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm utf8.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utf8.h")
+</code></pre>
 <h3 id="utfcppwasm">utfcpp (wasm)</h3>
 <table>
 <thead>

+ 132 - 0
mirror/packages/windows.html

@@ -8307,6 +8307,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("json-schema-validator")
 </code></pre>
+<h3 id="jsonhwindows">json.h (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header json parser for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/json.h">https://github.com/sheredom/json.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.27</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/j/json.h/xmake.lua">json.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install json.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("json.h")
+</code></pre>
 <h3 id="jsonconswindows">jsoncons (windows)</h3>
 <table>
 <thead>
@@ -19249,6 +19282,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("strtk")
 </code></pre>
+<h3 id="subprocesshwindows">subprocess.h (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header process launching solution for C and C++ </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/subprocess.h">https://github.com/sheredom/subprocess.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.12.20</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/subprocess.h/xmake.lua">subprocess.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install subprocess.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("subprocess.h")
+</code></pre>
 <h3 id="suitesparsewindows">suitesparse (windows)</h3>
 <table>
 <thead>
@@ -20774,6 +20840,72 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("usd")
 </code></pre>
+<h3 id="utesthwindows">utest.h (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header unit testing framework for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.duskborn.com/utest_h/">https://www.duskborn.com/utest_h/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.09.01</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utest.h/xmake.lua">utest.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install utest.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utest.h")
+</code></pre>
+<h3 id="utf8hwindows">utf8.h (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>single header utf8 string functions for C and C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sheredom/utf8.h">https://github.com/sheredom/utf8.h</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.07.04</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utf8.h/xmake.lua">utf8.h/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install utf8.h
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utf8.h")
+</code></pre>
 <h3 id="utf8procwindows">utf8proc (windows)</h3>
 <table>
 <thead>

+ 69 - 0
packages/android.md

@@ -2541,6 +2541,29 @@ add_requires("json-c")
 ```
 
 
+### json.h (android)
+
+
+| Description | *single header json parser for C and C++* |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/json.h](https://github.com/sheredom/json.h) |
+| Versions | 2022.11.27 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [json.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/json.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] json.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("json.h")
+```
+
+
 ### jsoncons (android)
 
 
@@ -6730,6 +6753,52 @@ add_requires("urdfdom-headers")
 ```
 
 
+### utest.h (android)
+
+
+| Description | *single header unit testing framework for C and C++* |
+| -- | -- |
+| Homepage | [https://www.duskborn.com/utest_h/](https://www.duskborn.com/utest_h/) |
+| Versions | 2022.09.01 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [utest.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utest.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] utest.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utest.h")
+```
+
+
+### utf8.h (android)
+
+
+| Description | *single header utf8 string functions for C and C++* |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/utf8.h](https://github.com/sheredom/utf8.h) |
+| Versions | 2022.07.04 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [utf8.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utf8.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] utf8.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utf8.h")
+```
+
+
 ### utf8proc (android)
 
 

+ 92 - 0
packages/bsd.md

@@ -2306,6 +2306,29 @@ add_requires("json-schema-validator")
 ```
 
 
+### json.h (bsd)
+
+
+| Description | *single header json parser for C and C++* |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/json.h](https://github.com/sheredom/json.h) |
+| Versions | 2022.11.27 |
+| Architectures | i386, x86_64 |
+| Definition | [json.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/json.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install json.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("json.h")
+```
+
+
 ### jsoncons (bsd)
 
 
@@ -5350,6 +5373,29 @@ add_requires("strtk")
 ```
 
 
+### subprocess.h (bsd)
+
+
+| Description | *single header process launching solution for C and C++ * |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/subprocess.h](https://github.com/sheredom/subprocess.h) |
+| Versions | 2022.12.20 |
+| Architectures | i386, x86_64 |
+| Definition | [subprocess.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/subprocess.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install subprocess.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("subprocess.h")
+```
+
+
 ### swig (bsd)
 
 
@@ -5947,6 +5993,52 @@ add_requires("urdfdom-headers")
 ```
 
 
+### utest.h (bsd)
+
+
+| Description | *single header unit testing framework for C and C++* |
+| -- | -- |
+| Homepage | [https://www.duskborn.com/utest_h/](https://www.duskborn.com/utest_h/) |
+| Versions | 2022.09.01 |
+| Architectures | i386, x86_64 |
+| Definition | [utest.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utest.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install utest.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utest.h")
+```
+
+
+### utf8.h (bsd)
+
+
+| Description | *single header utf8 string functions for C and C++* |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/utf8.h](https://github.com/sheredom/utf8.h) |
+| Versions | 2022.07.04 |
+| Architectures | i386, x86_64 |
+| Definition | [utf8.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utf8.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install utf8.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utf8.h")
+```
+
+
 ### utf8proc (bsd)
 
 

+ 69 - 0
packages/cross.md

@@ -2139,6 +2139,29 @@ add_requires("json-schema-validator")
 ```
 
 
+### json.h (cross)
+
+
+| Description | *single header json parser for C and C++* |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/json.h](https://github.com/sheredom/json.h) |
+| Versions | 2022.11.27 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [json.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/json.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] json.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("json.h")
+```
+
+
 ### jsoncons (cross)
 
 
@@ -5526,6 +5549,52 @@ add_requires("urdfdom-headers")
 ```
 
 
+### utest.h (cross)
+
+
+| Description | *single header unit testing framework for C and C++* |
+| -- | -- |
+| Homepage | [https://www.duskborn.com/utest_h/](https://www.duskborn.com/utest_h/) |
+| Versions | 2022.09.01 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [utest.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utest.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] utest.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utest.h")
+```
+
+
+### utf8.h (cross)
+
+
+| Description | *single header utf8 string functions for C and C++* |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/utf8.h](https://github.com/sheredom/utf8.h) |
+| Versions | 2022.07.04 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [utf8.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utf8.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] utf8.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utf8.h")
+```
+
+
 ### utfcpp (cross)
 
 

+ 69 - 0
packages/iphoneos.md

@@ -2350,6 +2350,29 @@ add_requires("json-schema-validator")
 ```
 
 
+### json.h (iphoneos)
+
+
+| Description | *single header json parser for C and C++* |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/json.h](https://github.com/sheredom/json.h) |
+| Versions | 2022.11.27 |
+| Architectures | arm64, x86_64 |
+| Definition | [json.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/json.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos json.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("json.h")
+```
+
+
 ### jsoncons (iphoneos)
 
 
@@ -6189,6 +6212,52 @@ add_requires("urdfdom-headers")
 ```
 
 
+### utest.h (iphoneos)
+
+
+| Description | *single header unit testing framework for C and C++* |
+| -- | -- |
+| Homepage | [https://www.duskborn.com/utest_h/](https://www.duskborn.com/utest_h/) |
+| Versions | 2022.09.01 |
+| Architectures | arm64, x86_64 |
+| Definition | [utest.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utest.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos utest.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utest.h")
+```
+
+
+### utf8.h (iphoneos)
+
+
+| Description | *single header utf8 string functions for C and C++* |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/utf8.h](https://github.com/sheredom/utf8.h) |
+| Versions | 2022.07.04 |
+| Architectures | arm64, x86_64 |
+| Definition | [utf8.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utf8.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos utf8.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utf8.h")
+```
+
+
 ### utfcpp (iphoneos)
 
 

+ 92 - 0
packages/linux.md

@@ -6216,6 +6216,29 @@ add_requires("json-schema-validator")
 ```
 
 
+### json.h (linux)
+
+
+| Description | *single header json parser for C and C++* |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/json.h](https://github.com/sheredom/json.h) |
+| Versions | 2022.11.27 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [json.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/json.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install json.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("json.h")
+```
+
+
 ### jsoncons (linux)
 
 
@@ -15797,6 +15820,29 @@ add_requires("strtk")
 ```
 
 
+### subprocess.h (linux)
+
+
+| Description | *single header process launching solution for C and C++ * |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/subprocess.h](https://github.com/sheredom/subprocess.h) |
+| Versions | 2022.12.20 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [subprocess.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/subprocess.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install subprocess.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("subprocess.h")
+```
+
+
 ### suitesparse (linux)
 
 
@@ -16911,6 +16957,52 @@ add_requires("usd")
 ```
 
 
+### utest.h (linux)
+
+
+| Description | *single header unit testing framework for C and C++* |
+| -- | -- |
+| Homepage | [https://www.duskborn.com/utest_h/](https://www.duskborn.com/utest_h/) |
+| Versions | 2022.09.01 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [utest.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utest.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install utest.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utest.h")
+```
+
+
+### utf8.h (linux)
+
+
+| Description | *single header utf8 string functions for C and C++* |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/utf8.h](https://github.com/sheredom/utf8.h) |
+| Versions | 2022.07.04 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [utf8.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utf8.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install utf8.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utf8.h")
+```
+
+
 ### utf8proc (linux)
 
 

+ 92 - 0
packages/macosx.md

@@ -5789,6 +5789,29 @@ add_requires("json-schema-validator")
 ```
 
 
+### json.h (macosx)
+
+
+| Description | *single header json parser for C and C++* |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/json.h](https://github.com/sheredom/json.h) |
+| Versions | 2022.11.27 |
+| Architectures | arm64, x86_64 |
+| Definition | [json.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/json.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install json.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("json.h")
+```
+
+
 ### jsoncons (macosx)
 
 
@@ -14782,6 +14805,29 @@ add_requires("strtk")
 ```
 
 
+### subprocess.h (macosx)
+
+
+| Description | *single header process launching solution for C and C++ * |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/subprocess.h](https://github.com/sheredom/subprocess.h) |
+| Versions | 2022.12.20 |
+| Architectures | arm64, x86_64 |
+| Definition | [subprocess.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/subprocess.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install subprocess.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("subprocess.h")
+```
+
+
 ### suitesparse (macosx)
 
 
@@ -15825,6 +15871,52 @@ add_requires("usd")
 ```
 
 
+### utest.h (macosx)
+
+
+| Description | *single header unit testing framework for C and C++* |
+| -- | -- |
+| Homepage | [https://www.duskborn.com/utest_h/](https://www.duskborn.com/utest_h/) |
+| Versions | 2022.09.01 |
+| Architectures | arm64, x86_64 |
+| Definition | [utest.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utest.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install utest.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utest.h")
+```
+
+
+### utf8.h (macosx)
+
+
+| Description | *single header utf8 string functions for C and C++* |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/utf8.h](https://github.com/sheredom/utf8.h) |
+| Versions | 2022.07.04 |
+| Architectures | arm64, x86_64 |
+| Definition | [utf8.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utf8.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install utf8.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utf8.h")
+```
+
+
 ### utf8proc (macosx)
 
 

+ 92 - 0
packages/mingw.md

@@ -2851,6 +2851,29 @@ add_requires("json-schema-validator")
 ```
 
 
+### json.h (mingw)
+
+
+| Description | *single header json parser for C and C++* |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/json.h](https://github.com/sheredom/json.h) |
+| Versions | 2022.11.27 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [json.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/json.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] json.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("json.h")
+```
+
+
 ### jsoncons (mingw)
 
 
@@ -6728,6 +6751,29 @@ add_requires("strtk")
 ```
 
 
+### subprocess.h (mingw)
+
+
+| Description | *single header process launching solution for C and C++ * |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/subprocess.h](https://github.com/sheredom/subprocess.h) |
+| Versions | 2022.12.20 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [subprocess.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/subprocess.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] subprocess.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("subprocess.h")
+```
+
+
 ### swig (mingw)
 
 
@@ -7372,6 +7418,52 @@ add_requires("urdfdom-headers")
 ```
 
 
+### utest.h (mingw)
+
+
+| Description | *single header unit testing framework for C and C++* |
+| -- | -- |
+| Homepage | [https://www.duskborn.com/utest_h/](https://www.duskborn.com/utest_h/) |
+| Versions | 2022.09.01 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [utest.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utest.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] utest.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utest.h")
+```
+
+
+### utf8.h (mingw)
+
+
+| Description | *single header utf8 string functions for C and C++* |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/utf8.h](https://github.com/sheredom/utf8.h) |
+| Versions | 2022.07.04 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [utf8.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utf8.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] utf8.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utf8.h")
+```
+
+
 ### utf8proc (mingw)
 
 

+ 46 - 0
packages/msys.md

@@ -1996,6 +1996,29 @@ add_requires("jsmn")
 ```
 
 
+### json.h (msys)
+
+
+| Description | *single header json parser for C and C++* |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/json.h](https://github.com/sheredom/json.h) |
+| Versions | 2022.11.27 |
+| Architectures | i386, x86_64 |
+| Definition | [json.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/json.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install json.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("json.h")
+```
+
+
 ### jsoncons (msys)
 
 
@@ -4984,6 +5007,29 @@ add_requires("urdfdom-headers")
 ```
 
 
+### utf8.h (msys)
+
+
+| Description | *single header utf8 string functions for C and C++* |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/utf8.h](https://github.com/sheredom/utf8.h) |
+| Versions | 2022.07.04 |
+| Architectures | i386, x86_64 |
+| Definition | [utf8.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utf8.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install utf8.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utf8.h")
+```
+
+
 ### utfcpp (msys)
 
 

+ 46 - 0
packages/wasm.md

@@ -1950,6 +1950,29 @@ add_requires("jsmn")
 ```
 
 
+### json.h (wasm)
+
+
+| Description | *single header json parser for C and C++* |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/json.h](https://github.com/sheredom/json.h) |
+| Versions | 2022.11.27 |
+| Architectures | wasm32 |
+| Definition | [json.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/json.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm json.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("json.h")
+```
+
+
 ### jsoncons (wasm)
 
 
@@ -5080,6 +5103,29 @@ add_requires("urdfdom-headers")
 ```
 
 
+### utf8.h (wasm)
+
+
+| Description | *single header utf8 string functions for C and C++* |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/utf8.h](https://github.com/sheredom/utf8.h) |
+| Versions | 2022.07.04 |
+| Architectures | wasm32 |
+| Definition | [utf8.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utf8.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm utf8.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utf8.h")
+```
+
+
 ### utfcpp (wasm)
 
 

+ 92 - 0
packages/windows.md

@@ -5463,6 +5463,29 @@ add_requires("json-schema-validator")
 ```
 
 
+### json.h (windows)
+
+
+| Description | *single header json parser for C and C++* |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/json.h](https://github.com/sheredom/json.h) |
+| Versions | 2022.11.27 |
+| Architectures | arm64, x64, x86 |
+| Definition | [json.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/json.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install json.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("json.h")
+```
+
+
 ### jsoncons (windows)
 
 
@@ -12772,6 +12795,29 @@ add_requires("strtk")
 ```
 
 
+### subprocess.h (windows)
+
+
+| Description | *single header process launching solution for C and C++ * |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/subprocess.h](https://github.com/sheredom/subprocess.h) |
+| Versions | 2022.12.20 |
+| Architectures | arm64, x64, x86 |
+| Definition | [subprocess.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/subprocess.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install subprocess.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("subprocess.h")
+```
+
+
 ### suitesparse (windows)
 
 
@@ -13791,6 +13837,52 @@ add_requires("usd")
 ```
 
 
+### utest.h (windows)
+
+
+| Description | *single header unit testing framework for C and C++* |
+| -- | -- |
+| Homepage | [https://www.duskborn.com/utest_h/](https://www.duskborn.com/utest_h/) |
+| Versions | 2022.09.01 |
+| Architectures | arm64, x64, x86 |
+| Definition | [utest.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utest.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install utest.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utest.h")
+```
+
+
+### utf8.h (windows)
+
+
+| Description | *single header utf8 string functions for C and C++* |
+| -- | -- |
+| Homepage | [https://github.com/sheredom/utf8.h](https://github.com/sheredom/utf8.h) |
+| Versions | 2022.07.04 |
+| Architectures | arm64, x64, x86 |
+| Definition | [utf8.h/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utf8.h/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install utf8.h
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utf8.h")
+```
+
+
 ### utf8proc (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-01-04T00:54:48+08:00</lastmod>
+  <lastmod>2023-01-04T08:02:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-01-04T00:54:51+08:00</lastmod>
+  <lastmod>2023-01-04T08:02:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-01-04T00:54:51+08:00</lastmod>
+  <lastmod>2023-01-04T08:02:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-01-04T00:54:51+08:00</lastmod>
+  <lastmod>2023-01-04T08:02:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-01-04T00:54:52+08:00</lastmod>
+  <lastmod>2023-01-04T08:02:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-01-04T00:54:52+08:00</lastmod>
+  <lastmod>2023-01-04T08:02:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-01-04T00:54:52+08:00</lastmod>
+  <lastmod>2023-01-04T08:02:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-01-04T00:54:52+08:00</lastmod>
+  <lastmod>2023-01-04T08:02:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-01-04T00:54:53+08:00</lastmod>
+  <lastmod>2023-01-04T08:02:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-01-04T00:54:53+08:00</lastmod>
+  <lastmod>2023-01-04T08:02:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-01-04T00:54:53+08:00</lastmod>
+  <lastmod>2023-01-04T08:02:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-01-04T00:54:54+08:00</lastmod>
+  <lastmod>2023-01-04T08:02:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-01-04T00:54:54+08:00</lastmod>
+  <lastmod>2023-01-04T08:02:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-01-04T00:54:54+08:00</lastmod>
+  <lastmod>2023-01-04T08:02:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-01-04T00:54:54+08:00</lastmod>
+  <lastmod>2023-01-04T08:02:31+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: pdfhummus, nowide_standalone, openssl3**
+- **Recently added: utf8.h, json.h, utest.h**
 
 [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)
-- 包列表 (803)
+- 包列表 (807)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)