Просмотр исходного кода

autoupdate docs by xmake-repo/ci

ruki 3 лет назад
Родитель
Сommit
bcfb1db36b

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: libsigc++, libbpg, libpsl**
+- **Recently added: toml11, libsigc++, libbpg**
 
 [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 (568)
+- Packages (569)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -6564,6 +6564,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml++")
 </code></pre>
+<h3 id="toml11android">toml11 (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TOML for Modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ToruNiina/toml11">https://github.com/ToruNiina/toml11</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.7.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/toml11/xmake.lua">toml11/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] toml11
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toml11")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="urdfdomheadersandroid">urdfdom-headers (android)</h3>
 <table>

+ 37 - 0
mirror/packages/bsd.html

@@ -5312,6 +5312,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml++")
 </code></pre>
+<h3 id="toml11bsd">toml11 (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TOML for Modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ToruNiina/toml11">https://github.com/ToruNiina/toml11</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.7.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/toml11/xmake.lua">toml11/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install toml11
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toml11")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="urdfdomheadersbsd">urdfdom-headers (bsd)</h3>
 <table>

+ 37 - 0
mirror/packages/cross.html

@@ -4933,6 +4933,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml++")
 </code></pre>
+<h3 id="toml11cross">toml11 (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TOML for Modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ToruNiina/toml11">https://github.com/ToruNiina/toml11</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.7.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/toml11/xmake.lua">toml11/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] toml11
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toml11")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="urdfdomheaderscross">urdfdom-headers (cross)</h3>
 <table>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -5950,6 +5950,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml++")
 </code></pre>
+<h3 id="toml11iphoneos">toml11 (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TOML for Modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ToruNiina/toml11">https://github.com/ToruNiina/toml11</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.7.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/toml11/xmake.lua">toml11/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos toml11
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toml11")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="urdfdomheadersiphoneos">urdfdom-headers (iphoneos)</h3>
 <table>

+ 38 - 1
mirror/packages/linux.html

@@ -1912,7 +1912,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.0.1, v2.0.2</td>
+<td>v2.0.1, v2.0.2, v2.0.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -17819,6 +17819,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml++")
 </code></pre>
+<h3 id="toml11linux">toml11 (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TOML for Modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ToruNiina/toml11">https://github.com/ToruNiina/toml11</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.7.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/toml11/xmake.lua">toml11/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install toml11
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toml11")
+</code></pre>
 <h3 id="trantorlinux">trantor (linux)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/macosx.html

@@ -1764,7 +1764,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.0.1, v2.0.2</td>
+<td>v2.0.1, v2.0.2, v2.0.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -16687,6 +16687,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml++")
 </code></pre>
+<h3 id="toml11macosx">toml11 (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TOML for Modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ToruNiina/toml11">https://github.com/ToruNiina/toml11</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.7.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/toml11/xmake.lua">toml11/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install toml11
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toml11")
+</code></pre>
 <h3 id="trantormacosx">trantor (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -6992,6 +6992,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml++")
 </code></pre>
+<h3 id="toml11mingw">toml11 (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TOML for Modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ToruNiina/toml11">https://github.com/ToruNiina/toml11</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.7.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/toml11/xmake.lua">toml11/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] toml11
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toml11")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="urdfdomheadersmingw">urdfdom-headers (mingw)</h3>
 <table>

+ 37 - 0
mirror/packages/msys.html

@@ -4686,6 +4686,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml++")
 </code></pre>
+<h3 id="toml11msys">toml11 (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TOML for Modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ToruNiina/toml11">https://github.com/ToruNiina/toml11</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.7.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/toml11/xmake.lua">toml11/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install toml11
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toml11")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="urdfdomheadersmsys">urdfdom-headers (msys)</h3>
 <table>

+ 38 - 1
mirror/packages/windows.html

@@ -1731,7 +1731,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.0.1, v2.0.2</td>
+<td>v2.0.1, v2.0.2, v2.0.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -14368,6 +14368,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml++")
 </code></pre>
+<h3 id="toml11windows">toml11 (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TOML for Modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ToruNiina/toml11">https://github.com/ToruNiina/toml11</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.7.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/toml11/xmake.lua">toml11/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install toml11
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toml11")
+</code></pre>
 <h3 id="trantorwindows">trantor (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -4394,6 +4394,30 @@ add_requires("toml++")
 ```
 
 
+### toml11 (android)
+
+
+| Description | *TOML for Modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/ToruNiina/toml11](https://github.com/ToruNiina/toml11) |
+| License | MIT |
+| Versions | v3.7.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [toml11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml11/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] toml11
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toml11")
+```
+
+
 
 ## u
 ### urdfdom-headers (android)

+ 24 - 0
packages/bsd.md

@@ -3550,6 +3550,30 @@ add_requires("toml++")
 ```
 
 
+### toml11 (bsd)
+
+
+| Description | *TOML for Modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/ToruNiina/toml11](https://github.com/ToruNiina/toml11) |
+| License | MIT |
+| Versions | v3.7.0 |
+| Architectures | i386, x86_64 |
+| Definition | [toml11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml11/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install toml11
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toml11")
+```
+
+
 
 ## u
 ### urdfdom-headers (bsd)

+ 24 - 0
packages/cross.md

@@ -3293,6 +3293,30 @@ add_requires("toml++")
 ```
 
 
+### toml11 (cross)
+
+
+| Description | *TOML for Modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/ToruNiina/toml11](https://github.com/ToruNiina/toml11) |
+| License | MIT |
+| Versions | v3.7.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [toml11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml11/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] toml11
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toml11")
+```
+
+
 
 ## u
 ### urdfdom-headers (cross)

+ 24 - 0
packages/iphoneos.md

@@ -3975,6 +3975,30 @@ add_requires("toml++")
 ```
 
 
+### toml11 (iphoneos)
+
+
+| Description | *TOML for Modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/ToruNiina/toml11](https://github.com/ToruNiina/toml11) |
+| License | MIT |
+| Versions | v3.7.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [toml11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml11/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos toml11
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toml11")
+```
+
+
 
 ## u
 ### urdfdom-headers (iphoneos)

+ 25 - 1
packages/linux.md

@@ -1214,7 +1214,7 @@ add_requires("cmocka")
 | Description | *A go-style coroutine library in C++11 and more* |
 | -- | -- |
 | Homepage | [https://github.com/idealvin/co](https://github.com/idealvin/co) |
-| Versions | v2.0.1, v2.0.2 |
+| Versions | v2.0.1, v2.0.2, v2.0.3 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [co/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/co/xmake.lua) |
 
@@ -11922,6 +11922,30 @@ add_requires("toml++")
 ```
 
 
+### toml11 (linux)
+
+
+| Description | *TOML for Modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/ToruNiina/toml11](https://github.com/ToruNiina/toml11) |
+| License | MIT |
+| Versions | v3.7.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [toml11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml11/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install toml11
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toml11")
+```
+
+
 ### trantor (linux)
 
 

+ 25 - 1
packages/macosx.md

@@ -1118,7 +1118,7 @@ add_requires("cmocka")
 | Description | *A go-style coroutine library in C++11 and more* |
 | -- | -- |
 | Homepage | [https://github.com/idealvin/co](https://github.com/idealvin/co) |
-| Versions | v2.0.1, v2.0.2 |
+| Versions | v2.0.1, v2.0.2, v2.0.3 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [co/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/co/xmake.lua) |
 
@@ -11167,6 +11167,30 @@ add_requires("toml++")
 ```
 
 
+### toml11 (macosx)
+
+
+| Description | *TOML for Modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/ToruNiina/toml11](https://github.com/ToruNiina/toml11) |
+| License | MIT |
+| Versions | v3.7.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [toml11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml11/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install toml11
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toml11")
+```
+
+
 ### trantor (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -4678,6 +4678,30 @@ add_requires("toml++")
 ```
 
 
+### toml11 (mingw)
+
+
+| Description | *TOML for Modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/ToruNiina/toml11](https://github.com/ToruNiina/toml11) |
+| License | MIT |
+| Versions | v3.7.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [toml11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml11/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] toml11
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toml11")
+```
+
+
 
 ## u
 ### urdfdom-headers (mingw)

+ 24 - 0
packages/msys.md

@@ -3128,6 +3128,30 @@ add_requires("toml++")
 ```
 
 
+### toml11 (msys)
+
+
+| Description | *TOML for Modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/ToruNiina/toml11](https://github.com/ToruNiina/toml11) |
+| License | MIT |
+| Versions | v3.7.0 |
+| Architectures | i386, x86_64 |
+| Definition | [toml11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml11/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install toml11
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toml11")
+```
+
+
 
 ## u
 ### urdfdom-headers (msys)

+ 25 - 1
packages/windows.md

@@ -1095,7 +1095,7 @@ add_requires("cmocka")
 | Description | *A go-style coroutine library in C++11 and more* |
 | -- | -- |
 | Homepage | [https://github.com/idealvin/co](https://github.com/idealvin/co) |
-| Versions | v2.0.1, v2.0.2 |
+| Versions | v2.0.1, v2.0.2, v2.0.3 |
 | Architectures | x64, x86 |
 | Definition | [co/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/co/xmake.lua) |
 
@@ -9577,6 +9577,30 @@ add_requires("toml++")
 ```
 
 
+### toml11 (windows)
+
+
+| Description | *TOML for Modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/ToruNiina/toml11](https://github.com/ToruNiina/toml11) |
+| License | MIT |
+| Versions | v3.7.0 |
+| Architectures | x64, x86 |
+| Definition | [toml11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toml11/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install toml11
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toml11")
+```
+
+
 ### trantor (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-12-26T14:09:34+08:00</lastmod>
+  <lastmod>2021-12-27T16:08:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-12-26T14:09:36+08:00</lastmod>
+  <lastmod>2021-12-27T16:08:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-12-26T14:09:37+08:00</lastmod>
+  <lastmod>2021-12-27T16:08:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-12-26T14:09:37+08:00</lastmod>
+  <lastmod>2021-12-27T16:08:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-12-26T14:09:37+08:00</lastmod>
+  <lastmod>2021-12-27T16:08:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-12-26T14:09:37+08:00</lastmod>
+  <lastmod>2021-12-27T16:08:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-12-26T14:09:38+08:00</lastmod>
+  <lastmod>2021-12-27T16:08:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-12-26T14:09:38+08:00</lastmod>
+  <lastmod>2021-12-27T16:08:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-12-26T14:09:38+08:00</lastmod>
+  <lastmod>2021-12-27T16:08:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-12-26T14:09:39+08:00</lastmod>
+  <lastmod>2021-12-27T16:08:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-12-26T14:09:39+08:00</lastmod>
+  <lastmod>2021-12-27T16:08:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-12-26T14:09:39+08:00</lastmod>
+  <lastmod>2021-12-27T16:08:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-12-26T14:09:39+08:00</lastmod>
+  <lastmod>2021-12-27T16:08:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-12-26T14:09:40+08:00</lastmod>
+  <lastmod>2021-12-27T16:08:30+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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