Parcourir la source

autoupdate docs by xmake-repo/ci

ruki il y a 4 ans
Parent
commit
8d690546f9

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: gmp, libtasn1, nettle**
+- **Recently added: lzo, gmp, libtasn1**
 
 [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 (192)
+- Packages (193)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -1614,6 +1614,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lz4")
 </code></pre>
+<h3 id="lzoandroid">lzo (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LZO is a portable lossless data compression library written in ANSI C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.oberhumer.com/opensource/lzo">http://www.oberhumer.com/opensource/lzo</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</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/l/lzo/xmake.lua">lzo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] lzo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lzo")
+</code></pre>
 <h2 id="m">m</h2>
 <h3 id="m4android">m4 (android)</h3>
 <table>

+ 37 - 0
mirror/packages/bsd.html

@@ -1070,6 +1070,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lz4")
 </code></pre>
+<h3 id="lzobsd">lzo (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LZO is a portable lossless data compression library written in ANSI C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.oberhumer.com/opensource/lzo">http://www.oberhumer.com/opensource/lzo</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</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/l/lzo/xmake.lua">lzo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lzo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lzo")
+</code></pre>
 <h2 id="m">m</h2>
 <h3 id="m4bsd">m4 (bsd)</h3>
 <table>

+ 37 - 0
mirror/packages/cross.html

@@ -1107,6 +1107,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lz4")
 </code></pre>
+<h3 id="lzocross">lzo (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LZO is a portable lossless data compression library written in ANSI C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.oberhumer.com/opensource/lzo">http://www.oberhumer.com/opensource/lzo</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</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/l/lzo/xmake.lua">lzo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] lzo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lzo")
+</code></pre>
 <h2 id="m">m</h2>
 <h3 id="m4cross">m4 (cross)</h3>
 <table>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -1585,6 +1585,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lz4")
 </code></pre>
+<h3 id="lzoiphoneos">lzo (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LZO is a portable lossless data compression library written in ANSI C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.oberhumer.com/opensource/lzo">http://www.oberhumer.com/opensource/lzo</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</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/l/lzo/xmake.lua">lzo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos lzo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lzo")
+</code></pre>
 <h2 id="m">m</h2>
 <h3 id="m4iphoneos">m4 (iphoneos)</h3>
 <table>

+ 38 - 1
mirror/packages/linux.html

@@ -4163,6 +4163,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lz4")
 </code></pre>
+<h3 id="lzolinux">lzo (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LZO is a portable lossless data compression library written in ANSI C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.oberhumer.com/opensource/lzo">http://www.oberhumer.com/opensource/lzo</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</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/l/lzo/xmake.lua">lzo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lzo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lzo")
+</code></pre>
 <h2 id="m">m</h2>
 <h3 id="m4linux">m4 (linux)</h3>
 <table>
@@ -6217,7 +6254,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.2.4</td>
+<td>5.2.5</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/macosx.html

@@ -4031,6 +4031,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lz4")
 </code></pre>
+<h3 id="lzomacosx">lzo (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LZO is a portable lossless data compression library written in ANSI C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.oberhumer.com/opensource/lzo">http://www.oberhumer.com/opensource/lzo</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</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/l/lzo/xmake.lua">lzo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lzo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lzo")
+</code></pre>
 <h2 id="m">m</h2>
 <h3 id="m4macosx">m4 (macosx)</h3>
 <table>
@@ -6014,7 +6051,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.2.4</td>
+<td>5.2.5</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/mingw.html

@@ -1771,6 +1771,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lz4")
 </code></pre>
+<h3 id="lzomingw">lzo (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LZO is a portable lossless data compression library written in ANSI C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.oberhumer.com/opensource/lzo">http://www.oberhumer.com/opensource/lzo</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</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/l/lzo/xmake.lua">lzo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] lzo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lzo")
+</code></pre>
 <h2 id="m">m</h2>
 <h3 id="m4mingw">m4 (mingw)</h3>
 <table>
@@ -2631,7 +2668,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.2.4</td>
+<td>5.2.5</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 37 - 0
mirror/packages/msys.html

@@ -1070,6 +1070,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lz4")
 </code></pre>
+<h3 id="lzomsys">lzo (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LZO is a portable lossless data compression library written in ANSI C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.oberhumer.com/opensource/lzo">http://www.oberhumer.com/opensource/lzo</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</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/l/lzo/xmake.lua">lzo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lzo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lzo")
+</code></pre>
 <h2 id="m">m</h2>
 <h3 id="m4msys">m4 (msys)</h3>
 <table>

+ 71 - 0
mirror/packages/windows.html

@@ -2823,6 +2823,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lz4")
 </code></pre>
+<h3 id="lzowindows">lzo (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LZO is a portable lossless data compression library written in ANSI C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.oberhumer.com/opensource/lzo">http://www.oberhumer.com/opensource/lzo</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</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/l/lzo/xmake.lua">lzo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lzo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lzo")
+</code></pre>
 <h2 id="m">m</h2>
 <h3 id="m4windows">m4 (windows)</h3>
 <table>
@@ -4489,6 +4526,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-headers")
 </code></pre>
+<h2 id="x">x</h2>
+<h3 id="xzwindows">xz (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>General-purpose data compression with high compression ratio.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://tukaani.org/xz/">https://tukaani.org/xz/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>5.2.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/x/xz/xmake.lua">xz/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install xz
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xz")
+</code></pre>
 <h2 id="y">y</h2>
 <h3 id="yasmwindows">yasm (windows)</h3>
 <table>

+ 24 - 0
packages/android.md

@@ -1061,6 +1061,30 @@ add_requires("lz4")
 ```
 
 
+### lzo (android)
+
+
+| Description | *LZO is a portable lossless data compression library written in ANSI C.* |
+| -- | -- |
+| Homepage | [http://www.oberhumer.com/opensource/lzo](http://www.oberhumer.com/opensource/lzo) |
+| License | GPL-2.0 |
+| Versions | 2.10 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [lzo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lzo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] lzo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lzo")
+```
+
+
 
 ## m
 ### m4 (android)

+ 24 - 0
packages/bsd.md

@@ -689,6 +689,30 @@ add_requires("lz4")
 ```
 
 
+### lzo (bsd)
+
+
+| Description | *LZO is a portable lossless data compression library written in ANSI C.* |
+| -- | -- |
+| Homepage | [http://www.oberhumer.com/opensource/lzo](http://www.oberhumer.com/opensource/lzo) |
+| License | GPL-2.0 |
+| Versions | 2.10 |
+| Architectures | i386, x86_64 |
+| Definition | [lzo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lzo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lzo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lzo")
+```
+
+
 
 ## m
 ### m4 (bsd)

+ 24 - 0
packages/cross.md

@@ -713,6 +713,30 @@ add_requires("lz4")
 ```
 
 
+### lzo (cross)
+
+
+| Description | *LZO is a portable lossless data compression library written in ANSI C.* |
+| -- | -- |
+| Homepage | [http://www.oberhumer.com/opensource/lzo](http://www.oberhumer.com/opensource/lzo) |
+| License | GPL-2.0 |
+| Versions | 2.10 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [lzo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lzo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] lzo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lzo")
+```
+
+
 
 ## m
 ### m4 (cross)

+ 24 - 0
packages/iphoneos.md

@@ -1039,6 +1039,30 @@ add_requires("lz4")
 ```
 
 
+### lzo (iphoneos)
+
+
+| Description | *LZO is a portable lossless data compression library written in ANSI C.* |
+| -- | -- |
+| Homepage | [http://www.oberhumer.com/opensource/lzo](http://www.oberhumer.com/opensource/lzo) |
+| License | GPL-2.0 |
+| Versions | 2.10 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [lzo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lzo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos lzo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lzo")
+```
+
+
 
 ## m
 ### m4 (iphoneos)

+ 25 - 1
packages/linux.md

@@ -2821,6 +2821,30 @@ add_requires("lz4")
 ```
 
 
+### lzo (linux)
+
+
+| Description | *LZO is a portable lossless data compression library written in ANSI C.* |
+| -- | -- |
+| Homepage | [http://www.oberhumer.com/opensource/lzo](http://www.oberhumer.com/opensource/lzo) |
+| License | GPL-2.0 |
+| Versions | 2.10 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [lzo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lzo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lzo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lzo")
+```
+
+
 
 ## m
 ### m4 (linux)
@@ -4241,7 +4265,7 @@ add_requires("xtrans")
 | Description | *General-purpose data compression with high compression ratio.* |
 | -- | -- |
 | Homepage | [https://tukaani.org/xz/](https://tukaani.org/xz/) |
-| Versions | 5.2.4 |
+| Versions | 5.2.5 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [xz/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xz/xmake.lua) |
 

+ 25 - 1
packages/macosx.md

@@ -2729,6 +2729,30 @@ add_requires("lz4")
 ```
 
 
+### lzo (macosx)
+
+
+| Description | *LZO is a portable lossless data compression library written in ANSI C.* |
+| -- | -- |
+| Homepage | [http://www.oberhumer.com/opensource/lzo](http://www.oberhumer.com/opensource/lzo) |
+| License | GPL-2.0 |
+| Versions | 2.10 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [lzo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lzo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lzo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lzo")
+```
+
+
 
 ## m
 ### m4 (macosx)
@@ -4100,7 +4124,7 @@ add_requires("xtrans")
 | Description | *General-purpose data compression with high compression ratio.* |
 | -- | -- |
 | Homepage | [https://tukaani.org/xz/](https://tukaani.org/xz/) |
-| Versions | 5.2.4 |
+| Versions | 5.2.5 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [xz/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xz/xmake.lua) |
 

+ 25 - 1
packages/mingw.md

@@ -1174,6 +1174,30 @@ add_requires("lz4")
 ```
 
 
+### lzo (mingw)
+
+
+| Description | *LZO is a portable lossless data compression library written in ANSI C.* |
+| -- | -- |
+| Homepage | [http://www.oberhumer.com/opensource/lzo](http://www.oberhumer.com/opensource/lzo) |
+| License | GPL-2.0 |
+| Versions | 2.10 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [lzo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lzo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] lzo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lzo")
+```
+
+
 
 ## m
 ### m4 (mingw)
@@ -1774,7 +1798,7 @@ add_requires("tmxparser")
 | Description | *General-purpose data compression with high compression ratio.* |
 | -- | -- |
 | Homepage | [https://tukaani.org/xz/](https://tukaani.org/xz/) |
-| Versions | 5.2.4 |
+| Versions | 5.2.5 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [xz/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xz/xmake.lua) |
 

+ 24 - 0
packages/msys.md

@@ -689,6 +689,30 @@ add_requires("lz4")
 ```
 
 
+### lzo (msys)
+
+
+| Description | *LZO is a portable lossless data compression library written in ANSI C.* |
+| -- | -- |
+| Homepage | [http://www.oberhumer.com/opensource/lzo](http://www.oberhumer.com/opensource/lzo) |
+| License | GPL-2.0 |
+| Versions | 2.10 |
+| Architectures | i386, x86_64 |
+| Definition | [lzo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lzo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lzo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lzo")
+```
+
+
 
 ## m
 ### m4 (msys)

+ 49 - 0
packages/windows.md

@@ -1896,6 +1896,30 @@ add_requires("lz4")
 ```
 
 
+### lzo (windows)
+
+
+| Description | *LZO is a portable lossless data compression library written in ANSI C.* |
+| -- | -- |
+| Homepage | [http://www.oberhumer.com/opensource/lzo](http://www.oberhumer.com/opensource/lzo) |
+| License | GPL-2.0 |
+| Versions | 2.10 |
+| Architectures | x64, x86 |
+| Definition | [lzo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lzo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lzo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lzo")
+```
+
+
 
 ## m
 ### m4 (windows)
@@ -3052,6 +3076,31 @@ add_requires("vulkan-headers")
 
 
 
+## x
+### xz (windows)
+
+
+| Description | *General-purpose data compression with high compression ratio.* |
+| -- | -- |
+| Homepage | [https://tukaani.org/xz/](https://tukaani.org/xz/) |
+| Versions | 5.2.5 |
+| Architectures | x64, x86 |
+| Definition | [xz/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xz/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install xz
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xz")
+```
+
+
+
 ## y
 ### yasm (windows)
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-30T04:17:36+08:00</lastmod>
+  <lastmod>2020-11-30T08:14:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-11-30T04:17:36+08:00</lastmod>
+  <lastmod>2020-11-30T08:14:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-11-30T04:17:37+08:00</lastmod>
+  <lastmod>2020-11-30T08:14:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-11-30T04:17:37+08:00</lastmod>
+  <lastmod>2020-11-30T08:14:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-11-30T04:17:37+08:00</lastmod>
+  <lastmod>2020-11-30T08:14:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-11-30T04:17:37+08:00</lastmod>
+  <lastmod>2020-11-30T08:14:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-11-30T04:17:37+08:00</lastmod>
+  <lastmod>2020-11-30T08:14:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-11-30T04:17:38+08:00</lastmod>
+  <lastmod>2020-11-30T08:14:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-11-30T04:17:38+08:00</lastmod>
+  <lastmod>2020-11-30T08:14:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-11-30T04:17:38+08:00</lastmod>
+  <lastmod>2020-11-30T08:14:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-11-30T04:17:38+08:00</lastmod>
+  <lastmod>2020-11-30T08:14:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-11-30T04:17:39+08:00</lastmod>
+  <lastmod>2020-11-30T08:14:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-11-30T04:17:39+08:00</lastmod>
+  <lastmod>2020-11-30T08:14:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-11-30T04:17:39+08:00</lastmod>
+  <lastmod>2020-11-30T08:14:34+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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