瀏覽代碼

autoupdate docs by xmake-repo/ci

ruki 3 年之前
父節點
當前提交
7e6fca7653

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: gnu-gsl, gobject-introspection, krb5**
+- **Recently added: libdeflate, mxml, talloc**
 
 [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 (489)
+- Packages (492)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -2413,6 +2413,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libde265")
 </code></pre>
+<h3 id="libdeflateandroid">libdeflate (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ebiggers/libdeflate">https://github.com/ebiggers/libdeflate</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.8</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/libdeflate/xmake.lua">libdeflate/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libdeflate
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libdeflate")
+</code></pre>
 <h3 id="libelfandroid">libelf (android)</h3>
 <table>
 <thead>

+ 108 - 1
mirror/packages/linux.html

@@ -820,7 +820,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.20.1, 1.5.0</td>
+<td>1.20.1, 1.21.1, 1.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6344,6 +6344,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libde265")
 </code></pre>
+<h3 id="libdeflatelinux">libdeflate (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ebiggers/libdeflate">https://github.com/ebiggers/libdeflate</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.8</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/libdeflate/xmake.lua">libdeflate/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libdeflate
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libdeflate")
+</code></pre>
 <h3 id="libelflinux">libelf (linux)</h3>
 <table>
 <thead>
@@ -11069,6 +11106,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("muslcc")
 </code></pre>
+<h3 id="mxmllinux">mxml (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Mini-XML is a tiny XML library that you can use to read and write XML and XML-like data files in your application without requiring large non-standard libraries.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.msweet.org/mxml/">https://www.msweet.org/mxml/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.3</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/mxml/xmake.lua">mxml/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mxml
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mxml")
+</code></pre>
 <h3 id="mysqllinux">mysql (linux)</h3>
 <table>
 <thead>
@@ -14691,6 +14765,39 @@
 <pre><code class="lang-lua">add_requires("szip")
 </code></pre>
 <h2 id="t">t</h2>
+<h3 id="talloclinux">talloc (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>talloc is a hierarchical, reference counted memory pool system with destructors.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://talloc.samba.org/talloc/doc/html/index.html">https://talloc.samba.org/talloc/doc/html/index.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.3.3</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/t/talloc/xmake.lua">talloc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install talloc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("talloc")
+</code></pre>
 <h3 id="taskflowlinux">taskflow (linux)</h3>
 <table>
 <thead>

+ 108 - 1
mirror/packages/macosx.html

@@ -705,7 +705,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.20.1, 1.5.0</td>
+<td>1.20.1, 1.21.1, 1.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5916,6 +5916,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libde265")
 </code></pre>
+<h3 id="libdeflatemacosx">libdeflate (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ebiggers/libdeflate">https://github.com/ebiggers/libdeflate</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.8</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/libdeflate/xmake.lua">libdeflate/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libdeflate
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libdeflate")
+</code></pre>
 <h3 id="libepoxymacosx">libepoxy (macosx)</h3>
 <table>
 <thead>
@@ -10320,6 +10357,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("muslcc")
 </code></pre>
+<h3 id="mxmlmacosx">mxml (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Mini-XML is a tiny XML library that you can use to read and write XML and XML-like data files in your application without requiring large non-standard libraries.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.msweet.org/mxml/">https://www.msweet.org/mxml/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.3</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/mxml/xmake.lua">mxml/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mxml
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mxml")
+</code></pre>
 <h3 id="mysqlmacosx">mysql (macosx)</h3>
 <table>
 <thead>
@@ -13765,6 +13839,39 @@
 <pre><code class="lang-lua">add_requires("szip")
 </code></pre>
 <h2 id="t">t</h2>
+<h3 id="tallocmacosx">talloc (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>talloc is a hierarchical, reference counted memory pool system with destructors.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://talloc.samba.org/talloc/doc/html/index.html">https://talloc.samba.org/talloc/doc/html/index.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.3.3</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/t/talloc/xmake.lua">talloc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install talloc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("talloc")
+</code></pre>
 <h3 id="taskflowmacosx">taskflow (macosx)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/mingw.html

@@ -313,7 +313,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.20.1, 1.5.0</td>
+<td>1.20.1, 1.21.1, 1.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2516,6 +2516,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libde265")
 </code></pre>
+<h3 id="libdeflatemingw">libdeflate (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ebiggers/libdeflate">https://github.com/ebiggers/libdeflate</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.8</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/libdeflate/xmake.lua">libdeflate/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] libdeflate
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libdeflate")
+</code></pre>
 <h3 id="libflacmingw">libflac (mingw)</h3>
 <table>
 <thead>

+ 75 - 1
mirror/packages/windows.html

@@ -672,7 +672,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.20.1, 1.5.0</td>
+<td>1.20.1, 1.21.1, 1.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5644,6 +5644,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libde265")
 </code></pre>
+<h3 id="libdeflatewindows">libdeflate (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ebiggers/libdeflate">https://github.com/ebiggers/libdeflate</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.8</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/libdeflate/xmake.lua">libdeflate/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libdeflate
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libdeflate")
+</code></pre>
 <h3 id="libepoxywindows">libepoxy (windows)</h3>
 <table>
 <thead>
@@ -8692,6 +8729,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("muslcc")
 </code></pre>
+<h3 id="mxmlwindows">mxml (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Mini-XML is a tiny XML library that you can use to read and write XML and XML-like data files in your application without requiring large non-standard libraries.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.msweet.org/mxml/">https://www.msweet.org/mxml/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.3</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/mxml/xmake.lua">mxml/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mxml
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mxml")
+</code></pre>
 <h2 id="n">n</h2>
 <h3 id="named_typewindows">named_type (windows)</h3>
 <table>

+ 24 - 0
packages/android.md

@@ -1587,6 +1587,30 @@ add_requires("libde265")
 ```
 
 
+### libdeflate (android)
+
+
+| Description | *libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression.* |
+| -- | -- |
+| Homepage | [https://github.com/ebiggers/libdeflate](https://github.com/ebiggers/libdeflate) |
+| License | MIT |
+| Versions | v1.8 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [libdeflate/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdeflate/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] libdeflate
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libdeflate")
+```
+
+
 ### libelf (android)
 
 

+ 72 - 1
packages/linux.md

@@ -482,7 +482,7 @@ add_requires("blitz")
 | Description | *A blocking, shuffling and loss-less compression library* |
 | -- | -- |
 | Homepage | [https://www.blosc.org/](https://www.blosc.org/) |
-| Versions | 1.20.1, 1.5.0 |
+| Versions | 1.20.1, 1.21.1, 1.5.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [blosc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blosc/xmake.lua) |
 
@@ -4194,6 +4194,30 @@ add_requires("libde265")
 ```
 
 
+### libdeflate (linux)
+
+
+| Description | *libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression.* |
+| -- | -- |
+| Homepage | [https://github.com/ebiggers/libdeflate](https://github.com/ebiggers/libdeflate) |
+| License | MIT |
+| Versions | v1.8 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libdeflate/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdeflate/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libdeflate
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libdeflate")
+```
+
+
 ### libelf (linux)
 
 
@@ -7383,6 +7407,30 @@ add_requires("muslcc")
 ```
 
 
+### mxml (linux)
+
+
+| Description | *Mini-XML is a tiny XML library that you can use to read and write XML and XML-like data files in your application without requiring large non-standard libraries.* |
+| -- | -- |
+| Homepage | [https://www.msweet.org/mxml/](https://www.msweet.org/mxml/) |
+| License | Apache-2.0 |
+| Versions | 3.3 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [mxml/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mxml/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mxml
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mxml")
+```
+
+
 ### mysql (linux)
 
 
@@ -9820,6 +9868,29 @@ add_requires("szip")
 
 
 ## t
+### talloc (linux)
+
+
+| Description | *talloc is a hierarchical, reference counted memory pool system with destructors.* |
+| -- | -- |
+| Homepage | [https://talloc.samba.org/talloc/doc/html/index.html](https://talloc.samba.org/talloc/doc/html/index.html) |
+| Versions | 2.3.3 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [talloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/talloc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install talloc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("talloc")
+```
+
+
 ### taskflow (linux)
 
 

+ 72 - 1
packages/macosx.md

@@ -409,7 +409,7 @@ add_requires("blitz")
 | Description | *A blocking, shuffling and loss-less compression library* |
 | -- | -- |
 | Homepage | [https://www.blosc.org/](https://www.blosc.org/) |
-| Versions | 1.20.1, 1.5.0 |
+| Versions | 1.20.1, 1.21.1, 1.5.0 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [blosc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blosc/xmake.lua) |
 
@@ -3910,6 +3910,30 @@ add_requires("libde265")
 ```
 
 
+### libdeflate (macosx)
+
+
+| Description | *libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression.* |
+| -- | -- |
+| Homepage | [https://github.com/ebiggers/libdeflate](https://github.com/ebiggers/libdeflate) |
+| License | MIT |
+| Versions | v1.8 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libdeflate/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdeflate/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libdeflate
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libdeflate")
+```
+
+
 ### libepoxy (macosx)
 
 
@@ -6886,6 +6910,30 @@ add_requires("muslcc")
 ```
 
 
+### mxml (macosx)
+
+
+| Description | *Mini-XML is a tiny XML library that you can use to read and write XML and XML-like data files in your application without requiring large non-standard libraries.* |
+| -- | -- |
+| Homepage | [https://www.msweet.org/mxml/](https://www.msweet.org/mxml/) |
+| License | Apache-2.0 |
+| Versions | 3.3 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [mxml/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mxml/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mxml
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mxml")
+```
+
+
 ### mysql (macosx)
 
 
@@ -9205,6 +9253,29 @@ add_requires("szip")
 
 
 ## t
+### talloc (macosx)
+
+
+| Description | *talloc is a hierarchical, reference counted memory pool system with destructors.* |
+| -- | -- |
+| Homepage | [https://talloc.samba.org/talloc/doc/html/index.html](https://talloc.samba.org/talloc/doc/html/index.html) |
+| Versions | 2.3.3 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [talloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/talloc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install talloc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("talloc")
+```
+
+
 ### taskflow (macosx)
 
 

+ 25 - 1
packages/mingw.md

@@ -147,7 +147,7 @@ add_requires("binutils")
 | Description | *A blocking, shuffling and loss-less compression library* |
 | -- | -- |
 | Homepage | [https://www.blosc.org/](https://www.blosc.org/) |
-| Versions | 1.20.1, 1.5.0 |
+| Versions | 1.20.1, 1.21.1, 1.5.0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [blosc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blosc/xmake.lua) |
 
@@ -1657,6 +1657,30 @@ add_requires("libde265")
 ```
 
 
+### libdeflate (mingw)
+
+
+| Description | *libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression.* |
+| -- | -- |
+| Homepage | [https://github.com/ebiggers/libdeflate](https://github.com/ebiggers/libdeflate) |
+| License | MIT |
+| Versions | v1.8 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [libdeflate/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdeflate/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] libdeflate
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libdeflate")
+```
+
+
 ### libflac (mingw)
 
 

+ 49 - 1
packages/windows.md

@@ -386,7 +386,7 @@ add_requires("blitz")
 | Description | *A blocking, shuffling and loss-less compression library* |
 | -- | -- |
 | Homepage | [https://www.blosc.org/](https://www.blosc.org/) |
-| Versions | 1.20.1, 1.5.0 |
+| Versions | 1.20.1, 1.21.1, 1.5.0 |
 | Architectures | x64, x86 |
 | Definition | [blosc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blosc/xmake.lua) |
 
@@ -3724,6 +3724,30 @@ add_requires("libde265")
 ```
 
 
+### libdeflate (windows)
+
+
+| Description | *libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression.* |
+| -- | -- |
+| Homepage | [https://github.com/ebiggers/libdeflate](https://github.com/ebiggers/libdeflate) |
+| License | MIT |
+| Versions | v1.8 |
+| Architectures | x64, x86 |
+| Definition | [libdeflate/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdeflate/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libdeflate
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libdeflate")
+```
+
+
 ### libepoxy (windows)
 
 
@@ -5771,6 +5795,30 @@ add_requires("muslcc")
 ```
 
 
+### mxml (windows)
+
+
+| Description | *Mini-XML is a tiny XML library that you can use to read and write XML and XML-like data files in your application without requiring large non-standard libraries.* |
+| -- | -- |
+| Homepage | [https://www.msweet.org/mxml/](https://www.msweet.org/mxml/) |
+| License | Apache-2.0 |
+| Versions | 3.3 |
+| Architectures | x64, x86 |
+| Definition | [mxml/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mxml/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mxml
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mxml")
+```
+
+
 
 ## n
 ### named_type (windows)

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-12T05:41:59+08:00</lastmod>
+  <lastmod>2021-11-13T12:21:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-12T05:42:01+08:00</lastmod>
+  <lastmod>2021-11-13T12:21:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-12T05:42:01+08:00</lastmod>
+  <lastmod>2021-11-13T12:21:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-12T05:42:01+08:00</lastmod>
+  <lastmod>2021-11-13T12:21:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-12T05:42:01+08:00</lastmod>
+  <lastmod>2021-11-13T12:21:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-12T05:42:02+08:00</lastmod>
+  <lastmod>2021-11-13T12:21:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-12T05:42:02+08:00</lastmod>
+  <lastmod>2021-11-13T12:21:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-12T05:42:02+08:00</lastmod>
+  <lastmod>2021-11-13T12:21:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-12T05:42:02+08:00</lastmod>
+  <lastmod>2021-11-13T12:21:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-12T05:42:03+08:00</lastmod>
+  <lastmod>2021-11-13T12:21:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-12T05:42:03+08:00</lastmod>
+  <lastmod>2021-11-13T12:21:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-12T05:42:03+08:00</lastmod>
+  <lastmod>2021-11-13T12:21:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-12T05:42:03+08:00</lastmod>
+  <lastmod>2021-11-13T12:21:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-12T05:42:04+08:00</lastmod>
+  <lastmod>2021-11-13T12:21:51+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: gnu-gsl, gobject-introspection, krb5**
+- **Recently added: libdeflate, mxml, talloc**
 
 [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)
-- 包列表 (489)
+- 包列表 (492)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)