Browse Source

fix build.lua

ruki 4 years ago
parent
commit
7210df3832

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: openvdb, binutils, libogg**
+- **Recently added: brotli, libuuid, rapidjson**
 
 [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 (140)
+- Packages (146)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 2 - 2
build.lua

@@ -306,10 +306,10 @@ function build_packages()
     git.clone(url, {outputdir = repodir})
 
     -- load packages
-    os.cd(repodir)
+    local oldir = os.cd(repodir)
     local packages = import("scripts.packages", {rootdir = repodir, anonymous = true})()
     local latest = latest_packages()
-    os.cd("-")
+    os.cd(oldir)
 
     -- get total packages
     local total_packages = {}

+ 68 - 0
mirror/packages/android.html

@@ -562,6 +562,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gtest")
 </code></pre>
+<h2 id="h">h</h2>
+<h3 id="hopscotchmapandroid">hopscotch-map (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ implementation of a fast hash map and hash set using hopscotch hashing</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tessil/hopscotch-map">https://github.com/Tessil/hopscotch-map</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.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/h/hopscotch-map/xmake.lua">hopscotch-map/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] hopscotch-map
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hopscotch-map")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="imguiandroid">imgui (android)</h3>
 <table>
@@ -1459,6 +1493,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
+<h2 id="r">r</h2>
+<h3 id="rapidjsonandroid">rapidjson (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>RapidJSON is a JSON parser and generator for C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tencent/rapidjson">https://github.com/Tencent/rapidjson</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidjson/xmake.lua">rapidjson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] rapidjson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rapidjson")
+</code></pre>
 <h2 id="s">s</h2>
 <h3 id="spdlogandroid">spdlog (android)</h3>
 <table>

+ 68 - 0
mirror/packages/bsd.html

@@ -496,6 +496,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gtest")
 </code></pre>
+<h2 id="h">h</h2>
+<h3 id="hopscotchmapbsd">hopscotch-map (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ implementation of a fast hash map and hash set using hopscotch hashing</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tessil/hopscotch-map">https://github.com/Tessil/hopscotch-map</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.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/h/hopscotch-map/xmake.lua">hopscotch-map/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install hopscotch-map
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hopscotch-map")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="injabsd">inja (bsd)</h3>
 <table>
@@ -1161,6 +1195,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
+<h2 id="r">r</h2>
+<h3 id="rapidjsonbsd">rapidjson (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>RapidJSON is a JSON parser and generator for C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tencent/rapidjson">https://github.com/Tencent/rapidjson</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidjson/xmake.lua">rapidjson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rapidjson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rapidjson")
+</code></pre>
 <h2 id="s">s</h2>
 <h3 id="spdlogbsd">spdlog (bsd)</h3>
 <table>

+ 101 - 0
mirror/packages/cross.html

@@ -496,6 +496,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gtest")
 </code></pre>
+<h2 id="h">h</h2>
+<h3 id="hopscotchmapcross">hopscotch-map (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ implementation of a fast hash map and hash set using hopscotch hashing</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tessil/hopscotch-map">https://github.com/Tessil/hopscotch-map</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.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/h/hopscotch-map/xmake.lua">hopscotch-map/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] hopscotch-map
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hopscotch-map")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="injacross">inja (cross)</h3>
 <table>
@@ -598,6 +632,39 @@
 <pre><code class="lang-lua">add_requires("jsoncpp")
 </code></pre>
 <h2 id="l">l</h2>
+<h3 id="libcurlcross">libcurl (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The multiprotocol file transfer library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://curl.haxx.se/">https://curl.haxx.se/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>7.31.0, 7.32.0, 7.33.0, 7.34.0, 7.35.0, 7.36.0, 7.37.1, 7.38.0, 7.39.0, 7.40.0, 7.41.0, 7.42.1, 7.43.0, 7.44.0, 7.45.0, 7.46.0, 7.47.1, 7.48.0, 7.49.1, 7.50.3, 7.51.0, 7.52.1, 7.53.1, 7.54.1, 7.55.1, 7.56.1, 7.57.0, 7.58.0, 7.59.0, 7.60.0, 7.61.0, 7.61.1, 7.62.0, 7.63.0, 7.64.0, 7.64.1, 7.65.3, 7.66.0, 7.67.0, 7.68.0, 7.69.1, 7.70.0, 7.71.1, 7.72.0, 7.73.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libcurl/xmake.lua">libcurl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libcurl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libcurl")
+</code></pre>
 <h3 id="libjpegcross">libjpeg (cross)</h3>
 <table>
 <thead>
@@ -1167,6 +1234,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
+<h2 id="r">r</h2>
+<h3 id="rapidjsoncross">rapidjson (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>RapidJSON is a JSON parser and generator for C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tencent/rapidjson">https://github.com/Tencent/rapidjson</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidjson/xmake.lua">rapidjson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] rapidjson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rapidjson")
+</code></pre>
 <h2 id="s">s</h2>
 <h3 id="spdlogcross">spdlog (cross)</h3>
 <table>

+ 69 - 1
mirror/packages/iphoneos.html

@@ -529,6 +529,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gtest")
 </code></pre>
+<h2 id="h">h</h2>
+<h3 id="hopscotchmapiphoneos">hopscotch-map (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ implementation of a fast hash map and hash set using hopscotch hashing</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tessil/hopscotch-map">https://github.com/Tessil/hopscotch-map</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.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/h/hopscotch-map/xmake.lua">hopscotch-map/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos hopscotch-map
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hopscotch-map")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="imguiiphoneos">imgui (iphoneos)</h3>
 <table>
@@ -712,7 +746,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>7.64.1</td>
+<td>7.31.0, 7.32.0, 7.33.0, 7.34.0, 7.35.0, 7.36.0, 7.37.1, 7.38.0, 7.39.0, 7.40.0, 7.41.0, 7.42.1, 7.43.0, 7.44.0, 7.45.0, 7.46.0, 7.47.1, 7.48.0, 7.49.1, 7.50.3, 7.51.0, 7.52.1, 7.53.1, 7.54.1, 7.55.1, 7.56.1, 7.57.0, 7.58.0, 7.59.0, 7.60.0, 7.61.0, 7.61.1, 7.62.0, 7.63.0, 7.64.0, 7.64.1, 7.65.3, 7.66.0, 7.67.0, 7.68.0, 7.69.1, 7.70.0, 7.71.1, 7.72.0, 7.73.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1529,6 +1563,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
+<h2 id="r">r</h2>
+<h3 id="rapidjsoniphoneos">rapidjson (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>RapidJSON is a JSON parser and generator for C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tencent/rapidjson">https://github.com/Tencent/rapidjson</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidjson/xmake.lua">rapidjson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos rapidjson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rapidjson")
+</code></pre>
 <h2 id="s">s</h2>
 <h3 id="spdlogiphoneos">spdlog (iphoneos)</h3>
 <table>

+ 168 - 1
mirror/packages/linux.html

@@ -393,6 +393,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("box2d")
 </code></pre>
+<h3 id="brotlilinux">brotli (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Brotli compression format.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/brotli">https://github.com/google/brotli</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.9</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/b/brotli/xmake.lua">brotli/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install brotli
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("brotli")
+</code></pre>
 <h3 id="bullet3linux">bullet3 (linux)</h3>
 <table>
 <thead>
@@ -1256,6 +1289,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gtest")
 </code></pre>
+<h2 id="h">h</h2>
+<h3 id="hopscotchmaplinux">hopscotch-map (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ implementation of a fast hash map and hash set using hopscotch hashing</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tessil/hopscotch-map">https://github.com/Tessil/hopscotch-map</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.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/h/hopscotch-map/xmake.lua">hopscotch-map/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install hopscotch-map
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hopscotch-map")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="icu4clinux">icu4c (linux)</h3>
 <table>
@@ -1472,7 +1539,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>7.64.1</td>
+<td>7.31.0, 7.32.0, 7.33.0, 7.34.0, 7.35.0, 7.36.0, 7.37.1, 7.38.0, 7.39.0, 7.40.0, 7.41.0, 7.42.1, 7.43.0, 7.44.0, 7.45.0, 7.46.0, 7.47.1, 7.48.0, 7.49.1, 7.50.3, 7.51.0, 7.52.1, 7.53.1, 7.54.1, 7.55.1, 7.56.1, 7.57.0, 7.58.0, 7.59.0, 7.60.0, 7.61.0, 7.61.1, 7.62.0, 7.63.0, 7.64.0, 7.64.1, 7.65.3, 7.66.0, 7.67.0, 7.68.0, 7.69.1, 7.70.0, 7.71.1, 7.72.0, 7.73.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2220,6 +2287,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libusb")
 </code></pre>
+<h3 id="libuuidlinux">libuuid (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable uuid C library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/libuuid">https://sourceforge.net/projects/libuuid</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libuuid/xmake.lua">libuuid/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libuuid
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libuuid")
+</code></pre>
 <h3 id="libuvlinux">libuv (linux)</h3>
 <table>
 <thead>
@@ -3145,6 +3245,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("meson")
 </code></pre>
+<h3 id="mimalloclinux">mimalloc (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>mimalloc (pronounced &#39;me-malloc&#39;) is a general purpose allocator with excellent performance characteristics.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/microsoft/mimalloc">https://github.com/microsoft/mimalloc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6.7</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/mimalloc/xmake.lua">mimalloc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mimalloc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mimalloc")
+</code></pre>
 <h3 id="monolinux">mono (linux)</h3>
 <table>
 <thead>
@@ -3940,6 +4073,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
+<h2 id="r">r</h2>
+<h3 id="rapidjsonlinux">rapidjson (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>RapidJSON is a JSON parser and generator for C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tencent/rapidjson">https://github.com/Tencent/rapidjson</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidjson/xmake.lua">rapidjson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rapidjson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rapidjson")
+</code></pre>
 <h2 id="s">s</h2>
 <h3 id="sfmllinux">sfml (linux)</h3>
 <table>

+ 167 - 1
mirror/packages/macosx.html

@@ -393,6 +393,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("box2d")
 </code></pre>
+<h3 id="brotlimacosx">brotli (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Brotli compression format.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/brotli">https://github.com/google/brotli</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.9</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/b/brotli/xmake.lua">brotli/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install brotli
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("brotli")
+</code></pre>
 <h3 id="bullet3macosx">bullet3 (macosx)</h3>
 <table>
 <thead>
@@ -1223,6 +1256,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gtest")
 </code></pre>
+<h2 id="h">h</h2>
+<h3 id="hopscotchmapmacosx">hopscotch-map (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ implementation of a fast hash map and hash set using hopscotch hashing</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tessil/hopscotch-map">https://github.com/Tessil/hopscotch-map</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.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/h/hopscotch-map/xmake.lua">hopscotch-map/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install hopscotch-map
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hopscotch-map")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="icu4cmacosx">icu4c (macosx)</h3>
 <table>
@@ -1439,7 +1506,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>7.64.1</td>
+<td>7.31.0, 7.32.0, 7.33.0, 7.34.0, 7.35.0, 7.36.0, 7.37.1, 7.38.0, 7.39.0, 7.40.0, 7.41.0, 7.42.1, 7.43.0, 7.44.0, 7.45.0, 7.46.0, 7.47.1, 7.48.0, 7.49.1, 7.50.3, 7.51.0, 7.52.1, 7.53.1, 7.54.1, 7.55.1, 7.56.1, 7.57.0, 7.58.0, 7.59.0, 7.60.0, 7.61.0, 7.61.1, 7.62.0, 7.63.0, 7.64.0, 7.64.1, 7.65.3, 7.66.0, 7.67.0, 7.68.0, 7.69.1, 7.70.0, 7.71.1, 7.72.0, 7.73.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2154,6 +2221,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libusb")
 </code></pre>
+<h3 id="libuuidmacosx">libuuid (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable uuid C library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/libuuid">https://sourceforge.net/projects/libuuid</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libuuid/xmake.lua">libuuid/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libuuid
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libuuid")
+</code></pre>
 <h3 id="libuvmacosx">libuv (macosx)</h3>
 <table>
 <thead>
@@ -3079,6 +3179,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("meson")
 </code></pre>
+<h3 id="mimallocmacosx">mimalloc (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>mimalloc (pronounced &#39;me-malloc&#39;) is a general purpose allocator with excellent performance characteristics.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/microsoft/mimalloc">https://github.com/microsoft/mimalloc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6.7</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/mimalloc/xmake.lua">mimalloc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mimalloc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mimalloc")
+</code></pre>
 <h3 id="monomacosx">mono (macosx)</h3>
 <table>
 <thead>
@@ -3842,6 +3975,39 @@
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
 <h2 id="r">r</h2>
+<h3 id="rapidjsonmacosx">rapidjson (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>RapidJSON is a JSON parser and generator for C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tencent/rapidjson">https://github.com/Tencent/rapidjson</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidjson/xmake.lua">rapidjson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rapidjson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rapidjson")
+</code></pre>
 <h3 id="raylibmacosx">raylib (macosx)</h3>
 <table>
 <thead>

+ 101 - 0
mirror/packages/mingw.html

@@ -628,6 +628,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gtest")
 </code></pre>
+<h2 id="h">h</h2>
+<h3 id="hopscotchmapmingw">hopscotch-map (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ implementation of a fast hash map and hash set using hopscotch hashing</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tessil/hopscotch-map">https://github.com/Tessil/hopscotch-map</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.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/h/hopscotch-map/xmake.lua">hopscotch-map/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] hopscotch-map
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hopscotch-map")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="imguimingw">imgui (mingw)</h3>
 <table>
@@ -763,6 +797,39 @@
 <pre><code class="lang-lua">add_requires("jsoncpp")
 </code></pre>
 <h2 id="l">l</h2>
+<h3 id="libcurlmingw">libcurl (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The multiprotocol file transfer library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://curl.haxx.se/">https://curl.haxx.se/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>7.31.0, 7.32.0, 7.33.0, 7.34.0, 7.35.0, 7.36.0, 7.37.1, 7.38.0, 7.39.0, 7.40.0, 7.41.0, 7.42.1, 7.43.0, 7.44.0, 7.45.0, 7.46.0, 7.47.1, 7.48.0, 7.49.1, 7.50.3, 7.51.0, 7.52.1, 7.53.1, 7.54.1, 7.55.1, 7.56.1, 7.57.0, 7.58.0, 7.59.0, 7.60.0, 7.61.0, 7.61.1, 7.62.0, 7.63.0, 7.64.0, 7.64.1, 7.65.3, 7.66.0, 7.67.0, 7.68.0, 7.69.1, 7.70.0, 7.71.1, 7.72.0, 7.73.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libcurl/xmake.lua">libcurl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] libcurl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libcurl")
+</code></pre>
 <h3 id="libjpegmingw">libjpeg (mingw)</h3>
 <table>
 <thead>
@@ -1628,6 +1695,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
+<h2 id="r">r</h2>
+<h3 id="rapidjsonmingw">rapidjson (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>RapidJSON is a JSON parser and generator for C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tencent/rapidjson">https://github.com/Tencent/rapidjson</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidjson/xmake.lua">rapidjson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] rapidjson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rapidjson")
+</code></pre>
 <h2 id="s">s</h2>
 <h3 id="sfmlmingw">sfml (mingw)</h3>
 <table>

+ 68 - 0
mirror/packages/msys.html

@@ -496,6 +496,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gtest")
 </code></pre>
+<h2 id="h">h</h2>
+<h3 id="hopscotchmapmsys">hopscotch-map (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ implementation of a fast hash map and hash set using hopscotch hashing</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tessil/hopscotch-map">https://github.com/Tessil/hopscotch-map</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.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/h/hopscotch-map/xmake.lua">hopscotch-map/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install hopscotch-map
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hopscotch-map")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="injamsys">inja (msys)</h3>
 <table>
@@ -1062,6 +1096,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
+<h2 id="r">r</h2>
+<h3 id="rapidjsonmsys">rapidjson (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>RapidJSON is a JSON parser and generator for C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tencent/rapidjson">https://github.com/Tencent/rapidjson</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidjson/xmake.lua">rapidjson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rapidjson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rapidjson")
+</code></pre>
 <h2 id="s">s</h2>
 <h3 id="spdlogmsys">spdlog (msys)</h3>
 <table>

+ 167 - 1
mirror/packages/windows.html

@@ -393,6 +393,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("box2d")
 </code></pre>
+<h3 id="brotliwindows">brotli (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Brotli compression format.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/brotli">https://github.com/google/brotli</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.9</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/b/brotli/xmake.lua">brotli/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install brotli
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("brotli")
+</code></pre>
 <h3 id="bullet3windows">bullet3 (windows)</h3>
 <table>
 <thead>
@@ -1025,6 +1058,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gtest")
 </code></pre>
+<h2 id="h">h</h2>
+<h3 id="hopscotchmapwindows">hopscotch-map (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ implementation of a fast hash map and hash set using hopscotch hashing</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tessil/hopscotch-map">https://github.com/Tessil/hopscotch-map</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.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/h/hopscotch-map/xmake.lua">hopscotch-map/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install hopscotch-map
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hopscotch-map")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="imguiwindows">imgui (windows)</h3>
 <table>
@@ -1175,7 +1242,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>7.64.1</td>
+<td>7.31.0, 7.32.0, 7.33.0, 7.34.0, 7.35.0, 7.36.0, 7.37.1, 7.38.0, 7.39.0, 7.40.0, 7.41.0, 7.42.1, 7.43.0, 7.44.0, 7.45.0, 7.46.0, 7.47.1, 7.48.0, 7.49.1, 7.50.3, 7.51.0, 7.52.1, 7.53.1, 7.54.1, 7.55.1, 7.56.1, 7.57.0, 7.58.0, 7.59.0, 7.60.0, 7.61.0, 7.61.1, 7.62.0, 7.63.0, 7.64.0, 7.64.1, 7.65.3, 7.66.0, 7.67.0, 7.68.0, 7.69.1, 7.70.0, 7.71.1, 7.72.0, 7.73.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1887,6 +1954,72 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("meson")
 </code></pre>
+<h3 id="mhookwindows">mhook (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Windows API hooking library </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martona/mhook">https://github.com/martona/mhook</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.5.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mhook/xmake.lua">mhook/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mhook
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mhook")
+</code></pre>
+<h3 id="mimallocwindows">mimalloc (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>mimalloc (pronounced &#39;me-malloc&#39;) is a general purpose allocator with excellent performance characteristics.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/microsoft/mimalloc">https://github.com/microsoft/mimalloc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6.7</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/m/mimalloc/xmake.lua">mimalloc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mimalloc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mimalloc")
+</code></pre>
 <h3 id="moonjitwindows">moonjit (windows)</h3>
 <table>
 <thead>
@@ -2551,6 +2684,39 @@
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
 <h2 id="r">r</h2>
+<h3 id="rapidjsonwindows">rapidjson (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>RapidJSON is a JSON parser and generator for C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tencent/rapidjson">https://github.com/Tencent/rapidjson</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidjson/xmake.lua">rapidjson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rapidjson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rapidjson")
+</code></pre>
 <h3 id="raylibwindows">raylib (windows)</h3>
 <table>
 <thead>

+ 50 - 0
packages/android.md

@@ -333,6 +333,31 @@ add_requires("gtest")
 
 
 
+## h
+### hopscotch-map (android)
+
+
+| Description | *A C++ implementation of a fast hash map and hash set using hopscotch hashing* |
+| -- | -- |
+| Homepage | [https://github.com/Tessil/hopscotch-map](https://github.com/Tessil/hopscotch-map) |
+| Versions | v2.3.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [hopscotch-map/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hopscotch-map/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] hopscotch-map
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hopscotch-map")
+```
+
+
+
 ## i
 ### imgui (android)
 
@@ -966,6 +991,31 @@ add_requires("python2")
 
 
 
+## r
+### rapidjson (android)
+
+
+| Description | *RapidJSON is a JSON parser and generator for C++.* |
+| -- | -- |
+| Homepage | [https://github.com/Tencent/rapidjson](https://github.com/Tencent/rapidjson) |
+| Versions | v1.1.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [rapidjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidjson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] rapidjson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rapidjson")
+```
+
+
+
 ## s
 ### spdlog (android)
 

+ 50 - 0
packages/bsd.md

@@ -287,6 +287,31 @@ add_requires("gtest")
 
 
 
+## h
+### hopscotch-map (bsd)
+
+
+| Description | *A C++ implementation of a fast hash map and hash set using hopscotch hashing* |
+| -- | -- |
+| Homepage | [https://github.com/Tessil/hopscotch-map](https://github.com/Tessil/hopscotch-map) |
+| Versions | v2.3.0 |
+| Architectures | i386, x86_64 |
+| Definition | [hopscotch-map/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hopscotch-map/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install hopscotch-map
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hopscotch-map")
+```
+
+
+
 ## i
 ### inja (bsd)
 
@@ -757,6 +782,31 @@ add_requires("python2")
 
 
 
+## r
+### rapidjson (bsd)
+
+
+| Description | *RapidJSON is a JSON parser and generator for C++.* |
+| -- | -- |
+| Homepage | [https://github.com/Tencent/rapidjson](https://github.com/Tencent/rapidjson) |
+| Versions | v1.1.0 |
+| Architectures | i386, x86_64 |
+| Definition | [rapidjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidjson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rapidjson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rapidjson")
+```
+
+
+
 ## s
 ### spdlog (bsd)
 

+ 73 - 0
packages/cross.md

@@ -287,6 +287,31 @@ add_requires("gtest")
 
 
 
+## h
+### hopscotch-map (cross)
+
+
+| Description | *A C++ implementation of a fast hash map and hash set using hopscotch hashing* |
+| -- | -- |
+| Homepage | [https://github.com/Tessil/hopscotch-map](https://github.com/Tessil/hopscotch-map) |
+| Versions | v2.3.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [hopscotch-map/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hopscotch-map/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] hopscotch-map
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hopscotch-map")
+```
+
+
+
 ## i
 ### inja (cross)
 
@@ -361,6 +386,29 @@ add_requires("jsoncpp")
 
 
 ## l
+### libcurl (cross)
+
+
+| Description | *The multiprotocol file transfer library.* |
+| -- | -- |
+| Homepage | [https://curl.haxx.se/](https://curl.haxx.se/) |
+| Versions | 7.31.0, 7.32.0, 7.33.0, 7.34.0, 7.35.0, 7.36.0, 7.37.1, 7.38.0, 7.39.0, 7.40.0, 7.41.0, 7.42.1, 7.43.0, 7.44.0, 7.45.0, 7.46.0, 7.47.1, 7.48.0, 7.49.1, 7.50.3, 7.51.0, 7.52.1, 7.53.1, 7.54.1, 7.55.1, 7.56.1, 7.57.0, 7.58.0, 7.59.0, 7.60.0, 7.61.0, 7.61.1, 7.62.0, 7.63.0, 7.64.0, 7.64.1, 7.65.3, 7.66.0, 7.67.0, 7.68.0, 7.69.1, 7.70.0, 7.71.1, 7.72.0, 7.73.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [libcurl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libcurl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] libcurl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libcurl")
+```
+
+
 ### libjpeg (cross)
 
 
@@ -762,6 +810,31 @@ add_requires("python2")
 
 
 
+## r
+### rapidjson (cross)
+
+
+| Description | *RapidJSON is a JSON parser and generator for C++.* |
+| -- | -- |
+| Homepage | [https://github.com/Tencent/rapidjson](https://github.com/Tencent/rapidjson) |
+| Versions | v1.1.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [rapidjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidjson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] rapidjson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rapidjson")
+```
+
+
+
 ## s
 ### spdlog (cross)
 

+ 51 - 1
packages/iphoneos.md

@@ -310,6 +310,31 @@ add_requires("gtest")
 
 
 
+## h
+### hopscotch-map (iphoneos)
+
+
+| Description | *A C++ implementation of a fast hash map and hash set using hopscotch hashing* |
+| -- | -- |
+| Homepage | [https://github.com/Tessil/hopscotch-map](https://github.com/Tessil/hopscotch-map) |
+| Versions | v2.3.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [hopscotch-map/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hopscotch-map/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos hopscotch-map
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hopscotch-map")
+```
+
+
+
 ## i
 ### imgui (iphoneos)
 
@@ -436,7 +461,7 @@ add_requires("jsoncpp")
 | Description | *The multiprotocol file transfer library.* |
 | -- | -- |
 | Homepage | [https://curl.haxx.se/](https://curl.haxx.se/) |
-| Versions | 7.64.1 |
+| Versions | 7.31.0, 7.32.0, 7.33.0, 7.34.0, 7.35.0, 7.36.0, 7.37.1, 7.38.0, 7.39.0, 7.40.0, 7.41.0, 7.42.1, 7.43.0, 7.44.0, 7.45.0, 7.46.0, 7.47.1, 7.48.0, 7.49.1, 7.50.3, 7.51.0, 7.52.1, 7.53.1, 7.54.1, 7.55.1, 7.56.1, 7.57.0, 7.58.0, 7.59.0, 7.60.0, 7.61.0, 7.61.1, 7.62.0, 7.63.0, 7.64.0, 7.64.1, 7.65.3, 7.66.0, 7.67.0, 7.68.0, 7.69.1, 7.70.0, 7.71.1, 7.72.0, 7.73.0 |
 | Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Definition | [libcurl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libcurl/xmake.lua) |
 
@@ -1013,6 +1038,31 @@ add_requires("python2")
 
 
 
+## r
+### rapidjson (iphoneos)
+
+
+| Description | *RapidJSON is a JSON parser and generator for C++.* |
+| -- | -- |
+| Homepage | [https://github.com/Tencent/rapidjson](https://github.com/Tencent/rapidjson) |
+| Versions | v1.1.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [rapidjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidjson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos rapidjson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rapidjson")
+```
+
+
+
 ## s
 ### spdlog (iphoneos)
 

+ 120 - 1
packages/linux.md

@@ -209,6 +209,29 @@ add_requires("box2d")
 ```
 
 
+### brotli (linux)
+
+
+| Description | *Brotli compression format.* |
+| -- | -- |
+| Homepage | [https://github.com/google/brotli](https://github.com/google/brotli) |
+| Versions | 1.0.9 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [brotli/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/brotli/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install brotli
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("brotli")
+```
+
+
 ### bullet3 (linux)
 
 
@@ -818,6 +841,31 @@ add_requires("gtest")
 
 
 
+## h
+### hopscotch-map (linux)
+
+
+| Description | *A C++ implementation of a fast hash map and hash set using hopscotch hashing* |
+| -- | -- |
+| Homepage | [https://github.com/Tessil/hopscotch-map](https://github.com/Tessil/hopscotch-map) |
+| Versions | v2.3.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [hopscotch-map/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hopscotch-map/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install hopscotch-map
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hopscotch-map")
+```
+
+
+
 ## i
 ### icu4c (linux)
 
@@ -967,7 +1015,7 @@ add_requires("jsoncpp")
 | Description | *The multiprotocol file transfer library.* |
 | -- | -- |
 | Homepage | [https://curl.haxx.se/](https://curl.haxx.se/) |
-| Versions | 7.64.1 |
+| Versions | 7.31.0, 7.32.0, 7.33.0, 7.34.0, 7.35.0, 7.36.0, 7.37.1, 7.38.0, 7.39.0, 7.40.0, 7.41.0, 7.42.1, 7.43.0, 7.44.0, 7.45.0, 7.46.0, 7.47.1, 7.48.0, 7.49.1, 7.50.3, 7.51.0, 7.52.1, 7.53.1, 7.54.1, 7.55.1, 7.56.1, 7.57.0, 7.58.0, 7.59.0, 7.60.0, 7.61.0, 7.61.1, 7.62.0, 7.63.0, 7.64.0, 7.64.1, 7.65.3, 7.66.0, 7.67.0, 7.68.0, 7.69.1, 7.70.0, 7.71.1, 7.72.0, 7.73.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [libcurl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libcurl/xmake.lua) |
 
@@ -1491,6 +1539,29 @@ add_requires("libusb")
 ```
 
 
+### libuuid (linux)
+
+
+| Description | *Portable uuid C library* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/libuuid](https://sourceforge.net/projects/libuuid) |
+| Versions | 1.0.3 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libuuid/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libuuid/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libuuid
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libuuid")
+```
+
+
 ### libuv (linux)
 
 
@@ -2137,6 +2208,29 @@ add_requires("meson")
 ```
 
 
+### mimalloc (linux)
+
+
+| Description | *mimalloc (pronounced 'me-malloc') is a general purpose allocator with excellent performance characteristics.* |
+| -- | -- |
+| Homepage | [https://github.com/microsoft/mimalloc](https://github.com/microsoft/mimalloc) |
+| Versions | 1.6.7 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [mimalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mimalloc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mimalloc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mimalloc")
+```
+
+
 ### mono (linux)
 
 
@@ -2696,6 +2790,31 @@ add_requires("python2")
 
 
 
+## r
+### rapidjson (linux)
+
+
+| Description | *RapidJSON is a JSON parser and generator for C++.* |
+| -- | -- |
+| Homepage | [https://github.com/Tencent/rapidjson](https://github.com/Tencent/rapidjson) |
+| Versions | v1.1.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [rapidjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidjson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rapidjson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rapidjson")
+```
+
+
+
 ## s
 ### sfml (linux)
 

+ 118 - 1
packages/macosx.md

@@ -209,6 +209,29 @@ add_requires("box2d")
 ```
 
 
+### brotli (macosx)
+
+
+| Description | *Brotli compression format.* |
+| -- | -- |
+| Homepage | [https://github.com/google/brotli](https://github.com/google/brotli) |
+| Versions | 1.0.9 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [brotli/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/brotli/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install brotli
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("brotli")
+```
+
+
 ### bullet3 (macosx)
 
 
@@ -795,6 +818,31 @@ add_requires("gtest")
 
 
 
+## h
+### hopscotch-map (macosx)
+
+
+| Description | *A C++ implementation of a fast hash map and hash set using hopscotch hashing* |
+| -- | -- |
+| Homepage | [https://github.com/Tessil/hopscotch-map](https://github.com/Tessil/hopscotch-map) |
+| Versions | v2.3.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [hopscotch-map/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hopscotch-map/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install hopscotch-map
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hopscotch-map")
+```
+
+
+
 ## i
 ### icu4c (macosx)
 
@@ -944,7 +992,7 @@ add_requires("jsoncpp")
 | Description | *The multiprotocol file transfer library.* |
 | -- | -- |
 | Homepage | [https://curl.haxx.se/](https://curl.haxx.se/) |
-| Versions | 7.64.1 |
+| Versions | 7.31.0, 7.32.0, 7.33.0, 7.34.0, 7.35.0, 7.36.0, 7.37.1, 7.38.0, 7.39.0, 7.40.0, 7.41.0, 7.42.1, 7.43.0, 7.44.0, 7.45.0, 7.46.0, 7.47.1, 7.48.0, 7.49.1, 7.50.3, 7.51.0, 7.52.1, 7.53.1, 7.54.1, 7.55.1, 7.56.1, 7.57.0, 7.58.0, 7.59.0, 7.60.0, 7.61.0, 7.61.1, 7.62.0, 7.63.0, 7.64.0, 7.64.1, 7.65.3, 7.66.0, 7.67.0, 7.68.0, 7.69.1, 7.70.0, 7.71.1, 7.72.0, 7.73.0 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [libcurl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libcurl/xmake.lua) |
 
@@ -1445,6 +1493,29 @@ add_requires("libusb")
 ```
 
 
+### libuuid (macosx)
+
+
+| Description | *Portable uuid C library* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/libuuid](https://sourceforge.net/projects/libuuid) |
+| Versions | 1.0.3 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libuuid/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libuuid/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libuuid
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libuuid")
+```
+
+
 ### libuv (macosx)
 
 
@@ -2091,6 +2162,29 @@ add_requires("meson")
 ```
 
 
+### mimalloc (macosx)
+
+
+| Description | *mimalloc (pronounced 'me-malloc') is a general purpose allocator with excellent performance characteristics.* |
+| -- | -- |
+| Homepage | [https://github.com/microsoft/mimalloc](https://github.com/microsoft/mimalloc) |
+| Versions | 1.6.7 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [mimalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mimalloc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mimalloc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mimalloc")
+```
+
+
 ### mono (macosx)
 
 
@@ -2628,6 +2722,29 @@ add_requires("python2")
 
 
 ## r
+### rapidjson (macosx)
+
+
+| Description | *RapidJSON is a JSON parser and generator for C++.* |
+| -- | -- |
+| Homepage | [https://github.com/Tencent/rapidjson](https://github.com/Tencent/rapidjson) |
+| Versions | v1.1.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [rapidjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidjson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rapidjson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rapidjson")
+```
+
+
 ### raylib (macosx)
 
 

+ 73 - 0
packages/mingw.md

@@ -379,6 +379,31 @@ add_requires("gtest")
 
 
 
+## h
+### hopscotch-map (mingw)
+
+
+| Description | *A C++ implementation of a fast hash map and hash set using hopscotch hashing* |
+| -- | -- |
+| Homepage | [https://github.com/Tessil/hopscotch-map](https://github.com/Tessil/hopscotch-map) |
+| Versions | v2.3.0 |
+| Architectures | i386, x86_64 |
+| Definition | [hopscotch-map/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hopscotch-map/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] hopscotch-map
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hopscotch-map")
+```
+
+
+
 ## i
 ### imgui (mingw)
 
@@ -476,6 +501,29 @@ add_requires("jsoncpp")
 
 
 ## l
+### libcurl (mingw)
+
+
+| Description | *The multiprotocol file transfer library.* |
+| -- | -- |
+| Homepage | [https://curl.haxx.se/](https://curl.haxx.se/) |
+| Versions | 7.31.0, 7.32.0, 7.33.0, 7.34.0, 7.35.0, 7.36.0, 7.37.1, 7.38.0, 7.39.0, 7.40.0, 7.41.0, 7.42.1, 7.43.0, 7.44.0, 7.45.0, 7.46.0, 7.47.1, 7.48.0, 7.49.1, 7.50.3, 7.51.0, 7.52.1, 7.53.1, 7.54.1, 7.55.1, 7.56.1, 7.57.0, 7.58.0, 7.59.0, 7.60.0, 7.61.0, 7.61.1, 7.62.0, 7.63.0, 7.64.0, 7.64.1, 7.65.3, 7.66.0, 7.67.0, 7.68.0, 7.69.1, 7.70.0, 7.71.1, 7.72.0, 7.73.0 |
+| Architectures | i386, x86_64 |
+| Definition | [libcurl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libcurl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] libcurl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libcurl")
+```
+
+
 ### libjpeg (mingw)
 
 
@@ -1082,6 +1130,31 @@ add_requires("python2")
 
 
 
+## r
+### rapidjson (mingw)
+
+
+| Description | *RapidJSON is a JSON parser and generator for C++.* |
+| -- | -- |
+| Homepage | [https://github.com/Tencent/rapidjson](https://github.com/Tencent/rapidjson) |
+| Versions | v1.1.0 |
+| Architectures | i386, x86_64 |
+| Definition | [rapidjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidjson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] rapidjson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rapidjson")
+```
+
+
+
 ## s
 ### sfml (mingw)
 

+ 50 - 0
packages/msys.md

@@ -287,6 +287,31 @@ add_requires("gtest")
 
 
 
+## h
+### hopscotch-map (msys)
+
+
+| Description | *A C++ implementation of a fast hash map and hash set using hopscotch hashing* |
+| -- | -- |
+| Homepage | [https://github.com/Tessil/hopscotch-map](https://github.com/Tessil/hopscotch-map) |
+| Versions | v2.3.0 |
+| Architectures | i386, x86_64 |
+| Definition | [hopscotch-map/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hopscotch-map/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install hopscotch-map
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hopscotch-map")
+```
+
+
+
 ## i
 ### inja (msys)
 
@@ -688,6 +713,31 @@ add_requires("python2")
 
 
 
+## r
+### rapidjson (msys)
+
+
+| Description | *RapidJSON is a JSON parser and generator for C++.* |
+| -- | -- |
+| Homepage | [https://github.com/Tencent/rapidjson](https://github.com/Tencent/rapidjson) |
+| Versions | v1.1.0 |
+| Architectures | i386, x86_64 |
+| Definition | [rapidjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidjson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rapidjson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rapidjson")
+```
+
+
+
 ## s
 ### spdlog (msys)
 

+ 118 - 1
packages/windows.md

@@ -209,6 +209,29 @@ add_requires("box2d")
 ```
 
 
+### brotli (windows)
+
+
+| Description | *Brotli compression format.* |
+| -- | -- |
+| Homepage | [https://github.com/google/brotli](https://github.com/google/brotli) |
+| Versions | 1.0.9 |
+| Architectures | x64, x86 |
+| Definition | [brotli/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/brotli/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install brotli
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("brotli")
+```
+
+
 ### bullet3 (windows)
 
 
@@ -657,6 +680,31 @@ add_requires("gtest")
 
 
 
+## h
+### hopscotch-map (windows)
+
+
+| Description | *A C++ implementation of a fast hash map and hash set using hopscotch hashing* |
+| -- | -- |
+| Homepage | [https://github.com/Tessil/hopscotch-map](https://github.com/Tessil/hopscotch-map) |
+| Versions | v2.3.0 |
+| Architectures | x64, x86 |
+| Definition | [hopscotch-map/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hopscotch-map/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install hopscotch-map
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hopscotch-map")
+```
+
+
+
 ## i
 ### imgui (windows)
 
@@ -760,7 +808,7 @@ add_requires("jsoncpp")
 | Description | *The multiprotocol file transfer library.* |
 | -- | -- |
 | Homepage | [https://curl.haxx.se/](https://curl.haxx.se/) |
-| Versions | 7.64.1 |
+| Versions | 7.31.0, 7.32.0, 7.33.0, 7.34.0, 7.35.0, 7.36.0, 7.37.1, 7.38.0, 7.39.0, 7.40.0, 7.41.0, 7.42.1, 7.43.0, 7.44.0, 7.45.0, 7.46.0, 7.47.1, 7.48.0, 7.49.1, 7.50.3, 7.51.0, 7.52.1, 7.53.1, 7.54.1, 7.55.1, 7.56.1, 7.57.0, 7.58.0, 7.59.0, 7.60.0, 7.61.0, 7.61.1, 7.62.0, 7.63.0, 7.64.0, 7.64.1, 7.65.3, 7.66.0, 7.67.0, 7.68.0, 7.69.1, 7.70.0, 7.71.1, 7.72.0, 7.73.0 |
 | Architectures | x64, x86 |
 | Definition | [libcurl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libcurl/xmake.lua) |
 
@@ -1262,6 +1310,52 @@ add_requires("meson")
 ```
 
 
+### mhook (windows)
+
+
+| Description | *A Windows API hooking library * |
+| -- | -- |
+| Homepage | [https://github.com/martona/mhook](https://github.com/martona/mhook) |
+| Versions | 2.5.1 |
+| Architectures | x64, x86 |
+| Definition | [mhook/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mhook/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mhook
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mhook")
+```
+
+
+### mimalloc (windows)
+
+
+| Description | *mimalloc (pronounced 'me-malloc') is a general purpose allocator with excellent performance characteristics.* |
+| -- | -- |
+| Homepage | [https://github.com/microsoft/mimalloc](https://github.com/microsoft/mimalloc) |
+| Versions | 1.6.7 |
+| Architectures | x64, x86 |
+| Definition | [mimalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mimalloc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mimalloc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mimalloc")
+```
+
+
 ### moonjit (windows)
 
 
@@ -1730,6 +1824,29 @@ add_requires("python2")
 
 
 ## r
+### rapidjson (windows)
+
+
+| Description | *RapidJSON is a JSON parser and generator for C++.* |
+| -- | -- |
+| Homepage | [https://github.com/Tencent/rapidjson](https://github.com/Tencent/rapidjson) |
+| Versions | v1.1.0 |
+| Architectures | x64, x86 |
+| Definition | [rapidjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidjson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rapidjson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rapidjson")
+```
+
+
 ### raylib (windows)
 
 

+ 26 - 26
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-05T15:10:23+08:00</lastmod>
+  <lastmod>2020-11-01T11:07:42+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-11-05T15:10:24+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
+  <lastmod>2020-11-07T21:10:40+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-11-05T15:10:24+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
+  <lastmod>2020-11-07T21:10:40+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-11-05T15:10:24+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
+  <lastmod>2020-11-07T21:10:40+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-11-05T15:10:25+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
+  <lastmod>2020-11-07T21:10:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-11-05T15:10:25+08:00</lastmod>
+  <lastmod>2020-11-07T21:10:40+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-11-05T15:10:25+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
+  <lastmod>2020-11-07T21:10:41+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-11-05T15:10:25+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
+  <lastmod>2020-11-07T21:10:41+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-11-05T15:10:26+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
+  <lastmod>2020-11-07T21:10:41+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-11-05T15:10:26+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
+  <lastmod>2020-11-07T21:10:41+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-11-05T15:10:26+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
+  <lastmod>2020-11-07T21:10:41+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-11-05T15:10:26+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
+  <lastmod>2020-11-07T21:10:42+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-11-05T15:10:26+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
+  <lastmod>2020-11-07T21:10:42+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-11-05T15:10:27+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
+  <lastmod>2020-11-07T21:10:42+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: openvdb, binutils, libogg**
+- **Recently added: brotli, libuuid, rapidjson**
 
 [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)
-- 包列表 (140)
+- 包列表 (146)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)