Bläddra i källkod

autoupdate docs by xmake-repo/ci

ruki 3 år sedan
förälder
incheckning
bd05947217

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: minizip-ng, jemalloc, libssh2**
+- **Recently added: mio, parallel-hashmap, picojson**
 
 [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 (497)
+- Packages (500)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 111 - 0
mirror/packages/android.html

@@ -3880,6 +3880,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("minizip-ng")
 </code></pre>
+<h3 id="mioandroid">mio (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform C++11 header-only library for memory mapped file IO</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mandreyel/mio">https://github.com/mandreyel/mio</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.9.21</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/m/mio/xmake.lua">mio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] mio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mio")
+</code></pre>
 <h3 id="mjsonandroid">mjson (android)</h3>
 <table>
 <thead>
@@ -4476,6 +4513,43 @@
 <pre><code class="lang-lua">add_requires("openssl")
 </code></pre>
 <h2 id="p">p</h2>
+<h3 id="parallelhashmapandroid">parallel-hashmap (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A family of header-only, very fast and memory-friendly hashmap and btree containers.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://greg7mdp.github.io/parallel-hashmap/">https://greg7mdp.github.io/parallel-hashmap/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.33</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/p/parallel-hashmap/xmake.lua">parallel-hashmap/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] parallel-hashmap
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("parallel-hashmap")
+</code></pre>
 <h3 id="patchandroid">patch (android)</h3>
 <table>
 <thead>
@@ -4509,6 +4583,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("patch")
 </code></pre>
+<h3 id="picojsonandroid">picojson (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A header-file-only, JSON parser serializer in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://pocoproject.org/">https://pocoproject.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/picojson/xmake.lua">picojson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] picojson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("picojson")
+</code></pre>
 <h3 id="piexandroid">piex (android)</h3>
 <table>
 <thead>

+ 111 - 0
mirror/packages/bsd.html

@@ -2875,6 +2875,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("minizip")
 </code></pre>
+<h3 id="miobsd">mio (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform C++11 header-only library for memory mapped file IO</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mandreyel/mio">https://github.com/mandreyel/mio</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.9.21</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/m/mio/xmake.lua">mio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mio")
+</code></pre>
 <h3 id="mjsonbsd">mjson (bsd)</h3>
 <table>
 <thead>
@@ -3364,6 +3401,43 @@
 <pre><code class="lang-lua">add_requires("opencl-headers")
 </code></pre>
 <h2 id="p">p</h2>
+<h3 id="parallelhashmapbsd">parallel-hashmap (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A family of header-only, very fast and memory-friendly hashmap and btree containers.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://greg7mdp.github.io/parallel-hashmap/">https://greg7mdp.github.io/parallel-hashmap/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.33</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/p/parallel-hashmap/xmake.lua">parallel-hashmap/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install parallel-hashmap
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("parallel-hashmap")
+</code></pre>
 <h3 id="patchbsd">patch (bsd)</h3>
 <table>
 <thead>
@@ -3397,6 +3471,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("patch")
 </code></pre>
+<h3 id="picojsonbsd">picojson (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A header-file-only, JSON parser serializer in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://pocoproject.org/">https://pocoproject.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.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/p/picojson/xmake.lua">picojson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install picojson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("picojson")
+</code></pre>
 <h3 id="pkgconfigbsd">pkg-config (bsd)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/cross.html

@@ -3084,6 +3084,43 @@
 <pre><code class="lang-lua">add_requires("openssl")
 </code></pre>
 <h2 id="p">p</h2>
+<h3 id="parallelhashmapcross">parallel-hashmap (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A family of header-only, very fast and memory-friendly hashmap and btree containers.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://greg7mdp.github.io/parallel-hashmap/">https://greg7mdp.github.io/parallel-hashmap/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.33</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/p/parallel-hashmap/xmake.lua">parallel-hashmap/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] parallel-hashmap
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("parallel-hashmap")
+</code></pre>
 <h3 id="patchcross">patch (cross)</h3>
 <table>
 <thead>
@@ -3117,6 +3154,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("patch")
 </code></pre>
+<h3 id="picojsoncross">picojson (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A header-file-only, JSON parser serializer in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://pocoproject.org/">https://pocoproject.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/picojson/xmake.lua">picojson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] picojson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("picojson")
+</code></pre>
 <h3 id="pkgconfigcross">pkg-config (cross)</h3>
 <table>
 <thead>

+ 111 - 0
mirror/packages/iphoneos.html

@@ -3394,6 +3394,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("minizip")
 </code></pre>
+<h3 id="mioiphoneos">mio (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform C++11 header-only library for memory mapped file IO</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mandreyel/mio">https://github.com/mandreyel/mio</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.9.21</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mio/xmake.lua">mio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos mio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mio")
+</code></pre>
 <h3 id="mjsoniphoneos">mjson (iphoneos)</h3>
 <table>
 <thead>
@@ -3920,6 +3957,43 @@
 <pre><code class="lang-lua">add_requires("opencl-headers")
 </code></pre>
 <h2 id="p">p</h2>
+<h3 id="parallelhashmapiphoneos">parallel-hashmap (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A family of header-only, very fast and memory-friendly hashmap and btree containers.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://greg7mdp.github.io/parallel-hashmap/">https://greg7mdp.github.io/parallel-hashmap/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.33</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/parallel-hashmap/xmake.lua">parallel-hashmap/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos parallel-hashmap
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("parallel-hashmap")
+</code></pre>
 <h3 id="patchiphoneos">patch (iphoneos)</h3>
 <table>
 <thead>
@@ -3953,6 +4027,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("patch")
 </code></pre>
+<h3 id="picojsoniphoneos">picojson (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A header-file-only, JSON parser serializer in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://pocoproject.org/">https://pocoproject.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/picojson/xmake.lua">picojson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos picojson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("picojson")
+</code></pre>
 <h3 id="piexiphoneos">piex (iphoneos)</h3>
 <table>
 <thead>

+ 111 - 0
mirror/packages/linux.html

@@ -10908,6 +10908,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("minizip-ng")
 </code></pre>
+<h3 id="miolinux">mio (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform C++11 header-only library for memory mapped file IO</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mandreyel/mio">https://github.com/mandreyel/mio</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.9.21</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/m/mio/xmake.lua">mio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mio")
+</code></pre>
 <h3 id="mjsonlinux">mjson (linux)</h3>
 <table>
 <thead>
@@ -12751,6 +12788,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("papi")
 </code></pre>
+<h3 id="parallelhashmaplinux">parallel-hashmap (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A family of header-only, very fast and memory-friendly hashmap and btree containers.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://greg7mdp.github.io/parallel-hashmap/">https://greg7mdp.github.io/parallel-hashmap/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.33</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/parallel-hashmap/xmake.lua">parallel-hashmap/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install parallel-hashmap
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("parallel-hashmap")
+</code></pre>
 <h3 id="partiolinux">partio (linux)</h3>
 <table>
 <thead>
@@ -12924,6 +12998,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pcre2")
 </code></pre>
+<h3 id="picojsonlinux">picojson (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A header-file-only, JSON parser serializer in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://pocoproject.org/">https://pocoproject.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/picojson/xmake.lua">picojson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install picojson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("picojson")
+</code></pre>
 <h3 id="piexlinux">piex (linux)</h3>
 <table>
 <thead>

+ 111 - 0
mirror/packages/macosx.html

@@ -10196,6 +10196,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("minizip-ng")
 </code></pre>
+<h3 id="miomacosx">mio (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform C++11 header-only library for memory mapped file IO</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mandreyel/mio">https://github.com/mandreyel/mio</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.9.21</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mio/xmake.lua">mio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mio")
+</code></pre>
 <h3 id="mjsonmacosx">mjson (macosx)</h3>
 <table>
 <thead>
@@ -11969,6 +12006,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pagmo")
 </code></pre>
+<h3 id="parallelhashmapmacosx">parallel-hashmap (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A family of header-only, very fast and memory-friendly hashmap and btree containers.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://greg7mdp.github.io/parallel-hashmap/">https://greg7mdp.github.io/parallel-hashmap/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.33</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/parallel-hashmap/xmake.lua">parallel-hashmap/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install parallel-hashmap
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("parallel-hashmap")
+</code></pre>
 <h3 id="partiomacosx">partio (macosx)</h3>
 <table>
 <thead>
@@ -12142,6 +12216,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pcre2")
 </code></pre>
+<h3 id="picojsonmacosx">picojson (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A header-file-only, JSON parser serializer in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://pocoproject.org/">https://pocoproject.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/picojson/xmake.lua">picojson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install picojson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("picojson")
+</code></pre>
 <h3 id="piexmacosx">piex (macosx)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/mingw.html

@@ -4517,6 +4517,43 @@
 <pre><code class="lang-lua">add_requires("osqp")
 </code></pre>
 <h2 id="p">p</h2>
+<h3 id="parallelhashmapmingw">parallel-hashmap (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A family of header-only, very fast and memory-friendly hashmap and btree containers.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://greg7mdp.github.io/parallel-hashmap/">https://greg7mdp.github.io/parallel-hashmap/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.33</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/parallel-hashmap/xmake.lua">parallel-hashmap/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] parallel-hashmap
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("parallel-hashmap")
+</code></pre>
 <h3 id="patchmingw">patch (mingw)</h3>
 <table>
 <thead>
@@ -4616,6 +4653,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pcre2")
 </code></pre>
+<h3 id="picojsonmingw">picojson (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A header-file-only, JSON parser serializer in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://pocoproject.org/">https://pocoproject.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.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/p/picojson/xmake.lua">picojson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] picojson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("picojson")
+</code></pre>
 <h3 id="piexmingw">piex (mingw)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/msys.html

@@ -2878,6 +2878,43 @@
 <pre><code class="lang-lua">add_requires("opencl-headers")
 </code></pre>
 <h2 id="p">p</h2>
+<h3 id="parallelhashmapmsys">parallel-hashmap (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A family of header-only, very fast and memory-friendly hashmap and btree containers.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://greg7mdp.github.io/parallel-hashmap/">https://greg7mdp.github.io/parallel-hashmap/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.33</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/p/parallel-hashmap/xmake.lua">parallel-hashmap/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install parallel-hashmap
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("parallel-hashmap")
+</code></pre>
 <h3 id="patchmsys">patch (msys)</h3>
 <table>
 <thead>
@@ -2911,6 +2948,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("patch")
 </code></pre>
+<h3 id="picojsonmsys">picojson (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A header-file-only, JSON parser serializer in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://pocoproject.org/">https://pocoproject.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.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/p/picojson/xmake.lua">picojson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install picojson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("picojson")
+</code></pre>
 <h3 id="pkgconfigmsys">pkg-config (msys)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/windows.html

@@ -10119,6 +10119,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pagmo")
 </code></pre>
+<h3 id="parallelhashmapwindows">parallel-hashmap (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A family of header-only, very fast and memory-friendly hashmap and btree containers.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://greg7mdp.github.io/parallel-hashmap/">https://greg7mdp.github.io/parallel-hashmap/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.33</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/parallel-hashmap/xmake.lua">parallel-hashmap/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install parallel-hashmap
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("parallel-hashmap")
+</code></pre>
 <h3 id="partiowindows">partio (windows)</h3>
 <table>
 <thead>
@@ -10292,6 +10329,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pcre2")
 </code></pre>
+<h3 id="picojsonwindows">picojson (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A header-file-only, JSON parser serializer in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://pocoproject.org/">https://pocoproject.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/picojson/xmake.lua">picojson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install picojson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("picojson")
+</code></pre>
 <h3 id="piexwindows">piex (windows)</h3>
 <table>
 <thead>

+ 72 - 0
packages/android.md

@@ -2575,6 +2575,30 @@ add_requires("minizip-ng")
 ```
 
 
+### mio (android)
+
+
+| Description | *Cross-platform C++11 header-only library for memory mapped file IO* |
+| -- | -- |
+| Homepage | [https://github.com/mandreyel/mio](https://github.com/mandreyel/mio) |
+| License | MIT |
+| Versions | 2021.9.21 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [mio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] mio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mio")
+```
+
+
 ### mjson (android)
 
 
@@ -2980,6 +3004,30 @@ add_requires("openssl")
 
 
 ## p
+### parallel-hashmap (android)
+
+
+| Description | *A family of header-only, very fast and memory-friendly hashmap and btree containers.* |
+| -- | -- |
+| Homepage | [https://greg7mdp.github.io/parallel-hashmap/](https://greg7mdp.github.io/parallel-hashmap/) |
+| License | Apache-2.0 |
+| Versions | 1.33 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [parallel-hashmap/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/parallel-hashmap/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] parallel-hashmap
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("parallel-hashmap")
+```
+
+
 ### patch (android)
 
 
@@ -3003,6 +3051,30 @@ add_requires("patch")
 ```
 
 
+### picojson (android)
+
+
+| Description | *A header-file-only, JSON parser serializer in C++* |
+| -- | -- |
+| Homepage | [https://pocoproject.org/](https://pocoproject.org/) |
+| License | BSD-2-Clause |
+| Versions | v1.3.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [picojson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/picojson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] picojson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("picojson")
+```
+
+
 ### piex (android)
 
 

+ 72 - 0
packages/bsd.md

@@ -1896,6 +1896,30 @@ add_requires("minizip")
 ```
 
 
+### mio (bsd)
+
+
+| Description | *Cross-platform C++11 header-only library for memory mapped file IO* |
+| -- | -- |
+| Homepage | [https://github.com/mandreyel/mio](https://github.com/mandreyel/mio) |
+| License | MIT |
+| Versions | 2021.9.21 |
+| Architectures | i386, x86_64 |
+| Definition | [mio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mio")
+```
+
+
 ### mjson (bsd)
 
 
@@ -2230,6 +2254,30 @@ add_requires("opencl-headers")
 
 
 ## p
+### parallel-hashmap (bsd)
+
+
+| Description | *A family of header-only, very fast and memory-friendly hashmap and btree containers.* |
+| -- | -- |
+| Homepage | [https://greg7mdp.github.io/parallel-hashmap/](https://greg7mdp.github.io/parallel-hashmap/) |
+| License | Apache-2.0 |
+| Versions | 1.33 |
+| Architectures | i386, x86_64 |
+| Definition | [parallel-hashmap/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/parallel-hashmap/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install parallel-hashmap
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("parallel-hashmap")
+```
+
+
 ### patch (bsd)
 
 
@@ -2253,6 +2301,30 @@ add_requires("patch")
 ```
 
 
+### picojson (bsd)
+
+
+| Description | *A header-file-only, JSON parser serializer in C++* |
+| -- | -- |
+| Homepage | [https://pocoproject.org/](https://pocoproject.org/) |
+| License | BSD-2-Clause |
+| Versions | v1.3.0 |
+| Architectures | i386, x86_64 |
+| Definition | [picojson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/picojson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install picojson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("picojson")
+```
+
+
 ### pkg-config (bsd)
 
 

+ 48 - 0
packages/cross.md

@@ -2042,6 +2042,30 @@ add_requires("openssl")
 
 
 ## p
+### parallel-hashmap (cross)
+
+
+| Description | *A family of header-only, very fast and memory-friendly hashmap and btree containers.* |
+| -- | -- |
+| Homepage | [https://greg7mdp.github.io/parallel-hashmap/](https://greg7mdp.github.io/parallel-hashmap/) |
+| License | Apache-2.0 |
+| Versions | 1.33 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [parallel-hashmap/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/parallel-hashmap/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] parallel-hashmap
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("parallel-hashmap")
+```
+
+
 ### patch (cross)
 
 
@@ -2065,6 +2089,30 @@ add_requires("patch")
 ```
 
 
+### picojson (cross)
+
+
+| Description | *A header-file-only, JSON parser serializer in C++* |
+| -- | -- |
+| Homepage | [https://pocoproject.org/](https://pocoproject.org/) |
+| License | BSD-2-Clause |
+| Versions | v1.3.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [picojson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/picojson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] picojson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("picojson")
+```
+
+
 ### pkg-config (cross)
 
 

+ 72 - 0
packages/iphoneos.md

@@ -2247,6 +2247,30 @@ add_requires("minizip")
 ```
 
 
+### mio (iphoneos)
+
+
+| Description | *Cross-platform C++11 header-only library for memory mapped file IO* |
+| -- | -- |
+| Homepage | [https://github.com/mandreyel/mio](https://github.com/mandreyel/mio) |
+| License | MIT |
+| Versions | 2021.9.21 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [mio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos mio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mio")
+```
+
+
 ### mjson (iphoneos)
 
 
@@ -2605,6 +2629,30 @@ add_requires("opencl-headers")
 
 
 ## p
+### parallel-hashmap (iphoneos)
+
+
+| Description | *A family of header-only, very fast and memory-friendly hashmap and btree containers.* |
+| -- | -- |
+| Homepage | [https://greg7mdp.github.io/parallel-hashmap/](https://greg7mdp.github.io/parallel-hashmap/) |
+| License | Apache-2.0 |
+| Versions | 1.33 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [parallel-hashmap/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/parallel-hashmap/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos parallel-hashmap
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("parallel-hashmap")
+```
+
+
 ### patch (iphoneos)
 
 
@@ -2628,6 +2676,30 @@ add_requires("patch")
 ```
 
 
+### picojson (iphoneos)
+
+
+| Description | *A header-file-only, JSON parser serializer in C++* |
+| -- | -- |
+| Homepage | [https://pocoproject.org/](https://pocoproject.org/) |
+| License | BSD-2-Clause |
+| Versions | v1.3.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [picojson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/picojson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos picojson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("picojson")
+```
+
+
 ### piex (iphoneos)
 
 

+ 72 - 0
packages/linux.md

@@ -7291,6 +7291,30 @@ add_requires("minizip-ng")
 ```
 
 
+### mio (linux)
+
+
+| Description | *Cross-platform C++11 header-only library for memory mapped file IO* |
+| -- | -- |
+| Homepage | [https://github.com/mandreyel/mio](https://github.com/mandreyel/mio) |
+| License | MIT |
+| Versions | 2021.9.21 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [mio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mio")
+```
+
+
 ### mjson (linux)
 
 
@@ -8524,6 +8548,30 @@ add_requires("papi")
 ```
 
 
+### parallel-hashmap (linux)
+
+
+| Description | *A family of header-only, very fast and memory-friendly hashmap and btree containers.* |
+| -- | -- |
+| Homepage | [https://greg7mdp.github.io/parallel-hashmap/](https://greg7mdp.github.io/parallel-hashmap/) |
+| License | Apache-2.0 |
+| Versions | 1.33 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [parallel-hashmap/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/parallel-hashmap/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install parallel-hashmap
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("parallel-hashmap")
+```
+
+
 ### partio (linux)
 
 
@@ -8641,6 +8689,30 @@ add_requires("pcre2")
 ```
 
 
+### picojson (linux)
+
+
+| Description | *A header-file-only, JSON parser serializer in C++* |
+| -- | -- |
+| Homepage | [https://pocoproject.org/](https://pocoproject.org/) |
+| License | BSD-2-Clause |
+| Versions | v1.3.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [picojson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/picojson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install picojson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("picojson")
+```
+
+
 ### piex (linux)
 
 

+ 72 - 0
packages/macosx.md

@@ -6818,6 +6818,30 @@ add_requires("minizip-ng")
 ```
 
 
+### mio (macosx)
+
+
+| Description | *Cross-platform C++11 header-only library for memory mapped file IO* |
+| -- | -- |
+| Homepage | [https://github.com/mandreyel/mio](https://github.com/mandreyel/mio) |
+| License | MIT |
+| Versions | 2021.9.21 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [mio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mio")
+```
+
+
 ### mjson (macosx)
 
 
@@ -8004,6 +8028,30 @@ add_requires("pagmo")
 ```
 
 
+### parallel-hashmap (macosx)
+
+
+| Description | *A family of header-only, very fast and memory-friendly hashmap and btree containers.* |
+| -- | -- |
+| Homepage | [https://greg7mdp.github.io/parallel-hashmap/](https://greg7mdp.github.io/parallel-hashmap/) |
+| License | Apache-2.0 |
+| Versions | 1.33 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [parallel-hashmap/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/parallel-hashmap/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install parallel-hashmap
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("parallel-hashmap")
+```
+
+
 ### partio (macosx)
 
 
@@ -8121,6 +8169,30 @@ add_requires("pcre2")
 ```
 
 
+### picojson (macosx)
+
+
+| Description | *A header-file-only, JSON parser serializer in C++* |
+| -- | -- |
+| Homepage | [https://pocoproject.org/](https://pocoproject.org/) |
+| License | BSD-2-Clause |
+| Versions | v1.3.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [picojson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/picojson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install picojson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("picojson")
+```
+
+
 ### piex (macosx)
 
 

+ 48 - 0
packages/mingw.md

@@ -3005,6 +3005,30 @@ add_requires("osqp")
 
 
 ## p
+### parallel-hashmap (mingw)
+
+
+| Description | *A family of header-only, very fast and memory-friendly hashmap and btree containers.* |
+| -- | -- |
+| Homepage | [https://greg7mdp.github.io/parallel-hashmap/](https://greg7mdp.github.io/parallel-hashmap/) |
+| License | Apache-2.0 |
+| Versions | 1.33 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [parallel-hashmap/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/parallel-hashmap/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] parallel-hashmap
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("parallel-hashmap")
+```
+
+
 ### patch (mingw)
 
 
@@ -3074,6 +3098,30 @@ add_requires("pcre2")
 ```
 
 
+### picojson (mingw)
+
+
+| Description | *A header-file-only, JSON parser serializer in C++* |
+| -- | -- |
+| Homepage | [https://pocoproject.org/](https://pocoproject.org/) |
+| License | BSD-2-Clause |
+| Versions | v1.3.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [picojson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/picojson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] picojson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("picojson")
+```
+
+
 ### piex (mingw)
 
 

+ 48 - 0
packages/msys.md

@@ -1902,6 +1902,30 @@ add_requires("opencl-headers")
 
 
 ## p
+### parallel-hashmap (msys)
+
+
+| Description | *A family of header-only, very fast and memory-friendly hashmap and btree containers.* |
+| -- | -- |
+| Homepage | [https://greg7mdp.github.io/parallel-hashmap/](https://greg7mdp.github.io/parallel-hashmap/) |
+| License | Apache-2.0 |
+| Versions | 1.33 |
+| Architectures | i386, x86_64 |
+| Definition | [parallel-hashmap/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/parallel-hashmap/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install parallel-hashmap
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("parallel-hashmap")
+```
+
+
 ### patch (msys)
 
 
@@ -1925,6 +1949,30 @@ add_requires("patch")
 ```
 
 
+### picojson (msys)
+
+
+| Description | *A header-file-only, JSON parser serializer in C++* |
+| -- | -- |
+| Homepage | [https://pocoproject.org/](https://pocoproject.org/) |
+| License | BSD-2-Clause |
+| Versions | v1.3.0 |
+| Architectures | i386, x86_64 |
+| Definition | [picojson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/picojson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install picojson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("picojson")
+```
+
+
 ### pkg-config (msys)
 
 

+ 48 - 0
packages/windows.md

@@ -6723,6 +6723,30 @@ add_requires("pagmo")
 ```
 
 
+### parallel-hashmap (windows)
+
+
+| Description | *A family of header-only, very fast and memory-friendly hashmap and btree containers.* |
+| -- | -- |
+| Homepage | [https://greg7mdp.github.io/parallel-hashmap/](https://greg7mdp.github.io/parallel-hashmap/) |
+| License | Apache-2.0 |
+| Versions | 1.33 |
+| Architectures | x64, x86 |
+| Definition | [parallel-hashmap/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/parallel-hashmap/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install parallel-hashmap
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("parallel-hashmap")
+```
+
+
 ### partio (windows)
 
 
@@ -6840,6 +6864,30 @@ add_requires("pcre2")
 ```
 
 
+### picojson (windows)
+
+
+| Description | *A header-file-only, JSON parser serializer in C++* |
+| -- | -- |
+| Homepage | [https://pocoproject.org/](https://pocoproject.org/) |
+| License | BSD-2-Clause |
+| Versions | v1.3.0 |
+| Architectures | x64, x86 |
+| Definition | [picojson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/picojson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install picojson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("picojson")
+```
+
+
 ### piex (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-14T04:08:11+08:00</lastmod>
+  <lastmod>2021-11-14T08:16:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-14T04:08:13+08:00</lastmod>
+  <lastmod>2021-11-14T08:16:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-14T04:08:13+08:00</lastmod>
+  <lastmod>2021-11-14T08:16:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-14T04:08:13+08:00</lastmod>
+  <lastmod>2021-11-14T08:16:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-14T04:08:13+08:00</lastmod>
+  <lastmod>2021-11-14T08:16:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-14T04:08:14+08:00</lastmod>
+  <lastmod>2021-11-14T08:16:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-14T04:08:14+08:00</lastmod>
+  <lastmod>2021-11-14T08:16:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-14T04:08:14+08:00</lastmod>
+  <lastmod>2021-11-14T08:16:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-14T04:08:15+08:00</lastmod>
+  <lastmod>2021-11-14T08:16:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-14T04:08:15+08:00</lastmod>
+  <lastmod>2021-11-14T08:16:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-14T04:08:15+08:00</lastmod>
+  <lastmod>2021-11-14T08:16:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-14T04:08:15+08:00</lastmod>
+  <lastmod>2021-11-14T08:16:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-14T04:08:16+08:00</lastmod>
+  <lastmod>2021-11-14T08:16:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-14T04:08:16+08:00</lastmod>
+  <lastmod>2021-11-14T08:16:10+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: minizip-ng, jemalloc, libssh2**
+- **Recently added: mio, parallel-hashmap, picojson**
 
 [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)
-- 包列表 (497)
+- 包列表 (500)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)