Browse Source

autoupdate docs by xmake-repo/ci

ruki 4 years ago
parent
commit
86efd12066

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *Simple, lightweight, cross-platform*
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: lz4, effcee, piex**
+- **Recently added: zstd, lz4, effcee**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
   - [Quick Start](getting_started.md)
-- Packages (174)
+- Packages (175)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -2245,6 +2245,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zlib")
 <pre><code class="lang-lua">add_requires("zlib")
 </code></pre>
 </code></pre>
+<h3 id="zstdandroid">zstd (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Zstandard - Fast real-time compression algorithm</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zstd.net/">https://www.zstd.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.4.5</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/z/zstd/xmake.lua">zstd/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] zstd
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zstd")
+</code></pre>
 </article>
 </article>
 </body>
 </body>
 </html>
 </html>

+ 34 - 0
mirror/packages/bsd.html

@@ -1637,6 +1637,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("yasm")
 <pre><code class="lang-lua">add_requires("yasm")
 </code></pre>
 </code></pre>
+<h2 id="z">z</h2>
+<h3 id="zstdbsd">zstd (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Zstandard - Fast real-time compression algorithm</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zstd.net/">https://www.zstd.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.4.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zstd/xmake.lua">zstd/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install zstd
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zstd")
+</code></pre>
 </article>
 </article>
 </body>
 </body>
 </html>
 </html>

+ 33 - 0
mirror/packages/cross.html

@@ -1676,6 +1676,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zlib")
 <pre><code class="lang-lua">add_requires("zlib")
 </code></pre>
 </code></pre>
+<h3 id="zstdcross">zstd (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Zstandard - Fast real-time compression algorithm</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zstd.net/">https://www.zstd.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.4.5</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/z/zstd/xmake.lua">zstd/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] zstd
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zstd")
+</code></pre>
 </article>
 </article>
 </body>
 </body>
 </html>
 </html>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -2215,6 +2215,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zlib")
 <pre><code class="lang-lua">add_requires("zlib")
 </code></pre>
 </code></pre>
+<h3 id="zstdiphoneos">zstd (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Zstandard - Fast real-time compression algorithm</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zstd.net/">https://www.zstd.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.4.5</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/z/zstd/xmake.lua">zstd/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos zstd
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zstd")
+</code></pre>
 </article>
 </article>
 </body>
 </body>
 </html>
 </html>

+ 33 - 0
mirror/packages/linux.html

@@ -5708,6 +5708,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zlib")
 <pre><code class="lang-lua">add_requires("zlib")
 </code></pre>
 </code></pre>
+<h3 id="zstdlinux">zstd (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Zstandard - Fast real-time compression algorithm</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zstd.net/">https://www.zstd.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.4.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/z/zstd/xmake.lua">zstd/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install zstd
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zstd")
+</code></pre>
 </article>
 </article>
 </body>
 </body>
 </html>
 </html>

+ 33 - 0
mirror/packages/macosx.html

@@ -5543,6 +5543,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zlib")
 <pre><code class="lang-lua">add_requires("zlib")
 </code></pre>
 </code></pre>
+<h3 id="zstdmacosx">zstd (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Zstandard - Fast real-time compression algorithm</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zstd.net/">https://www.zstd.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.4.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/z/zstd/xmake.lua">zstd/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install zstd
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zstd")
+</code></pre>
 </article>
 </article>
 </body>
 </body>
 </html>
 </html>

+ 33 - 0
mirror/packages/mingw.html

@@ -2580,6 +2580,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zlib")
 <pre><code class="lang-lua">add_requires("zlib")
 </code></pre>
 </code></pre>
+<h3 id="zstdmingw">zstd (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Zstandard - Fast real-time compression algorithm</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zstd.net/">https://www.zstd.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.4.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zstd/xmake.lua">zstd/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] zstd
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zstd")
+</code></pre>
 </article>
 </article>
 </body>
 </body>
 </html>
 </html>

+ 34 - 0
mirror/packages/msys.html

@@ -1571,6 +1571,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("yasm")
 <pre><code class="lang-lua">add_requires("yasm")
 </code></pre>
 </code></pre>
+<h2 id="z">z</h2>
+<h3 id="zstdmsys">zstd (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Zstandard - Fast real-time compression algorithm</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zstd.net/">https://www.zstd.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.4.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zstd/xmake.lua">zstd/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install zstd
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zstd")
+</code></pre>
 </article>
 </article>
 </body>
 </body>
 </html>
 </html>

+ 33 - 0
mirror/packages/windows.html

@@ -4078,6 +4078,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zlib")
 <pre><code class="lang-lua">add_requires("zlib")
 </code></pre>
 </code></pre>
+<h3 id="zstdwindows">zstd (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Zstandard - Fast real-time compression algorithm</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zstd.net/">https://www.zstd.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.4.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/z/zstd/xmake.lua">zstd/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install zstd
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zstd")
+</code></pre>
 </article>
 </article>
 </body>
 </body>
 </html>
 </html>

+ 23 - 0
packages/android.md

@@ -1513,4 +1513,27 @@ add_requires("zlib")
 ```
 ```
 
 
 
 
+### zstd (android)
+
+
+| Description | *Zstandard - Fast real-time compression algorithm* |
+| -- | -- |
+| Homepage | [https://www.zstd.net/](https://www.zstd.net/) |
+| Versions | v1.4.5 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [zstd/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zstd/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] zstd
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zstd")
+```
+
+
 
 

+ 25 - 0
packages/bsd.md

@@ -1093,3 +1093,28 @@ add_requires("yasm")
 
 
 
 
 
 
+## z
+### zstd (bsd)
+
+
+| Description | *Zstandard - Fast real-time compression algorithm* |
+| -- | -- |
+| Homepage | [https://www.zstd.net/](https://www.zstd.net/) |
+| Versions | v1.4.5 |
+| Architectures | i386, x86_64 |
+| Definition | [zstd/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zstd/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install zstd
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zstd")
+```
+
+
+

+ 23 - 0
packages/cross.md

@@ -1120,4 +1120,27 @@ add_requires("zlib")
 ```
 ```
 
 
 
 
+### zstd (cross)
+
+
+| Description | *Zstandard - Fast real-time compression algorithm* |
+| -- | -- |
+| Homepage | [https://www.zstd.net/](https://www.zstd.net/) |
+| Versions | v1.4.5 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [zstd/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zstd/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] zstd
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zstd")
+```
+
+
 
 

+ 23 - 0
packages/iphoneos.md

@@ -1489,4 +1489,27 @@ add_requires("zlib")
 ```
 ```
 
 
 
 
+### zstd (iphoneos)
+
+
+| Description | *Zstandard - Fast real-time compression algorithm* |
+| -- | -- |
+| Homepage | [https://www.zstd.net/](https://www.zstd.net/) |
+| Versions | v1.4.5 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [zstd/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zstd/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos zstd
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zstd")
+```
+
+
 
 

+ 23 - 0
packages/linux.md

@@ -3918,4 +3918,27 @@ add_requires("zlib")
 ```
 ```
 
 
 
 
+### zstd (linux)
+
+
+| Description | *Zstandard - Fast real-time compression algorithm* |
+| -- | -- |
+| Homepage | [https://www.zstd.net/](https://www.zstd.net/) |
+| Versions | v1.4.5 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [zstd/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zstd/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install zstd
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zstd")
+```
+
+
 
 

+ 23 - 0
packages/macosx.md

@@ -3803,4 +3803,27 @@ add_requires("zlib")
 ```
 ```
 
 
 
 
+### zstd (macosx)
+
+
+| Description | *Zstandard - Fast real-time compression algorithm* |
+| -- | -- |
+| Homepage | [https://www.zstd.net/](https://www.zstd.net/) |
+| Versions | v1.4.5 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [zstd/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zstd/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install zstd
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zstd")
+```
+
+
 
 

+ 23 - 0
packages/mingw.md

@@ -1746,4 +1746,27 @@ add_requires("zlib")
 ```
 ```
 
 
 
 
+### zstd (mingw)
+
+
+| Description | *Zstandard - Fast real-time compression algorithm* |
+| -- | -- |
+| Homepage | [https://www.zstd.net/](https://www.zstd.net/) |
+| Versions | v1.4.5 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [zstd/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zstd/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] zstd
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zstd")
+```
+
+
 
 

+ 25 - 0
packages/msys.md

@@ -1047,3 +1047,28 @@ add_requires("yasm")
 
 
 
 
 
 
+## z
+### zstd (msys)
+
+
+| Description | *Zstandard - Fast real-time compression algorithm* |
+| -- | -- |
+| Homepage | [https://www.zstd.net/](https://www.zstd.net/) |
+| Versions | v1.4.5 |
+| Architectures | i386, x86_64 |
+| Definition | [zstd/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zstd/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install zstd
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zstd")
+```
+
+
+

+ 23 - 0
packages/windows.md

@@ -2786,4 +2786,27 @@ add_requires("zlib")
 ```
 ```
 
 
 
 
+### zstd (windows)
+
+
+| Description | *Zstandard - Fast real-time compression algorithm* |
+| -- | -- |
+| Homepage | [https://www.zstd.net/](https://www.zstd.net/) |
+| Versions | v1.4.5 |
+| Architectures | x64, x86 |
+| Definition | [zstd/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zstd/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install zstd
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zstd")
+```
+
+
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
     
 <url>
 <url>
   <loc>https://xrepo.xmake.io</loc>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-19T03:27:29+08:00</lastmod>
+  <lastmod>2020-11-19T03:40:47+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-11-19T03:27:29+08:00</lastmod>
+  <lastmod>2020-11-19T03:40:48+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-11-19T03:27:29+08:00</lastmod>
+  <lastmod>2020-11-19T03:40:48+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-11-19T03:27:30+08:00</lastmod>
+  <lastmod>2020-11-19T03:40:48+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-11-19T03:27:30+08:00</lastmod>
+  <lastmod>2020-11-19T03:40:48+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-11-19T03:27:30+08:00</lastmod>
+  <lastmod>2020-11-19T03:40:48+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-11-19T03:27:30+08:00</lastmod>
+  <lastmod>2020-11-19T03:40:49+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-11-19T03:27:30+08:00</lastmod>
+  <lastmod>2020-11-19T03:40:49+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-11-19T03:27:30+08:00</lastmod>
+  <lastmod>2020-11-19T03:40:49+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-11-19T03:27:31+08:00</lastmod>
+  <lastmod>2020-11-19T03:40:49+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-11-19T03:27:31+08:00</lastmod>
+  <lastmod>2020-11-19T03:40:49+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-11-19T03:27:31+08:00</lastmod>
+  <lastmod>2020-11-19T03:40:49+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-11-19T03:27:31+08:00</lastmod>
+  <lastmod>2020-11-19T03:40:50+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-11-19T03:27:31+08:00</lastmod>
+  <lastmod>2020-11-19T03:40:50+08:00</lastmod>
 </url>
 </url>
 
 
 </urlset>
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *简单,轻量,跨平台*
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: lz4, effcee, piex**
+- **Recently added: zstd, lz4, effcee**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/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)
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (174)
+- 包列表 (175)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)