Explorar o código

autoupdate docs by xmake-repo/ci

ruki %!s(int64=3) %!d(string=hai) anos
pai
achega
0d4abfe8c3

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: raygui, functionalplus, mpmcqueue**
+- **Recently added: enet, raygui, functionalplus**
 
 [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 (573)
+- Packages (574)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -1462,6 +1462,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("easyloggingpp")
 </code></pre>
+<h3 id="enetandroid">enet (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Reliable UDP networking library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://enet.bespin.org">http://enet.bespin.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.17</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/e/enet/xmake.lua">enet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] enet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("enet")
+</code></pre>
 <h3 id="enttandroid">entt (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -1248,6 +1248,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("easyloggingpp")
 </code></pre>
+<h3 id="enetbsd">enet (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Reliable UDP networking library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://enet.bespin.org">http://enet.bespin.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.17</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/e/enet/xmake.lua">enet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install enet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("enet")
+</code></pre>
 <h3 id="enttbsd">entt (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -1178,6 +1178,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("easyloggingpp")
 </code></pre>
+<h3 id="enetcross">enet (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Reliable UDP networking library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://enet.bespin.org">http://enet.bespin.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.17</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/e/enet/xmake.lua">enet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] enet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("enet")
+</code></pre>
 <h3 id="enttcross">entt (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -1322,6 +1322,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("easyloggingpp")
 </code></pre>
+<h3 id="enetiphoneos">enet (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Reliable UDP networking library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://enet.bespin.org">http://enet.bespin.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.17</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/e/enet/xmake.lua">enet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos enet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("enet")
+</code></pre>
 <h3 id="enttiphoneos">entt (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -3327,6 +3327,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("embree")
 </code></pre>
+<h3 id="enetlinux">enet (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Reliable UDP networking library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://enet.bespin.org">http://enet.bespin.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.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/enet/xmake.lua">enet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install enet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("enet")
+</code></pre>
 <h3 id="ensmallenlinux">ensmallen (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -3142,6 +3142,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("embree")
 </code></pre>
+<h3 id="enetmacosx">enet (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Reliable UDP networking library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://enet.bespin.org">http://enet.bespin.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.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/enet/xmake.lua">enet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install enet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("enet")
+</code></pre>
 <h3 id="ensmallenmacosx">ensmallen (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -1388,6 +1388,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("easyloggingpp")
 </code></pre>
+<h3 id="enetmingw">enet (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Reliable UDP networking library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://enet.bespin.org">http://enet.bespin.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.17</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/e/enet/xmake.lua">enet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] enet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("enet")
+</code></pre>
 <h3 id="enttmingw">entt (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -1215,6 +1215,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("easyloggingpp")
 </code></pre>
+<h3 id="enetmsys">enet (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Reliable UDP networking library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://enet.bespin.org">http://enet.bespin.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.17</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/e/enet/xmake.lua">enet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install enet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("enet")
+</code></pre>
 <h3 id="enttmsys">entt (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -3105,6 +3105,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("embree")
 </code></pre>
+<h3 id="enetwindows">enet (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Reliable UDP networking library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://enet.bespin.org">http://enet.bespin.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.17</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/e/enet/xmake.lua">enet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install enet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("enet")
+</code></pre>
 <h3 id="ensmallenwindows">ensmallen (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -924,6 +924,30 @@ add_requires("easyloggingpp")
 ```
 
 
+### enet (android)
+
+
+| Description | *Reliable UDP networking library.* |
+| -- | -- |
+| Homepage | [http://enet.bespin.org](http://enet.bespin.org) |
+| License | MIT |
+| Versions | v1.3.17 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [enet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/enet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] enet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("enet")
+```
+
+
 ### entt (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -782,6 +782,30 @@ add_requires("easyloggingpp")
 ```
 
 
+### enet (bsd)
+
+
+| Description | *Reliable UDP networking library.* |
+| -- | -- |
+| Homepage | [http://enet.bespin.org](http://enet.bespin.org) |
+| License | MIT |
+| Versions | v1.3.17 |
+| Architectures | i386, x86_64 |
+| Definition | [enet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/enet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install enet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("enet")
+```
+
+
 ### entt (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -735,6 +735,30 @@ add_requires("easyloggingpp")
 ```
 
 
+### enet (cross)
+
+
+| Description | *Reliable UDP networking library.* |
+| -- | -- |
+| Homepage | [http://enet.bespin.org](http://enet.bespin.org) |
+| License | MIT |
+| Versions | v1.3.17 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [enet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/enet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] enet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("enet")
+```
+
+
 ### entt (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -830,6 +830,30 @@ add_requires("easyloggingpp")
 ```
 
 
+### enet (iphoneos)
+
+
+| Description | *Reliable UDP networking library.* |
+| -- | -- |
+| Homepage | [http://enet.bespin.org](http://enet.bespin.org) |
+| License | MIT |
+| Versions | v1.3.17 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [enet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/enet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos enet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("enet")
+```
+
+
 ### entt (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -2159,6 +2159,30 @@ add_requires("embree")
 ```
 
 
+### enet (linux)
+
+
+| Description | *Reliable UDP networking library.* |
+| -- | -- |
+| Homepage | [http://enet.bespin.org](http://enet.bespin.org) |
+| License | MIT |
+| Versions | v1.3.17 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [enet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/enet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install enet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("enet")
+```
+
+
 ### ensmallen (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -2039,6 +2039,30 @@ add_requires("embree")
 ```
 
 
+### enet (macosx)
+
+
+| Description | *Reliable UDP networking library.* |
+| -- | -- |
+| Homepage | [http://enet.bespin.org](http://enet.bespin.org) |
+| License | MIT |
+| Versions | v1.3.17 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [enet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/enet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install enet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("enet")
+```
+
+
 ### ensmallen (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -876,6 +876,30 @@ add_requires("easyloggingpp")
 ```
 
 
+### enet (mingw)
+
+
+| Description | *Reliable UDP networking library.* |
+| -- | -- |
+| Homepage | [http://enet.bespin.org](http://enet.bespin.org) |
+| License | MIT |
+| Versions | v1.3.17 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [enet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/enet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] enet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("enet")
+```
+
+
 ### entt (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -759,6 +759,30 @@ add_requires("easyloggingpp")
 ```
 
 
+### enet (msys)
+
+
+| Description | *Reliable UDP networking library.* |
+| -- | -- |
+| Homepage | [http://enet.bespin.org](http://enet.bespin.org) |
+| License | MIT |
+| Versions | v1.3.17 |
+| Architectures | i386, x86_64 |
+| Definition | [enet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/enet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install enet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("enet")
+```
+
+
 ### entt (msys)
 
 

+ 24 - 0
packages/windows.md

@@ -2015,6 +2015,30 @@ add_requires("embree")
 ```
 
 
+### enet (windows)
+
+
+| Description | *Reliable UDP networking library.* |
+| -- | -- |
+| Homepage | [http://enet.bespin.org](http://enet.bespin.org) |
+| License | MIT |
+| Versions | v1.3.17 |
+| Architectures | x64, x86 |
+| Definition | [enet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/enet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install enet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("enet")
+```
+
+
 ### ensmallen (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-12-30T03:15:34+08:00</lastmod>
+  <lastmod>2021-12-30T13:41:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-12-30T03:15:36+08:00</lastmod>
+  <lastmod>2021-12-30T13:41:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-12-30T03:15:36+08:00</lastmod>
+  <lastmod>2021-12-30T13:41:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-12-30T03:15:36+08:00</lastmod>
+  <lastmod>2021-12-30T13:41:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-12-30T03:15:36+08:00</lastmod>
+  <lastmod>2021-12-30T13:41:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-12-30T03:15:37+08:00</lastmod>
+  <lastmod>2021-12-30T13:41:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-12-30T03:15:37+08:00</lastmod>
+  <lastmod>2021-12-30T13:41:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-12-30T03:15:37+08:00</lastmod>
+  <lastmod>2021-12-30T13:41:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-12-30T03:15:37+08:00</lastmod>
+  <lastmod>2021-12-30T13:41:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-12-30T03:15:38+08:00</lastmod>
+  <lastmod>2021-12-30T13:41:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-12-30T03:15:38+08:00</lastmod>
+  <lastmod>2021-12-30T13:41:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-12-30T03:15:38+08:00</lastmod>
+  <lastmod>2021-12-30T13:41:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-12-30T03:15:38+08:00</lastmod>
+  <lastmod>2021-12-30T13:41:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-12-30T03:15:38+08:00</lastmod>
+  <lastmod>2021-12-30T13:41:56+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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