Procházet zdrojové kódy

autoupdate docs by xmake-repo/ci

ruki před 2 roky
rodič
revize
c43a9b8822

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: pigz, redis-plus-plus, libsais**
+- **Recently added: websocketpp, pigz, redis-plus-plus**
 
 [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 (767)
+- Packages (768)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/linux.html

@@ -25034,6 +25034,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("wayland-protocols")
 </code></pre>
+<h3 id="websocketpplinux">websocketpp (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ websocket client/server library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.zaphoyd.com/websocketpp">http://www.zaphoyd.com/websocketpp</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.8.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/w/websocketpp/xmake.lua">websocketpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install websocketpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("websocketpp")
+</code></pre>
 <h3 id="wolfssllinux">wolfssl (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -23075,6 +23075,39 @@
 <pre><code class="lang-lua">add_requires("vulkan-memory-allocator")
 </code></pre>
 <h2 id="w">w</h2>
+<h3 id="websocketppmacosx">websocketpp (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ websocket client/server library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.zaphoyd.com/websocketpp">http://www.zaphoyd.com/websocketpp</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.8.2</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/w/websocketpp/xmake.lua">websocketpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install websocketpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("websocketpp")
+</code></pre>
 <h3 id="wolfsslmacosx">wolfssl (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -20319,6 +20319,39 @@
 <pre><code class="lang-lua">add_requires("vulkan-validationlayers")
 </code></pre>
 <h2 id="w">w</h2>
+<h3 id="websocketppwindows">websocketpp (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ websocket client/server library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.zaphoyd.com/websocketpp">http://www.zaphoyd.com/websocketpp</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.8.2</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/w/websocketpp/xmake.lua">websocketpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install websocketpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("websocketpp")
+</code></pre>
 <h3 id="wilwindows">wil (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/linux.md

@@ -16681,6 +16681,29 @@ add_requires("wayland-protocols")
 ```
 
 
+### websocketpp (linux)
+
+
+| Description | *C++ websocket client/server library* |
+| -- | -- |
+| Homepage | [http://www.zaphoyd.com/websocketpp](http://www.zaphoyd.com/websocketpp) |
+| Versions | 0.8.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [websocketpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/websocketpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install websocketpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("websocketpp")
+```
+
+
 ### wolfssl (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -15380,6 +15380,29 @@ add_requires("vulkan-memory-allocator")
 
 
 ## w
+### websocketpp (macosx)
+
+
+| Description | *C++ websocket client/server library* |
+| -- | -- |
+| Homepage | [http://www.zaphoyd.com/websocketpp](http://www.zaphoyd.com/websocketpp) |
+| Versions | 0.8.2 |
+| Architectures | arm64, x86_64 |
+| Definition | [websocketpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/websocketpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install websocketpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("websocketpp")
+```
+
+
 ### wolfssl (macosx)
 
 

+ 23 - 0
packages/windows.md

@@ -13489,6 +13489,29 @@ add_requires("vulkan-validationlayers")
 
 
 ## w
+### websocketpp (windows)
+
+
+| Description | *C++ websocket client/server library* |
+| -- | -- |
+| Homepage | [http://www.zaphoyd.com/websocketpp](http://www.zaphoyd.com/websocketpp) |
+| Versions | 0.8.2 |
+| Architectures | arm64, x64, x86 |
+| Definition | [websocketpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/websocketpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install websocketpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("websocketpp")
+```
+
+
 ### wil (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-10-18T07:43:21+08:00</lastmod>
+  <lastmod>2022-10-18T09:46:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-10-18T07:43:24+08:00</lastmod>
+  <lastmod>2022-10-18T09:46:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-10-18T07:43:25+08:00</lastmod>
+  <lastmod>2022-10-18T09:46:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-10-18T07:43:25+08:00</lastmod>
+  <lastmod>2022-10-18T09:46:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-10-18T07:43:25+08:00</lastmod>
+  <lastmod>2022-10-18T09:46:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-10-18T07:43:26+08:00</lastmod>
+  <lastmod>2022-10-18T09:46:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-10-18T07:43:26+08:00</lastmod>
+  <lastmod>2022-10-18T09:46:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-10-18T07:43:26+08:00</lastmod>
+  <lastmod>2022-10-18T09:46:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-10-18T07:43:26+08:00</lastmod>
+  <lastmod>2022-10-18T09:46:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-10-18T07:43:27+08:00</lastmod>
+  <lastmod>2022-10-18T09:46:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-10-18T07:43:27+08:00</lastmod>
+  <lastmod>2022-10-18T09:46:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-10-18T07:43:27+08:00</lastmod>
+  <lastmod>2022-10-18T09:46:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-10-18T07:43:27+08:00</lastmod>
+  <lastmod>2022-10-18T09:46:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-10-18T07:43:28+08:00</lastmod>
+  <lastmod>2022-10-18T09:46:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-10-18T07:43:28+08:00</lastmod>
+  <lastmod>2022-10-18T09:46:40+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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