ソースを参照

autoupdate docs by xmake-repo/ci

ruki 4 年 前
コミット
fe3ccee15d

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: dr_flac, dr_mp3, dr_wav**
+- **Recently added: mariadb-connector-c, dr_flac, dr_mp3**
 
 [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 (346)
+- Packages (347)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/bsd.html

@@ -2122,6 +2122,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("make")
 </code></pre>
+<h3 id="mariadbconnectorcbsd">mariadb-connector-c (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>MariaDB Connector/C is used to connect applications developed in C/C++ to MariaDB and MySQL databases.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mariadb-corporation/mariadb-connector-c">https://github.com/mariadb-corporation/mariadb-connector-c</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.1</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.1.13</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mariadb-connector-c/xmake.lua">mariadb-connector-c/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mariadb-connector-c
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mariadb-connector-c")
+</code></pre>
 <h3 id="mbedtlsbsd">mbedtls (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -7147,6 +7147,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("make")
 </code></pre>
+<h3 id="mariadbconnectorclinux">mariadb-connector-c (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>MariaDB Connector/C is used to connect applications developed in C/C++ to MariaDB and MySQL databases.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mariadb-corporation/mariadb-connector-c">https://github.com/mariadb-corporation/mariadb-connector-c</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.1</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.1.13</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/m/mariadb-connector-c/xmake.lua">mariadb-connector-c/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mariadb-connector-c
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mariadb-connector-c")
+</code></pre>
 <h3 id="mbedtlslinux">mbedtls (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -5494,6 +5494,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("make")
 </code></pre>
+<h3 id="mariadbconnectorcwindows">mariadb-connector-c (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>MariaDB Connector/C is used to connect applications developed in C/C++ to MariaDB and MySQL databases.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mariadb-corporation/mariadb-connector-c">https://github.com/mariadb-corporation/mariadb-connector-c</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.1</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.1.13</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/m/mariadb-connector-c/xmake.lua">mariadb-connector-c/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mariadb-connector-c
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mariadb-connector-c")
+</code></pre>
 <h3 id="mbedtlswindows">mbedtls (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/bsd.md

@@ -1398,6 +1398,30 @@ add_requires("make")
 ```
 
 
+### mariadb-connector-c (bsd)
+
+
+| Description | *MariaDB Connector/C is used to connect applications developed in C/C++ to MariaDB and MySQL databases.* |
+| -- | -- |
+| Homepage | [https://github.com/mariadb-corporation/mariadb-connector-c](https://github.com/mariadb-corporation/mariadb-connector-c) |
+| License | LGPL-2.1 |
+| Versions | 3.1.13 |
+| Architectures | i386, x86_64 |
+| Definition | [mariadb-connector-c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mariadb-connector-c/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mariadb-connector-c
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mariadb-connector-c")
+```
+
+
 ### mbedtls (bsd)
 
 

+ 24 - 0
packages/linux.md

@@ -4793,6 +4793,30 @@ add_requires("make")
 ```
 
 
+### mariadb-connector-c (linux)
+
+
+| Description | *MariaDB Connector/C is used to connect applications developed in C/C++ to MariaDB and MySQL databases.* |
+| -- | -- |
+| Homepage | [https://github.com/mariadb-corporation/mariadb-connector-c](https://github.com/mariadb-corporation/mariadb-connector-c) |
+| License | LGPL-2.1 |
+| Versions | 3.1.13 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [mariadb-connector-c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mariadb-connector-c/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mariadb-connector-c
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mariadb-connector-c")
+```
+
+
 ### mbedtls (linux)
 
 

+ 24 - 0
packages/windows.md

@@ -3657,6 +3657,30 @@ add_requires("make")
 ```
 
 
+### mariadb-connector-c (windows)
+
+
+| Description | *MariaDB Connector/C is used to connect applications developed in C/C++ to MariaDB and MySQL databases.* |
+| -- | -- |
+| Homepage | [https://github.com/mariadb-corporation/mariadb-connector-c](https://github.com/mariadb-corporation/mariadb-connector-c) |
+| License | LGPL-2.1 |
+| Versions | 3.1.13 |
+| Architectures | x64, x86 |
+| Definition | [mariadb-connector-c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mariadb-connector-c/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mariadb-connector-c
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mariadb-connector-c")
+```
+
+
 ### mbedtls (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-05-29T16:25:25+08:00</lastmod>
+  <lastmod>2021-05-30T09:13:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-05-29T16:25:26+08:00</lastmod>
+  <lastmod>2021-05-30T09:13:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-05-29T16:25:26+08:00</lastmod>
+  <lastmod>2021-05-30T09:13:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-05-29T16:25:26+08:00</lastmod>
+  <lastmod>2021-05-30T09:13:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-05-29T16:25:26+08:00</lastmod>
+  <lastmod>2021-05-30T09:13:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-05-29T16:25:27+08:00</lastmod>
+  <lastmod>2021-05-30T09:13:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-05-29T16:25:27+08:00</lastmod>
+  <lastmod>2021-05-30T09:13:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-05-29T16:25:27+08:00</lastmod>
+  <lastmod>2021-05-30T09:13:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-05-29T16:25:27+08:00</lastmod>
+  <lastmod>2021-05-30T09:13:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-05-29T16:25:28+08:00</lastmod>
+  <lastmod>2021-05-30T09:13:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-05-29T16:25:28+08:00</lastmod>
+  <lastmod>2021-05-30T09:13:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-05-29T16:25:28+08:00</lastmod>
+  <lastmod>2021-05-30T09:13:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-05-29T16:25:28+08:00</lastmod>
+  <lastmod>2021-05-30T09:13:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-05-29T16:25:28+08:00</lastmod>
+  <lastmod>2021-05-30T09:13:09+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: dr_flac, dr_mp3, dr_wav**
+- **Recently added: mariadb-connector-c, dr_flac, dr_mp3**
 
 [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)
-- 包列表 (346)
+- 包列表 (347)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)