浏览代码

autoupdate docs by xmake-repo/ci

ruki 3 年之前
父节点
当前提交
374f8cb0cc

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: port, gpujpeg, nod**
+- **Recently added: better-enums, port, gpujpeg**
 
 [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 (697)
+- Packages (698)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -335,6 +335,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bazel")
 </code></pre>
+<h3 id="betterenumsandroid">better-enums (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ compile-time enum to string, iteration, in a single header file</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://aantron.github.io/better-enums">http://aantron.github.io/better-enums</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.11.3</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/b/better-enums/xmake.lua">better-enums/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] better-enums
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("better-enums")
+</code></pre>
 <h3 id="bin2candroid">bin2c (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -302,6 +302,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bazel")
 </code></pre>
+<h3 id="betterenumsbsd">better-enums (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ compile-time enum to string, iteration, in a single header file</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://aantron.github.io/better-enums">http://aantron.github.io/better-enums</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.11.3</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/b/better-enums/xmake.lua">better-enums/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install better-enums
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("better-enums")
+</code></pre>
 <h3 id="bin2cbsd">bin2c (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -265,6 +265,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bazel")
 </code></pre>
+<h3 id="betterenumscross">better-enums (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ compile-time enum to string, iteration, in a single header file</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://aantron.github.io/better-enums">http://aantron.github.io/better-enums</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.11.3</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/b/better-enums/xmake.lua">better-enums/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] better-enums
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("better-enums")
+</code></pre>
 <h3 id="bin2ccross">bin2c (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -265,6 +265,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bazel")
 </code></pre>
+<h3 id="betterenumsiphoneos">better-enums (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ compile-time enum to string, iteration, in a single header file</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://aantron.github.io/better-enums">http://aantron.github.io/better-enums</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.11.3</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/b/better-enums/xmake.lua">better-enums/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos better-enums
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("better-enums")
+</code></pre>
 <h3 id="bin2ciphoneos">bin2c (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -916,6 +916,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("benchmark")
 </code></pre>
+<h3 id="betterenumslinux">better-enums (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ compile-time enum to string, iteration, in a single header file</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://aantron.github.io/better-enums">http://aantron.github.io/better-enums</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.11.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/b/better-enums/xmake.lua">better-enums/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install better-enums
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("better-enums")
+</code></pre>
 <h3 id="bgfxlinux">bgfx (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -727,6 +727,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("benchmark")
 </code></pre>
+<h3 id="betterenumsmacosx">better-enums (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ compile-time enum to string, iteration, in a single header file</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://aantron.github.io/better-enums">http://aantron.github.io/better-enums</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.11.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/b/better-enums/xmake.lua">better-enums/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install better-enums
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("better-enums")
+</code></pre>
 <h3 id="bgfxmacosx">bgfx (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -339,6 +339,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bazel")
 </code></pre>
+<h3 id="betterenumsmingw">better-enums (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ compile-time enum to string, iteration, in a single header file</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://aantron.github.io/better-enums">http://aantron.github.io/better-enums</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.11.3</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/b/better-enums/xmake.lua">better-enums/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] better-enums
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("better-enums")
+</code></pre>
 <h3 id="bin2cmingw">bin2c (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -302,6 +302,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bazel")
 </code></pre>
+<h3 id="betterenumsmsys">better-enums (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ compile-time enum to string, iteration, in a single header file</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://aantron.github.io/better-enums">http://aantron.github.io/better-enums</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.11.3</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/b/better-enums/xmake.lua">better-enums/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install better-enums
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("better-enums")
+</code></pre>
 <h3 id="bin2cmsys">bin2c (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -591,6 +591,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("benchmark")
 </code></pre>
+<h3 id="betterenumswindows">better-enums (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ compile-time enum to string, iteration, in a single header file</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://aantron.github.io/better-enums">http://aantron.github.io/better-enums</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.11.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/b/better-enums/xmake.lua">better-enums/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install better-enums
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("better-enums")
+</code></pre>
 <h3 id="bgfxwindows">bgfx (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -165,6 +165,30 @@ add_requires("bazel")
 ```
 
 
+### better-enums (android)
+
+
+| Description | *C++ compile-time enum to string, iteration, in a single header file* |
+| -- | -- |
+| Homepage | [http://aantron.github.io/better-enums](http://aantron.github.io/better-enums) |
+| License | BSD-2-Clause |
+| Versions | 0.11.3 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [better-enums/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/better-enums/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] better-enums
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("better-enums")
+```
+
+
 ### bin2c (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -142,6 +142,30 @@ add_requires("bazel")
 ```
 
 
+### better-enums (bsd)
+
+
+| Description | *C++ compile-time enum to string, iteration, in a single header file* |
+| -- | -- |
+| Homepage | [http://aantron.github.io/better-enums](http://aantron.github.io/better-enums) |
+| License | BSD-2-Clause |
+| Versions | 0.11.3 |
+| Architectures | i386, x86_64 |
+| Definition | [better-enums/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/better-enums/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install better-enums
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("better-enums")
+```
+
+
 ### bin2c (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -118,6 +118,30 @@ add_requires("bazel")
 ```
 
 
+### better-enums (cross)
+
+
+| Description | *C++ compile-time enum to string, iteration, in a single header file* |
+| -- | -- |
+| Homepage | [http://aantron.github.io/better-enums](http://aantron.github.io/better-enums) |
+| License | BSD-2-Clause |
+| Versions | 0.11.3 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [better-enums/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/better-enums/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] better-enums
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("better-enums")
+```
+
+
 ### bin2c (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -118,6 +118,30 @@ add_requires("bazel")
 ```
 
 
+### better-enums (iphoneos)
+
+
+| Description | *C++ compile-time enum to string, iteration, in a single header file* |
+| -- | -- |
+| Homepage | [http://aantron.github.io/better-enums](http://aantron.github.io/better-enums) |
+| License | BSD-2-Clause |
+| Versions | 0.11.3 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [better-enums/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/better-enums/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos better-enums
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("better-enums")
+```
+
+
 ### bin2c (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -548,6 +548,30 @@ add_requires("benchmark")
 ```
 
 
+### better-enums (linux)
+
+
+| Description | *C++ compile-time enum to string, iteration, in a single header file* |
+| -- | -- |
+| Homepage | [http://aantron.github.io/better-enums](http://aantron.github.io/better-enums) |
+| License | BSD-2-Clause |
+| Versions | 0.11.3 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [better-enums/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/better-enums/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install better-enums
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("better-enums")
+```
+
+
 ### bgfx (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -427,6 +427,30 @@ add_requires("benchmark")
 ```
 
 
+### better-enums (macosx)
+
+
+| Description | *C++ compile-time enum to string, iteration, in a single header file* |
+| -- | -- |
+| Homepage | [http://aantron.github.io/better-enums](http://aantron.github.io/better-enums) |
+| License | BSD-2-Clause |
+| Versions | 0.11.3 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [better-enums/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/better-enums/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install better-enums
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("better-enums")
+```
+
+
 ### bgfx (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -166,6 +166,30 @@ add_requires("bazel")
 ```
 
 
+### better-enums (mingw)
+
+
+| Description | *C++ compile-time enum to string, iteration, in a single header file* |
+| -- | -- |
+| Homepage | [http://aantron.github.io/better-enums](http://aantron.github.io/better-enums) |
+| License | BSD-2-Clause |
+| Versions | 0.11.3 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [better-enums/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/better-enums/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] better-enums
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("better-enums")
+```
+
+
 ### bin2c (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -142,6 +142,30 @@ add_requires("bazel")
 ```
 
 
+### better-enums (msys)
+
+
+| Description | *C++ compile-time enum to string, iteration, in a single header file* |
+| -- | -- |
+| Homepage | [http://aantron.github.io/better-enums](http://aantron.github.io/better-enums) |
+| License | BSD-2-Clause |
+| Versions | 0.11.3 |
+| Architectures | i386, x86_64 |
+| Definition | [better-enums/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/better-enums/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install better-enums
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("better-enums")
+```
+
+
 ### bin2c (msys)
 
 

+ 24 - 0
packages/windows.md

@@ -334,6 +334,30 @@ add_requires("benchmark")
 ```
 
 
+### better-enums (windows)
+
+
+| Description | *C++ compile-time enum to string, iteration, in a single header file* |
+| -- | -- |
+| Homepage | [http://aantron.github.io/better-enums](http://aantron.github.io/better-enums) |
+| License | BSD-2-Clause |
+| Versions | 0.11.3 |
+| Architectures | x64, x86 |
+| Definition | [better-enums/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/better-enums/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install better-enums
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("better-enums")
+```
+
+
 ### bgfx (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-05-15T16:12:41+08:00</lastmod>
+  <lastmod>2022-05-16T11:18:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-05-15T16:12:43+08:00</lastmod>
+  <lastmod>2022-05-16T11:18:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-05-15T16:12:44+08:00</lastmod>
+  <lastmod>2022-05-16T11:18:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-05-15T16:12:44+08:00</lastmod>
+  <lastmod>2022-05-16T11:18:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-05-15T16:12:44+08:00</lastmod>
+  <lastmod>2022-05-16T11:18:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-05-15T16:12:44+08:00</lastmod>
+  <lastmod>2022-05-16T11:18:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-05-15T16:12:45+08:00</lastmod>
+  <lastmod>2022-05-16T11:18:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-05-15T16:12:45+08:00</lastmod>
+  <lastmod>2022-05-16T11:18:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-05-15T16:12:45+08:00</lastmod>
+  <lastmod>2022-05-16T11:18:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-05-15T16:12:46+08:00</lastmod>
+  <lastmod>2022-05-16T11:18:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-05-15T16:12:46+08:00</lastmod>
+  <lastmod>2022-05-16T11:18:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-05-15T16:12:46+08:00</lastmod>
+  <lastmod>2022-05-16T11:18:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-05-15T16:12:46+08:00</lastmod>
+  <lastmod>2022-05-16T11:18:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-05-15T16:12:46+08:00</lastmod>
+  <lastmod>2022-05-16T11:18:19+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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