Explorar el Código

autoupdate docs by xmake-repo/ci

ruki hace 3 años
padre
commit
daefee38cc

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: bc, texinfo, ed**
+- **Recently added: uvw, bc, texinfo**
 
 [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 (539)
+- Packages (540)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -6297,6 +6297,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("utfcpp")
 </code></pre>
+<h3 id="uvwandroid">uvw (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header-only, event based, tiny and easy to use libuv wrapper in modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skypjack/uvw">https://github.com/skypjack/uvw</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.10.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/u/uvw/xmake.lua">uvw/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] uvw
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uvw")
+</code></pre>
 <h2 id="v">v</h2>
 <h3 id="vulkanvalidationlayersandroid">vulkan-validationlayers (android)</h3>
 <table>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -5716,6 +5716,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("utfcpp")
 </code></pre>
+<h3 id="uvwiphoneos">uvw (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header-only, event based, tiny and easy to use libuv wrapper in modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skypjack/uvw">https://github.com/skypjack/uvw</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.10.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/u/uvw/xmake.lua">uvw/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos uvw
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uvw")
+</code></pre>
 <h2 id="x">x</h2>
 <h3 id="xxhashiphoneos">xxhash (iphoneos)</h3>
 <table>

+ 33 - 0
mirror/packages/linux.html

@@ -17272,6 +17272,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("util-macros")
 </code></pre>
+<h3 id="uvwlinux">uvw (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header-only, event based, tiny and easy to use libuv wrapper in modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skypjack/uvw">https://github.com/skypjack/uvw</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.10.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/u/uvw/xmake.lua">uvw/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install uvw
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uvw")
+</code></pre>
 <h2 id="v">v</h2>
 <h3 id="vclinux">vc (linux)</h3>
 <table>

+ 33 - 0
mirror/packages/macosx.html

@@ -16243,6 +16243,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("util-macros")
 </code></pre>
+<h3 id="uvwmacosx">uvw (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header-only, event based, tiny and easy to use libuv wrapper in modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skypjack/uvw">https://github.com/skypjack/uvw</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.10.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/u/uvw/xmake.lua">uvw/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install uvw
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uvw")
+</code></pre>
 <h2 id="v">v</h2>
 <h3 id="vcmacosx">vc (macosx)</h3>
 <table>

+ 33 - 0
mirror/packages/mingw.html

@@ -6577,6 +6577,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("utfcpp")
 </code></pre>
+<h3 id="uvwmingw">uvw (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header-only, event based, tiny and easy to use libuv wrapper in modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skypjack/uvw">https://github.com/skypjack/uvw</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.10.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/u/uvw/xmake.lua">uvw/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] uvw
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uvw")
+</code></pre>
 <h2 id="x">x</h2>
 <h3 id="xxhashmingw">xxhash (mingw)</h3>
 <table>

+ 33 - 0
mirror/packages/windows.html

@@ -14072,6 +14072,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("utfcpp")
 </code></pre>
+<h3 id="uvwwindows">uvw (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header-only, event based, tiny and easy to use libuv wrapper in modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skypjack/uvw">https://github.com/skypjack/uvw</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.10.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/u/uvw/xmake.lua">uvw/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install uvw
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uvw")
+</code></pre>
 <h2 id="v">v</h2>
 <h3 id="vcwindows">vc (windows)</h3>
 <table>

+ 23 - 0
packages/android.md

@@ -4211,6 +4211,29 @@ add_requires("utfcpp")
 ```
 
 
+### uvw (android)
+
+
+| Description | *Header-only, event based, tiny and easy to use libuv wrapper in modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/skypjack/uvw](https://github.com/skypjack/uvw) |
+| Versions | 2.10.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [uvw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uvw/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] uvw
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uvw")
+```
+
+
 
 ## v
 ### vulkan-validationlayers (android)

+ 23 - 0
packages/iphoneos.md

@@ -3815,6 +3815,29 @@ add_requires("utfcpp")
 ```
 
 
+### uvw (iphoneos)
+
+
+| Description | *Header-only, event based, tiny and easy to use libuv wrapper in modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/skypjack/uvw](https://github.com/skypjack/uvw) |
+| Versions | 2.10.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [uvw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uvw/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos uvw
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uvw")
+```
+
+
 
 ## x
 ### xxhash (iphoneos)

+ 23 - 0
packages/linux.md

@@ -11551,6 +11551,29 @@ add_requires("util-macros")
 ```
 
 
+### uvw (linux)
+
+
+| Description | *Header-only, event based, tiny and easy to use libuv wrapper in modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/skypjack/uvw](https://github.com/skypjack/uvw) |
+| Versions | 2.10.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [uvw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uvw/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install uvw
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uvw")
+```
+
+
 
 ## v
 ### vc (linux)

+ 23 - 0
packages/macosx.md

@@ -10866,6 +10866,29 @@ add_requires("util-macros")
 ```
 
 
+### uvw (macosx)
+
+
+| Description | *Header-only, event based, tiny and easy to use libuv wrapper in modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/skypjack/uvw](https://github.com/skypjack/uvw) |
+| Versions | 2.10.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [uvw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uvw/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install uvw
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uvw")
+```
+
+
 
 ## v
 ### vc (macosx)

+ 23 - 0
packages/mingw.md

@@ -4399,6 +4399,29 @@ add_requires("utfcpp")
 ```
 
 
+### uvw (mingw)
+
+
+| Description | *Header-only, event based, tiny and easy to use libuv wrapper in modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/skypjack/uvw](https://github.com/skypjack/uvw) |
+| Versions | 2.10.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [uvw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uvw/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] uvw
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uvw")
+```
+
+
 
 ## x
 ### xxhash (mingw)

+ 23 - 0
packages/windows.md

@@ -9372,6 +9372,29 @@ add_requires("utfcpp")
 ```
 
 
+### uvw (windows)
+
+
+| Description | *Header-only, event based, tiny and easy to use libuv wrapper in modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/skypjack/uvw](https://github.com/skypjack/uvw) |
+| Versions | 2.10.0 |
+| Architectures | x64, x86 |
+| Definition | [uvw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uvw/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install uvw
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uvw")
+```
+
+
 
 ## v
 ### vc (windows)

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-12-08T05:43:26+08:00</lastmod>
+  <lastmod>2021-12-08T07:58:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-12-08T05:43:27+08:00</lastmod>
+  <lastmod>2021-12-08T07:58:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-12-08T05:43:28+08:00</lastmod>
+  <lastmod>2021-12-08T07:58:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-12-08T05:43:28+08:00</lastmod>
+  <lastmod>2021-12-08T07:58:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-12-08T05:43:28+08:00</lastmod>
+  <lastmod>2021-12-08T07:58:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-12-08T05:43:28+08:00</lastmod>
+  <lastmod>2021-12-08T07:58:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-12-08T05:43:28+08:00</lastmod>
+  <lastmod>2021-12-08T07:58:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-12-08T05:43:29+08:00</lastmod>
+  <lastmod>2021-12-08T07:58:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-12-08T05:43:29+08:00</lastmod>
+  <lastmod>2021-12-08T07:58:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-12-08T05:43:29+08:00</lastmod>
+  <lastmod>2021-12-08T07:58:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-12-08T05:43:30+08:00</lastmod>
+  <lastmod>2021-12-08T07:58:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-12-08T05:43:30+08:00</lastmod>
+  <lastmod>2021-12-08T07:58:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-12-08T05:43:30+08:00</lastmod>
+  <lastmod>2021-12-08T07:58:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-12-08T05:43:30+08:00</lastmod>
+  <lastmod>2021-12-08T07:58:13+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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