Browse Source

autoupdate docs by xmake-repo/ci

ruki 4 years ago
parent
commit
5b17794d53

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: fftw, jsoncons, gnu-sed**
+- **Recently added: port, hpsocket, fftw**
 
 [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 (160)
+- Packages (161)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -662,6 +662,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hopscotch-map")
 </code></pre>
+<h3 id="hpsocketandroid">hpsocket (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>High Performance Network Framework</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ldcsaa/HP-Socket">https://github.com/ldcsaa/HP-Socket</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.7.2</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/h/hpsocket/xmake.lua">hpsocket/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] hpsocket
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hpsocket")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="imguiandroid">imgui (android)</h3>
 <table>

+ 33 - 0
mirror/packages/linux.html

@@ -1558,6 +1558,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hopscotch-map")
 </code></pre>
+<h3 id="hpsocketlinux">hpsocket (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>High Performance Network Framework</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ldcsaa/HP-Socket">https://github.com/ldcsaa/HP-Socket</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.7.2</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/hpsocket/xmake.lua">hpsocket/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install hpsocket
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hpsocket")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="icu4clinux">icu4c (linux)</h3>
 <table>

+ 33 - 0
mirror/packages/windows.html

@@ -1323,6 +1323,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hopscotch-map")
 </code></pre>
+<h3 id="hpsocketwindows">hpsocket (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>High Performance Network Framework</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ldcsaa/HP-Socket">https://github.com/ldcsaa/HP-Socket</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.7.2</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/h/hpsocket/xmake.lua">hpsocket/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install hpsocket
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hpsocket")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="imguiwindows">imgui (windows)</h3>
 <table>

+ 23 - 0
packages/android.md

@@ -403,6 +403,29 @@ add_requires("hopscotch-map")
 ```
 
 
+### hpsocket (android)
+
+
+| Description | *High Performance Network Framework* |
+| -- | -- |
+| Homepage | [https://github.com/ldcsaa/HP-Socket](https://github.com/ldcsaa/HP-Socket) |
+| Versions | v5.7.2 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [hpsocket/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hpsocket/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] hpsocket
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hpsocket")
+```
+
+
 
 ## i
 ### imgui (android)

+ 23 - 0
packages/linux.md

@@ -1027,6 +1027,29 @@ add_requires("hopscotch-map")
 ```
 
 
+### hpsocket (linux)
+
+
+| Description | *High Performance Network Framework* |
+| -- | -- |
+| Homepage | [https://github.com/ldcsaa/HP-Socket](https://github.com/ldcsaa/HP-Socket) |
+| Versions | v5.7.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [hpsocket/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hpsocket/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install hpsocket
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hpsocket")
+```
+
+
 
 ## i
 ### icu4c (linux)

+ 23 - 0
packages/windows.md

@@ -865,6 +865,29 @@ add_requires("hopscotch-map")
 ```
 
 
+### hpsocket (windows)
+
+
+| Description | *High Performance Network Framework* |
+| -- | -- |
+| Homepage | [https://github.com/ldcsaa/HP-Socket](https://github.com/ldcsaa/HP-Socket) |
+| Versions | v5.7.2 |
+| Architectures | x64, x86 |
+| Definition | [hpsocket/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hpsocket/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install hpsocket
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hpsocket")
+```
+
+
 
 ## i
 ### imgui (windows)

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-13T04:53:04+08:00</lastmod>
+  <lastmod>2020-11-14T00:51:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-11-13T04:53:05+08:00</lastmod>
+  <lastmod>2020-11-14T00:51:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-11-13T04:53:05+08:00</lastmod>
+  <lastmod>2020-11-14T00:51:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-11-13T04:53:05+08:00</lastmod>
+  <lastmod>2020-11-14T00:51:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-11-13T04:53:05+08:00</lastmod>
+  <lastmod>2020-11-14T00:51:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-11-13T04:53:06+08:00</lastmod>
+  <lastmod>2020-11-14T00:51:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-11-13T04:53:06+08:00</lastmod>
+  <lastmod>2020-11-14T00:51:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-11-13T04:53:06+08:00</lastmod>
+  <lastmod>2020-11-14T00:51:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-11-13T04:53:06+08:00</lastmod>
+  <lastmod>2020-11-14T00:51:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-11-13T04:53:07+08:00</lastmod>
+  <lastmod>2020-11-14T00:51:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-11-13T04:53:07+08:00</lastmod>
+  <lastmod>2020-11-14T00:51:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-11-13T04:53:07+08:00</lastmod>
+  <lastmod>2020-11-14T00:51:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-11-13T04:53:07+08:00</lastmod>
+  <lastmod>2020-11-14T00:51:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-11-13T04:53:07+08:00</lastmod>
+  <lastmod>2020-11-14T00:51:49+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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