소스 검색

autoupdate docs by xmake-repo/ci

ruki 3 년 전
부모
커밋
13f207b46b

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: libaco, uvw, bc**
+- **Recently added: pprint, libaco, uvw**
 
 [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 (541)
+- Packages (542)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -4929,6 +4929,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pkgconf")
 </code></pre>
+<h3 id="pprintandroid">pprint (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Pretty Printer for Modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/pprint">https://github.com/p-ranav/pprint</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.2.20</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/p/pprint/xmake.lua">pprint/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] pprint
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pprint")
+</code></pre>
 <h3 id="pqpandroid">pqp (android)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/bsd.html

@@ -3776,6 +3776,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pkgconf")
 </code></pre>
+<h3 id="pprintbsd">pprint (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Pretty Printer for Modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/pprint">https://github.com/p-ranav/pprint</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.2.20</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/p/pprint/xmake.lua">pprint/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pprint
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pprint")
+</code></pre>
 <h3 id="pqpbsd">pqp (bsd)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -3430,6 +3430,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pkgconf")
 </code></pre>
+<h3 id="pprintcross">pprint (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Pretty Printer for Modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/pprint">https://github.com/p-ranav/pprint</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.2.20</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/p/pprint/xmake.lua">pprint/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] pprint
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pprint")
+</code></pre>
 <h3 id="pqpcross">pqp (cross)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -4377,6 +4377,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pkgconf")
 </code></pre>
+<h3 id="pprintiphoneos">pprint (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Pretty Printer for Modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/pprint">https://github.com/p-ranav/pprint</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.2.20</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/p/pprint/xmake.lua">pprint/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos pprint
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pprint")
+</code></pre>
 <h3 id="pqpiphoneos">pqp (iphoneos)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -14319,6 +14319,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("poppler")
 </code></pre>
+<h3 id="pprintlinux">pprint (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Pretty Printer for Modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/pprint">https://github.com/p-ranav/pprint</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.2.20</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/p/pprint/xmake.lua">pprint/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pprint
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pprint")
+</code></pre>
 <h3 id="pqplinux">pqp (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -13430,6 +13430,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("poppler")
 </code></pre>
+<h3 id="pprintmacosx">pprint (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Pretty Printer for Modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/pprint">https://github.com/p-ranav/pprint</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.2.20</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/p/pprint/xmake.lua">pprint/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pprint
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pprint")
+</code></pre>
 <h3 id="pqpmacosx">pqp (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -5073,6 +5073,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pkgconf")
 </code></pre>
+<h3 id="pprintmingw">pprint (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Pretty Printer for Modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/pprint">https://github.com/p-ranav/pprint</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.2.20</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/p/pprint/xmake.lua">pprint/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] pprint
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pprint")
+</code></pre>
 <h3 id="pqpmingw">pqp (mingw)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/msys.html

@@ -3220,6 +3220,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pkgconf")
 </code></pre>
+<h3 id="pprintmsys">pprint (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Pretty Printer for Modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/pprint">https://github.com/p-ranav/pprint</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.2.20</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/p/pprint/xmake.lua">pprint/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pprint
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pprint")
+</code></pre>
 <h3 id="pqpmsys">pqp (msys)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -11366,6 +11366,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("poppler")
 </code></pre>
+<h3 id="pprintwindows">pprint (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Pretty Printer for Modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/pprint">https://github.com/p-ranav/pprint</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.2.20</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/p/pprint/xmake.lua">pprint/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pprint
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pprint")
+</code></pre>
 <h3 id="pqpwindows">pqp (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/android.md

@@ -3285,6 +3285,29 @@ add_requires("pkgconf")
 ```
 
 
+### pprint (android)
+
+
+| Description | *Pretty Printer for Modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/pprint](https://github.com/p-ranav/pprint) |
+| Versions | 2020.2.20 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [pprint/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pprint/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] pprint
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pprint")
+```
+
+
 ### pqp (android)
 
 

+ 23 - 0
packages/bsd.md

@@ -2510,6 +2510,29 @@ add_requires("pkgconf")
 ```
 
 
+### pprint (bsd)
+
+
+| Description | *Pretty Printer for Modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/pprint](https://github.com/p-ranav/pprint) |
+| Versions | 2020.2.20 |
+| Architectures | i386, x86_64 |
+| Definition | [pprint/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pprint/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pprint
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pprint")
+```
+
+
 ### pqp (bsd)
 
 

+ 23 - 0
packages/cross.md

@@ -2276,6 +2276,29 @@ add_requires("pkgconf")
 ```
 
 
+### pprint (cross)
+
+
+| Description | *Pretty Printer for Modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/pprint](https://github.com/p-ranav/pprint) |
+| Versions | 2020.2.20 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [pprint/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pprint/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] pprint
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pprint")
+```
+
+
 ### pqp (cross)
 
 

+ 23 - 0
packages/iphoneos.md

@@ -2911,6 +2911,29 @@ add_requires("pkgconf")
 ```
 
 
+### pprint (iphoneos)
+
+
+| Description | *Pretty Printer for Modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/pprint](https://github.com/p-ranav/pprint) |
+| Versions | 2020.2.20 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [pprint/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pprint/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos pprint
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pprint")
+```
+
+
 ### pqp (iphoneos)
 
 

+ 23 - 0
packages/linux.md

@@ -9565,6 +9565,29 @@ add_requires("poppler")
 ```
 
 
+### pprint (linux)
+
+
+| Description | *Pretty Printer for Modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/pprint](https://github.com/p-ranav/pprint) |
+| Versions | 2020.2.20 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [pprint/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pprint/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pprint
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pprint")
+```
+
+
 ### pqp (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -8974,6 +8974,29 @@ add_requires("poppler")
 ```
 
 
+### pprint (macosx)
+
+
+| Description | *Pretty Printer for Modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/pprint](https://github.com/p-ranav/pprint) |
+| Versions | 2020.2.20 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [pprint/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pprint/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pprint
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pprint")
+```
+
+
 ### pqp (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -3380,6 +3380,29 @@ add_requires("pkgconf")
 ```
 
 
+### pprint (mingw)
+
+
+| Description | *Pretty Printer for Modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/pprint](https://github.com/p-ranav/pprint) |
+| Versions | 2020.2.20 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [pprint/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pprint/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] pprint
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pprint")
+```
+
+
 ### pqp (mingw)
 
 

+ 23 - 0
packages/msys.md

@@ -2135,6 +2135,29 @@ add_requires("pkgconf")
 ```
 
 
+### pprint (msys)
+
+
+| Description | *Pretty Printer for Modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/pprint](https://github.com/p-ranav/pprint) |
+| Versions | 2020.2.20 |
+| Architectures | i386, x86_64 |
+| Definition | [pprint/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pprint/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pprint
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pprint")
+```
+
+
 ### pqp (msys)
 
 

+ 23 - 0
packages/windows.md

@@ -7551,6 +7551,29 @@ add_requires("poppler")
 ```
 
 
+### pprint (windows)
+
+
+| Description | *Pretty Printer for Modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/pprint](https://github.com/p-ranav/pprint) |
+| Versions | 2020.2.20 |
+| Architectures | x64, x86 |
+| Definition | [pprint/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pprint/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pprint
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pprint")
+```
+
+
 ### pqp (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-12-10T02:06:30+08:00</lastmod>
+  <lastmod>2021-12-10T04:51:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-12-10T02:06:32+08:00</lastmod>
+  <lastmod>2021-12-10T04:51:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-12-10T02:06:32+08:00</lastmod>
+  <lastmod>2021-12-10T04:51:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-12-10T02:06:32+08:00</lastmod>
+  <lastmod>2021-12-10T04:51:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-12-10T02:06:32+08:00</lastmod>
+  <lastmod>2021-12-10T04:51:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-12-10T02:06:33+08:00</lastmod>
+  <lastmod>2021-12-10T04:51:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-12-10T02:06:33+08:00</lastmod>
+  <lastmod>2021-12-10T04:51:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-12-10T02:06:33+08:00</lastmod>
+  <lastmod>2021-12-10T04:51:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-12-10T02:06:33+08:00</lastmod>
+  <lastmod>2021-12-10T04:51:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-12-10T02:06:34+08:00</lastmod>
+  <lastmod>2021-12-10T04:51:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-12-10T02:06:34+08:00</lastmod>
+  <lastmod>2021-12-10T04:51:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-12-10T02:06:34+08:00</lastmod>
+  <lastmod>2021-12-10T04:51:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-12-10T02:06:34+08:00</lastmod>
+  <lastmod>2021-12-10T04:51:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-12-10T02:06:34+08:00</lastmod>
+  <lastmod>2021-12-10T04:51:50+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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