Răsfoiți Sursa

autoupdate docs by xmake-repo/ci

ruki 3 ani în urmă
părinte
comite
353191f9c5

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: geant4, port, libcroco**
+- **Recently added: toml++, geant4, 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 (485)
+- Packages (486)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -5584,6 +5584,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tl_function_ref")
 </code></pre>
+<h3 id="tomlandroid">toml++ (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>toml++ is a header-only TOML config file parser and serializer for C++17 (and later!).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://marzer.github.io/tomlplusplus/">https://marzer.github.io/tomlplusplus/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.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/t/toml++/xmake.lua">toml++/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] toml++
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toml++")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="urdfdomheadersandroid">urdfdom-headers (android)</h3>
 <table>

+ 33 - 0
mirror/packages/bsd.html

@@ -4439,6 +4439,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tl_function_ref")
 </code></pre>
+<h3 id="tomlbsd">toml++ (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>toml++ is a header-only TOML config file parser and serializer for C++17 (and later!).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://marzer.github.io/tomlplusplus/">https://marzer.github.io/tomlplusplus/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.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/t/toml++/xmake.lua">toml++/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install toml++
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toml++")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="urdfdomheadersbsd">urdfdom-headers (bsd)</h3>
 <table>

+ 33 - 0
mirror/packages/cross.html

@@ -4126,6 +4126,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tl_function_ref")
 </code></pre>
+<h3 id="tomlcross">toml++ (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>toml++ is a header-only TOML config file parser and serializer for C++17 (and later!).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://marzer.github.io/tomlplusplus/">https://marzer.github.io/tomlplusplus/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.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/t/toml++/xmake.lua">toml++/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] toml++
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toml++")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="urdfdomheaderscross">urdfdom-headers (cross)</h3>
 <table>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -5069,6 +5069,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tl_function_ref")
 </code></pre>
+<h3 id="tomliphoneos">toml++ (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>toml++ is a header-only TOML config file parser and serializer for C++17 (and later!).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://marzer.github.io/tomlplusplus/">https://marzer.github.io/tomlplusplus/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.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/t/toml++/xmake.lua">toml++/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos toml++
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toml++")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="urdfdomheadersiphoneos">urdfdom-headers (iphoneos)</h3>
 <table>

+ 33 - 0
mirror/packages/linux.html

@@ -15144,6 +15144,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tmxparser")
 </code></pre>
+<h3 id="tomllinux">toml++ (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>toml++ is a header-only TOML config file parser and serializer for C++17 (and later!).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://marzer.github.io/tomlplusplus/">https://marzer.github.io/tomlplusplus/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.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/t/toml++/xmake.lua">toml++/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install toml++
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toml++")
+</code></pre>
 <h3 id="trantorlinux">trantor (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -14148,6 +14148,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tmxparser")
 </code></pre>
+<h3 id="tomlmacosx">toml++ (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>toml++ is a header-only TOML config file parser and serializer for C++17 (and later!).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://marzer.github.io/tomlplusplus/">https://marzer.github.io/tomlplusplus/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.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/t/toml++/xmake.lua">toml++/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install toml++
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toml++")
+</code></pre>
 <h3 id="trantormacosx">trantor (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -5864,6 +5864,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tl_function_ref")
 </code></pre>
+<h3 id="tomlmingw">toml++ (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>toml++ is a header-only TOML config file parser and serializer for C++17 (and later!).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://marzer.github.io/tomlplusplus/">https://marzer.github.io/tomlplusplus/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.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/t/toml++/xmake.lua">toml++/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] toml++
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toml++")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="urdfdomheadersmingw">urdfdom-headers (mingw)</h3>
 <table>

+ 33 - 0
mirror/packages/msys.html

@@ -3919,6 +3919,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tl_function_ref")
 </code></pre>
+<h3 id="tomlmsys">toml++ (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>toml++ is a header-only TOML config file parser and serializer for C++17 (and later!).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://marzer.github.io/tomlplusplus/">https://marzer.github.io/tomlplusplus/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.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/t/toml++/xmake.lua">toml++/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install toml++
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toml++")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="urdfdomheadersmsys">urdfdom-headers (msys)</h3>
 <table>

+ 33 - 0
mirror/packages/windows.html

@@ -12557,6 +12557,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tmxparser")
 </code></pre>
+<h3 id="tomlwindows">toml++ (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>toml++ is a header-only TOML config file parser and serializer for C++17 (and later!).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://marzer.github.io/tomlplusplus/">https://marzer.github.io/tomlplusplus/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.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/t/toml++/xmake.lua">toml++/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install toml++
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toml++")
+</code></pre>
 <h3 id="trantorwindows">trantor (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/android.md

@@ -3736,6 +3736,29 @@ add_requires("tl_function_ref")
 ```
 
 
+### toml++ (android)
+
+
+| Description | *toml++ is a header-only TOML config file parser and serializer for C++17 (and later!).* |
+| -- | -- |
+| Homepage | [https://marzer.github.io/tomlplusplus/](https://marzer.github.io/tomlplusplus/) |
+| Versions | v2.5.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [toml++/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml++/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] toml++
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toml++")
+```
+
+
 
 ## u
 ### urdfdom-headers (android)

+ 23 - 0
packages/bsd.md

@@ -2963,6 +2963,29 @@ add_requires("tl_function_ref")
 ```
 
 
+### toml++ (bsd)
+
+
+| Description | *toml++ is a header-only TOML config file parser and serializer for C++17 (and later!).* |
+| -- | -- |
+| Homepage | [https://marzer.github.io/tomlplusplus/](https://marzer.github.io/tomlplusplus/) |
+| Versions | v2.5.0 |
+| Architectures | i386, x86_64 |
+| Definition | [toml++/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml++/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install toml++
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toml++")
+```
+
+
 
 ## u
 ### urdfdom-headers (bsd)

+ 23 - 0
packages/cross.md

@@ -2752,6 +2752,29 @@ add_requires("tl_function_ref")
 ```
 
 
+### toml++ (cross)
+
+
+| Description | *toml++ is a header-only TOML config file parser and serializer for C++17 (and later!).* |
+| -- | -- |
+| Homepage | [https://marzer.github.io/tomlplusplus/](https://marzer.github.io/tomlplusplus/) |
+| Versions | v2.5.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [toml++/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml++/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] toml++
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toml++")
+```
+
+
 
 ## u
 ### urdfdom-headers (cross)

+ 23 - 0
packages/iphoneos.md

@@ -3386,6 +3386,29 @@ add_requires("tl_function_ref")
 ```
 
 
+### toml++ (iphoneos)
+
+
+| Description | *toml++ is a header-only TOML config file parser and serializer for C++17 (and later!).* |
+| -- | -- |
+| Homepage | [https://marzer.github.io/tomlplusplus/](https://marzer.github.io/tomlplusplus/) |
+| Versions | v2.5.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [toml++/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml++/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos toml++
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toml++")
+```
+
+
 
 ## u
 ### urdfdom-headers (iphoneos)

+ 23 - 0
packages/linux.md

@@ -10125,6 +10125,29 @@ add_requires("tmxparser")
 ```
 
 
+### toml++ (linux)
+
+
+| Description | *toml++ is a header-only TOML config file parser and serializer for C++17 (and later!).* |
+| -- | -- |
+| Homepage | [https://marzer.github.io/tomlplusplus/](https://marzer.github.io/tomlplusplus/) |
+| Versions | v2.5.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [toml++/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml++/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install toml++
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toml++")
+```
+
+
 ### trantor (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -9463,6 +9463,29 @@ add_requires("tmxparser")
 ```
 
 
+### toml++ (macosx)
+
+
+| Description | *toml++ is a header-only TOML config file parser and serializer for C++17 (and later!).* |
+| -- | -- |
+| Homepage | [https://marzer.github.io/tomlplusplus/](https://marzer.github.io/tomlplusplus/) |
+| Versions | v2.5.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [toml++/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml++/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install toml++
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toml++")
+```
+
+
 ### trantor (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -3924,6 +3924,29 @@ add_requires("tl_function_ref")
 ```
 
 
+### toml++ (mingw)
+
+
+| Description | *toml++ is a header-only TOML config file parser and serializer for C++17 (and later!).* |
+| -- | -- |
+| Homepage | [https://marzer.github.io/tomlplusplus/](https://marzer.github.io/tomlplusplus/) |
+| Versions | v2.5.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [toml++/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml++/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] toml++
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toml++")
+```
+
+
 
 ## u
 ### urdfdom-headers (mingw)

+ 23 - 0
packages/msys.md

@@ -2610,6 +2610,29 @@ add_requires("tl_function_ref")
 ```
 
 
+### toml++ (msys)
+
+
+| Description | *toml++ is a header-only TOML config file parser and serializer for C++17 (and later!).* |
+| -- | -- |
+| Homepage | [https://marzer.github.io/tomlplusplus/](https://marzer.github.io/tomlplusplus/) |
+| Versions | v2.5.0 |
+| Architectures | i386, x86_64 |
+| Definition | [toml++/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml++/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install toml++
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toml++")
+```
+
+
 
 ## u
 ### urdfdom-headers (msys)

+ 23 - 0
packages/windows.md

@@ -8372,6 +8372,29 @@ add_requires("tmxparser")
 ```
 
 
+### toml++ (windows)
+
+
+| Description | *toml++ is a header-only TOML config file parser and serializer for C++17 (and later!).* |
+| -- | -- |
+| Homepage | [https://marzer.github.io/tomlplusplus/](https://marzer.github.io/tomlplusplus/) |
+| Versions | v2.5.0 |
+| Architectures | x64, x86 |
+| Definition | [toml++/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml++/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install toml++
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toml++")
+```
+
+
 ### trantor (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-09T12:34:54+08:00</lastmod>
+  <lastmod>2021-11-09T22:49:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-09T12:34:56+08:00</lastmod>
+  <lastmod>2021-11-09T22:49:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-09T12:34:56+08:00</lastmod>
+  <lastmod>2021-11-09T22:49:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-09T12:34:56+08:00</lastmod>
+  <lastmod>2021-11-09T22:49:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-09T12:34:56+08:00</lastmod>
+  <lastmod>2021-11-09T22:49:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-09T12:34:57+08:00</lastmod>
+  <lastmod>2021-11-09T22:49:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-09T12:34:57+08:00</lastmod>
+  <lastmod>2021-11-09T22:49:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-09T12:34:57+08:00</lastmod>
+  <lastmod>2021-11-09T22:49:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-09T12:34:57+08:00</lastmod>
+  <lastmod>2021-11-09T22:49:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-09T12:34:58+08:00</lastmod>
+  <lastmod>2021-11-09T22:49:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-09T12:34:58+08:00</lastmod>
+  <lastmod>2021-11-09T22:49:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-09T12:34:58+08:00</lastmod>
+  <lastmod>2021-11-09T22:49:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-09T12:34:58+08:00</lastmod>
+  <lastmod>2021-11-09T22:49:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-09T12:34:58+08:00</lastmod>
+  <lastmod>2021-11-09T22:49:29+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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