瀏覽代碼

autoupdate docs by xmake-repo/ci

ruki 3 年之前
父節點
當前提交
2356ad0456

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: libcpuid, tinycrypt, libfiber**
+- **Recently added: minilzo, libcpuid, tinycrypt**
 
 [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 (591)
+- Packages (592)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -4288,6 +4288,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("miniaudio")
 </code></pre>
+<h3 id="minilzoandroid">minilzo (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A very lightweight subset of the LZO library intended for easy inclusion with your application</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.oberhumer.com/opensource/lzo/#minilzo">http://www.oberhumer.com/opensource/lzo/#minilzo</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.10</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/minilzo/xmake.lua">minilzo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] minilzo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minilzo")
+</code></pre>
 <h3 id="minimp3android">minimp3 (android)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/bsd.html

@@ -3316,6 +3316,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("miniaudio")
 </code></pre>
+<h3 id="minilzobsd">minilzo (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A very lightweight subset of the LZO library intended for easy inclusion with your application</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.oberhumer.com/opensource/lzo/#minilzo">http://www.oberhumer.com/opensource/lzo/#minilzo</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.10</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/minilzo/xmake.lua">minilzo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install minilzo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minilzo")
+</code></pre>
 <h3 id="minimp3bsd">minimp3 (bsd)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -3036,6 +3036,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("miniaudio")
 </code></pre>
+<h3 id="minilzocross">minilzo (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A very lightweight subset of the LZO library intended for easy inclusion with your application</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.oberhumer.com/opensource/lzo/#minilzo">http://www.oberhumer.com/opensource/lzo/#minilzo</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.10</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/minilzo/xmake.lua">minilzo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] minilzo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minilzo")
+</code></pre>
 <h3 id="minimp3cross">minimp3 (cross)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -3806,6 +3806,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("miniaudio")
 </code></pre>
+<h3 id="minilzoiphoneos">minilzo (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A very lightweight subset of the LZO library intended for easy inclusion with your application</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.oberhumer.com/opensource/lzo/#minilzo">http://www.oberhumer.com/opensource/lzo/#minilzo</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.10</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/minilzo/xmake.lua">minilzo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos minilzo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minilzo")
+</code></pre>
 <h3 id="minimp3iphoneos">minimp3 (iphoneos)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -12522,6 +12522,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("miniaudio")
 </code></pre>
+<h3 id="minilzolinux">minilzo (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A very lightweight subset of the LZO library intended for easy inclusion with your application</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.oberhumer.com/opensource/lzo/#minilzo">http://www.oberhumer.com/opensource/lzo/#minilzo</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.10</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/minilzo/xmake.lua">minilzo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install minilzo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minilzo")
+</code></pre>
 <h3 id="minimp3linux">minimp3 (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -11703,6 +11703,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("miniaudio")
 </code></pre>
+<h3 id="minilzomacosx">minilzo (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A very lightweight subset of the LZO library intended for easy inclusion with your application</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.oberhumer.com/opensource/lzo/#minilzo">http://www.oberhumer.com/opensource/lzo/#minilzo</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.10</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/minilzo/xmake.lua">minilzo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install minilzo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minilzo")
+</code></pre>
 <h3 id="minimp3macosx">minimp3 (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -4498,6 +4498,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("miniaudio")
 </code></pre>
+<h3 id="minilzomingw">minilzo (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A very lightweight subset of the LZO library intended for easy inclusion with your application</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.oberhumer.com/opensource/lzo/#minilzo">http://www.oberhumer.com/opensource/lzo/#minilzo</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.10</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/minilzo/xmake.lua">minilzo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] minilzo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minilzo")
+</code></pre>
 <h3 id="minimp3mingw">minimp3 (mingw)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/msys.html

@@ -2859,6 +2859,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("miniaudio")
 </code></pre>
+<h3 id="minilzomsys">minilzo (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A very lightweight subset of the LZO library intended for easy inclusion with your application</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.oberhumer.com/opensource/lzo/#minilzo">http://www.oberhumer.com/opensource/lzo/#minilzo</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.10</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/minilzo/xmake.lua">minilzo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install minilzo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minilzo")
+</code></pre>
 <h3 id="minimp3msys">minimp3 (msys)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -9606,6 +9606,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("miniaudio")
 </code></pre>
+<h3 id="minilzowindows">minilzo (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A very lightweight subset of the LZO library intended for easy inclusion with your application</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.oberhumer.com/opensource/lzo/#minilzo">http://www.oberhumer.com/opensource/lzo/#minilzo</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.10</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/minilzo/xmake.lua">minilzo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install minilzo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minilzo")
+</code></pre>
 <h3 id="minimp3windows">minimp3 (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/android.md

@@ -2854,6 +2854,29 @@ add_requires("miniaudio")
 ```
 
 
+### minilzo (android)
+
+
+| Description | *A very lightweight subset of the LZO library intended for easy inclusion with your application* |
+| -- | -- |
+| Homepage | [http://www.oberhumer.com/opensource/lzo/#minilzo](http://www.oberhumer.com/opensource/lzo/#minilzo) |
+| Versions | 2.10 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [minilzo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minilzo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] minilzo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minilzo")
+```
+
+
 ### minimp3 (android)
 
 

+ 23 - 0
packages/bsd.md

@@ -2198,6 +2198,29 @@ add_requires("miniaudio")
 ```
 
 
+### minilzo (bsd)
+
+
+| Description | *A very lightweight subset of the LZO library intended for easy inclusion with your application* |
+| -- | -- |
+| Homepage | [http://www.oberhumer.com/opensource/lzo/#minilzo](http://www.oberhumer.com/opensource/lzo/#minilzo) |
+| Versions | 2.10 |
+| Architectures | i386, x86_64 |
+| Definition | [minilzo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minilzo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install minilzo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minilzo")
+```
+
+
 ### minimp3 (bsd)
 
 

+ 23 - 0
packages/cross.md

@@ -2010,6 +2010,29 @@ add_requires("miniaudio")
 ```
 
 
+### minilzo (cross)
+
+
+| Description | *A very lightweight subset of the LZO library intended for easy inclusion with your application* |
+| -- | -- |
+| Homepage | [http://www.oberhumer.com/opensource/lzo/#minilzo](http://www.oberhumer.com/opensource/lzo/#minilzo) |
+| Versions | 2.10 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [minilzo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minilzo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] minilzo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minilzo")
+```
+
+
 ### minimp3 (cross)
 
 

+ 23 - 0
packages/iphoneos.md

@@ -2527,6 +2527,29 @@ add_requires("miniaudio")
 ```
 
 
+### minilzo (iphoneos)
+
+
+| Description | *A very lightweight subset of the LZO library intended for easy inclusion with your application* |
+| -- | -- |
+| Homepage | [http://www.oberhumer.com/opensource/lzo/#minilzo](http://www.oberhumer.com/opensource/lzo/#minilzo) |
+| Versions | 2.10 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [minilzo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minilzo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos minilzo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minilzo")
+```
+
+
 ### minimp3 (iphoneos)
 
 

+ 23 - 0
packages/linux.md

@@ -8373,6 +8373,29 @@ add_requires("miniaudio")
 ```
 
 
+### minilzo (linux)
+
+
+| Description | *A very lightweight subset of the LZO library intended for easy inclusion with your application* |
+| -- | -- |
+| Homepage | [http://www.oberhumer.com/opensource/lzo/#minilzo](http://www.oberhumer.com/opensource/lzo/#minilzo) |
+| Versions | 2.10 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [minilzo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minilzo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install minilzo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minilzo")
+```
+
+
 ### minimp3 (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -7829,6 +7829,29 @@ add_requires("miniaudio")
 ```
 
 
+### minilzo (macosx)
+
+
+| Description | *A very lightweight subset of the LZO library intended for easy inclusion with your application* |
+| -- | -- |
+| Homepage | [http://www.oberhumer.com/opensource/lzo/#minilzo](http://www.oberhumer.com/opensource/lzo/#minilzo) |
+| Versions | 2.10 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [minilzo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minilzo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install minilzo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minilzo")
+```
+
+
 ### minimp3 (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -2995,6 +2995,29 @@ add_requires("miniaudio")
 ```
 
 
+### minilzo (mingw)
+
+
+| Description | *A very lightweight subset of the LZO library intended for easy inclusion with your application* |
+| -- | -- |
+| Homepage | [http://www.oberhumer.com/opensource/lzo/#minilzo](http://www.oberhumer.com/opensource/lzo/#minilzo) |
+| Versions | 2.10 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [minilzo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minilzo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] minilzo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minilzo")
+```
+
+
 ### minimp3 (mingw)
 
 

+ 23 - 0
packages/msys.md

@@ -1892,6 +1892,29 @@ add_requires("miniaudio")
 ```
 
 
+### minilzo (msys)
+
+
+| Description | *A very lightweight subset of the LZO library intended for easy inclusion with your application* |
+| -- | -- |
+| Homepage | [http://www.oberhumer.com/opensource/lzo/#minilzo](http://www.oberhumer.com/opensource/lzo/#minilzo) |
+| Versions | 2.10 |
+| Architectures | i386, x86_64 |
+| Definition | [minilzo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minilzo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install minilzo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minilzo")
+```
+
+
 ### minimp3 (msys)
 
 

+ 23 - 0
packages/windows.md

@@ -6383,6 +6383,29 @@ add_requires("miniaudio")
 ```
 
 
+### minilzo (windows)
+
+
+| Description | *A very lightweight subset of the LZO library intended for easy inclusion with your application* |
+| -- | -- |
+| Homepage | [http://www.oberhumer.com/opensource/lzo/#minilzo](http://www.oberhumer.com/opensource/lzo/#minilzo) |
+| Versions | 2.10 |
+| Architectures | x64, x86 |
+| Definition | [minilzo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minilzo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install minilzo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minilzo")
+```
+
+
 ### minimp3 (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-01-13T02:49:42+08:00</lastmod>
+  <lastmod>2022-01-13T03:47:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-01-13T02:49:44+08:00</lastmod>
+  <lastmod>2022-01-13T03:47:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-01-13T02:49:45+08:00</lastmod>
+  <lastmod>2022-01-13T03:47:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-01-13T02:49:45+08:00</lastmod>
+  <lastmod>2022-01-13T03:47:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-01-13T02:49:45+08:00</lastmod>
+  <lastmod>2022-01-13T03:47:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-01-13T02:49:45+08:00</lastmod>
+  <lastmod>2022-01-13T03:47:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-01-13T02:49:46+08:00</lastmod>
+  <lastmod>2022-01-13T03:47:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-01-13T02:49:46+08:00</lastmod>
+  <lastmod>2022-01-13T03:47:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-01-13T02:49:46+08:00</lastmod>
+  <lastmod>2022-01-13T03:47:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-01-13T02:49:46+08:00</lastmod>
+  <lastmod>2022-01-13T03:47:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-01-13T02:49:47+08:00</lastmod>
+  <lastmod>2022-01-13T03:47:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-01-13T02:49:47+08:00</lastmod>
+  <lastmod>2022-01-13T03:47:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-01-13T02:49:47+08:00</lastmod>
+  <lastmod>2022-01-13T03:47:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-01-13T02:49:47+08:00</lastmod>
+  <lastmod>2022-01-13T03:47:56+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: libcpuid, tinycrypt, libfiber**
+- **Recently added: minilzo, libcpuid, tinycrypt**
 
 [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)
-- 包列表 (591)
+- 包列表 (592)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)