Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 years ago
parent
commit
1fee4ce239
7 changed files with 75 additions and 19 deletions
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 33 0
      mirror/packages/linux.html
  4. 23 0
      packages/linux.md
  5. 15 15
      sitemap.xml
  6. 1 1
      zh-cn/_coverpage.md
  7. 1 1
      zh-cn/_sidebar.md

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: dotnet, hlslpp, nativefiledialog-extended**
+- **Recently added: pulsar, dotnet, hlslpp**
 
 [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 (869)
+- Packages (870)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/linux.html

@@ -22499,6 +22499,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pugixml")
 </code></pre>
+<h3 id="pulsarlinux">pulsar (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Pulsar C++ client library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/apache/pulsar-client-cpp">https://github.com/apache/pulsar-client-cpp</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.1.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/p/pulsar/xmake.lua">pulsar/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pulsar
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pulsar")
+</code></pre>
 <h3 id="pupnplinux">pupnp (linux)</h3>
 <table>
 <thead>

+ 23 - 0
packages/linux.md

@@ -14973,6 +14973,29 @@ add_requires("pugixml")
 ```
 
 
+### pulsar (linux)
+
+
+| Description | *Pulsar C++ client library* |
+| -- | -- |
+| Homepage | [https://github.com/apache/pulsar-client-cpp](https://github.com/apache/pulsar-client-cpp) |
+| Versions | 3.1.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [pulsar/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pulsar/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pulsar
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pulsar")
+```
+
+
 ### pupnp (linux)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-04-03T01:35:15+08:00</lastmod>
+  <lastmod>2023-04-03T09:22:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-04-03T01:35:18+08:00</lastmod>
+  <lastmod>2023-04-03T09:23:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-04-03T01:35:18+08:00</lastmod>
+  <lastmod>2023-04-03T09:23:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-04-03T01:35:18+08:00</lastmod>
+  <lastmod>2023-04-03T09:23:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-04-03T01:35:18+08:00</lastmod>
+  <lastmod>2023-04-03T09:23:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-04-03T01:35:19+08:00</lastmod>
+  <lastmod>2023-04-03T09:23:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-04-03T01:35:19+08:00</lastmod>
+  <lastmod>2023-04-03T09:23:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-04-03T01:35:19+08:00</lastmod>
+  <lastmod>2023-04-03T09:23:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-04-03T01:35:20+08:00</lastmod>
+  <lastmod>2023-04-03T09:23:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-04-03T01:35:20+08:00</lastmod>
+  <lastmod>2023-04-03T09:23:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-04-03T01:35:20+08:00</lastmod>
+  <lastmod>2023-04-03T09:23:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-04-03T01:35:21+08:00</lastmod>
+  <lastmod>2023-04-03T09:23:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-04-03T01:35:21+08:00</lastmod>
+  <lastmod>2023-04-03T09:23:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-04-03T01:35:21+08:00</lastmod>
+  <lastmod>2023-04-03T09:23:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-04-03T01:35:21+08:00</lastmod>
+  <lastmod>2023-04-03T09:23:07+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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