Parcourir la source

autoupdate docs by xmake-repo/ci

ruki il y a 3 ans
Parent
commit
8076f750a2

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: johnnyengine, caudio, aws-c-common**
+- **Recently added: dbg-macro, johnnyengine, caudio**
 
 [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 (693)
+- Packages (694)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -1424,6 +1424,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("date")
 </code></pre>
+<h3 id="dbgmacroandroid">dbg-macro (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A dbg(…) macro for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sharkdp/dbg-macro">https://github.com/sharkdp/dbg-macro</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.4.0</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/d/dbg-macro/xmake.lua">dbg-macro/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] dbg-macro
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dbg-macro")
+</code></pre>
 <h3 id="debugbreakandroid">debugbreak (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -1280,6 +1280,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("date")
 </code></pre>
+<h3 id="dbgmacrobsd">dbg-macro (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A dbg(…) macro for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sharkdp/dbg-macro">https://github.com/sharkdp/dbg-macro</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.4.0</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/d/dbg-macro/xmake.lua">dbg-macro/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dbg-macro
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dbg-macro")
+</code></pre>
 <h3 id="debugbreakbsd">debugbreak (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -1173,6 +1173,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("date")
 </code></pre>
+<h3 id="dbgmacrocross">dbg-macro (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A dbg(…) macro for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sharkdp/dbg-macro">https://github.com/sharkdp/dbg-macro</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.4.0</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/d/dbg-macro/xmake.lua">dbg-macro/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] dbg-macro
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dbg-macro")
+</code></pre>
 <h3 id="debugbreakcross">debugbreak (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -1317,6 +1317,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("date")
 </code></pre>
+<h3 id="dbgmacroiphoneos">dbg-macro (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A dbg(…) macro for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sharkdp/dbg-macro">https://github.com/sharkdp/dbg-macro</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.4.0</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/d/dbg-macro/xmake.lua">dbg-macro/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos dbg-macro
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dbg-macro")
+</code></pre>
 <h3 id="debugbreakiphoneos">debugbreak (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -3055,6 +3055,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("dav1d")
 </code></pre>
+<h3 id="dbgmacrolinux">dbg-macro (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A dbg(…) macro for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sharkdp/dbg-macro">https://github.com/sharkdp/dbg-macro</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.4.0</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/d/dbg-macro/xmake.lua">dbg-macro/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dbg-macro
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dbg-macro")
+</code></pre>
 <h3 id="dcmtklinux">dcmtk (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -2837,6 +2837,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("dav1d")
 </code></pre>
+<h3 id="dbgmacromacosx">dbg-macro (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A dbg(…) macro for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sharkdp/dbg-macro">https://github.com/sharkdp/dbg-macro</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.4.0</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/d/dbg-macro/xmake.lua">dbg-macro/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dbg-macro
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dbg-macro")
+</code></pre>
 <h3 id="dcmtkmacosx">dcmtk (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -1387,6 +1387,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("date")
 </code></pre>
+<h3 id="dbgmacromingw">dbg-macro (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A dbg(…) macro for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sharkdp/dbg-macro">https://github.com/sharkdp/dbg-macro</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.4.0</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/d/dbg-macro/xmake.lua">dbg-macro/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] dbg-macro
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dbg-macro")
+</code></pre>
 <h3 id="debugbreakmingw">debugbreak (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -1173,6 +1173,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("date")
 </code></pre>
+<h3 id="dbgmacromsys">dbg-macro (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A dbg(…) macro for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sharkdp/dbg-macro">https://github.com/sharkdp/dbg-macro</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.4.0</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/d/dbg-macro/xmake.lua">dbg-macro/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dbg-macro
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dbg-macro")
+</code></pre>
 <h3 id="debugbreakmsys">debugbreak (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -2771,6 +2771,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("dav1d")
 </code></pre>
+<h3 id="dbgmacrowindows">dbg-macro (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A dbg(…) macro for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sharkdp/dbg-macro">https://github.com/sharkdp/dbg-macro</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.4.0</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/d/dbg-macro/xmake.lua">dbg-macro/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dbg-macro
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dbg-macro")
+</code></pre>
 <h3 id="dcmtkwindows">dcmtk (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -898,6 +898,30 @@ add_requires("date")
 ```
 
 
+### dbg-macro (android)
+
+
+| Description | *A dbg(…) macro for C++* |
+| -- | -- |
+| Homepage | [https://github.com/sharkdp/dbg-macro](https://github.com/sharkdp/dbg-macro) |
+| License | MIT |
+| Versions | v0.4.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [dbg-macro/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dbg-macro/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] dbg-macro
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dbg-macro")
+```
+
+
 ### debugbreak (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -803,6 +803,30 @@ add_requires("date")
 ```
 
 
+### dbg-macro (bsd)
+
+
+| Description | *A dbg(…) macro for C++* |
+| -- | -- |
+| Homepage | [https://github.com/sharkdp/dbg-macro](https://github.com/sharkdp/dbg-macro) |
+| License | MIT |
+| Versions | v0.4.0 |
+| Architectures | i386, x86_64 |
+| Definition | [dbg-macro/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dbg-macro/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dbg-macro
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dbg-macro")
+```
+
+
 ### debugbreak (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -732,6 +732,30 @@ add_requires("date")
 ```
 
 
+### dbg-macro (cross)
+
+
+| Description | *A dbg(…) macro for C++* |
+| -- | -- |
+| Homepage | [https://github.com/sharkdp/dbg-macro](https://github.com/sharkdp/dbg-macro) |
+| License | MIT |
+| Versions | v0.4.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [dbg-macro/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dbg-macro/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] dbg-macro
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dbg-macro")
+```
+
+
 ### debugbreak (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -827,6 +827,30 @@ add_requires("date")
 ```
 
 
+### dbg-macro (iphoneos)
+
+
+| Description | *A dbg(…) macro for C++* |
+| -- | -- |
+| Homepage | [https://github.com/sharkdp/dbg-macro](https://github.com/sharkdp/dbg-macro) |
+| License | MIT |
+| Versions | v0.4.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [dbg-macro/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dbg-macro/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos dbg-macro
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dbg-macro")
+```
+
+
 ### debugbreak (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -1986,6 +1986,30 @@ add_requires("dav1d")
 ```
 
 
+### dbg-macro (linux)
+
+
+| Description | *A dbg(…) macro for C++* |
+| -- | -- |
+| Homepage | [https://github.com/sharkdp/dbg-macro](https://github.com/sharkdp/dbg-macro) |
+| License | MIT |
+| Versions | v0.4.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [dbg-macro/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dbg-macro/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dbg-macro
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dbg-macro")
+```
+
+
 ### dcmtk (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -1843,6 +1843,30 @@ add_requires("dav1d")
 ```
 
 
+### dbg-macro (macosx)
+
+
+| Description | *A dbg(…) macro for C++* |
+| -- | -- |
+| Homepage | [https://github.com/sharkdp/dbg-macro](https://github.com/sharkdp/dbg-macro) |
+| License | MIT |
+| Versions | v0.4.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [dbg-macro/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dbg-macro/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dbg-macro
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dbg-macro")
+```
+
+
 ### dcmtk (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -874,6 +874,30 @@ add_requires("date")
 ```
 
 
+### dbg-macro (mingw)
+
+
+| Description | *A dbg(…) macro for C++* |
+| -- | -- |
+| Homepage | [https://github.com/sharkdp/dbg-macro](https://github.com/sharkdp/dbg-macro) |
+| License | MIT |
+| Versions | v0.4.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [dbg-macro/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dbg-macro/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] dbg-macro
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dbg-macro")
+```
+
+
 ### debugbreak (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -732,6 +732,30 @@ add_requires("date")
 ```
 
 
+### dbg-macro (msys)
+
+
+| Description | *A dbg(…) macro for C++* |
+| -- | -- |
+| Homepage | [https://github.com/sharkdp/dbg-macro](https://github.com/sharkdp/dbg-macro) |
+| License | MIT |
+| Versions | v0.4.0 |
+| Architectures | i386, x86_64 |
+| Definition | [dbg-macro/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dbg-macro/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dbg-macro
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dbg-macro")
+```
+
+
 ### debugbreak (msys)
 
 

+ 24 - 0
packages/windows.md

@@ -1797,6 +1797,30 @@ add_requires("dav1d")
 ```
 
 
+### dbg-macro (windows)
+
+
+| Description | *A dbg(…) macro for C++* |
+| -- | -- |
+| Homepage | [https://github.com/sharkdp/dbg-macro](https://github.com/sharkdp/dbg-macro) |
+| License | MIT |
+| Versions | v0.4.0 |
+| Architectures | x64, x86 |
+| Definition | [dbg-macro/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dbg-macro/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dbg-macro
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dbg-macro")
+```
+
+
 ### dcmtk (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-05-03T08:41:37+08:00</lastmod>
+  <lastmod>2022-05-08T02:19:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-05-03T08:41:40+08:00</lastmod>
+  <lastmod>2022-05-08T02:19:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-05-03T08:41:40+08:00</lastmod>
+  <lastmod>2022-05-08T02:19:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-05-03T08:41:40+08:00</lastmod>
+  <lastmod>2022-05-08T02:19:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-05-03T08:41:40+08:00</lastmod>
+  <lastmod>2022-05-08T02:19:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-05-03T08:41:40+08:00</lastmod>
+  <lastmod>2022-05-08T02:19:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-05-03T08:41:41+08:00</lastmod>
+  <lastmod>2022-05-08T02:19:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-05-03T08:41:41+08:00</lastmod>
+  <lastmod>2022-05-08T02:19:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-05-03T08:41:41+08:00</lastmod>
+  <lastmod>2022-05-08T02:19:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-05-03T08:41:42+08:00</lastmod>
+  <lastmod>2022-05-08T02:19:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-05-03T08:41:42+08:00</lastmod>
+  <lastmod>2022-05-08T02:19:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-05-03T08:41:42+08:00</lastmod>
+  <lastmod>2022-05-08T02:19:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-05-03T08:41:42+08:00</lastmod>
+  <lastmod>2022-05-08T02:19:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-05-03T08:41:42+08:00</lastmod>
+  <lastmod>2022-05-08T02:19:33+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: johnnyengine, caudio, aws-c-common**
+- **Recently added: dbg-macro, johnnyengine, caudio**
 
 [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)
-- 包列表 (693)
+- 包列表 (694)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)