Browse Source

autoupdate docs by xmake-repo/ci

ruki 3 năm trước cách đây
mục cha
commit
bd4ad4c9e8

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
-- Packages (697)
+- Packages (699)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 66 - 0
mirror/packages/android.html

@@ -3022,6 +3022,39 @@
 <pre><code class="lang-lua">add_requires("http_parser")
 </code></pre>
 <h2 id="i">i</h2>
+<h3 id="ifortandroid">ifort (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fortran Compiler provided by Intel®</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html">https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.4.0+3224</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua">ifort/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] ifort
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ifort")
+</code></pre>
 <h3 id="imguiandroid">imgui (android)</h3>
 <table>
 <thead>
@@ -4541,6 +4574,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llvm")
 </code></pre>
+<h3 id="llvmmingwandroid">llvm-mingw (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An LLVM/Clang/LLD based mingw-w64 toolchain</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mstorsjo/llvm-mingw">https://github.com/mstorsjo/llvm-mingw</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20211002, 20220323</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm-mingw/xmake.lua">llvm-mingw/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] llvm-mingw
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("llvm-mingw")
+</code></pre>
 <h3 id="lodepngandroid">lodepng (android)</h3>
 <table>
 <thead>

+ 66 - 0
mirror/packages/bsd.html

@@ -2668,6 +2668,39 @@
 <pre><code class="lang-lua">add_requires("http_parser")
 </code></pre>
 <h2 id="i">i</h2>
+<h3 id="ifortbsd">ifort (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fortran Compiler provided by Intel®</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html">https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.4.0+3224</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/i/ifort/xmake.lua">ifort/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ifort
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ifort")
+</code></pre>
 <h3 id="imagemagickbsd">imagemagick (bsd)</h3>
 <table>
 <thead>
@@ -3738,6 +3771,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llvm")
 </code></pre>
+<h3 id="llvmmingwbsd">llvm-mingw (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An LLVM/Clang/LLD based mingw-w64 toolchain</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mstorsjo/llvm-mingw">https://github.com/mstorsjo/llvm-mingw</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20211002, 20220323</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/llvm-mingw/xmake.lua">llvm-mingw/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install llvm-mingw
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("llvm-mingw")
+</code></pre>
 <h3 id="lodepngbsd">lodepng (bsd)</h3>
 <table>
 <thead>

+ 66 - 0
mirror/packages/cross.html

@@ -2454,6 +2454,39 @@
 <pre><code class="lang-lua">add_requires("http_parser")
 </code></pre>
 <h2 id="i">i</h2>
+<h3 id="ifortcross">ifort (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fortran Compiler provided by Intel®</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html">https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.4.0+3224</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/i/ifort/xmake.lua">ifort/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] ifort
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ifort")
+</code></pre>
 <h3 id="injacross">inja (cross)</h3>
 <table>
 <thead>
@@ -3413,6 +3446,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llvm")
 </code></pre>
+<h3 id="llvmmingwcross">llvm-mingw (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An LLVM/Clang/LLD based mingw-w64 toolchain</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mstorsjo/llvm-mingw">https://github.com/mstorsjo/llvm-mingw</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20211002, 20220323</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/llvm-mingw/xmake.lua">llvm-mingw/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] llvm-mingw
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("llvm-mingw")
+</code></pre>
 <h3 id="lodepngcross">lodepng (cross)</h3>
 <table>
 <thead>

+ 66 - 0
mirror/packages/iphoneos.html

@@ -2738,6 +2738,39 @@
 <pre><code class="lang-lua">add_requires("http_parser")
 </code></pre>
 <h2 id="i">i</h2>
+<h3 id="ifortiphoneos">ifort (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fortran Compiler provided by Intel®</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html">https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.4.0+3224</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua">ifort/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos ifort
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ifort")
+</code></pre>
 <h3 id="imguiiphoneos">imgui (iphoneos)</h3>
 <table>
 <thead>
@@ -4051,6 +4084,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llvm")
 </code></pre>
+<h3 id="llvmmingwiphoneos">llvm-mingw (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An LLVM/Clang/LLD based mingw-w64 toolchain</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mstorsjo/llvm-mingw">https://github.com/mstorsjo/llvm-mingw</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20211002, 20220323</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm-mingw/xmake.lua">llvm-mingw/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos llvm-mingw
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("llvm-mingw")
+</code></pre>
 <h3 id="lodepngiphoneos">lodepng (iphoneos)</h3>
 <table>
 <thead>

+ 67 - 1
mirror/packages/linux.html

@@ -7381,6 +7381,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("icu4c")
 </code></pre>
+<h3 id="ifortlinux">ifort (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fortran Compiler provided by Intel®</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html">https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.4.0+3224</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/i/ifort/xmake.lua">ifort/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ifort
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ifort")
+</code></pre>
 <h3 id="imagemagicklinux">imagemagick (linux)</h3>
 <table>
 <thead>
@@ -13252,6 +13285,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llvm")
 </code></pre>
+<h3 id="llvmmingwlinux">llvm-mingw (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An LLVM/Clang/LLD based mingw-w64 toolchain</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mstorsjo/llvm-mingw">https://github.com/mstorsjo/llvm-mingw</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20211002, 20220323</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/l/llvm-mingw/xmake.lua">llvm-mingw/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install llvm-mingw
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("llvm-mingw")
+</code></pre>
 <h3 id="lodepnglinux">lodepng (linux)</h3>
 <table>
 <thead>
@@ -14717,7 +14783,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2021.2.0+269, 2021.3.0+517</td>
+<td>2021.2.0+296, 2021.3.0+520</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 67 - 1
mirror/packages/macosx.html

@@ -6842,6 +6842,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("icu4c")
 </code></pre>
+<h3 id="ifortmacosx">ifort (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fortran Compiler provided by Intel®</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html">https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.4.0+3224</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/i/ifort/xmake.lua">ifort/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ifort
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ifort")
+</code></pre>
 <h3 id="imagemagickmacosx">imagemagick (macosx)</h3>
 <table>
 <thead>
@@ -12145,6 +12178,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llvm")
 </code></pre>
+<h3 id="llvmmingwmacosx">llvm-mingw (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An LLVM/Clang/LLD based mingw-w64 toolchain</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mstorsjo/llvm-mingw">https://github.com/mstorsjo/llvm-mingw</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20211002, 20220323</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/l/llvm-mingw/xmake.lua">llvm-mingw/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install llvm-mingw
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("llvm-mingw")
+</code></pre>
 <h3 id="lodepngmacosx">lodepng (macosx)</h3>
 <table>
 <thead>
@@ -13573,7 +13639,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2021.2.0+269, 2021.3.0+517</td>
+<td>2021.2.0+296, 2021.3.0+520</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 103 - 152
mirror/packages/mingw.html

@@ -3273,6 +3273,39 @@
 <pre><code class="lang-lua">add_requires("http_parser")
 </code></pre>
 <h2 id="i">i</h2>
+<h3 id="ifortmingw">ifort (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fortran Compiler provided by Intel®</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html">https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.4.0+3224</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua">ifort/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] ifort
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ifort")
+</code></pre>
 <h3 id="imguimingw">imgui (mingw)</h3>
 <table>
 <thead>
@@ -3591,14 +3624,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("jansson")
 </code></pre>
-<h3 id="jemallocmingw">jemalloc (mingw)</h3>
-<p>| Description | <em>A general purpose malloc(3) implementation that emphasizes<br>fragmentation avoidance and scalable concurrency support</em> |<br>| -- | -- |<br>| Homepage | <a href="http://jemalloc.net/">http://jemalloc.net/</a> |<br>| Versions | 5.2.1 |<br>| Architectures | arm, arm64, i386, x86_64 |<br>| Definition | <a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jemalloc/xmake.lua">jemalloc/xmake.lua</a> |</p>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] jemalloc
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("jemalloc")
-</code></pre>
 <h3 id="jsmnmingw">jsmn (mingw)</h3>
 <table>
 <thead>
@@ -3898,43 +3923,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libcpuid")
 </code></pre>
-<h3 id="libcurlmingw">libcurl (mingw)</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</td>
-</tr>
-<tr>
-<td>Architectures</td>
-<td>arm, arm64, i386, 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 mingw [--mingw=/xxx] 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="libde265mingw">libde265 (mingw)</h3>
 <table>
 <thead>
@@ -4112,39 +4100,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libflac")
 </code></pre>
-<h3 id="libimobiledevicegluemingw">libimobiledevice-glue (mingw)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>A library with common code used by libraries and tools around the libimobiledevice project</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://github.com/libimobiledevice/libimobiledevice-glue">https://github.com/libimobiledevice/libimobiledevice-glue</a></td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>2021.11.24</td>
-</tr>
-<tr>
-<td>Architectures</td>
-<td>arm, arm64, i386, x86_64</td>
-</tr>
-<tr>
-<td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libimobiledevice-glue/xmake.lua">libimobiledevice-glue/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] libimobiledevice-glue
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("libimobiledevice-glue")
-</code></pre>
 <h3 id="libjpegmingw">libjpeg (mingw)</h3>
 <table>
 <thead>
@@ -4244,43 +4199,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libopus")
 </code></pre>
-<h3 id="libplistmingw">libplist (mingw)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>Library for Apple Binary- and XML-Property Lists</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://www.libimobiledevice.org/">https://www.libimobiledevice.org/</a></td>
-</tr>
-<tr>
-<td>License</td>
-<td>LGPL-2.1</td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>2.2.0</td>
-</tr>
-<tr>
-<td>Architectures</td>
-<td>arm, arm64, i386, x86_64</td>
-</tr>
-<tr>
-<td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libplist/xmake.lua">libplist/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] libplist
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("libplist")
-</code></pre>
 <h3 id="libpngmingw">libpng (mingw)</h3>
 <table>
 <thead>
@@ -4825,43 +4743,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libusb")
 </code></pre>
-<h3 id="libusbmuxdmingw">libusbmuxd (mingw)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>A client library to multiplex connections from and to iOS devices</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://github.com/libimobiledevice/libusbmuxd">https://github.com/libimobiledevice/libusbmuxd</a></td>
-</tr>
-<tr>
-<td>License</td>
-<td>LGPL-2.1</td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>2021.09.13</td>
-</tr>
-<tr>
-<td>Architectures</td>
-<td>arm, arm64, i386, x86_64</td>
-</tr>
-<tr>
-<td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libusbmuxd/xmake.lua">libusbmuxd/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] libusbmuxd
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("libusbmuxd")
-</code></pre>
 <h3 id="libuvmingw">libuv (mingw)</h3>
 <table>
 <thead>
@@ -5080,6 +4961,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llvm")
 </code></pre>
+<h3 id="llvmmingwmingw">llvm-mingw (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An LLVM/Clang/LLD based mingw-w64 toolchain</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mstorsjo/llvm-mingw">https://github.com/mstorsjo/llvm-mingw</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20211002, 20220323</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm-mingw/xmake.lua">llvm-mingw/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] llvm-mingw
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("llvm-mingw")
+</code></pre>
 <h3 id="lodepngmingw">lodepng (mingw)</h3>
 <table>
 <thead>
@@ -6536,6 +6450,43 @@
 <pre><code class="lang-lua">add_requires("nodesoup")
 </code></pre>
 <h2 id="o">o</h2>
+<h3 id="openalsoftmingw">openal-soft (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenAL Soft is a software implementation of the OpenAL 3D audio API.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://openal-soft.org">https://openal-soft.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.21.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openal-soft/xmake.lua">openal-soft/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] openal-soft
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("openal-soft")
+</code></pre>
 <h3 id="openclclhppmingw">opencl-clhpp (mingw)</h3>
 <table>
 <thead>

+ 66 - 0
mirror/packages/msys.html

@@ -2413,6 +2413,39 @@
 <pre><code class="lang-lua">add_requires("http_parser")
 </code></pre>
 <h2 id="i">i</h2>
+<h3 id="ifortmsys">ifort (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fortran Compiler provided by Intel®</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html">https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.4.0+3224</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/i/ifort/xmake.lua">ifort/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ifort
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ifort")
+</code></pre>
 <h3 id="injamsys">inja (msys)</h3>
 <table>
 <thead>
@@ -3092,6 +3125,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llvm")
 </code></pre>
+<h3 id="llvmmingwmsys">llvm-mingw (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An LLVM/Clang/LLD based mingw-w64 toolchain</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mstorsjo/llvm-mingw">https://github.com/mstorsjo/llvm-mingw</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20211002, 20220323</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/llvm-mingw/xmake.lua">llvm-mingw/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install llvm-mingw
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("llvm-mingw")
+</code></pre>
 <h3 id="lodepngmsys">lodepng (msys)</h3>
 <table>
 <thead>

+ 67 - 1
mirror/packages/windows.html

@@ -6533,6 +6533,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("icu4c")
 </code></pre>
+<h3 id="ifortwindows">ifort (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fortran Compiler provided by Intel®</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html">https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.4.0+3224</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/i/ifort/xmake.lua">ifort/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ifort
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ifort")
+</code></pre>
 <h3 id="imathwindows">imath (windows)</h3>
 <table>
 <thead>
@@ -9908,6 +9941,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llvm")
 </code></pre>
+<h3 id="llvmmingwwindows">llvm-mingw (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An LLVM/Clang/LLD based mingw-w64 toolchain</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mstorsjo/llvm-mingw">https://github.com/mstorsjo/llvm-mingw</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20211002, 20220323</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/l/llvm-mingw/xmake.lua">llvm-mingw/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install llvm-mingw
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("llvm-mingw")
+</code></pre>
 <h3 id="lodepngwindows">lodepng (windows)</h3>
 <table>
 <thead>
@@ -11406,7 +11472,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2021.2.0+269, 2021.3.0+517</td>
+<td>2021.2.0+296, 2021.3.0+520</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 46 - 0
packages/android.md

@@ -1970,6 +1970,29 @@ add_requires("http_parser")
 
 
 ## i
+### ifort (android)
+
+
+| Description | *The Fortran Compiler provided by Intel®* |
+| -- | -- |
+| Homepage | [https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html) |
+| Versions | 2021.4.0+3224 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [ifort/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] ifort
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ifort")
+```
+
+
 ### imgui (android)
 
 
@@ -3004,6 +3027,29 @@ add_requires("llvm")
 ```
 
 
+### llvm-mingw (android)
+
+
+| Description | *An LLVM/Clang/LLD based mingw-w64 toolchain* |
+| -- | -- |
+| Homepage | [https://github.com/mstorsjo/llvm-mingw](https://github.com/mstorsjo/llvm-mingw) |
+| Versions | 20211002, 20220323 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [llvm-mingw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm-mingw/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] llvm-mingw
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("llvm-mingw")
+```
+
+
 ### lodepng (android)
 
 

+ 46 - 0
packages/bsd.md

@@ -1734,6 +1734,29 @@ add_requires("http_parser")
 
 
 ## i
+### ifort (bsd)
+
+
+| Description | *The Fortran Compiler provided by Intel®* |
+| -- | -- |
+| Homepage | [https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html) |
+| Versions | 2021.4.0+3224 |
+| Architectures | i386, x86_64 |
+| Definition | [ifort/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ifort
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ifort")
+```
+
+
 ### imagemagick (bsd)
 
 
@@ -2464,6 +2487,29 @@ add_requires("llvm")
 ```
 
 
+### llvm-mingw (bsd)
+
+
+| Description | *An LLVM/Clang/LLD based mingw-w64 toolchain* |
+| -- | -- |
+| Homepage | [https://github.com/mstorsjo/llvm-mingw](https://github.com/mstorsjo/llvm-mingw) |
+| Versions | 20211002, 20220323 |
+| Architectures | i386, x86_64 |
+| Definition | [llvm-mingw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm-mingw/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install llvm-mingw
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("llvm-mingw")
+```
+
+
 ### lodepng (bsd)
 
 

+ 46 - 0
packages/cross.md

@@ -1592,6 +1592,29 @@ add_requires("http_parser")
 
 
 ## i
+### ifort (cross)
+
+
+| Description | *The Fortran Compiler provided by Intel®* |
+| -- | -- |
+| Homepage | [https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html) |
+| Versions | 2021.4.0+3224 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [ifort/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] ifort
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ifort")
+```
+
+
 ### inja (cross)
 
 
@@ -2250,6 +2273,29 @@ add_requires("llvm")
 ```
 
 
+### llvm-mingw (cross)
+
+
+| Description | *An LLVM/Clang/LLD based mingw-w64 toolchain* |
+| -- | -- |
+| Homepage | [https://github.com/mstorsjo/llvm-mingw](https://github.com/mstorsjo/llvm-mingw) |
+| Versions | 20211002, 20220323 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [llvm-mingw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm-mingw/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] llvm-mingw
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("llvm-mingw")
+```
+
+
 ### lodepng (cross)
 
 

+ 46 - 0
packages/iphoneos.md

@@ -1781,6 +1781,29 @@ add_requires("http_parser")
 
 
 ## i
+### ifort (iphoneos)
+
+
+| Description | *The Fortran Compiler provided by Intel®* |
+| -- | -- |
+| Homepage | [https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html) |
+| Versions | 2021.4.0+3224 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [ifort/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos ifort
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ifort")
+```
+
+
 ### imgui (iphoneos)
 
 
@@ -2675,6 +2698,29 @@ add_requires("llvm")
 ```
 
 
+### llvm-mingw (iphoneos)
+
+
+| Description | *An LLVM/Clang/LLD based mingw-w64 toolchain* |
+| -- | -- |
+| Homepage | [https://github.com/mstorsjo/llvm-mingw](https://github.com/mstorsjo/llvm-mingw) |
+| Versions | 20211002, 20220323 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [llvm-mingw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm-mingw/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos llvm-mingw
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("llvm-mingw")
+```
+
+
 ### lodepng (iphoneos)
 
 

+ 47 - 1
packages/linux.md

@@ -4861,6 +4861,29 @@ add_requires("icu4c")
 ```
 
 
+### ifort (linux)
+
+
+| Description | *The Fortran Compiler provided by Intel®* |
+| -- | -- |
+| Homepage | [https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html) |
+| Versions | 2021.4.0+3224 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [ifort/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ifort
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ifort")
+```
+
+
 ### imagemagick (linux)
 
 
@@ -8834,6 +8857,29 @@ add_requires("llvm")
 ```
 
 
+### llvm-mingw (linux)
+
+
+| Description | *An LLVM/Clang/LLD based mingw-w64 toolchain* |
+| -- | -- |
+| Homepage | [https://github.com/mstorsjo/llvm-mingw](https://github.com/mstorsjo/llvm-mingw) |
+| Versions | 20211002, 20220323 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [llvm-mingw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm-mingw/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install llvm-mingw
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("llvm-mingw")
+```
+
+
 ### lodepng (linux)
 
 
@@ -9809,7 +9855,7 @@ add_requires("mjson")
 | Description | *Intel® oneAPI Math Kernel Library* |
 | -- | -- |
 | Homepage | [https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onemkl.html](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onemkl.html) |
-| Versions | 2021.2.0+269, 2021.3.0+517 |
+| Versions | 2021.2.0+296, 2021.3.0+520 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [mkl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mkl/xmake.lua) |
 

+ 47 - 1
packages/macosx.md

@@ -4505,6 +4505,29 @@ add_requires("icu4c")
 ```
 
 
+### ifort (macosx)
+
+
+| Description | *The Fortran Compiler provided by Intel®* |
+| -- | -- |
+| Homepage | [https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html) |
+| Versions | 2021.4.0+3224 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [ifort/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ifort
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ifort")
+```
+
+
 ### imagemagick (macosx)
 
 
@@ -8100,6 +8123,29 @@ add_requires("llvm")
 ```
 
 
+### llvm-mingw (macosx)
+
+
+| Description | *An LLVM/Clang/LLD based mingw-w64 toolchain* |
+| -- | -- |
+| Homepage | [https://github.com/mstorsjo/llvm-mingw](https://github.com/mstorsjo/llvm-mingw) |
+| Versions | 20211002, 20220323 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [llvm-mingw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm-mingw/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install llvm-mingw
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("llvm-mingw")
+```
+
+
 ### lodepng (macosx)
 
 
@@ -9051,7 +9097,7 @@ add_requires("mjson")
 | Description | *Intel® oneAPI Math Kernel Library* |
 | -- | -- |
 | Homepage | [https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onemkl.html](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onemkl.html) |
-| Versions | 2021.2.0+269, 2021.3.0+517 |
+| Versions | 2021.2.0+296, 2021.3.0+520 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [mkl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mkl/xmake.lua) |
 

+ 70 - 119
packages/mingw.md

@@ -2136,6 +2136,29 @@ add_requires("http_parser")
 
 
 ## i
+### ifort (mingw)
+
+
+| Description | *The Fortran Compiler provided by Intel®* |
+| -- | -- |
+| Homepage | [https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html) |
+| Versions | 2021.4.0+3224 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [ifort/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] ifort
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ifort")
+```
+
+
 ### imgui (mingw)
 
 
@@ -2350,30 +2373,6 @@ add_requires("jansson")
 ```
 
 
-### jemalloc (mingw)
-
-
-| Description | *A general purpose malloc(3) implementation that emphasizes
-fragmentation avoidance and scalable concurrency support* |
-| -- | -- |
-| Homepage | [http://jemalloc.net/](http://jemalloc.net/) |
-| Versions | 5.2.1 |
-| Architectures | arm, arm64, i386, x86_64 |
-| Definition | [jemalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jemalloc/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p mingw [--mingw=/xxx] jemalloc
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("jemalloc")
-```
-
-
 ### jsmn (mingw)
 
 
@@ -2585,30 +2584,6 @@ add_requires("libcpuid")
 ```
 
 
-### libcurl (mingw)
-
-
-| 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 |
-| Architectures | arm, arm64, i386, 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 mingw [--mingw=/xxx] libcurl
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("libcurl")
-```
-
-
 ### libde265 (mingw)
 
 
@@ -2727,29 +2702,6 @@ add_requires("libflac")
 ```
 
 
-### libimobiledevice-glue (mingw)
-
-
-| Description | *A library with common code used by libraries and tools around the libimobiledevice project* |
-| -- | -- |
-| Homepage | [https://github.com/libimobiledevice/libimobiledevice-glue](https://github.com/libimobiledevice/libimobiledevice-glue) |
-| Versions | 2021.11.24 |
-| Architectures | arm, arm64, i386, x86_64 |
-| Definition | [libimobiledevice-glue/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libimobiledevice-glue/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p mingw [--mingw=/xxx] libimobiledevice-glue
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("libimobiledevice-glue")
-```
-
-
 ### libjpeg (mingw)
 
 
@@ -2819,30 +2771,6 @@ add_requires("libopus")
 ```
 
 
-### libplist (mingw)
-
-
-| Description | *Library for Apple Binary- and XML-Property Lists* |
-| -- | -- |
-| Homepage | [https://www.libimobiledevice.org/](https://www.libimobiledevice.org/) |
-| License | LGPL-2.1 |
-| Versions | 2.2.0 |
-| Architectures | arm, arm64, i386, x86_64 |
-| Definition | [libplist/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libplist/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p mingw [--mingw=/xxx] libplist
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("libplist")
-```
-
-
 ### libpng (mingw)
 
 
@@ -3215,30 +3143,6 @@ add_requires("libusb")
 ```
 
 
-### libusbmuxd (mingw)
-
-
-| Description | *A client library to multiplex connections from and to iOS devices* |
-| -- | -- |
-| Homepage | [https://github.com/libimobiledevice/libusbmuxd](https://github.com/libimobiledevice/libusbmuxd) |
-| License | LGPL-2.1 |
-| Versions | 2021.09.13 |
-| Architectures | arm, arm64, i386, x86_64 |
-| Definition | [libusbmuxd/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libusbmuxd/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p mingw [--mingw=/xxx] libusbmuxd
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("libusbmuxd")
-```
-
-
 ### libuv (mingw)
 
 
@@ -3382,6 +3286,29 @@ add_requires("llvm")
 ```
 
 
+### llvm-mingw (mingw)
+
+
+| Description | *An LLVM/Clang/LLD based mingw-w64 toolchain* |
+| -- | -- |
+| Homepage | [https://github.com/mstorsjo/llvm-mingw](https://github.com/mstorsjo/llvm-mingw) |
+| Versions | 20211002, 20220323 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [llvm-mingw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm-mingw/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] llvm-mingw
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("llvm-mingw")
+```
+
+
 ### lodepng (mingw)
 
 
@@ -4356,6 +4283,30 @@ add_requires("nodesoup")
 
 
 ## o
+### openal-soft (mingw)
+
+
+| Description | *OpenAL Soft is a software implementation of the OpenAL 3D audio API.* |
+| -- | -- |
+| Homepage | [https://openal-soft.org](https://openal-soft.org) |
+| License | LGPL-2.0 |
+| Versions | 1.21.1 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [openal-soft/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openal-soft/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] openal-soft
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("openal-soft")
+```
+
+
 ### opencl-clhpp (mingw)
 
 

+ 46 - 0
packages/msys.md

@@ -1567,6 +1567,29 @@ add_requires("http_parser")
 
 
 ## i
+### ifort (msys)
+
+
+| Description | *The Fortran Compiler provided by Intel®* |
+| -- | -- |
+| Homepage | [https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html) |
+| Versions | 2021.4.0+3224 |
+| Architectures | i386, x86_64 |
+| Definition | [ifort/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ifort
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ifort")
+```
+
+
 ### inja (msys)
 
 
@@ -2037,6 +2060,29 @@ add_requires("llvm")
 ```
 
 
+### llvm-mingw (msys)
+
+
+| Description | *An LLVM/Clang/LLD based mingw-w64 toolchain* |
+| -- | -- |
+| Homepage | [https://github.com/mstorsjo/llvm-mingw](https://github.com/mstorsjo/llvm-mingw) |
+| Versions | 20211002, 20220323 |
+| Architectures | i386, x86_64 |
+| Definition | [llvm-mingw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm-mingw/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install llvm-mingw
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("llvm-mingw")
+```
+
+
 ### lodepng (msys)
 
 

+ 47 - 1
packages/windows.md

@@ -4295,6 +4295,29 @@ add_requires("icu4c")
 ```
 
 
+### ifort (windows)
+
+
+| Description | *The Fortran Compiler provided by Intel®* |
+| -- | -- |
+| Homepage | [https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html) |
+| Versions | 2021.4.0+3224 |
+| Architectures | x64, x86 |
+| Definition | [ifort/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ifort
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ifort")
+```
+
+
 ### imath (windows)
 
 
@@ -6560,6 +6583,29 @@ add_requires("llvm")
 ```
 
 
+### llvm-mingw (windows)
+
+
+| Description | *An LLVM/Clang/LLD based mingw-w64 toolchain* |
+| -- | -- |
+| Homepage | [https://github.com/mstorsjo/llvm-mingw](https://github.com/mstorsjo/llvm-mingw) |
+| Versions | 20211002, 20220323 |
+| Architectures | x64, x86 |
+| Definition | [llvm-mingw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm-mingw/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install llvm-mingw
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("llvm-mingw")
+```
+
+
 ### lodepng (windows)
 
 
@@ -7558,7 +7604,7 @@ add_requires("mjson")
 | Description | *Intel® oneAPI Math Kernel Library* |
 | -- | -- |
 | Homepage | [https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onemkl.html](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onemkl.html) |
-| Versions | 2021.2.0+269, 2021.3.0+517 |
+| Versions | 2021.2.0+296, 2021.3.0+520 |
 | Architectures | x64, x86 |
 | Definition | [mkl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mkl/xmake.lua) |
 

+ 27 - 27
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-05-20T13:57:08+08:00</lastmod>
+  <lastmod>2022-05-20T07:37:24+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-05-20T13:57:21+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
+  <lastmod>2022-05-20T07:37:26+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-05-20T13:57:22+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
+  <lastmod>2022-05-20T07:37:27+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-05-20T13:57:22+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
+  <lastmod>2022-05-20T07:37:27+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-05-20T13:57:22+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
+  <lastmod>2022-05-20T07:37:27+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-05-20T13:57:22+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
+  <lastmod>2022-05-20T07:37:27+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-05-20T13:57:23+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
+  <lastmod>2022-05-20T07:37:28+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-05-20T13:57:23+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
+  <lastmod>2022-05-20T07:37:28+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-05-20T13:57:23+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
+  <lastmod>2022-05-20T07:37:28+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-05-20T13:57:23+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
+  <lastmod>2022-05-20T07:37:29+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-05-20T13:57:24+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
+  <lastmod>2022-05-20T07:37:29+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-05-20T13:57:24+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
+  <lastmod>2022-05-20T07:37:29+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-05-20T13:57:24+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
+  <lastmod>2022-05-20T07:37:29+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-05-20T13:57:25+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
+  <lastmod>2022-05-20T07:37:29+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_sidebar.md

@@ -1,7 +1,7 @@
 - 快速入门
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (697)
+- 包列表 (699)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)