Răsfoiți Sursa

autoupdate docs by xmake-repo/ci

ruki 3 ani în urmă
părinte
comite
1d0e9371a5

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: graphene, port, nghttp2**
+- **Recently added: scnlib, graphene, port**
 
 [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 (479)
+- Packages (480)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -4821,6 +4821,39 @@
 <pre><code class="lang-lua">add_requires("rply")
 </code></pre>
 <h2 id="s">s</h2>
+<h3 id="scnlibandroid">scnlib (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>scnlib is a modern C++ library for replacing scanf and std::istream</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://scnlib.readthedocs.io/">https://scnlib.readthedocs.io/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4</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/s/scnlib/xmake.lua">scnlib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] scnlib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("scnlib")
+</code></pre>
 <h3 id="sconsandroid">scons (android)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/bsd.html

@@ -3849,6 +3849,39 @@
 <pre><code class="lang-lua">add_requires("rply")
 </code></pre>
 <h2 id="s">s</h2>
+<h3 id="scnlibbsd">scnlib (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>scnlib is a modern C++ library for replacing scanf and std::istream</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://scnlib.readthedocs.io/">https://scnlib.readthedocs.io/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4</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/s/scnlib/xmake.lua">scnlib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install scnlib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("scnlib")
+</code></pre>
 <h3 id="sconsbsd">scons (bsd)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -3536,6 +3536,39 @@
 <pre><code class="lang-lua">add_requires("rply")
 </code></pre>
 <h2 id="s">s</h2>
+<h3 id="scnlibcross">scnlib (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>scnlib is a modern C++ library for replacing scanf and std::istream</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://scnlib.readthedocs.io/">https://scnlib.readthedocs.io/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4</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/s/scnlib/xmake.lua">scnlib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] scnlib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("scnlib")
+</code></pre>
 <h3 id="sconscross">scons (cross)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -4368,6 +4368,39 @@
 <pre><code class="lang-lua">add_requires("rply")
 </code></pre>
 <h2 id="s">s</h2>
+<h3 id="scnlibiphoneos">scnlib (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>scnlib is a modern C++ library for replacing scanf and std::istream</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://scnlib.readthedocs.io/">https://scnlib.readthedocs.io/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4</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/s/scnlib/xmake.lua">scnlib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos scnlib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("scnlib")
+</code></pre>
 <h3 id="sconsiphoneos">scons (iphoneos)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -13496,6 +13496,39 @@
 <pre><code class="lang-lua">add_requires("rsync")
 </code></pre>
 <h2 id="s">s</h2>
+<h3 id="scnliblinux">scnlib (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>scnlib is a modern C++ library for replacing scanf and std::istream</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://scnlib.readthedocs.io/">https://scnlib.readthedocs.io/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4</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/s/scnlib/xmake.lua">scnlib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install scnlib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("scnlib")
+</code></pre>
 <h3 id="sconslinux">scons (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -12504,6 +12504,39 @@
 <pre><code class="lang-lua">add_requires("rply")
 </code></pre>
 <h2 id="s">s</h2>
+<h3 id="scnlibmacosx">scnlib (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>scnlib is a modern C++ library for replacing scanf and std::istream</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://scnlib.readthedocs.io/">https://scnlib.readthedocs.io/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4</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/s/scnlib/xmake.lua">scnlib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install scnlib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("scnlib")
+</code></pre>
 <h3 id="sconsmacosx">scons (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -5097,6 +5097,39 @@
 <pre><code class="lang-lua">add_requires("rply")
 </code></pre>
 <h2 id="s">s</h2>
+<h3 id="scnlibmingw">scnlib (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>scnlib is a modern C++ library for replacing scanf and std::istream</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://scnlib.readthedocs.io/">https://scnlib.readthedocs.io/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4</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/s/scnlib/xmake.lua">scnlib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] scnlib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("scnlib")
+</code></pre>
 <h3 id="sconsmingw">scons (mingw)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/msys.html

@@ -3296,6 +3296,39 @@
 <pre><code class="lang-lua">add_requires("rply")
 </code></pre>
 <h2 id="s">s</h2>
+<h3 id="scnlibmsys">scnlib (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>scnlib is a modern C++ library for replacing scanf and std::istream</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://scnlib.readthedocs.io/">https://scnlib.readthedocs.io/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4</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/s/scnlib/xmake.lua">scnlib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install scnlib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("scnlib")
+</code></pre>
 <h3 id="sconsmsys">scons (msys)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -10913,6 +10913,39 @@
 <pre><code class="lang-lua">add_requires("rply")
 </code></pre>
 <h2 id="s">s</h2>
+<h3 id="scnlibwindows">scnlib (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>scnlib is a modern C++ library for replacing scanf and std::istream</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://scnlib.readthedocs.io/">https://scnlib.readthedocs.io/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4</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/s/scnlib/xmake.lua">scnlib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install scnlib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("scnlib")
+</code></pre>
 <h3 id="sconswindows">scons (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/android.md

@@ -3219,6 +3219,29 @@ add_requires("rply")
 
 
 ## s
+### scnlib (android)
+
+
+| Description | *scnlib is a modern C++ library for replacing scanf and std::istream* |
+| -- | -- |
+| Homepage | [https://scnlib.readthedocs.io/](https://scnlib.readthedocs.io/) |
+| Versions | 0.4 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [scnlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/scnlib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] scnlib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("scnlib")
+```
+
+
 ### scons (android)
 
 

+ 23 - 0
packages/bsd.md

@@ -2563,6 +2563,29 @@ add_requires("rply")
 
 
 ## s
+### scnlib (bsd)
+
+
+| Description | *scnlib is a modern C++ library for replacing scanf and std::istream* |
+| -- | -- |
+| Homepage | [https://scnlib.readthedocs.io/](https://scnlib.readthedocs.io/) |
+| Versions | 0.4 |
+| Architectures | i386, x86_64 |
+| Definition | [scnlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/scnlib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install scnlib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("scnlib")
+```
+
+
 ### scons (bsd)
 
 

+ 23 - 0
packages/cross.md

@@ -2352,6 +2352,29 @@ add_requires("rply")
 
 
 ## s
+### scnlib (cross)
+
+
+| Description | *scnlib is a modern C++ library for replacing scanf and std::istream* |
+| -- | -- |
+| Homepage | [https://scnlib.readthedocs.io/](https://scnlib.readthedocs.io/) |
+| Versions | 0.4 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [scnlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/scnlib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] scnlib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("scnlib")
+```
+
+
 ### scons (cross)
 
 

+ 23 - 0
packages/iphoneos.md

@@ -2914,6 +2914,29 @@ add_requires("rply")
 
 
 ## s
+### scnlib (iphoneos)
+
+
+| Description | *scnlib is a modern C++ library for replacing scanf and std::istream* |
+| -- | -- |
+| Homepage | [https://scnlib.readthedocs.io/](https://scnlib.readthedocs.io/) |
+| Versions | 0.4 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [scnlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/scnlib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos scnlib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("scnlib")
+```
+
+
 ### scons (iphoneos)
 
 

+ 23 - 0
packages/linux.md

@@ -9018,6 +9018,29 @@ add_requires("rsync")
 
 
 ## s
+### scnlib (linux)
+
+
+| Description | *scnlib is a modern C++ library for replacing scanf and std::istream* |
+| -- | -- |
+| Homepage | [https://scnlib.readthedocs.io/](https://scnlib.readthedocs.io/) |
+| Versions | 0.4 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [scnlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/scnlib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install scnlib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("scnlib")
+```
+
+
 ### scons (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -8357,6 +8357,29 @@ add_requires("rply")
 
 
 ## s
+### scnlib (macosx)
+
+
+| Description | *scnlib is a modern C++ library for replacing scanf and std::istream* |
+| -- | -- |
+| Homepage | [https://scnlib.readthedocs.io/](https://scnlib.readthedocs.io/) |
+| Versions | 0.4 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [scnlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/scnlib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install scnlib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("scnlib")
+```
+
+
 ### scons (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -3406,6 +3406,29 @@ add_requires("rply")
 
 
 ## s
+### scnlib (mingw)
+
+
+| Description | *scnlib is a modern C++ library for replacing scanf and std::istream* |
+| -- | -- |
+| Homepage | [https://scnlib.readthedocs.io/](https://scnlib.readthedocs.io/) |
+| Versions | 0.4 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [scnlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/scnlib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] scnlib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("scnlib")
+```
+
+
 ### scons (mingw)
 
 

+ 23 - 0
packages/msys.md

@@ -2187,6 +2187,29 @@ add_requires("rply")
 
 
 ## s
+### scnlib (msys)
+
+
+| Description | *scnlib is a modern C++ library for replacing scanf and std::istream* |
+| -- | -- |
+| Homepage | [https://scnlib.readthedocs.io/](https://scnlib.readthedocs.io/) |
+| Versions | 0.4 |
+| Architectures | i386, x86_64 |
+| Definition | [scnlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/scnlib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install scnlib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("scnlib")
+```
+
+
 ### scons (msys)
 
 

+ 23 - 0
packages/windows.md

@@ -7266,6 +7266,29 @@ add_requires("rply")
 
 
 ## s
+### scnlib (windows)
+
+
+| Description | *scnlib is a modern C++ library for replacing scanf and std::istream* |
+| -- | -- |
+| Homepage | [https://scnlib.readthedocs.io/](https://scnlib.readthedocs.io/) |
+| Versions | 0.4 |
+| Architectures | x64, x86 |
+| Definition | [scnlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/scnlib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install scnlib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("scnlib")
+```
+
+
 ### scons (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-10-31T12:14:03+08:00</lastmod>
+  <lastmod>2021-11-01T08:06:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-10-31T12:14:05+08:00</lastmod>
+  <lastmod>2021-11-01T08:06:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-10-31T12:14:05+08:00</lastmod>
+  <lastmod>2021-11-01T08:06:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-10-31T12:14:05+08:00</lastmod>
+  <lastmod>2021-11-01T08:06:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-10-31T12:14:06+08:00</lastmod>
+  <lastmod>2021-11-01T08:06:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-10-31T12:14:06+08:00</lastmod>
+  <lastmod>2021-11-01T08:06:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-10-31T12:14:06+08:00</lastmod>
+  <lastmod>2021-11-01T08:06:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-10-31T12:14:06+08:00</lastmod>
+  <lastmod>2021-11-01T08:06:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-10-31T12:14:07+08:00</lastmod>
+  <lastmod>2021-11-01T08:06:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-10-31T12:14:07+08:00</lastmod>
+  <lastmod>2021-11-01T08:06:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-10-31T12:14:07+08:00</lastmod>
+  <lastmod>2021-11-01T08:06:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-10-31T12:14:08+08:00</lastmod>
+  <lastmod>2021-11-01T08:06:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-10-31T12:14:08+08:00</lastmod>
+  <lastmod>2021-11-01T08:06:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-10-31T12:14:08+08:00</lastmod>
+  <lastmod>2021-11-01T08:06:06+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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