Explorar o código

autoupdate docs by xmake-repo/ci

ruki %!s(int64=2) %!d(string=hai) anos
pai
achega
f42af1c7f1

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: pdcursesmod, onnx, tracy**
+- **Recently added: handy, pdcursesmod, onnx**
 
 [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 (775)
+- Packages (776)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/iphoneos.html

@@ -2852,6 +2852,39 @@
 <pre><code class="lang-lua">add_requires("gyp-next")
 </code></pre>
 <h2 id="h">h</h2>
+<h3 id="handyiphoneos">handy (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple C++11 network server framework</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yedf2/handy">https://github.com/yedf2/handy</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.2.0</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/h/handy/xmake.lua">handy/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos handy
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("handy")
+</code></pre>
 <h3 id="happlyiphoneos">happly (iphoneos)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -7799,6 +7799,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("h5cpp")
 </code></pre>
+<h3 id="handylinux">handy (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple C++11 network server framework</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yedf2/handy">https://github.com/yedf2/handy</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.2.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/h/handy/xmake.lua">handy/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install handy
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("handy")
+</code></pre>
 <h3 id="happlylinux">happly (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -7157,6 +7157,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("h5cpp")
 </code></pre>
+<h3 id="handymacosx">handy (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple C++11 network server framework</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yedf2/handy">https://github.com/yedf2/handy</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.2.0</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/h/handy/xmake.lua">handy/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install handy
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("handy")
+</code></pre>
 <h3 id="happlymacosx">happly (macosx)</h3>
 <table>
 <thead>

+ 23 - 0
packages/iphoneos.md

@@ -1852,6 +1852,29 @@ add_requires("gyp-next")
 
 
 ## h
+### handy (iphoneos)
+
+
+| Description | *A simple C++11 network server framework* |
+| -- | -- |
+| Homepage | [https://github.com/yedf2/handy](https://github.com/yedf2/handy) |
+| Versions | 0.2.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [handy/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/handy/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos handy
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("handy")
+```
+
+
 ### happly (iphoneos)
 
 

+ 23 - 0
packages/linux.md

@@ -5126,6 +5126,29 @@ add_requires("h5cpp")
 ```
 
 
+### handy (linux)
+
+
+| Description | *A simple C++11 network server framework* |
+| -- | -- |
+| Homepage | [https://github.com/yedf2/handy](https://github.com/yedf2/handy) |
+| Versions | 0.2.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [handy/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/handy/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install handy
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("handy")
+```
+
+
 ### happly (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -4700,6 +4700,29 @@ add_requires("h5cpp")
 ```
 
 
+### handy (macosx)
+
+
+| Description | *A simple C++11 network server framework* |
+| -- | -- |
+| Homepage | [https://github.com/yedf2/handy](https://github.com/yedf2/handy) |
+| Versions | 0.2.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [handy/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/handy/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install handy
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("handy")
+```
+
+
 ### happly (macosx)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-11-07T03:55:36+08:00</lastmod>
+  <lastmod>2022-11-07T04:59:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-11-07T03:55:39+08:00</lastmod>
+  <lastmod>2022-11-07T04:59:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-11-07T03:55:39+08:00</lastmod>
+  <lastmod>2022-11-07T04:59:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-11-07T03:55:39+08:00</lastmod>
+  <lastmod>2022-11-07T04:59:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-11-07T03:55:39+08:00</lastmod>
+  <lastmod>2022-11-07T04:59:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-11-07T03:55:39+08:00</lastmod>
+  <lastmod>2022-11-07T04:59:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-11-07T03:55:40+08:00</lastmod>
+  <lastmod>2022-11-07T04:59:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-11-07T03:55:40+08:00</lastmod>
+  <lastmod>2022-11-07T04:59:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-11-07T03:55:40+08:00</lastmod>
+  <lastmod>2022-11-07T04:59:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-11-07T03:55:40+08:00</lastmod>
+  <lastmod>2022-11-07T04:59:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-11-07T03:55:41+08:00</lastmod>
+  <lastmod>2022-11-07T04:59:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-11-07T03:55:41+08:00</lastmod>
+  <lastmod>2022-11-07T04:59:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-11-07T03:55:41+08:00</lastmod>
+  <lastmod>2022-11-07T04:59:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-11-07T03:55:42+08:00</lastmod>
+  <lastmod>2022-11-07T04:59:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-11-07T03:55:42+08:00</lastmod>
+  <lastmod>2022-11-07T04:59:50+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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