Procházet zdrojové kódy

autoupdate docs by xmake-repo/ci

ruki před 4 roky
rodič
revize
9db36bb0c0

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: cuda, libtorch, qhull**
+- **Recently added: trantor, cuda, libtorch**
 
 [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 (288)
+- Packages (289)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 1 - 1
mirror/packages/cross.html

@@ -2028,7 +2028,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.0, 1.0.2u, 1.1.0l, 1.1.1h</td>
+<td>1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/linux.html

@@ -6931,7 +6931,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.0, 1.0.2u, 1.1.0l, 1.1.1h</td>
+<td>1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -8697,6 +8697,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tmxparser")
 </code></pre>
+<h3 id="trantorlinux">trantor (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>a non-blocking I/O tcp network lib based on c++14/17</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/an-tao/trantor/">https://github.com/an-tao/trantor/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.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/trantor/xmake.lua">trantor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install trantor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("trantor")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="unqlitelinux">unqlite (linux)</h3>
 <table>

+ 38 - 1
mirror/packages/macosx.html

@@ -6478,7 +6478,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.0, 1.0.2u, 1.1.0l, 1.1.1h</td>
+<td>1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -8178,6 +8178,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tmxparser")
 </code></pre>
+<h3 id="trantormacosx">trantor (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>a non-blocking I/O tcp network lib based on c++14/17</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/an-tao/trantor/">https://github.com/an-tao/trantor/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.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/trantor/xmake.lua">trantor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install trantor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("trantor")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="unqlitemacosx">unqlite (macosx)</h3>
 <table>

+ 70 - 0
mirror/packages/windows.html

@@ -5181,6 +5181,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openjpeg")
 </code></pre>
+<h3 id="opensslwindows">openssl (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A robust, commercial-grade, and full-featured toolkit for TLS and SSL.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.openssl.org/">https://www.openssl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k</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/o/openssl/xmake.lua">openssl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install openssl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("openssl")
+</code></pre>
 <h3 id="openvdbwindows">openvdb (windows)</h3>
 <table>
 <thead>
@@ -6962,6 +6995,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tmxparser")
 </code></pre>
+<h3 id="trantorwindows">trantor (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>a non-blocking I/O tcp network lib based on c++14/17</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/an-tao/trantor/">https://github.com/an-tao/trantor/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.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/trantor/xmake.lua">trantor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install trantor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("trantor")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="unqlitewindows">unqlite (windows)</h3>
 <table>

+ 1 - 1
packages/cross.md

@@ -1336,7 +1336,7 @@ add_requires("nlohmann_json")
 | Description | *A robust, commercial-grade, and full-featured toolkit for TLS and SSL.* |
 | -- | -- |
 | Homepage | [https://www.openssl.org/](https://www.openssl.org/) |
-| Versions | 1.0.0, 1.0.2u, 1.1.0l, 1.1.1h |
+| Versions | 1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [openssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openssl/xmake.lua) |
 

+ 25 - 1
packages/linux.md

@@ -4671,7 +4671,7 @@ add_requires("openjpeg")
 | Description | *A robust, commercial-grade, and full-featured toolkit for TLS and SSL.* |
 | -- | -- |
 | Homepage | [https://www.openssl.org/](https://www.openssl.org/) |
-| Versions | 1.0.0, 1.0.2u, 1.1.0l, 1.1.1h |
+| Versions | 1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [openssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openssl/xmake.lua) |
 
@@ -5886,6 +5886,30 @@ add_requires("tmxparser")
 ```
 
 
+### trantor (linux)
+
+
+| Description | *a non-blocking I/O tcp network lib based on c++14/17* |
+| -- | -- |
+| Homepage | [https://github.com/an-tao/trantor/](https://github.com/an-tao/trantor/) |
+| License | BSD-3-Clause |
+| Versions | v1.3.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [trantor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/trantor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install trantor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("trantor")
+```
+
+
 
 ## u
 ### unqlite (linux)

+ 25 - 1
packages/macosx.md

@@ -4366,7 +4366,7 @@ add_requires("openjpeg")
 | Description | *A robust, commercial-grade, and full-featured toolkit for TLS and SSL.* |
 | -- | -- |
 | Homepage | [https://www.openssl.org/](https://www.openssl.org/) |
-| Versions | 1.0.0, 1.0.2u, 1.1.0l, 1.1.1h |
+| Versions | 1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [openssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openssl/xmake.lua) |
 
@@ -5535,6 +5535,30 @@ add_requires("tmxparser")
 ```
 
 
+### trantor (macosx)
+
+
+| Description | *a non-blocking I/O tcp network lib based on c++14/17* |
+| -- | -- |
+| Homepage | [https://github.com/an-tao/trantor/](https://github.com/an-tao/trantor/) |
+| License | BSD-3-Clause |
+| Versions | v1.3.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [trantor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/trantor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install trantor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("trantor")
+```
+
+
 
 ## u
 ### unqlite (macosx)

+ 47 - 0
packages/windows.md

@@ -3479,6 +3479,29 @@ add_requires("openjpeg")
 ```
 
 
+### openssl (windows)
+
+
+| Description | *A robust, commercial-grade, and full-featured toolkit for TLS and SSL.* |
+| -- | -- |
+| Homepage | [https://www.openssl.org/](https://www.openssl.org/) |
+| Versions | 1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k |
+| Architectures | x64, x86 |
+| Definition | [openssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openssl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install openssl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("openssl")
+```
+
+
 ### openvdb (windows)
 
 
@@ -4700,6 +4723,30 @@ add_requires("tmxparser")
 ```
 
 
+### trantor (windows)
+
+
+| Description | *a non-blocking I/O tcp network lib based on c++14/17* |
+| -- | -- |
+| Homepage | [https://github.com/an-tao/trantor/](https://github.com/an-tao/trantor/) |
+| License | BSD-3-Clause |
+| Versions | v1.3.0 |
+| Architectures | x64, x86 |
+| Definition | [trantor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/trantor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install trantor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("trantor")
+```
+
+
 
 ## u
 ### unqlite (windows)

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-04-03T02:35:56+08:00</lastmod>
+  <lastmod>2021-04-03T15:57:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-04-03T02:35:57+08:00</lastmod>
+  <lastmod>2021-04-03T15:57:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-04-03T02:35:57+08:00</lastmod>
+  <lastmod>2021-04-03T15:57:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-04-03T02:35:57+08:00</lastmod>
+  <lastmod>2021-04-03T15:57:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-04-03T02:35:57+08:00</lastmod>
+  <lastmod>2021-04-03T15:57:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-04-03T02:35:58+08:00</lastmod>
+  <lastmod>2021-04-03T15:57:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-04-03T02:35:58+08:00</lastmod>
+  <lastmod>2021-04-03T15:57:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-04-03T02:35:58+08:00</lastmod>
+  <lastmod>2021-04-03T15:57:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-04-03T02:35:58+08:00</lastmod>
+  <lastmod>2021-04-03T15:57:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-04-03T02:35:58+08:00</lastmod>
+  <lastmod>2021-04-03T15:57:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-04-03T02:35:58+08:00</lastmod>
+  <lastmod>2021-04-03T15:57:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-04-03T02:35:59+08:00</lastmod>
+  <lastmod>2021-04-03T15:57:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-04-03T02:35:59+08:00</lastmod>
+  <lastmod>2021-04-03T15:57:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-04-03T02:35:59+08:00</lastmod>
+  <lastmod>2021-04-03T15:57:41+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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