Przeglądaj źródła

autoupdate docs by xmake-repo/ci

ruki 4 lat temu
rodzic
commit
b520dfc63c

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: backward-cpp, scotch, mnn**
+- **Recently added: cyrus-sasl, openldap, backward-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 (455)
+- Packages (457)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 66 - 0
mirror/packages/linux.html

@@ -1943,6 +1943,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cxxopts")
 </code></pre>
+<h3 id="cyrussasllinux">cyrus-sasl (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cyrus SASL is an implementation of SASL that makes it easy for application developers to integrate authentication mechanisms into their application in a generic way.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.cyrusimap.org/sasl/">https://www.cyrusimap.org/sasl/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.1.27</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/c/cyrus-sasl/xmake.lua">cyrus-sasl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cyrus-sasl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cyrus-sasl")
+</code></pre>
 <h2 id="d">d</h2>
 <h3 id="datelinux">date (linux)</h3>
 <table>
@@ -11347,6 +11380,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openjpeg")
 </code></pre>
+<h3 id="openldaplinux">openldap (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.openldap.org/">https://www.openldap.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.5.7</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/o/openldap/xmake.lua">openldap/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install openldap
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("openldap")
+</code></pre>
 <h3 id="openmeshlinux">openmesh (linux)</h3>
 <table>
 <thead>

+ 66 - 0
mirror/packages/macosx.html

@@ -1795,6 +1795,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cxxopts")
 </code></pre>
+<h3 id="cyrussaslmacosx">cyrus-sasl (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cyrus SASL is an implementation of SASL that makes it easy for application developers to integrate authentication mechanisms into their application in a generic way.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.cyrusimap.org/sasl/">https://www.cyrusimap.org/sasl/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.1.27</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/c/cyrus-sasl/xmake.lua">cyrus-sasl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cyrus-sasl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cyrus-sasl")
+</code></pre>
 <h2 id="d">d</h2>
 <h3 id="datemacosx">date (macosx)</h3>
 <table>
@@ -10528,6 +10561,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openjpeg")
 </code></pre>
+<h3 id="openldapmacosx">openldap (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.openldap.org/">https://www.openldap.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.5.7</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/o/openldap/xmake.lua">openldap/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install openldap
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("openldap")
+</code></pre>
 <h3 id="openmeshmacosx">openmesh (macosx)</h3>
 <table>
 <thead>

+ 46 - 0
packages/linux.md

@@ -1249,6 +1249,29 @@ add_requires("cxxopts")
 ```
 
 
+### cyrus-sasl (linux)
+
+
+| Description | *Cyrus SASL is an implementation of SASL that makes it easy for application developers to integrate authentication mechanisms into their application in a generic way.* |
+| -- | -- |
+| Homepage | [https://www.cyrusimap.org/sasl/](https://www.cyrusimap.org/sasl/) |
+| Versions | 2.1.27 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [cyrus-sasl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cyrus-sasl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cyrus-sasl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cyrus-sasl")
+```
+
+
 
 ## d
 ### date (linux)
@@ -7574,6 +7597,29 @@ add_requires("openjpeg")
 ```
 
 
+### openldap (linux)
+
+
+| Description | *OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol.* |
+| -- | -- |
+| Homepage | [https://www.openldap.org/](https://www.openldap.org/) |
+| Versions | 2.5.7 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [openldap/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openldap/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install openldap
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("openldap")
+```
+
+
 ### openmesh (linux)
 
 

+ 46 - 0
packages/macosx.md

@@ -1153,6 +1153,29 @@ add_requires("cxxopts")
 ```
 
 
+### cyrus-sasl (macosx)
+
+
+| Description | *Cyrus SASL is an implementation of SASL that makes it easy for application developers to integrate authentication mechanisms into their application in a generic way.* |
+| -- | -- |
+| Homepage | [https://www.cyrusimap.org/sasl/](https://www.cyrusimap.org/sasl/) |
+| Versions | 2.1.27 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [cyrus-sasl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cyrus-sasl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cyrus-sasl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cyrus-sasl")
+```
+
+
 
 ## d
 ### date (macosx)
@@ -7030,6 +7053,29 @@ add_requires("openjpeg")
 ```
 
 
+### openldap (macosx)
+
+
+| Description | *OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol.* |
+| -- | -- |
+| Homepage | [https://www.openldap.org/](https://www.openldap.org/) |
+| Versions | 2.5.7 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [openldap/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openldap/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install openldap
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("openldap")
+```
+
+
 ### openmesh (macosx)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-09-17T02:57:55+08:00</lastmod>
+  <lastmod>2021-09-21T08:58:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-09-17T02:57:57+08:00</lastmod>
+  <lastmod>2021-09-21T08:58:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-09-17T02:57:57+08:00</lastmod>
+  <lastmod>2021-09-21T08:58:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-09-17T02:57:57+08:00</lastmod>
+  <lastmod>2021-09-21T08:58:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-09-17T02:57:57+08:00</lastmod>
+  <lastmod>2021-09-21T08:58:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-09-17T02:57:58+08:00</lastmod>
+  <lastmod>2021-09-21T08:58:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-09-17T02:57:58+08:00</lastmod>
+  <lastmod>2021-09-21T08:58:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-09-17T02:57:58+08:00</lastmod>
+  <lastmod>2021-09-21T08:58:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-09-17T02:57:58+08:00</lastmod>
+  <lastmod>2021-09-21T08:58:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-09-17T02:57:59+08:00</lastmod>
+  <lastmod>2021-09-21T08:58:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-09-17T02:57:59+08:00</lastmod>
+  <lastmod>2021-09-21T08:58:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-09-17T02:57:59+08:00</lastmod>
+  <lastmod>2021-09-21T08:58:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-09-17T02:57:59+08:00</lastmod>
+  <lastmod>2021-09-21T08:58:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-09-17T02:57:59+08:00</lastmod>
+  <lastmod>2021-09-21T08:58:54+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: backward-cpp, scotch, mnn**
+- **Recently added: cyrus-sasl, openldap, backward-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)
-- 包列表 (455)
+- 包列表 (457)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)