Преглед на файлове

autoupdate docs by xmake-repo/ci

ruki преди 4 години
родител
ревизия
a58d2995f1
променени са 13 файла, в които са добавени 209 реда и са изтрити 26 реда
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 38 1
      mirror/packages/linux.html
  4. 38 1
      mirror/packages/macosx.html
  5. 1 1
      mirror/packages/mingw.html
  6. 38 1
      mirror/packages/windows.html
  7. 25 1
      packages/linux.md
  8. 25 1
      packages/macosx.md
  9. 1 1
      packages/mingw.md
  10. 25 1
      packages/windows.md
  11. 14 14
      sitemap.xml
  12. 1 1
      zh-cn/_coverpage.md
  13. 1 1
      zh-cn/_sidebar.md

+ 1 - 1
_coverpage.md

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

+ 38 - 1
mirror/packages/linux.html

@@ -7463,7 +7463,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>8.40, 8.41</td>
+<td>8.40, 8.41, 8.44</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10181,6 +10181,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zstd")
 </code></pre>
+<h3 id="zzipliblinux">zziplib (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://zziplib.sourceforge.net/">http://zziplib.sourceforge.net/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.13.72</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/zziplib/xmake.lua">zziplib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install zziplib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zziplib")
+</code></pre>
 </article>
 </body>
 </html>

+ 38 - 1
mirror/packages/macosx.html

@@ -6973,7 +6973,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>8.40, 8.41</td>
+<td>8.40, 8.41, 8.44</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -9402,6 +9402,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zstd")
 </code></pre>
+<h3 id="zziplibmacosx">zziplib (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://zziplib.sourceforge.net/">http://zziplib.sourceforge.net/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.13.72</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/zziplib/xmake.lua">zziplib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install zziplib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zziplib")
+</code></pre>
 </article>
 </body>
 </html>

+ 1 - 1
mirror/packages/mingw.html

@@ -3096,7 +3096,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>8.40, 8.41</td>
+<td>8.40, 8.41, 8.44</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/windows.html

@@ -5695,7 +5695,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>8.40, 8.41</td>
+<td>8.40, 8.41, 8.44</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -8177,6 +8177,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zstd")
 </code></pre>
+<h3 id="zziplibwindows">zziplib (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://zziplib.sourceforge.net/">http://zziplib.sourceforge.net/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.13.72</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/zziplib/xmake.lua">zziplib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install zziplib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zziplib")
+</code></pre>
 </article>
 </body>
 </html>

+ 25 - 1
packages/linux.md

@@ -5027,7 +5027,7 @@ add_requires("patch")
 | Description | *A Perl Compatible Regular Expressions Library* |
 | -- | -- |
 | Homepage | [https://www.pcre.org/](https://www.pcre.org/) |
-| Versions | 8.40, 8.41 |
+| Versions | 8.40, 8.41, 8.44 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [pcre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pcre/xmake.lua) |
 
@@ -6887,4 +6887,28 @@ add_requires("zstd")
 ```
 
 
+### zziplib (linux)
+
+
+| Description | *The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file.* |
+| -- | -- |
+| Homepage | [http://zziplib.sourceforge.net/](http://zziplib.sourceforge.net/) |
+| License | GPL-2.0 |
+| Versions | v0.13.72 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [zziplib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zziplib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install zziplib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zziplib")
+```
+
+
 

+ 25 - 1
packages/macosx.md

@@ -4698,7 +4698,7 @@ add_requires("patch")
 | Description | *A Perl Compatible Regular Expressions Library* |
 | -- | -- |
 | Homepage | [https://www.pcre.org/](https://www.pcre.org/) |
-| Versions | 8.40, 8.41 |
+| Versions | 8.40, 8.41, 8.44 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [pcre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pcre/xmake.lua) |
 
@@ -6366,4 +6366,28 @@ add_requires("zstd")
 ```
 
 
+### zziplib (macosx)
+
+
+| Description | *The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file.* |
+| -- | -- |
+| Homepage | [http://zziplib.sourceforge.net/](http://zziplib.sourceforge.net/) |
+| License | GPL-2.0 |
+| Versions | v0.13.72 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [zziplib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zziplib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install zziplib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zziplib")
+```
+
+
 

+ 1 - 1
packages/mingw.md

@@ -2062,7 +2062,7 @@ add_requires("patch")
 | Description | *A Perl Compatible Regular Expressions Library* |
 | -- | -- |
 | Homepage | [https://www.pcre.org/](https://www.pcre.org/) |
-| Versions | 8.40, 8.41 |
+| Versions | 8.40, 8.41, 8.44 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [pcre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pcre/xmake.lua) |
 

+ 25 - 1
packages/windows.md

@@ -3818,7 +3818,7 @@ add_requires("patch")
 | Description | *A Perl Compatible Regular Expressions Library* |
 | -- | -- |
 | Homepage | [https://www.pcre.org/](https://www.pcre.org/) |
-| Versions | 8.40, 8.41 |
+| Versions | 8.40, 8.41, 8.44 |
 | Architectures | x64, x86 |
 | Definition | [pcre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pcre/xmake.lua) |
 
@@ -5514,4 +5514,28 @@ add_requires("zstd")
 ```
 
 
+### zziplib (windows)
+
+
+| Description | *The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file.* |
+| -- | -- |
+| Homepage | [http://zziplib.sourceforge.net/](http://zziplib.sourceforge.net/) |
+| License | GPL-2.0 |
+| Versions | v0.13.72 |
+| Architectures | x64, x86 |
+| Definition | [zziplib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zziplib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install zziplib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zziplib")
+```
+
+
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-04-21T14:18:54+08:00</lastmod>
+  <lastmod>2021-04-23T13:17:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-04-21T14:18:55+08:00</lastmod>
+  <lastmod>2021-04-23T13:17:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-04-21T14:18:55+08:00</lastmod>
+  <lastmod>2021-04-23T13:17:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-04-21T14:18:55+08:00</lastmod>
+  <lastmod>2021-04-23T13:17:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-04-21T14:18:55+08:00</lastmod>
+  <lastmod>2021-04-23T13:17:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-04-21T14:18:56+08:00</lastmod>
+  <lastmod>2021-04-23T13:17:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-04-21T14:18:56+08:00</lastmod>
+  <lastmod>2021-04-23T13:17:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-04-21T14:18:56+08:00</lastmod>
+  <lastmod>2021-04-23T13:17:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-04-21T14:18:56+08:00</lastmod>
+  <lastmod>2021-04-23T13:17:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-04-21T14:18:57+08:00</lastmod>
+  <lastmod>2021-04-23T13:17:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-04-21T14:18:57+08:00</lastmod>
+  <lastmod>2021-04-23T13:17:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-04-21T14:18:57+08:00</lastmod>
+  <lastmod>2021-04-23T13:17:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-04-21T14:18:57+08:00</lastmod>
+  <lastmod>2021-04-23T13:17:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-04-21T14:18:57+08:00</lastmod>
+  <lastmod>2021-04-23T13:17:22+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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