瀏覽代碼

autoupdate docs by xmake-repo/ci

ruki 1 年之前
父節點
當前提交
8b15e7b0e4

+ 37 - 0
mirror/packages/iphoneos.html

@@ -7556,6 +7556,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libbigwig")
 </code></pre>
+<h3 id="libcurliphoneos">libcurl (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The multiprotocol file transfer library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://curl.haxx.se/">https://curl.haxx.se/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>7.31.0, 7.32.0, 7.33.0, 7.34.0, 7.35.0, 7.36.0, 7.37.1, 7.38.0, 7.39.0, 7.40.0, 7.41.0, 7.42.1, 7.43.0, 7.44.0, 7.45.0, 7.46.0, 7.47.1, 7.48.0, 7.49.1, 7.50.3, 7.51.0, 7.52.1, 7.53.1, 7.54.1, 7.55.1, 7.56.1, 7.57.0, 7.58.0, 7.59.0, 7.60.0, 7.61.0, 7.61.1, 7.62.0, 7.63.0, 7.64.0, 7.64.1, 7.65.3, 7.66.0, 7.67.0, 7.68.0, 7.69.1, 7.70.0, 7.71.1, 7.72.0, 7.73.0, 7.74.0, 7.75.0, 7.76.1, 7.77.0, 7.78.0, 7.80.0, 7.81.0, 7.82.0, 7.84.0, 7.85.0, 7.86.0, 7.87.0, 8.0.1, 8.4.0, 8.5.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libcurl/xmake.lua">libcurl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos libcurl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libcurl")
+</code></pre>
 <h3 id="libdisasmiphoneos">libdisasm (iphoneos)</h3>
 <table>
 <thead>

+ 1 - 1
mirror/packages/linux.html

@@ -41817,7 +41817,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.5.5</td>
+<td>0.5.5, 1.0.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/macosx.html

@@ -38895,7 +38895,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.5.5</td>
+<td>0.5.5, 1.0.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/windows.html

@@ -36302,7 +36302,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.5.5</td>
+<td>0.5.5, 1.0.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 24 - 0
packages/iphoneos.md

@@ -4952,6 +4952,30 @@ add_requires("libbigwig")
 ```
 
 
+### libcurl (iphoneos)
+
+
+| Description | *The multiprotocol file transfer library.* |
+| -- | -- |
+| Homepage | [https://curl.haxx.se/](https://curl.haxx.se/) |
+| License | MIT |
+| Versions | 7.31.0, 7.32.0, 7.33.0, 7.34.0, 7.35.0, 7.36.0, 7.37.1, 7.38.0, 7.39.0, 7.40.0, 7.41.0, 7.42.1, 7.43.0, 7.44.0, 7.45.0, 7.46.0, 7.47.1, 7.48.0, 7.49.1, 7.50.3, 7.51.0, 7.52.1, 7.53.1, 7.54.1, 7.55.1, 7.56.1, 7.57.0, 7.58.0, 7.59.0, 7.60.0, 7.61.0, 7.61.1, 7.62.0, 7.63.0, 7.64.0, 7.64.1, 7.65.3, 7.66.0, 7.67.0, 7.68.0, 7.69.1, 7.70.0, 7.71.1, 7.72.0, 7.73.0, 7.74.0, 7.75.0, 7.76.1, 7.77.0, 7.78.0, 7.80.0, 7.81.0, 7.82.0, 7.84.0, 7.85.0, 7.86.0, 7.87.0, 8.0.1, 8.4.0, 8.5.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [libcurl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libcurl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos libcurl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libcurl")
+```
+
+
 ### libdisasm (iphoneos)
 
 

+ 1 - 1
packages/linux.md

@@ -27713,7 +27713,7 @@ add_requires("zeromq")
 | -- | -- |
 | Homepage | [https://computing.llnl.gov/projects/zfp](https://computing.llnl.gov/projects/zfp) |
 | License | BSD-3-Clause |
-| Versions | 0.5.5 |
+| Versions | 0.5.5, 1.0.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loongarch64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [zfp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zfp/xmake.lua) |
 

+ 1 - 1
packages/macosx.md

@@ -25773,7 +25773,7 @@ add_requires("zeromq")
 | -- | -- |
 | Homepage | [https://computing.llnl.gov/projects/zfp](https://computing.llnl.gov/projects/zfp) |
 | License | BSD-3-Clause |
-| Versions | 0.5.5 |
+| Versions | 0.5.5, 1.0.1 |
 | Architectures | arm64, x86_64 |
 | Definition | [zfp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zfp/xmake.lua) |
 

+ 1 - 1
packages/windows.md

@@ -23967,7 +23967,7 @@ add_requires("zeromq")
 | -- | -- |
 | Homepage | [https://computing.llnl.gov/projects/zfp](https://computing.llnl.gov/projects/zfp) |
 | License | BSD-3-Clause |
-| Versions | 0.5.5 |
+| Versions | 0.5.5, 1.0.1 |
 | Architectures | arm64, x64, x86 |
 | Definition | [zfp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zfp/xmake.lua) |
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2024-01-14T04:08:30+08:00</lastmod>
+  <lastmod>2024-01-14T14:03:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-01-14T04:08:34+08:00</lastmod>
+  <lastmod>2024-01-14T14:03:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-01-14T04:08:34+08:00</lastmod>
+  <lastmod>2024-01-14T14:03:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-01-14T04:08:34+08:00</lastmod>
+  <lastmod>2024-01-14T14:03:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-01-14T04:08:34+08:00</lastmod>
+  <lastmod>2024-01-14T14:03:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-01-14T04:08:34+08:00</lastmod>
+  <lastmod>2024-01-14T14:03:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-01-14T04:08:35+08:00</lastmod>
+  <lastmod>2024-01-14T14:03:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-01-14T04:08:35+08:00</lastmod>
+  <lastmod>2024-01-14T14:03:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-01-14T04:08:36+08:00</lastmod>
+  <lastmod>2024-01-14T14:03:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-01-14T04:08:36+08:00</lastmod>
+  <lastmod>2024-01-14T14:03:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-01-14T04:08:36+08:00</lastmod>
+  <lastmod>2024-01-14T14:03:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-01-14T04:08:36+08:00</lastmod>
+  <lastmod>2024-01-14T14:03:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-01-14T04:08:37+08:00</lastmod>
+  <lastmod>2024-01-14T14:03:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-01-14T04:08:37+08:00</lastmod>
+  <lastmod>2024-01-14T14:03:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-01-14T04:08:37+08:00</lastmod>
+  <lastmod>2024-01-14T14:03:33+08:00</lastmod>
 </url>
 
 </urlset>