Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 years ago
parent
commit
01c97f5492

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: visit_struct, yaml_cpp_struct, port**
+- **Recently added: async_simple, visit_struct, yaml_cpp_struct**
 
 [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 (876)
+- Packages (877)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/linux.html

@@ -639,6 +639,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("assimp")
 </code></pre>
+<h3 id="async_simplelinux">async_simple (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, light-weight and easy-to-use asynchronous components</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/alibaba/async_simple">https://github.com/alibaba/async_simple</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1</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/a/async_simple/xmake.lua">async_simple/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install async_simple
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("async_simple")
+</code></pre>
 <h3 id="atklinux">atk (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -598,6 +598,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("assimp")
 </code></pre>
+<h3 id="async_simplemacosx">async_simple (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, light-weight and easy-to-use asynchronous components</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/alibaba/async_simple">https://github.com/alibaba/async_simple</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/async_simple/xmake.lua">async_simple/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install async_simple
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("async_simple")
+</code></pre>
 <h3 id="autoconfmacosx">autoconf (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -532,6 +532,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("assimp")
 </code></pre>
+<h3 id="async_simplewindows">async_simple (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, light-weight and easy-to-use asynchronous components</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/alibaba/async_simple">https://github.com/alibaba/async_simple</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/async_simple/xmake.lua">async_simple/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install async_simple
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("async_simple")
+</code></pre>
 <h3 id="autoconfwindows">autoconf (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/linux.md

@@ -359,6 +359,30 @@ add_requires("assimp")
 ```
 
 
+### async_simple (linux)
+
+
+| Description | *Simple, light-weight and easy-to-use asynchronous components* |
+| -- | -- |
+| Homepage | [https://github.com/alibaba/async_simple](https://github.com/alibaba/async_simple) |
+| License | Apache-2.0 |
+| Versions | 1.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [async_simple/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/async_simple/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install async_simple
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("async_simple")
+```
+
+
 ### atk (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -334,6 +334,30 @@ add_requires("assimp")
 ```
 
 
+### async_simple (macosx)
+
+
+| Description | *Simple, light-weight and easy-to-use asynchronous components* |
+| -- | -- |
+| Homepage | [https://github.com/alibaba/async_simple](https://github.com/alibaba/async_simple) |
+| License | Apache-2.0 |
+| Versions | 1.1 |
+| Architectures | arm64, x86_64 |
+| Definition | [async_simple/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/async_simple/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install async_simple
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("async_simple")
+```
+
+
 ### autoconf (macosx)
 
 

+ 24 - 0
packages/windows.md

@@ -288,6 +288,30 @@ add_requires("assimp")
 ```
 
 
+### async_simple (windows)
+
+
+| Description | *Simple, light-weight and easy-to-use asynchronous components* |
+| -- | -- |
+| Homepage | [https://github.com/alibaba/async_simple](https://github.com/alibaba/async_simple) |
+| License | Apache-2.0 |
+| Versions | 1.1 |
+| Architectures | arm64, x64, x86 |
+| Definition | [async_simple/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/async_simple/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install async_simple
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("async_simple")
+```
+
+
 ### autoconf (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-04-23T13:28:55+08:00</lastmod>
+  <lastmod>2023-04-23T23:27:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-04-23T13:28:59+08:00</lastmod>
+  <lastmod>2023-04-23T23:27:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-04-23T13:29:00+08:00</lastmod>
+  <lastmod>2023-04-23T23:27:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-04-23T13:29:00+08:00</lastmod>
+  <lastmod>2023-04-23T23:27:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-04-23T13:29:00+08:00</lastmod>
+  <lastmod>2023-04-23T23:27:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-04-23T13:29:01+08:00</lastmod>
+  <lastmod>2023-04-23T23:27:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-04-23T13:29:01+08:00</lastmod>
+  <lastmod>2023-04-23T23:27:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-04-23T13:29:02+08:00</lastmod>
+  <lastmod>2023-04-23T23:27:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-04-23T13:29:02+08:00</lastmod>
+  <lastmod>2023-04-23T23:27:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-04-23T13:29:03+08:00</lastmod>
+  <lastmod>2023-04-23T23:27:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-04-23T13:29:03+08:00</lastmod>
+  <lastmod>2023-04-23T23:27:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-04-23T13:29:03+08:00</lastmod>
+  <lastmod>2023-04-23T23:27:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-04-23T13:29:03+08:00</lastmod>
+  <lastmod>2023-04-23T23:27:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-04-23T13:29:04+08:00</lastmod>
+  <lastmod>2023-04-23T23:27:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-04-23T13:29:04+08:00</lastmod>
+  <lastmod>2023-04-23T23:27:34+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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