Răsfoiți Sursa

autoupdate docs by xmake-repo/ci

ruki 3 ani în urmă
părinte
comite
cb4b4e69a9
9 a modificat fișierele cu 130 adăugiri și 18 ștergeri
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 33 0
      mirror/packages/linux.html
  4. 33 0
      mirror/packages/macosx.html
  5. 23 0
      packages/linux.md
  6. 23 0
      packages/macosx.md
  7. 14 14
      sitemap.xml
  8. 1 1
      zh-cn/_coverpage.md
  9. 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: libpq, readline, promise-cpp**
+- **Recently added: libpqxx, libpq, readline**
 
 [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 (587)
+- Packages (588)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/linux.html

@@ -8917,6 +8917,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libpq")
 </code></pre>
+<h3 id="libpqxxlinux">libpqxx (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The official C++ client API for PostgreSQL.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://pqxx.org/">http://pqxx.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>7.7.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/l/libpqxx/xmake.lua">libpqxx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libpqxx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libpqxx")
+</code></pre>
 <h3 id="libpsllinux">libpsl (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -8349,6 +8349,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libpq")
 </code></pre>
+<h3 id="libpqxxmacosx">libpqxx (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The official C++ client API for PostgreSQL.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://pqxx.org/">http://pqxx.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>7.7.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/l/libpqxx/xmake.lua">libpqxx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libpqxx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libpqxx")
+</code></pre>
 <h3 id="libpslmacosx">libpsl (macosx)</h3>
 <table>
 <thead>

+ 23 - 0
packages/linux.md

@@ -5936,6 +5936,29 @@ add_requires("libpq")
 ```
 
 
+### libpqxx (linux)
+
+
+| Description | *The official C++ client API for PostgreSQL.* |
+| -- | -- |
+| Homepage | [http://pqxx.org/](http://pqxx.org/) |
+| Versions | 7.7.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libpqxx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libpqxx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libpqxx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libpqxx")
+```
+
+
 ### libpsl (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -5558,6 +5558,29 @@ add_requires("libpq")
 ```
 
 
+### libpqxx (macosx)
+
+
+| Description | *The official C++ client API for PostgreSQL.* |
+| -- | -- |
+| Homepage | [http://pqxx.org/](http://pqxx.org/) |
+| Versions | 7.7.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libpqxx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libpqxx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libpqxx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libpqxx")
+```
+
+
 ### libpsl (macosx)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-01-11T12:55:42+08:00</lastmod>
+  <lastmod>2022-01-11T14:20:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-01-11T12:55:43+08:00</lastmod>
+  <lastmod>2022-01-11T14:20:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-01-11T12:55:43+08:00</lastmod>
+  <lastmod>2022-01-11T14:20:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-01-11T12:55:44+08:00</lastmod>
+  <lastmod>2022-01-11T14:20:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-01-11T12:55:44+08:00</lastmod>
+  <lastmod>2022-01-11T14:20:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-01-11T12:55:44+08:00</lastmod>
+  <lastmod>2022-01-11T14:20:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-01-11T12:55:44+08:00</lastmod>
+  <lastmod>2022-01-11T14:20:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-01-11T12:55:45+08:00</lastmod>
+  <lastmod>2022-01-11T14:20:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-01-11T12:55:45+08:00</lastmod>
+  <lastmod>2022-01-11T14:20:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-01-11T12:55:45+08:00</lastmod>
+  <lastmod>2022-01-11T14:20:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-01-11T12:55:45+08:00</lastmod>
+  <lastmod>2022-01-11T14:20:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-01-11T12:55:45+08:00</lastmod>
+  <lastmod>2022-01-11T14:20:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-01-11T12:55:45+08:00</lastmod>
+  <lastmod>2022-01-11T14:20:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-01-11T12:55:46+08:00</lastmod>
+  <lastmod>2022-01-11T14:20:21+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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