Ver Fonte

autoupdate docs by xmake-repo/ci

ruki há 3 anos atrás
pai
commit
aae964b0d9
3 ficheiros alterados com 127 adições e 15 exclusões
  1. 66 0
      mirror/packages/bsd.html
  2. 46 0
      packages/bsd.md
  3. 15 15
      sitemap.xml

+ 66 - 0
mirror/packages/bsd.html

@@ -3585,6 +3585,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libdivsufsort")
 </code></pre>
+<h3 id="libffibsd">libffi (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable Foreign Function Interface library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceware.org/libffi/">https://sourceware.org/libffi/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.2.1, 3.3, 3.4.2</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/l/libffi/xmake.lua">libffi/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libffi
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libffi")
+</code></pre>
 <h3 id="libfswatchbsd">libfswatch (bsd)</h3>
 <table>
 <thead>
@@ -5960,6 +5993,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openrestry-luajit")
 </code></pre>
+<h3 id="opensslbsd">openssl (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A robust, commercial-grade, and full-featured toolkit for TLS and SSL.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.openssl.org/">https://www.openssl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k, 1.1.1l, 1.1.1m, 1.1.1n, 1.1.1o, 1.1.1p, 1.1.1q</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/o/openssl/xmake.lua">openssl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install openssl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("openssl")
+</code></pre>
 <h3 id="ordered_mapbsd">ordered_map (bsd)</h3>
 <table>
 <thead>

+ 46 - 0
packages/bsd.md

@@ -2352,6 +2352,29 @@ add_requires("libdivsufsort")
 ```
 
 
+### libffi (bsd)
+
+
+| Description | *Portable Foreign Function Interface library.* |
+| -- | -- |
+| Homepage | [https://sourceware.org/libffi/](https://sourceware.org/libffi/) |
+| Versions | 3.2.1, 3.3, 3.4.2 |
+| Architectures | i386, x86_64 |
+| Definition | [libffi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libffi/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libffi
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libffi")
+```
+
+
 ### libfswatch (bsd)
 
 
@@ -3954,6 +3977,29 @@ add_requires("openrestry-luajit")
 ```
 
 
+### openssl (bsd)
+
+
+| Description | *A robust, commercial-grade, and full-featured toolkit for TLS and SSL.* |
+| -- | -- |
+| Homepage | [https://www.openssl.org/](https://www.openssl.org/) |
+| Versions | 1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k, 1.1.1l, 1.1.1m, 1.1.1n, 1.1.1o, 1.1.1p, 1.1.1q |
+| Architectures | i386, x86_64 |
+| Definition | [openssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openssl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install openssl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("openssl")
+```
+
+
 ### ordered_map (bsd)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-09-12T11:55:04+08:00</lastmod>
+  <lastmod>2022-09-13T05:00:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-09-12T11:55:07+08:00</lastmod>
+  <lastmod>2022-09-13T05:00:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-09-12T11:55:08+08:00</lastmod>
+  <lastmod>2022-09-13T05:00:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-09-12T11:55:08+08:00</lastmod>
+  <lastmod>2022-09-13T05:00:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-09-12T11:55:08+08:00</lastmod>
+  <lastmod>2022-09-13T05:00:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-09-12T11:55:09+08:00</lastmod>
+  <lastmod>2022-09-13T05:00:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-09-12T11:55:09+08:00</lastmod>
+  <lastmod>2022-09-13T05:00:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-09-12T11:55:09+08:00</lastmod>
+  <lastmod>2022-09-13T05:00:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-09-12T11:55:10+08:00</lastmod>
+  <lastmod>2022-09-13T05:00:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-09-12T11:55:10+08:00</lastmod>
+  <lastmod>2022-09-13T05:00:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-09-12T11:55:10+08:00</lastmod>
+  <lastmod>2022-09-13T05:00:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-09-12T11:55:11+08:00</lastmod>
+  <lastmod>2022-09-13T05:00:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-09-12T11:55:11+08:00</lastmod>
+  <lastmod>2022-09-13T05:00:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-09-12T11:55:11+08:00</lastmod>
+  <lastmod>2022-09-13T05:00:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-09-12T11:55:11+08:00</lastmod>
+  <lastmod>2022-09-13T05:00:26+08:00</lastmod>
 </url>
 
 </urlset>