Browse Source

autoupdate docs by xmake-repo/ci

ruki 3 năm trước cách đây
mục cha
commit
860aebc5e7
9 tập tin đã thay đổi với 262 bổ sung18 xóa
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 74 0
      mirror/packages/linux.html
  4. 74 0
      mirror/packages/macosx.html
  5. 48 0
      packages/linux.md
  6. 48 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: promise-cpp, gli, pupnp**
+- **Recently added: libpq, readline, promise-cpp**
 
 [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 (585)
+- Packages (587)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 74 - 0
mirror/packages/linux.html

@@ -8880,6 +8880,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libpng")
 </code></pre>
+<h3 id="libpqlinux">libpq (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Postgres C API library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.postgresql.org/docs/14/libpq.html">https://www.postgresql.org/docs/14/libpq.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>PostgreSQL</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>14.1</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/libpq/xmake.lua">libpq/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libpq
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libpq")
+</code></pre>
 <h3 id="libpsllinux">libpsl (linux)</h3>
 <table>
 <thead>
@@ -16224,6 +16261,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("readerwriterqueue")
 </code></pre>
+<h3 id="readlinelinux">readline (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Library for command-line editing</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://tiswww.case.edu/php/chet/readline/rltop.html">https://tiswww.case.edu/php/chet/readline/rltop.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0-or-later</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>8.1</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/r/readline/xmake.lua">readline/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install readline
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("readline")
+</code></pre>
 <h3 id="recastnavigationlinux">recastnavigation (linux)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/macosx.html

@@ -8312,6 +8312,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libpng")
 </code></pre>
+<h3 id="libpqmacosx">libpq (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Postgres C API library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.postgresql.org/docs/14/libpq.html">https://www.postgresql.org/docs/14/libpq.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>PostgreSQL</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>14.1</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/libpq/xmake.lua">libpq/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libpq
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libpq")
+</code></pre>
 <h3 id="libpslmacosx">libpsl (macosx)</h3>
 <table>
 <thead>
@@ -15199,6 +15236,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("readerwriterqueue")
 </code></pre>
+<h3 id="readlinemacosx">readline (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Library for command-line editing</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://tiswww.case.edu/php/chet/readline/rltop.html">https://tiswww.case.edu/php/chet/readline/rltop.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0-or-later</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>8.1</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/r/readline/xmake.lua">readline/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install readline
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("readline")
+</code></pre>
 <h3 id="recastnavigationmacosx">recastnavigation (macosx)</h3>
 <table>
 <thead>

+ 48 - 0
packages/linux.md

@@ -5912,6 +5912,30 @@ add_requires("libpng")
 ```
 
 
+### libpq (linux)
+
+
+| Description | *Postgres C API library* |
+| -- | -- |
+| Homepage | [https://www.postgresql.org/docs/14/libpq.html](https://www.postgresql.org/docs/14/libpq.html) |
+| License | PostgreSQL |
+| Versions | 14.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libpq/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libpq/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libpq
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libpq")
+```
+
+
 ### libpsl (linux)
 
 
@@ -10856,6 +10880,30 @@ add_requires("readerwriterqueue")
 ```
 
 
+### readline (linux)
+
+
+| Description | *Library for command-line editing* |
+| -- | -- |
+| Homepage | [https://tiswww.case.edu/php/chet/readline/rltop.html](https://tiswww.case.edu/php/chet/readline/rltop.html) |
+| License | GPL-3.0-or-later |
+| Versions | 8.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [readline/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readline/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install readline
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("readline")
+```
+
+
 ### recastnavigation (linux)
 
 

+ 48 - 0
packages/macosx.md

@@ -5534,6 +5534,30 @@ add_requires("libpng")
 ```
 
 
+### libpq (macosx)
+
+
+| Description | *Postgres C API library* |
+| -- | -- |
+| Homepage | [https://www.postgresql.org/docs/14/libpq.html](https://www.postgresql.org/docs/14/libpq.html) |
+| License | PostgreSQL |
+| Versions | 14.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libpq/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libpq/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libpq
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libpq")
+```
+
+
 ### libpsl (macosx)
 
 
@@ -10172,6 +10196,30 @@ add_requires("readerwriterqueue")
 ```
 
 
+### readline (macosx)
+
+
+| Description | *Library for command-line editing* |
+| -- | -- |
+| Homepage | [https://tiswww.case.edu/php/chet/readline/rltop.html](https://tiswww.case.edu/php/chet/readline/rltop.html) |
+| License | GPL-3.0-or-later |
+| Versions | 8.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [readline/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readline/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install readline
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("readline")
+```
+
+
 ### recastnavigation (macosx)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-01-11T02:40:01+08:00</lastmod>
+  <lastmod>2022-01-11T12:55:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-01-11T02:40:03+08:00</lastmod>
+  <lastmod>2022-01-11T12:55:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-01-11T02:40:04+08:00</lastmod>
+  <lastmod>2022-01-11T12:55:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-01-11T02:40:04+08:00</lastmod>
+  <lastmod>2022-01-11T12:55:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-01-11T02:40:04+08:00</lastmod>
+  <lastmod>2022-01-11T12:55:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-01-11T02:40:04+08:00</lastmod>
+  <lastmod>2022-01-11T12:55:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-01-11T02:40:05+08:00</lastmod>
+  <lastmod>2022-01-11T12:55:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-01-11T02:40:05+08:00</lastmod>
+  <lastmod>2022-01-11T12:55:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-01-11T02:40:05+08:00</lastmod>
+  <lastmod>2022-01-11T12:55:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-01-11T02:40:05+08:00</lastmod>
+  <lastmod>2022-01-11T12:55:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-01-11T02:40:05+08:00</lastmod>
+  <lastmod>2022-01-11T12:55:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-01-11T02:40:06+08:00</lastmod>
+  <lastmod>2022-01-11T12:55:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-01-11T02:40:06+08:00</lastmod>
+  <lastmod>2022-01-11T12:55:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-01-11T02:40:06+08:00</lastmod>
+  <lastmod>2022-01-11T12:55:46+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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