Procházet zdrojové kódy

autoupdate docs by xmake-repo/ci

ruki před 3 roky
rodič
revize
1ebc32a8ce
7 změnil soubory, kde provedl 180 přidání a 180 odebrání
  1. 32 32
      mirror/packages/linux.html
  2. 32 32
      mirror/packages/macosx.html
  3. 32 32
      mirror/packages/windows.html
  4. 23 23
      packages/linux.md
  5. 23 23
      packages/macosx.md
  6. 23 23
      packages/windows.md
  7. 15 15
      sitemap.xml

+ 32 - 32
mirror/packages/linux.html

@@ -2691,22 +2691,22 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cnpy")
 </code></pre>
-<h3 id="cocoyaxilinux">cocoyaxi (linux)</h3>
+<h3 id="colladadomlinux">collada-dom (linux)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>A go-style coroutine library in C++11 and more</em></th>
+<th><em>COLLADA Document Object Model (DOM) C++ Library</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/idealvin/cocoyaxi">https://github.com/idealvin/cocoyaxi</a></td>
+<td><a href="https://github.com/rdiankov/collada-dom/">https://github.com/rdiankov/collada-dom/</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.0.3</td>
+<td>v2.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2714,32 +2714,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cocoyaxi/xmake.lua">cocoyaxi/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/collada-dom/xmake.lua">collada-dom/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install cocoyaxi
+<pre><code class="lang-console">xrepo install collada-dom
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("cocoyaxi")
+<pre><code class="lang-lua">add_requires("collada-dom")
 </code></pre>
-<h3 id="colladadomlinux">collada-dom (linux)</h3>
+<h3 id="concurrentqueuelinux">concurrentqueue (linux)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>COLLADA Document Object Model (DOM) C++ Library</em></th>
+<th><em>An industrial-strength lock-free queue for C++.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/rdiankov/collada-dom/">https://github.com/rdiankov/collada-dom/</a></td>
+<td><a href="https://github.com/cameron314/concurrentqueue">https://github.com/cameron314/concurrentqueue</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.5.0</td>
+<td></td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2747,32 +2747,36 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/collada-dom/xmake.lua">collada-dom/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/concurrentqueue/xmake.lua">concurrentqueue/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install collada-dom
+<pre><code class="lang-console">xrepo install concurrentqueue
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("collada-dom")
+<pre><code class="lang-lua">add_requires("concurrentqueue")
 </code></pre>
-<h3 id="concurrentqueuelinux">concurrentqueue (linux)</h3>
+<h3 id="consolebridgelinux">console-bridge (linux)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>An industrial-strength lock-free queue for C++.</em></th>
+<th><em>A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/cameron314/concurrentqueue">https://github.com/cameron314/concurrentqueue</a></td>
+<td><a href="https://github.com/ros/console_bridge">https://github.com/ros/console_bridge</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
 </tr>
 <tr>
 <td>Versions</td>
-<td></td>
+<td>1.0.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2780,36 +2784,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/concurrentqueue/xmake.lua">concurrentqueue/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/console-bridge/xmake.lua">console-bridge/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install concurrentqueue
+<pre><code class="lang-console">xrepo install console-bridge
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("concurrentqueue")
+<pre><code class="lang-lua">add_requires("console-bridge")
 </code></pre>
-<h3 id="consolebridgelinux">console-bridge (linux)</h3>
+<h3 id="coostlinux">coost (linux)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages.</em></th>
+<th><em>A tiny boost library in C++11.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/ros/console_bridge">https://github.com/ros/console_bridge</a></td>
-</tr>
-<tr>
-<td>License</td>
-<td>BSD-3-Clause</td>
+<td><a href="https://github.com/idealvin/coost">https://github.com/idealvin/coost</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.1</td>
+<td>v3.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2817,15 +2817,15 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/console-bridge/xmake.lua">console-bridge/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/coost/xmake.lua">coost/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install console-bridge
+<pre><code class="lang-console">xrepo install coost
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("console-bridge")
+<pre><code class="lang-lua">add_requires("coost")
 </code></pre>
 <h3 id="corradelinux">corrade (linux)</h3>
 <table>

+ 32 - 32
mirror/packages/macosx.html

@@ -2399,22 +2399,22 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cnpy")
 </code></pre>
-<h3 id="cocoyaximacosx">cocoyaxi (macosx)</h3>
+<h3 id="colladadommacosx">collada-dom (macosx)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>A go-style coroutine library in C++11 and more</em></th>
+<th><em>COLLADA Document Object Model (DOM) C++ Library</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/idealvin/cocoyaxi">https://github.com/idealvin/cocoyaxi</a></td>
+<td><a href="https://github.com/rdiankov/collada-dom/">https://github.com/rdiankov/collada-dom/</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.0.3</td>
+<td>v2.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2422,32 +2422,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cocoyaxi/xmake.lua">cocoyaxi/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/collada-dom/xmake.lua">collada-dom/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install cocoyaxi
+<pre><code class="lang-console">xrepo install collada-dom
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("cocoyaxi")
+<pre><code class="lang-lua">add_requires("collada-dom")
 </code></pre>
-<h3 id="colladadommacosx">collada-dom (macosx)</h3>
+<h3 id="concurrentqueuemacosx">concurrentqueue (macosx)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>COLLADA Document Object Model (DOM) C++ Library</em></th>
+<th><em>An industrial-strength lock-free queue for C++.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/rdiankov/collada-dom/">https://github.com/rdiankov/collada-dom/</a></td>
+<td><a href="https://github.com/cameron314/concurrentqueue">https://github.com/cameron314/concurrentqueue</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.5.0</td>
+<td></td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2455,32 +2455,36 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/collada-dom/xmake.lua">collada-dom/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/concurrentqueue/xmake.lua">concurrentqueue/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install collada-dom
+<pre><code class="lang-console">xrepo install concurrentqueue
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("collada-dom")
+<pre><code class="lang-lua">add_requires("concurrentqueue")
 </code></pre>
-<h3 id="concurrentqueuemacosx">concurrentqueue (macosx)</h3>
+<h3 id="consolebridgemacosx">console-bridge (macosx)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>An industrial-strength lock-free queue for C++.</em></th>
+<th><em>A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/cameron314/concurrentqueue">https://github.com/cameron314/concurrentqueue</a></td>
+<td><a href="https://github.com/ros/console_bridge">https://github.com/ros/console_bridge</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
 </tr>
 <tr>
 <td>Versions</td>
-<td></td>
+<td>1.0.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2488,36 +2492,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/concurrentqueue/xmake.lua">concurrentqueue/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/console-bridge/xmake.lua">console-bridge/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install concurrentqueue
+<pre><code class="lang-console">xrepo install console-bridge
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("concurrentqueue")
+<pre><code class="lang-lua">add_requires("console-bridge")
 </code></pre>
-<h3 id="consolebridgemacosx">console-bridge (macosx)</h3>
+<h3 id="coostmacosx">coost (macosx)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages.</em></th>
+<th><em>A tiny boost library in C++11.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/ros/console_bridge">https://github.com/ros/console_bridge</a></td>
-</tr>
-<tr>
-<td>License</td>
-<td>BSD-3-Clause</td>
+<td><a href="https://github.com/idealvin/coost">https://github.com/idealvin/coost</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.1</td>
+<td>v3.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2525,15 +2525,15 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/console-bridge/xmake.lua">console-bridge/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/coost/xmake.lua">coost/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install console-bridge
+<pre><code class="lang-console">xrepo install coost
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("console-bridge")
+<pre><code class="lang-lua">add_requires("coost")
 </code></pre>
 <h3 id="corrademacosx">corrade (macosx)</h3>
 <table>

+ 32 - 32
mirror/packages/windows.html

@@ -2300,22 +2300,22 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cnpy")
 </code></pre>
-<h3 id="cocoyaxiwindows">cocoyaxi (windows)</h3>
+<h3 id="colladadomwindows">collada-dom (windows)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>A go-style coroutine library in C++11 and more</em></th>
+<th><em>COLLADA Document Object Model (DOM) C++ Library</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/idealvin/cocoyaxi">https://github.com/idealvin/cocoyaxi</a></td>
+<td><a href="https://github.com/rdiankov/collada-dom/">https://github.com/rdiankov/collada-dom/</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.0.3</td>
+<td>v2.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2323,32 +2323,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cocoyaxi/xmake.lua">cocoyaxi/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/collada-dom/xmake.lua">collada-dom/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install cocoyaxi
+<pre><code class="lang-console">xrepo install collada-dom
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("cocoyaxi")
+<pre><code class="lang-lua">add_requires("collada-dom")
 </code></pre>
-<h3 id="colladadomwindows">collada-dom (windows)</h3>
+<h3 id="concurrentqueuewindows">concurrentqueue (windows)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>COLLADA Document Object Model (DOM) C++ Library</em></th>
+<th><em>An industrial-strength lock-free queue for C++.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/rdiankov/collada-dom/">https://github.com/rdiankov/collada-dom/</a></td>
+<td><a href="https://github.com/cameron314/concurrentqueue">https://github.com/cameron314/concurrentqueue</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.5.0</td>
+<td></td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2356,32 +2356,36 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/collada-dom/xmake.lua">collada-dom/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/concurrentqueue/xmake.lua">concurrentqueue/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install collada-dom
+<pre><code class="lang-console">xrepo install concurrentqueue
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("collada-dom")
+<pre><code class="lang-lua">add_requires("concurrentqueue")
 </code></pre>
-<h3 id="concurrentqueuewindows">concurrentqueue (windows)</h3>
+<h3 id="consolebridgewindows">console-bridge (windows)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>An industrial-strength lock-free queue for C++.</em></th>
+<th><em>A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/cameron314/concurrentqueue">https://github.com/cameron314/concurrentqueue</a></td>
+<td><a href="https://github.com/ros/console_bridge">https://github.com/ros/console_bridge</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
 </tr>
 <tr>
 <td>Versions</td>
-<td></td>
+<td>1.0.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2389,36 +2393,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/concurrentqueue/xmake.lua">concurrentqueue/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/console-bridge/xmake.lua">console-bridge/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install concurrentqueue
+<pre><code class="lang-console">xrepo install console-bridge
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("concurrentqueue")
+<pre><code class="lang-lua">add_requires("console-bridge")
 </code></pre>
-<h3 id="consolebridgewindows">console-bridge (windows)</h3>
+<h3 id="coostwindows">coost (windows)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages.</em></th>
+<th><em>A tiny boost library in C++11.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/ros/console_bridge">https://github.com/ros/console_bridge</a></td>
-</tr>
-<tr>
-<td>License</td>
-<td>BSD-3-Clause</td>
+<td><a href="https://github.com/idealvin/coost">https://github.com/idealvin/coost</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.1</td>
+<td>v3.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2426,15 +2426,15 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/console-bridge/xmake.lua">console-bridge/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/coost/xmake.lua">coost/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install console-bridge
+<pre><code class="lang-console">xrepo install coost
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("console-bridge")
+<pre><code class="lang-lua">add_requires("coost")
 </code></pre>
 <h3 id="corradewindows">corrade (windows)</h3>
 <table>

+ 23 - 23
packages/linux.md

@@ -1731,29 +1731,6 @@ add_requires("cnpy")
 ```
 
 
-### cocoyaxi (linux)
-
-
-| Description | *A go-style coroutine library in C++11 and more* |
-| -- | -- |
-| Homepage | [https://github.com/idealvin/cocoyaxi](https://github.com/idealvin/cocoyaxi) |
-| Versions | v2.0.3 |
-| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
-| Definition | [cocoyaxi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cocoyaxi/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install cocoyaxi
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("cocoyaxi")
-```
-
-
 ### collada-dom (linux)
 
 
@@ -1824,6 +1801,29 @@ add_requires("console-bridge")
 ```
 
 
+### coost (linux)
+
+
+| Description | *A tiny boost library in C++11.* |
+| -- | -- |
+| Homepage | [https://github.com/idealvin/coost](https://github.com/idealvin/coost) |
+| Versions | v3.0.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [coost/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/coost/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install coost
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("coost")
+```
+
+
 ### corrade (linux)
 
 

+ 23 - 23
packages/macosx.md

@@ -1540,29 +1540,6 @@ add_requires("cnpy")
 ```
 
 
-### cocoyaxi (macosx)
-
-
-| Description | *A go-style coroutine library in C++11 and more* |
-| -- | -- |
-| Homepage | [https://github.com/idealvin/cocoyaxi](https://github.com/idealvin/cocoyaxi) |
-| Versions | v2.0.3 |
-| Architectures | arm64, i386, x86_64 |
-| Definition | [cocoyaxi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cocoyaxi/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install cocoyaxi
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("cocoyaxi")
-```
-
-
 ### collada-dom (macosx)
 
 
@@ -1633,6 +1610,29 @@ add_requires("console-bridge")
 ```
 
 
+### coost (macosx)
+
+
+| Description | *A tiny boost library in C++11.* |
+| -- | -- |
+| Homepage | [https://github.com/idealvin/coost](https://github.com/idealvin/coost) |
+| Versions | v3.0.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [coost/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/coost/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install coost
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("coost")
+```
+
+
 ### corrade (macosx)
 
 

+ 23 - 23
packages/windows.md

@@ -1471,29 +1471,6 @@ add_requires("cnpy")
 ```
 
 
-### cocoyaxi (windows)
-
-
-| Description | *A go-style coroutine library in C++11 and more* |
-| -- | -- |
-| Homepage | [https://github.com/idealvin/cocoyaxi](https://github.com/idealvin/cocoyaxi) |
-| Versions | v2.0.3 |
-| Architectures | arm64, x64, x86 |
-| Definition | [cocoyaxi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cocoyaxi/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install cocoyaxi
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("cocoyaxi")
-```
-
-
 ### collada-dom (windows)
 
 
@@ -1564,6 +1541,29 @@ add_requires("console-bridge")
 ```
 
 
+### coost (windows)
+
+
+| Description | *A tiny boost library in C++11.* |
+| -- | -- |
+| Homepage | [https://github.com/idealvin/coost](https://github.com/idealvin/coost) |
+| Versions | v3.0.0 |
+| Architectures | arm64, x64, x86 |
+| Definition | [coost/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/coost/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install coost
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("coost")
+```
+
+
 ### corrade (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-09-02T13:16:05+08:00</lastmod>
+  <lastmod>2022-09-02T15:54:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-09-02T13:16:09+08:00</lastmod>
+  <lastmod>2022-09-02T15:54:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-09-02T13:16:09+08:00</lastmod>
+  <lastmod>2022-09-02T15:54:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-09-02T13:16:10+08:00</lastmod>
+  <lastmod>2022-09-02T15:54:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-09-02T13:16:10+08:00</lastmod>
+  <lastmod>2022-09-02T15:54:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-09-02T13:16:10+08:00</lastmod>
+  <lastmod>2022-09-02T15:54:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-09-02T13:16:11+08:00</lastmod>
+  <lastmod>2022-09-02T15:54:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-09-02T13:16:11+08:00</lastmod>
+  <lastmod>2022-09-02T15:54:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-09-02T13:16:11+08:00</lastmod>
+  <lastmod>2022-09-02T15:54:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-09-02T13:16:12+08:00</lastmod>
+  <lastmod>2022-09-02T15:54:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-09-02T13:16:12+08:00</lastmod>
+  <lastmod>2022-09-02T15:54:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-09-02T13:16:12+08:00</lastmod>
+  <lastmod>2022-09-02T15:54:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-09-02T13:16:12+08:00</lastmod>
+  <lastmod>2022-09-02T15:54:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-09-02T13:16:13+08:00</lastmod>
+  <lastmod>2022-09-02T15:54:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-09-02T13:16:13+08:00</lastmod>
+  <lastmod>2022-09-02T15:54:24+08:00</lastmod>
 </url>
 
 </urlset>