Browse Source

autoupdate docs by xmake-repo/ci

ruki 3 years ago
parent
commit
90038cdbb7
3 changed files with 127 additions and 15 deletions
  1. 66 0
      mirror/packages/cross.html
  2. 46 0
      packages/cross.md
  3. 15 15
      sitemap.xml

+ 66 - 0
mirror/packages/cross.html

@@ -3256,6 +3256,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libdivsufsort")
 </code></pre>
+<h3 id="libfficross">libffi (cross)</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>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, 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 -p cross [--sdk=/xxx] 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="libjpegcross">libjpeg (cross)</h3>
 <table>
 <thead>
@@ -5438,6 +5471,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("patch")
 </code></pre>
+<h3 id="pcrecross">pcre (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Perl Compatible Regular Expressions Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.pcre.org/">https://www.pcre.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>8.45</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pcre/xmake.lua">pcre/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] pcre
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pcre")
+</code></pre>
 <h3 id="pcre2cross">pcre2 (cross)</h3>
 <table>
 <thead>

+ 46 - 0
packages/cross.md

@@ -2137,6 +2137,29 @@ add_requires("libdivsufsort")
 ```
 
 
+### libffi (cross)
+
+
+| 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 | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, 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 -p cross [--sdk=/xxx] libffi
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libffi")
+```
+
+
 ### libjpeg (cross)
 
 
@@ -3604,6 +3627,29 @@ add_requires("patch")
 ```
 
 
+### pcre (cross)
+
+
+| Description | *A Perl Compatible Regular Expressions Library* |
+| -- | -- |
+| Homepage | [https://www.pcre.org/](https://www.pcre.org/) |
+| Versions | 8.45 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [pcre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pcre/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] pcre
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pcre")
+```
+
+
 ### pcre2 (cross)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-09-14T07:31:31+08:00</lastmod>
+  <lastmod>2022-09-15T14:49:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-09-14T07:31:35+08:00</lastmod>
+  <lastmod>2022-09-15T14:49:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-09-14T07:31:35+08:00</lastmod>
+  <lastmod>2022-09-15T14:49:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-09-14T07:31:36+08:00</lastmod>
+  <lastmod>2022-09-15T14:49:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-09-14T07:31:36+08:00</lastmod>
+  <lastmod>2022-09-15T14:49:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-09-14T07:31:36+08:00</lastmod>
+  <lastmod>2022-09-15T14:49:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-09-14T07:31:37+08:00</lastmod>
+  <lastmod>2022-09-15T14:49:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-09-14T07:31:37+08:00</lastmod>
+  <lastmod>2022-09-15T14:49:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-09-14T07:31:37+08:00</lastmod>
+  <lastmod>2022-09-15T14:49:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-09-14T07:31:38+08:00</lastmod>
+  <lastmod>2022-09-15T14:49:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-09-14T07:31:38+08:00</lastmod>
+  <lastmod>2022-09-15T14:49:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-09-14T07:31:38+08:00</lastmod>
+  <lastmod>2022-09-15T14:49:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-09-14T07:31:38+08:00</lastmod>
+  <lastmod>2022-09-15T14:49:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-09-14T07:31:39+08:00</lastmod>
+  <lastmod>2022-09-15T14:49:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-09-14T07:31:39+08:00</lastmod>
+  <lastmod>2022-09-15T14:49:41+08:00</lastmod>
 </url>
 
 </urlset>