فهرست منبع

autoupdate docs by xmake-repo/ci

ruki 3 سال پیش
والد
کامیت
a6ab2ca728

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: libtins, marl, port**
+- **Recently added: ed, zlib-ng, libtins**
 
 [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 (535)
+- Packages (537)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -6540,6 +6540,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zlib")
 </code></pre>
+<h3 id="zlibngandroid">zlib-ng (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>zlib replacement with optimizations for next generation systems.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/zlib-ng/zlib-ng">https://github.com/zlib-ng/zlib-ng</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.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/zlib-ng/xmake.lua">zlib-ng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] zlib-ng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zlib-ng")
+</code></pre>
 <h3 id="zstdandroid">zstd (android)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/bsd.html

@@ -5213,6 +5213,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zlib")
 </code></pre>
+<h3 id="zlibngbsd">zlib-ng (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>zlib replacement with optimizations for next generation systems.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/zlib-ng/zlib-ng">https://github.com/zlib-ng/zlib-ng</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.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/zlib-ng/xmake.lua">zlib-ng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install zlib-ng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zlib-ng")
+</code></pre>
 <h3 id="zstdbsd">zstd (bsd)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -4834,6 +4834,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zlib")
 </code></pre>
+<h3 id="zlibngcross">zlib-ng (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>zlib replacement with optimizations for next generation systems.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/zlib-ng/zlib-ng">https://github.com/zlib-ng/zlib-ng</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.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/zlib-ng/xmake.lua">zlib-ng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] zlib-ng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zlib-ng")
+</code></pre>
 <h3 id="zstdcross">zstd (cross)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -5888,6 +5888,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zlib")
 </code></pre>
+<h3 id="zlibngiphoneos">zlib-ng (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>zlib replacement with optimizations for next generation systems.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/zlib-ng/zlib-ng">https://github.com/zlib-ng/zlib-ng</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.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/zlib-ng/xmake.lua">zlib-ng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos zlib-ng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zlib-ng")
+</code></pre>
 <h3 id="zstdiphoneos">zstd (iphoneos)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/linux.html

@@ -2998,6 +2998,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("easyloggingpp")
 </code></pre>
+<h3 id="edlinux">ed (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Classic UNIX line editor</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.gnu.org/software/ed/ed.html">https://www.gnu.org/software/ed/ed.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0-or-later</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.17</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/e/ed/xmake.lua">ed/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ed
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ed")
+</code></pre>
 <h3 id="effceelinux">effcee (linux)</h3>
 <table>
 <thead>
@@ -18269,6 +18306,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zlib")
 </code></pre>
+<h3 id="zlibnglinux">zlib-ng (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>zlib replacement with optimizations for next generation systems.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/zlib-ng/zlib-ng">https://github.com/zlib-ng/zlib-ng</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.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/zlib-ng/xmake.lua">zlib-ng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install zlib-ng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zlib-ng")
+</code></pre>
 <h3 id="zstdlinux">zstd (linux)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/macosx.html

@@ -2850,6 +2850,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("easyloggingpp")
 </code></pre>
+<h3 id="edmacosx">ed (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Classic UNIX line editor</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.gnu.org/software/ed/ed.html">https://www.gnu.org/software/ed/ed.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0-or-later</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.17</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/e/ed/xmake.lua">ed/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ed
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ed")
+</code></pre>
 <h3 id="effceemacosx">effcee (macosx)</h3>
 <table>
 <thead>
@@ -17054,6 +17091,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zlib")
 </code></pre>
+<h3 id="zlibngmacosx">zlib-ng (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>zlib replacement with optimizations for next generation systems.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/zlib-ng/zlib-ng">https://github.com/zlib-ng/zlib-ng</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.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/zlib-ng/xmake.lua">zlib-ng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install zlib-ng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zlib-ng")
+</code></pre>
 <h3 id="zstdmacosx">zstd (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -6819,6 +6819,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zlib")
 </code></pre>
+<h3 id="zlibngmingw">zlib-ng (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>zlib replacement with optimizations for next generation systems.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/zlib-ng/zlib-ng">https://github.com/zlib-ng/zlib-ng</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.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/zlib-ng/xmake.lua">zlib-ng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] zlib-ng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zlib-ng")
+</code></pre>
 <h3 id="zstdmingw">zstd (mingw)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/msys.html

@@ -4623,6 +4623,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zlib")
 </code></pre>
+<h3 id="zlibngmsys">zlib-ng (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>zlib replacement with optimizations for next generation systems.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/zlib-ng/zlib-ng">https://github.com/zlib-ng/zlib-ng</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.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/zlib-ng/xmake.lua">zlib-ng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install zlib-ng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zlib-ng")
+</code></pre>
 <h3 id="zstdmsys">zstd (msys)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -14977,6 +14977,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zlib")
 </code></pre>
+<h3 id="zlibngwindows">zlib-ng (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>zlib replacement with optimizations for next generation systems.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/zlib-ng/zlib-ng">https://github.com/zlib-ng/zlib-ng</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.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/zlib-ng/xmake.lua">zlib-ng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install zlib-ng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zlib-ng")
+</code></pre>
 <h3 id="zstdwindows">zstd (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/android.md

@@ -4382,6 +4382,29 @@ add_requires("zlib")
 ```
 
 
+### zlib-ng (android)
+
+
+| Description | *zlib replacement with optimizations for next generation systems.* |
+| -- | -- |
+| Homepage | [https://github.com/zlib-ng/zlib-ng](https://github.com/zlib-ng/zlib-ng) |
+| Versions | 2.0.5 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [zlib-ng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib-ng/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] zlib-ng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zlib-ng")
+```
+
+
 ### zstd (android)
 
 

+ 23 - 0
packages/bsd.md

@@ -3488,6 +3488,29 @@ add_requires("zlib")
 ```
 
 
+### zlib-ng (bsd)
+
+
+| Description | *zlib replacement with optimizations for next generation systems.* |
+| -- | -- |
+| Homepage | [https://github.com/zlib-ng/zlib-ng](https://github.com/zlib-ng/zlib-ng) |
+| Versions | 2.0.5 |
+| Architectures | i386, x86_64 |
+| Definition | [zlib-ng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib-ng/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install zlib-ng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zlib-ng")
+```
+
+
 ### zstd (bsd)
 
 

+ 23 - 0
packages/cross.md

@@ -3231,6 +3231,29 @@ add_requires("zlib")
 ```
 
 
+### zlib-ng (cross)
+
+
+| Description | *zlib replacement with optimizations for next generation systems.* |
+| -- | -- |
+| Homepage | [https://github.com/zlib-ng/zlib-ng](https://github.com/zlib-ng/zlib-ng) |
+| Versions | 2.0.5 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [zlib-ng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib-ng/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] zlib-ng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zlib-ng")
+```
+
+
 ### zstd (cross)
 
 

+ 23 - 0
packages/iphoneos.md

@@ -3937,6 +3937,29 @@ add_requires("zlib")
 ```
 
 
+### zlib-ng (iphoneos)
+
+
+| Description | *zlib replacement with optimizations for next generation systems.* |
+| -- | -- |
+| Homepage | [https://github.com/zlib-ng/zlib-ng](https://github.com/zlib-ng/zlib-ng) |
+| Versions | 2.0.5 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [zlib-ng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib-ng/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos zlib-ng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zlib-ng")
+```
+
+
 ### zstd (iphoneos)
 
 

+ 47 - 0
packages/linux.md

@@ -1944,6 +1944,30 @@ add_requires("easyloggingpp")
 ```
 
 
+### ed (linux)
+
+
+| Description | *Classic UNIX line editor* |
+| -- | -- |
+| Homepage | [https://www.gnu.org/software/ed/ed.html](https://www.gnu.org/software/ed/ed.html) |
+| License | GPL-3.0-or-later |
+| Versions | 1.17 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [ed/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/ed/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ed
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ed")
+```
+
+
 ### effcee (linux)
 
 
@@ -12222,6 +12246,29 @@ add_requires("zlib")
 ```
 
 
+### zlib-ng (linux)
+
+
+| Description | *zlib replacement with optimizations for next generation systems.* |
+| -- | -- |
+| Homepage | [https://github.com/zlib-ng/zlib-ng](https://github.com/zlib-ng/zlib-ng) |
+| Versions | 2.0.5 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [zlib-ng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib-ng/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install zlib-ng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zlib-ng")
+```
+
+
 ### zstd (linux)
 
 

+ 47 - 0
packages/macosx.md

@@ -1848,6 +1848,30 @@ add_requires("easyloggingpp")
 ```
 
 
+### ed (macosx)
+
+
+| Description | *Classic UNIX line editor* |
+| -- | -- |
+| Homepage | [https://www.gnu.org/software/ed/ed.html](https://www.gnu.org/software/ed/ed.html) |
+| License | GPL-3.0-or-later |
+| Versions | 1.17 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [ed/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/ed/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ed
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ed")
+```
+
+
 ### effcee (macosx)
 
 
@@ -11415,6 +11439,29 @@ add_requires("zlib")
 ```
 
 
+### zlib-ng (macosx)
+
+
+| Description | *zlib replacement with optimizations for next generation systems.* |
+| -- | -- |
+| Homepage | [https://github.com/zlib-ng/zlib-ng](https://github.com/zlib-ng/zlib-ng) |
+| Versions | 2.0.5 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [zlib-ng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib-ng/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install zlib-ng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zlib-ng")
+```
+
+
 ### zstd (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -4568,6 +4568,29 @@ add_requires("zlib")
 ```
 
 
+### zlib-ng (mingw)
+
+
+| Description | *zlib replacement with optimizations for next generation systems.* |
+| -- | -- |
+| Homepage | [https://github.com/zlib-ng/zlib-ng](https://github.com/zlib-ng/zlib-ng) |
+| Versions | 2.0.5 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [zlib-ng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib-ng/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] zlib-ng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zlib-ng")
+```
+
+
 ### zstd (mingw)
 
 

+ 23 - 0
packages/msys.md

@@ -3088,6 +3088,29 @@ add_requires("zlib")
 ```
 
 
+### zlib-ng (msys)
+
+
+| Description | *zlib replacement with optimizations for next generation systems.* |
+| -- | -- |
+| Homepage | [https://github.com/zlib-ng/zlib-ng](https://github.com/zlib-ng/zlib-ng) |
+| Versions | 2.0.5 |
+| Architectures | i386, x86_64 |
+| Definition | [zlib-ng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib-ng/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install zlib-ng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zlib-ng")
+```
+
+
 ### zstd (msys)
 
 

+ 23 - 0
packages/windows.md

@@ -9974,6 +9974,29 @@ add_requires("zlib")
 ```
 
 
+### zlib-ng (windows)
+
+
+| Description | *zlib replacement with optimizations for next generation systems.* |
+| -- | -- |
+| Homepage | [https://github.com/zlib-ng/zlib-ng](https://github.com/zlib-ng/zlib-ng) |
+| Versions | 2.0.5 |
+| Architectures | x64, x86 |
+| Definition | [zlib-ng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib-ng/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install zlib-ng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zlib-ng")
+```
+
+
 ### zstd (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-12-06T03:17:40+08:00</lastmod>
+  <lastmod>2021-12-08T04:16:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-12-06T03:17:42+08:00</lastmod>
+  <lastmod>2021-12-08T04:16:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-12-06T03:17:42+08:00</lastmod>
+  <lastmod>2021-12-08T04:16:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-12-06T03:17:42+08:00</lastmod>
+  <lastmod>2021-12-08T04:16:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-12-06T03:17:42+08:00</lastmod>
+  <lastmod>2021-12-08T04:16:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-12-06T03:17:43+08:00</lastmod>
+  <lastmod>2021-12-08T04:16:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-12-06T03:17:43+08:00</lastmod>
+  <lastmod>2021-12-08T04:16:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-12-06T03:17:43+08:00</lastmod>
+  <lastmod>2021-12-08T04:16:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-12-06T03:17:43+08:00</lastmod>
+  <lastmod>2021-12-08T04:16:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-12-06T03:17:43+08:00</lastmod>
+  <lastmod>2021-12-08T04:16:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-12-06T03:17:44+08:00</lastmod>
+  <lastmod>2021-12-08T04:16:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-12-06T03:17:44+08:00</lastmod>
+  <lastmod>2021-12-08T04:16:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-12-06T03:17:44+08:00</lastmod>
+  <lastmod>2021-12-08T04:16:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-12-06T03:17:44+08:00</lastmod>
+  <lastmod>2021-12-08T04:16:09+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: libtins, marl, port**
+- **Recently added: ed, zlib-ng, libtins**
 
 [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)
-- 包列表 (535)
+- 包列表 (537)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)