ソースを参照

autoupdate docs by xmake-repo/ci

ruki 4 年 前
コミット
3ae6775fba

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: zziplib, fastcppcsvparser, rapidcsv**
+- **Recently added: draco, minizip, uriparser**
 
 [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 (307)
+- Packages (310)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -2942,6 +2942,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("miniz")
 </code></pre>
+<h3 id="minizipandroid">minizip (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Mini zip and unzip based on zlib</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zlib.net/">https://www.zlib.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.10, 1.2.11</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/minizip/xmake.lua">minizip/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] minizip
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minizip")
+</code></pre>
 <h3 id="moonjitandroid">moonjit (android)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/bsd.html

@@ -2015,6 +2015,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("miniz")
 </code></pre>
+<h3 id="minizipbsd">minizip (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Mini zip and unzip based on zlib</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zlib.net/">https://www.zlib.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.10, 1.2.11</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/minizip/xmake.lua">minizip/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install minizip
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minizip")
+</code></pre>
 <h3 id="moonjitbsd">moonjit (bsd)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -1945,6 +1945,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("miniz")
 </code></pre>
+<h3 id="minizipcross">minizip (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Mini zip and unzip based on zlib</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zlib.net/">https://www.zlib.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.10, 1.2.11</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/m/minizip/xmake.lua">minizip/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] minizip
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minizip")
+</code></pre>
 <h3 id="muslcccross">muslcc (cross)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -2637,6 +2637,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("miniz")
 </code></pre>
+<h3 id="minizipiphoneos">minizip (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Mini zip and unzip based on zlib</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zlib.net/">https://www.zlib.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.10, 1.2.11</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/minizip/xmake.lua">minizip/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos minizip
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minizip")
+</code></pre>
 <h3 id="moonjitiphoneos">moonjit (iphoneos)</h3>
 <table>
 <thead>

+ 109 - 2
mirror/packages/linux.html

@@ -1392,6 +1392,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
+<h3 id="dracolinux">draco (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Draco is an open-source library for compressing and decompressing 3D geometric meshes and point clouds.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://google.github.io/draco/">https://google.github.io/draco/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/draco/xmake.lua">draco/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install draco
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("draco")
+</code></pre>
 <h3 id="drogonlinux">drogon (linux)</h3>
 <table>
 <thead>
@@ -2895,7 +2932,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>64.2, 68.1, 68.2</td>
+<td>64.2, 68.1, 68.2, 69.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6518,6 +6555,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("miniz")
 </code></pre>
+<h3 id="miniziplinux">minizip (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Mini zip and unzip based on zlib</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zlib.net/">https://www.zlib.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.10, 1.2.11</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/minizip/xmake.lua">minizip/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install minizip
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minizip")
+</code></pre>
 <h3 id="monolinux">mono (linux)</h3>
 <table>
 <thead>
@@ -8422,7 +8492,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.1, 1.0</td>
+<td>0.1, 1.0, 1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -9344,6 +9414,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("unqlite")
 </code></pre>
+<h3 id="uriparserlinux">uriparser (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>uriparser is a strictly RFC 3986 compliant URI parsing and handling library written in C89.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://uriparser.github.io/">https://uriparser.github.io/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uriparser/xmake.lua">uriparser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install uriparser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uriparser")
+</code></pre>
 <h3 id="utillinuxlinux">util-linux (linux)</h3>
 <table>
 <thead>

+ 109 - 2
mirror/packages/macosx.html

@@ -1355,6 +1355,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
+<h3 id="dracomacosx">draco (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Draco is an open-source library for compressing and decompressing 3D geometric meshes and point clouds.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://google.github.io/draco/">https://google.github.io/draco/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/draco/xmake.lua">draco/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install draco
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("draco")
+</code></pre>
 <h3 id="drogonmacosx">drogon (macosx)</h3>
 <table>
 <thead>
@@ -2718,7 +2755,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>64.2, 68.1, 68.2</td>
+<td>64.2, 68.1, 68.2, 69.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6057,6 +6094,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("miniz")
 </code></pre>
+<h3 id="minizipmacosx">minizip (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Mini zip and unzip based on zlib</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zlib.net/">https://www.zlib.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.10, 1.2.11</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/minizip/xmake.lua">minizip/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install minizip
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minizip")
+</code></pre>
 <h3 id="moltenvkmacosx">moltenvk (macosx)</h3>
 <table>
 <thead>
@@ -7899,7 +7969,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.1, 1.0</td>
+<td>0.1, 1.0, 1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -8751,6 +8821,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("unqlite")
 </code></pre>
+<h3 id="uriparsermacosx">uriparser (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>uriparser is a strictly RFC 3986 compliant URI parsing and handling library written in C89.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://uriparser.github.io/">https://uriparser.github.io/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uriparser/xmake.lua">uriparser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install uriparser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uriparser")
+</code></pre>
 <h3 id="utillinuxmacosx">util-linux (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -2839,6 +2839,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("miniz")
 </code></pre>
+<h3 id="minizipmingw">minizip (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Mini zip and unzip based on zlib</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zlib.net/">https://www.zlib.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.10, 1.2.11</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/m/minizip/xmake.lua">minizip/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] minizip
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minizip")
+</code></pre>
 <h3 id="muslccmingw">muslcc (mingw)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/msys.html

@@ -1846,6 +1846,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("miniz")
 </code></pre>
+<h3 id="minizipmsys">minizip (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Mini zip and unzip based on zlib</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zlib.net/">https://www.zlib.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.10, 1.2.11</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/minizip/xmake.lua">minizip/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install minizip
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minizip")
+</code></pre>
 <h3 id="muslccmsys">muslcc (msys)</h3>
 <table>
 <thead>

+ 109 - 2
mirror/packages/windows.html

@@ -1425,6 +1425,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
+<h3 id="dracowindows">draco (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Draco is an open-source library for compressing and decompressing 3D geometric meshes and point clouds.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://google.github.io/draco/">https://google.github.io/draco/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.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/d/draco/xmake.lua">draco/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install draco
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("draco")
+</code></pre>
 <h3 id="drogonwindows">drogon (windows)</h3>
 <table>
 <thead>
@@ -2623,7 +2660,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>64.2, 68.1, 68.2</td>
+<td>64.2, 68.1, 68.2, 69.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4960,6 +4997,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("miniz")
 </code></pre>
+<h3 id="minizipwindows">minizip (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Mini zip and unzip based on zlib</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zlib.net/">https://www.zlib.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.10, 1.2.11</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/minizip/xmake.lua">minizip/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install minizip
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minizip")
+</code></pre>
 <h3 id="moonjitwindows">moonjit (windows)</h3>
 <table>
 <thead>
@@ -6687,7 +6757,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.1, 1.0</td>
+<td>0.1, 1.0, 1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7609,6 +7679,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("unqlite")
 </code></pre>
+<h3 id="uriparserwindows">uriparser (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>uriparser is a strictly RFC 3986 compliant URI parsing and handling library written in C89.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://uriparser.github.io/">https://uriparser.github.io/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uriparser/xmake.lua">uriparser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install uriparser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uriparser")
+</code></pre>
 <h2 id="v">v</h2>
 <h3 id="vcglibwindows">vcglib (windows)</h3>
 <table>

+ 23 - 0
packages/android.md

@@ -1957,6 +1957,29 @@ add_requires("miniz")
 ```
 
 
+### minizip (android)
+
+
+| Description | *Mini zip and unzip based on zlib* |
+| -- | -- |
+| Homepage | [https://www.zlib.net/](https://www.zlib.net/) |
+| Versions | 1.2.10, 1.2.11 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [minizip/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minizip/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] minizip
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minizip")
+```
+
+
 ### moonjit (android)
 
 

+ 23 - 0
packages/bsd.md

@@ -1327,6 +1327,29 @@ add_requires("miniz")
 ```
 
 
+### minizip (bsd)
+
+
+| Description | *Mini zip and unzip based on zlib* |
+| -- | -- |
+| Homepage | [https://www.zlib.net/](https://www.zlib.net/) |
+| Versions | 1.2.10, 1.2.11 |
+| Architectures | i386, x86_64 |
+| Definition | [minizip/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minizip/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install minizip
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minizip")
+```
+
+
 ### moonjit (bsd)
 
 

+ 23 - 0
packages/cross.md

@@ -1280,6 +1280,29 @@ add_requires("miniz")
 ```
 
 
+### minizip (cross)
+
+
+| Description | *Mini zip and unzip based on zlib* |
+| -- | -- |
+| Homepage | [https://www.zlib.net/](https://www.zlib.net/) |
+| Versions | 1.2.10, 1.2.11 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [minizip/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minizip/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] minizip
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minizip")
+```
+
+
 ### muslcc (cross)
 
 

+ 23 - 0
packages/iphoneos.md

@@ -1748,6 +1748,29 @@ add_requires("miniz")
 ```
 
 
+### minizip (iphoneos)
+
+
+| Description | *Mini zip and unzip based on zlib* |
+| -- | -- |
+| Homepage | [https://www.zlib.net/](https://www.zlib.net/) |
+| Versions | 1.2.10, 1.2.11 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [minizip/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minizip/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos minizip
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minizip")
+```
+
+
 ### moonjit (iphoneos)
 
 

+ 73 - 2
packages/linux.md

@@ -890,6 +890,30 @@ add_requires("doctest")
 ```
 
 
+### draco (linux)
+
+
+| Description | *Draco is an open-source library for compressing and decompressing 3D geometric meshes and point clouds.* |
+| -- | -- |
+| Homepage | [https://google.github.io/draco/](https://google.github.io/draco/) |
+| License | Apache-2.0 |
+| Versions | 1.4.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [draco/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/draco/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install draco
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("draco")
+```
+
+
 ### drogon (linux)
 
 
@@ -1911,7 +1935,7 @@ add_requires("http_parser")
 | Description | *C/C++ libraries for Unicode and globalization.* |
 | -- | -- |
 | Homepage | [http://site.icu-project.org/](http://site.icu-project.org/) |
-| Versions | 64.2, 68.1, 68.2 |
+| Versions | 64.2, 68.1, 68.2, 69.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [icu4c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/icu4c/xmake.lua) |
 
@@ -4385,6 +4409,29 @@ add_requires("miniz")
 ```
 
 
+### minizip (linux)
+
+
+| Description | *Mini zip and unzip based on zlib* |
+| -- | -- |
+| Homepage | [https://www.zlib.net/](https://www.zlib.net/) |
+| Versions | 1.2.10, 1.2.11 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [minizip/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minizip/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install minizip
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minizip")
+```
+
+
 ### mono (linux)
 
 
@@ -5685,7 +5732,7 @@ add_requires("sfntly")
 | Description | *Library used to write shaders from C++, and export them in either GLSL, HLSL or SPIR-V.* |
 | -- | -- |
 | Homepage | [https://github.com/DragonJoker/ShaderWriter](https://github.com/DragonJoker/ShaderWriter) |
-| Versions | 0.1, 1.0 |
+| Versions | 0.1, 1.0, 1.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [shaderwriter/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/shaderwriter/xmake.lua) |
 
@@ -6315,6 +6362,30 @@ add_requires("unqlite")
 ```
 
 
+### uriparser (linux)
+
+
+| Description | *uriparser is a strictly RFC 3986 compliant URI parsing and handling library written in C89.* |
+| -- | -- |
+| Homepage | [https://uriparser.github.io/](https://uriparser.github.io/) |
+| License | BSD-3-Clause |
+| Versions | 0.9.5 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [uriparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uriparser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install uriparser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uriparser")
+```
+
+
 ### util-linux (linux)
 
 

+ 73 - 2
packages/macosx.md

@@ -866,6 +866,30 @@ add_requires("doctest")
 ```
 
 
+### draco (macosx)
+
+
+| Description | *Draco is an open-source library for compressing and decompressing 3D geometric meshes and point clouds.* |
+| -- | -- |
+| Homepage | [https://google.github.io/draco/](https://google.github.io/draco/) |
+| License | Apache-2.0 |
+| Versions | 1.4.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [draco/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/draco/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install draco
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("draco")
+```
+
+
 ### drogon (macosx)
 
 
@@ -1793,7 +1817,7 @@ add_requires("http_parser")
 | Description | *C/C++ libraries for Unicode and globalization.* |
 | -- | -- |
 | Homepage | [http://site.icu-project.org/](http://site.icu-project.org/) |
-| Versions | 64.2, 68.1, 68.2 |
+| Versions | 64.2, 68.1, 68.2, 69.1 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [icu4c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/icu4c/xmake.lua) |
 
@@ -4078,6 +4102,29 @@ add_requires("miniz")
 ```
 
 
+### minizip (macosx)
+
+
+| Description | *Mini zip and unzip based on zlib* |
+| -- | -- |
+| Homepage | [https://www.zlib.net/](https://www.zlib.net/) |
+| Versions | 1.2.10, 1.2.11 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [minizip/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minizip/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install minizip
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minizip")
+```
+
+
 ### moltenvk (macosx)
 
 
@@ -5333,7 +5380,7 @@ add_requires("sfntly")
 | Description | *Library used to write shaders from C++, and export them in either GLSL, HLSL or SPIR-V.* |
 | -- | -- |
 | Homepage | [https://github.com/DragonJoker/ShaderWriter](https://github.com/DragonJoker/ShaderWriter) |
-| Versions | 0.1, 1.0 |
+| Versions | 0.1, 1.0, 1.1 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [shaderwriter/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/shaderwriter/xmake.lua) |
 
@@ -5916,6 +5963,30 @@ add_requires("unqlite")
 ```
 
 
+### uriparser (macosx)
+
+
+| Description | *uriparser is a strictly RFC 3986 compliant URI parsing and handling library written in C89.* |
+| -- | -- |
+| Homepage | [https://uriparser.github.io/](https://uriparser.github.io/) |
+| License | BSD-3-Clause |
+| Versions | 0.9.5 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [uriparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uriparser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install uriparser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uriparser")
+```
+
+
 ### util-linux (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -1887,6 +1887,29 @@ add_requires("miniz")
 ```
 
 
+### minizip (mingw)
+
+
+| Description | *Mini zip and unzip based on zlib* |
+| -- | -- |
+| Homepage | [https://www.zlib.net/](https://www.zlib.net/) |
+| Versions | 1.2.10, 1.2.11 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [minizip/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minizip/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] minizip
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minizip")
+```
+
+
 ### muslcc (mingw)
 
 

+ 23 - 0
packages/msys.md

@@ -1211,6 +1211,29 @@ add_requires("miniz")
 ```
 
 
+### minizip (msys)
+
+
+| Description | *Mini zip and unzip based on zlib* |
+| -- | -- |
+| Homepage | [https://www.zlib.net/](https://www.zlib.net/) |
+| Versions | 1.2.10, 1.2.11 |
+| Architectures | i386, x86_64 |
+| Definition | [minizip/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minizip/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install minizip
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minizip")
+```
+
+
 ### muslcc (msys)
 
 

+ 73 - 2
packages/windows.md

@@ -913,6 +913,30 @@ add_requires("doctest")
 ```
 
 
+### draco (windows)
+
+
+| Description | *Draco is an open-source library for compressing and decompressing 3D geometric meshes and point clouds.* |
+| -- | -- |
+| Homepage | [https://google.github.io/draco/](https://google.github.io/draco/) |
+| License | Apache-2.0 |
+| Versions | 1.4.1 |
+| Architectures | x64, x86 |
+| Definition | [draco/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/draco/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install draco
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("draco")
+```
+
+
 ### drogon (windows)
 
 
@@ -1725,7 +1749,7 @@ add_requires("http_parser")
 | Description | *C/C++ libraries for Unicode and globalization.* |
 | -- | -- |
 | Homepage | [http://site.icu-project.org/](http://site.icu-project.org/) |
-| Versions | 64.2, 68.1, 68.2 |
+| Versions | 64.2, 68.1, 68.2, 69.1 |
 | Architectures | x64, x86 |
 | Definition | [icu4c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/icu4c/xmake.lua) |
 
@@ -3317,6 +3341,29 @@ add_requires("miniz")
 ```
 
 
+### minizip (windows)
+
+
+| Description | *Mini zip and unzip based on zlib* |
+| -- | -- |
+| Homepage | [https://www.zlib.net/](https://www.zlib.net/) |
+| Versions | 1.2.10, 1.2.11 |
+| Architectures | x64, x86 |
+| Definition | [minizip/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minizip/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install minizip
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minizip")
+```
+
+
 ### moonjit (windows)
 
 
@@ -4499,7 +4546,7 @@ add_requires("sfntly")
 | Description | *Library used to write shaders from C++, and export them in either GLSL, HLSL or SPIR-V.* |
 | -- | -- |
 | Homepage | [https://github.com/DragonJoker/ShaderWriter](https://github.com/DragonJoker/ShaderWriter) |
-| Versions | 0.1, 1.0 |
+| Versions | 0.1, 1.0, 1.1 |
 | Architectures | x64, x86 |
 | Definition | [shaderwriter/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/shaderwriter/xmake.lua) |
 
@@ -5129,6 +5176,30 @@ add_requires("unqlite")
 ```
 
 
+### uriparser (windows)
+
+
+| Description | *uriparser is a strictly RFC 3986 compliant URI parsing and handling library written in C89.* |
+| -- | -- |
+| Homepage | [https://uriparser.github.io/](https://uriparser.github.io/) |
+| License | BSD-3-Clause |
+| Versions | 0.9.5 |
+| Architectures | x64, x86 |
+| Definition | [uriparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uriparser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install uriparser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uriparser")
+```
+
+
 
 ## v
 ### vcglib (windows)

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-04-23T15:21:35+08:00</lastmod>
+  <lastmod>2021-04-26T14:26:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-04-23T15:21:36+08:00</lastmod>
+  <lastmod>2021-04-26T14:26:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-04-23T15:21:36+08:00</lastmod>
+  <lastmod>2021-04-26T14:26:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-04-23T15:21:37+08:00</lastmod>
+  <lastmod>2021-04-26T14:26:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-04-23T15:21:37+08:00</lastmod>
+  <lastmod>2021-04-26T14:26:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-04-23T15:21:37+08:00</lastmod>
+  <lastmod>2021-04-26T14:26:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-04-23T15:21:37+08:00</lastmod>
+  <lastmod>2021-04-26T14:26:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-04-23T15:21:38+08:00</lastmod>
+  <lastmod>2021-04-26T14:26:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-04-23T15:21:38+08:00</lastmod>
+  <lastmod>2021-04-26T14:26:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-04-23T15:21:38+08:00</lastmod>
+  <lastmod>2021-04-26T14:26:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-04-23T15:21:38+08:00</lastmod>
+  <lastmod>2021-04-26T14:26:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-04-23T15:21:38+08:00</lastmod>
+  <lastmod>2021-04-26T14:26:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-04-23T15:21:39+08:00</lastmod>
+  <lastmod>2021-04-26T14:26:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-04-23T15:21:39+08:00</lastmod>
+  <lastmod>2021-04-26T14:26:20+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: zziplib, fastcppcsvparser, rapidcsv**
+- **Recently added: draco, minizip, uriparser**
 
 [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)
-- 包列表 (307)
+- 包列表 (310)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)