Ver Fonte

autoupdate docs by xmake-repo/ci

ruki há 11 meses atrás
pai
commit
1d22ce049e

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: libebur128, imgui-filebrowser, keystone**
+- **Recently added: libunifex, ffts, libebur128**
 
 [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 (1549)
+- Packages (1551)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 109 - 2
mirror/packages/android.html

@@ -7691,6 +7691,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ffmpeg")
 </code></pre>
+<h3 id="fftsandroid">ffts (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fastest Fourier Transform in the South</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://anthonix.com/ffts">http://anthonix.com/ffts</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2019.03.19</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/f/ffts/xmake.lua">ffts/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] ffts
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ffts")
+</code></pre>
 <h3 id="flannandroid">flann (android)</h3>
 <table>
 <thead>
@@ -14340,6 +14373,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libudis86")
 </code></pre>
+<h3 id="libunifexandroid">libunifex (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The &#39;libunifex&#39; project is a prototype implementation of the C++ sender/receiver async programming model that is currently being considered for standardisation.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/facebookexperimental/libunifex">https://github.com/facebookexperimental/libunifex</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.4.0</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/libunifex/xmake.lua">libunifex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libunifex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libunifex")
+</code></pre>
 <h3 id="libusbandroid">libusb (android)</h3>
 <table>
 <thead>
@@ -20264,6 +20334,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pedeps")
 </code></pre>
+<h3 id="pegtlandroid">pegtl (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parsing Expression Grammar Template Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/taocpp/PEGTL">https://github.com/taocpp/PEGTL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.2.2, 3.2.5, 3.2.7, 3.2.8</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/p/pegtl/xmake.lua">pegtl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] pegtl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pegtl")
+</code></pre>
 <h3 id="perlinnoiseandroid">perlinnoise (android)</h3>
 <table>
 <thead>
@@ -21052,7 +21159,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.0.1, v0.0.6</td>
+<td>v0.0.1, v0.0.6, v0.0.7</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -25111,7 +25218,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 109 - 2
mirror/packages/bsd.html

@@ -8060,6 +8060,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fdk-aac")
 </code></pre>
+<h3 id="fftsbsd">ffts (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fastest Fourier Transform in the South</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://anthonix.com/ffts">http://anthonix.com/ffts</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2019.03.19</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/f/ffts/xmake.lua">ffts/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ffts
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ffts")
+</code></pre>
 <h3 id="flannbsd">flann (bsd)</h3>
 <table>
 <thead>
@@ -14339,6 +14372,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libudis86")
 </code></pre>
+<h3 id="libunifexbsd">libunifex (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The &#39;libunifex&#39; project is a prototype implementation of the C++ sender/receiver async programming model that is currently being considered for standardisation.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/facebookexperimental/libunifex">https://github.com/facebookexperimental/libunifex</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.4.0</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/libunifex/xmake.lua">libunifex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libunifex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libunifex")
+</code></pre>
 <h3 id="libunwindbsd">libunwind (bsd)</h3>
 <table>
 <thead>
@@ -20420,6 +20490,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pedeps")
 </code></pre>
+<h3 id="pegtlbsd">pegtl (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parsing Expression Grammar Template Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/taocpp/PEGTL">https://github.com/taocpp/PEGTL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.2.2, 3.2.5, 3.2.7, 3.2.8</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/p/pegtl/xmake.lua">pegtl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pegtl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pegtl")
+</code></pre>
 <h3 id="perlinnoisebsd">perlinnoise (bsd)</h3>
 <table>
 <thead>
@@ -21241,7 +21348,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.0.1, v0.0.6</td>
+<td>v0.0.1, v0.0.6, v0.0.7</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -25177,7 +25284,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 109 - 2
mirror/packages/cross.html

@@ -7813,6 +7813,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fdk-aac")
 </code></pre>
+<h3 id="fftscross">ffts (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fastest Fourier Transform in the South</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://anthonix.com/ffts">http://anthonix.com/ffts</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2019.03.19</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, 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/f/ffts/xmake.lua">ffts/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] ffts
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ffts")
+</code></pre>
 <h3 id="flanncross">flann (cross)</h3>
 <table>
 <thead>
@@ -13927,6 +13960,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libtool")
 </code></pre>
+<h3 id="libunifexcross">libunifex (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The &#39;libunifex&#39; project is a prototype implementation of the C++ sender/receiver async programming model that is currently being considered for standardisation.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/facebookexperimental/libunifex">https://github.com/facebookexperimental/libunifex</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.4.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, 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/libunifex/xmake.lua">libunifex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libunifex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libunifex")
+</code></pre>
 <h3 id="libunwindcross">libunwind (cross)</h3>
 <table>
 <thead>
@@ -19275,6 +19345,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pedeps")
 </code></pre>
+<h3 id="pegtlcross">pegtl (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parsing Expression Grammar Template Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/taocpp/PEGTL">https://github.com/taocpp/PEGTL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.2.2, 3.2.5, 3.2.7, 3.2.8</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, 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/pegtl/xmake.lua">pegtl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] pegtl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pegtl")
+</code></pre>
 <h3 id="perlinnoisecross">perlinnoise (cross)</h3>
 <table>
 <thead>
@@ -20026,7 +20133,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.0.1, v0.0.6</td>
+<td>v0.0.1, v0.0.6, v0.0.7</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -23855,7 +23962,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 109 - 2
mirror/packages/iphoneos.html

@@ -7468,6 +7468,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ffmpeg")
 </code></pre>
+<h3 id="fftsiphoneos">ffts (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fastest Fourier Transform in the South</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://anthonix.com/ffts">http://anthonix.com/ffts</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2019.03.19</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/f/ffts/xmake.lua">ffts/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos ffts
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ffts")
+</code></pre>
 <h3 id="flanniphoneos">flann (iphoneos)</h3>
 <table>
 <thead>
@@ -13903,6 +13936,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libudis86")
 </code></pre>
+<h3 id="libunifexiphoneos">libunifex (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The &#39;libunifex&#39; project is a prototype implementation of the C++ sender/receiver async programming model that is currently being considered for standardisation.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/facebookexperimental/libunifex">https://github.com/facebookexperimental/libunifex</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.4.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/libunifex/xmake.lua">libunifex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos libunifex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libunifex")
+</code></pre>
 <h3 id="libuuidiphoneos">libuuid (iphoneos)</h3>
 <table>
 <thead>
@@ -19420,6 +19490,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pedeps")
 </code></pre>
+<h3 id="pegtliphoneos">pegtl (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parsing Expression Grammar Template Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/taocpp/PEGTL">https://github.com/taocpp/PEGTL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.2.2, 3.2.5, 3.2.7, 3.2.8</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/p/pegtl/xmake.lua">pegtl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos pegtl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pegtl")
+</code></pre>
 <h3 id="perlinnoiseiphoneos">perlinnoise (iphoneos)</h3>
 <table>
 <thead>
@@ -20245,7 +20352,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.0.1, v0.0.6</td>
+<td>v0.0.1, v0.0.6, v0.0.7</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -24082,7 +24189,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 75 - 5
mirror/packages/linux.html

@@ -12875,6 +12875,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ffmpeg")
 </code></pre>
+<h3 id="fftslinux">ffts (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fastest Fourier Transform in the South</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://anthonix.com/ffts">http://anthonix.com/ffts</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2019.03.19</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, 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/f/ffts/xmake.lua">ffts/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ffts
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ffts")
+</code></pre>
 <h3 id="fftwlinux">fftw (linux)</h3>
 <table>
 <thead>
@@ -26288,6 +26321,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libui")
 </code></pre>
+<h3 id="libunifexlinux">libunifex (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The &#39;libunifex&#39; project is a prototype implementation of the C++ sender/receiver async programming model that is currently being considered for standardisation.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/facebookexperimental/libunifex">https://github.com/facebookexperimental/libunifex</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.4.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, 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/libunifex/xmake.lua">libunifex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libunifex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libunifex")
+</code></pre>
 <h3 id="libunistringlinux">libunistring (linux)</h3>
 <table>
 <thead>
@@ -37725,7 +37795,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.2.2, 3.2.5, 3.2.7</td>
+<td>3.2.2, 3.2.5, 3.2.7, 3.2.8</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -38634,7 +38704,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.0.1, v0.0.6</td>
+<td>v0.0.1, v0.0.6, v0.0.7</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -42647,7 +42717,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v7.10.2, v9.0.0, v9.1.1, v9.2.1, v9.3.1, v9.4.0, v9.5.2</td>
+<td>v7.10.2, v9.0.0, v9.1.1, v9.2.1, v9.3.1, v9.4.0, v9.5.2, v9.6.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -45466,7 +45536,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -51620,7 +51690,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55aaaecb2f60</td>
+<td>table: 0x56553b1fcac0</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 75 - 5
mirror/packages/macosx.html

@@ -12007,6 +12007,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ffmpeg")
 </code></pre>
+<h3 id="fftsmacosx">ffts (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fastest Fourier Transform in the South</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://anthonix.com/ffts">http://anthonix.com/ffts</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2019.03.19</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/f/ffts/xmake.lua">ffts/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ffts
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ffts")
+</code></pre>
 <h3 id="fftwmacosx">fftw (macosx)</h3>
 <table>
 <thead>
@@ -24313,6 +24346,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libui")
 </code></pre>
+<h3 id="libunifexmacosx">libunifex (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The &#39;libunifex&#39; project is a prototype implementation of the C++ sender/receiver async programming model that is currently being considered for standardisation.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/facebookexperimental/libunifex">https://github.com/facebookexperimental/libunifex</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.4.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/libunifex/xmake.lua">libunifex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libunifex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libunifex")
+</code></pre>
 <h3 id="libunistringmacosx">libunistring (macosx)</h3>
 <table>
 <thead>
@@ -34923,7 +34993,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.2.2, 3.2.5, 3.2.7</td>
+<td>3.2.2, 3.2.5, 3.2.7, 3.2.8</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -35799,7 +35869,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.0.1, v0.0.6</td>
+<td>v0.0.1, v0.0.6, v0.0.7</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -39450,7 +39520,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v7.10.2, v9.0.0, v9.1.1, v9.2.1, v9.3.1, v9.4.0, v9.5.2</td>
+<td>v7.10.2, v9.0.0, v9.1.1, v9.2.1, v9.3.1, v9.4.0, v9.5.2, v9.6.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -42014,7 +42084,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -47740,7 +47810,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55aaaecb2f60</td>
+<td>table: 0x56553b1fcac0</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 74 - 4
mirror/packages/mingw.html

@@ -8583,6 +8583,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ffmpeg")
 </code></pre>
+<h3 id="fftsmingw">ffts (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fastest Fourier Transform in the South</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://anthonix.com/ffts">http://anthonix.com/ffts</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2019.03.19</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/f/ffts/xmake.lua">ffts/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] ffts
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ffts")
+</code></pre>
 <h3 id="flannmingw">flann (mingw)</h3>
 <table>
 <thead>
@@ -16137,6 +16170,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libudis86")
 </code></pre>
+<h3 id="libunifexmingw">libunifex (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The &#39;libunifex&#39; project is a prototype implementation of the C++ sender/receiver async programming model that is currently being considered for standardisation.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/facebookexperimental/libunifex">https://github.com/facebookexperimental/libunifex</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.4.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/libunifex/xmake.lua">libunifex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] libunifex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libunifex")
+</code></pre>
 <h3 id="libuvmingw">libuv (mingw)</h3>
 <table>
 <thead>
@@ -22442,7 +22512,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.2.2, 3.2.5, 3.2.7</td>
+<td>3.2.2, 3.2.5, 3.2.7, 3.2.8</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -23285,7 +23355,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.0.1, v0.0.6</td>
+<td>v0.0.1, v0.0.6, v0.0.7</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -26175,7 +26245,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v7.10.2, v9.0.0, v9.1.1, v9.2.1, v9.3.1, v9.4.0, v9.5.2</td>
+<td>v7.10.2, v9.0.0, v9.1.1, v9.2.1, v9.3.1, v9.4.0, v9.5.2, v9.6.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -27990,7 +28060,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 109 - 2
mirror/packages/msys.html

@@ -7694,6 +7694,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fdk-aac")
 </code></pre>
+<h3 id="fftsmsys">ffts (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fastest Fourier Transform in the South</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://anthonix.com/ffts">http://anthonix.com/ffts</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2019.03.19</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/f/ffts/xmake.lua">ffts/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ffts
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ffts")
+</code></pre>
 <h3 id="flannmsys">flann (msys)</h3>
 <table>
 <thead>
@@ -13442,6 +13475,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libudis86")
 </code></pre>
+<h3 id="libunifexmsys">libunifex (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The &#39;libunifex&#39; project is a prototype implementation of the C++ sender/receiver async programming model that is currently being considered for standardisation.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/facebookexperimental/libunifex">https://github.com/facebookexperimental/libunifex</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.4.0</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/libunifex/xmake.lua">libunifex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libunifex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libunifex")
+</code></pre>
 <h3 id="libusbmsys">libusb (msys)</h3>
 <table>
 <thead>
@@ -18564,6 +18634,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pedeps")
 </code></pre>
+<h3 id="pegtlmsys">pegtl (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parsing Expression Grammar Template Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/taocpp/PEGTL">https://github.com/taocpp/PEGTL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.2.2, 3.2.5, 3.2.7, 3.2.8</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/p/pegtl/xmake.lua">pegtl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pegtl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pegtl")
+</code></pre>
 <h3 id="perlinnoisemsys">perlinnoise (msys)</h3>
 <table>
 <thead>
@@ -19352,7 +19459,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.0.1, v0.0.6</td>
+<td>v0.0.1, v0.0.6, v0.0.7</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -22897,7 +23004,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 109 - 2
mirror/packages/wasm.html

@@ -6859,6 +6859,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fdk-aac")
 </code></pre>
+<h3 id="fftswasm">ffts (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fastest Fourier Transform in the South</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://anthonix.com/ffts">http://anthonix.com/ffts</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2019.03.19</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ffts/xmake.lua">ffts/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm ffts
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ffts")
+</code></pre>
 <h3 id="flannwasm">flann (wasm)</h3>
 <table>
 <thead>
@@ -12233,6 +12266,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libudis86")
 </code></pre>
+<h3 id="libunifexwasm">libunifex (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The &#39;libunifex&#39; project is a prototype implementation of the C++ sender/receiver async programming model that is currently being considered for standardisation.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/facebookexperimental/libunifex">https://github.com/facebookexperimental/libunifex</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.4.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libunifex/xmake.lua">libunifex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm libunifex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libunifex")
+</code></pre>
 <h3 id="libuuidwasm">libuuid (wasm)</h3>
 <table>
 <thead>
@@ -17075,6 +17145,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pedeps")
 </code></pre>
+<h3 id="pegtlwasm">pegtl (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parsing Expression Grammar Template Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/taocpp/PEGTL">https://github.com/taocpp/PEGTL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.2.2, 3.2.5, 3.2.7, 3.2.8</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pegtl/xmake.lua">pegtl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm pegtl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pegtl")
+</code></pre>
 <h3 id="perlinnoisewasm">perlinnoise (wasm)</h3>
 <table>
 <thead>
@@ -17826,7 +17933,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.0.1, v0.0.6</td>
+<td>v0.0.1, v0.0.6, v0.0.7</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -21186,7 +21293,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 74 - 4
mirror/packages/windows.html

@@ -11916,6 +11916,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ffmpeg")
 </code></pre>
+<h3 id="fftswindows">ffts (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fastest Fourier Transform in the South</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://anthonix.com/ffts">http://anthonix.com/ffts</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2019.03.19</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, arm64ec, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ffts/xmake.lua">ffts/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ffts
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ffts")
+</code></pre>
 <h3 id="fftwwindows">fftw (windows)</h3>
 <table>
 <thead>
@@ -22761,6 +22794,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libui")
 </code></pre>
+<h3 id="libunifexwindows">libunifex (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The &#39;libunifex&#39; project is a prototype implementation of the C++ sender/receiver async programming model that is currently being considered for standardisation.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/facebookexperimental/libunifex">https://github.com/facebookexperimental/libunifex</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.4.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, arm64ec, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libunifex/xmake.lua">libunifex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libunifex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libunifex")
+</code></pre>
 <h3 id="libusbwindows">libusb (windows)</h3>
 <table>
 <thead>
@@ -32250,7 +32320,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.2.2, 3.2.5, 3.2.7</td>
+<td>3.2.2, 3.2.5, 3.2.7, 3.2.8</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -33130,7 +33200,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.0.1, v0.0.6</td>
+<td>v0.0.1, v0.0.6, v0.0.7</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -36748,7 +36818,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v7.10.2, v9.0.0, v9.1.1, v9.2.1, v9.3.1, v9.4.0, v9.5.2</td>
+<td>v7.10.2, v9.0.0, v9.1.1, v9.2.1, v9.3.1, v9.4.0, v9.5.2, v9.6.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -39279,7 +39349,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 73 - 2
packages/android.md

@@ -4977,6 +4977,29 @@ add_requires("ffmpeg")
 ```
 
 
+### ffts (android)
+
+
+| Description | *The Fastest Fourier Transform in the South* |
+| -- | -- |
+| Homepage | [http://anthonix.com/ffts](http://anthonix.com/ffts) |
+| Versions | 2019.03.19 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [ffts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ffts/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] ffts
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ffts")
+```
+
+
 ### flann (android)
 
 
@@ -9349,6 +9372,30 @@ add_requires("libudis86")
 ```
 
 
+### libunifex (android)
+
+
+| Description | *The 'libunifex' project is a prototype implementation of the C++ sender/receiver async programming model that is currently being considered for standardisation.* |
+| -- | -- |
+| Homepage | [https://github.com/facebookexperimental/libunifex](https://github.com/facebookexperimental/libunifex) |
+| License | Apache-2.0 |
+| Versions | v0.4.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [libunifex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libunifex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] libunifex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libunifex")
+```
+
+
 ### libusb (android)
 
 
@@ -13256,6 +13303,30 @@ add_requires("pedeps")
 ```
 
 
+### pegtl (android)
+
+
+| Description | *Parsing Expression Grammar Template Library* |
+| -- | -- |
+| Homepage | [https://github.com/taocpp/PEGTL](https://github.com/taocpp/PEGTL) |
+| License | BSL-1.0 |
+| Versions | 3.2.2, 3.2.5, 3.2.7, 3.2.8 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [pegtl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pegtl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] pegtl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pegtl")
+```
+
+
 ### perlinnoise (android)
 
 
@@ -13765,7 +13836,7 @@ add_requires("plusaes")
 | -- | -- |
 | Homepage | [https://github.com/sammycage/plutovg](https://github.com/sammycage/plutovg) |
 | License | MIT |
-| Versions | v0.0.1, v0.0.6 |
+| Versions | v0.0.1, v0.0.6, v0.0.7 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [plutovg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/plutovg/xmake.lua) |
 
@@ -16437,7 +16508,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 73 - 2
packages/bsd.md

@@ -5215,6 +5215,29 @@ add_requires("fdk-aac")
 ```
 
 
+### ffts (bsd)
+
+
+| Description | *The Fastest Fourier Transform in the South* |
+| -- | -- |
+| Homepage | [http://anthonix.com/ffts](http://anthonix.com/ffts) |
+| Versions | 2019.03.19 |
+| Architectures | i386, x86_64 |
+| Definition | [ffts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ffts/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ffts
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ffts")
+```
+
+
 ### flann (bsd)
 
 
@@ -9347,6 +9370,30 @@ add_requires("libudis86")
 ```
 
 
+### libunifex (bsd)
+
+
+| Description | *The 'libunifex' project is a prototype implementation of the C++ sender/receiver async programming model that is currently being considered for standardisation.* |
+| -- | -- |
+| Homepage | [https://github.com/facebookexperimental/libunifex](https://github.com/facebookexperimental/libunifex) |
+| License | Apache-2.0 |
+| Versions | v0.4.0 |
+| Architectures | i386, x86_64 |
+| Definition | [libunifex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libunifex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libunifex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libunifex")
+```
+
+
 ### libunwind (bsd)
 
 
@@ -13367,6 +13414,30 @@ add_requires("pedeps")
 ```
 
 
+### pegtl (bsd)
+
+
+| Description | *Parsing Expression Grammar Template Library* |
+| -- | -- |
+| Homepage | [https://github.com/taocpp/PEGTL](https://github.com/taocpp/PEGTL) |
+| License | BSL-1.0 |
+| Versions | 3.2.2, 3.2.5, 3.2.7, 3.2.8 |
+| Architectures | i386, x86_64 |
+| Definition | [pegtl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pegtl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pegtl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pegtl")
+```
+
+
 ### perlinnoise (bsd)
 
 
@@ -13899,7 +13970,7 @@ add_requires("plusaes")
 | -- | -- |
 | Homepage | [https://github.com/sammycage/plutovg](https://github.com/sammycage/plutovg) |
 | License | MIT |
-| Versions | v0.0.1, v0.0.6 |
+| Versions | v0.0.1, v0.0.6, v0.0.7 |
 | Architectures | i386, x86_64 |
 | Definition | [plutovg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/plutovg/xmake.lua) |
 
@@ -16496,7 +16567,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 73 - 2
packages/cross.md

@@ -5050,6 +5050,29 @@ add_requires("fdk-aac")
 ```
 
 
+### ffts (cross)
+
+
+| Description | *The Fastest Fourier Transform in the South* |
+| -- | -- |
+| Homepage | [http://anthonix.com/ffts](http://anthonix.com/ffts) |
+| Versions | 2019.03.19 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [ffts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ffts/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] ffts
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ffts")
+```
+
+
 ### flann (cross)
 
 
@@ -9067,6 +9090,30 @@ add_requires("libtool")
 ```
 
 
+### libunifex (cross)
+
+
+| Description | *The 'libunifex' project is a prototype implementation of the C++ sender/receiver async programming model that is currently being considered for standardisation.* |
+| -- | -- |
+| Homepage | [https://github.com/facebookexperimental/libunifex](https://github.com/facebookexperimental/libunifex) |
+| License | Apache-2.0 |
+| Versions | v0.4.0 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [libunifex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libunifex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] libunifex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libunifex")
+```
+
+
 ### libunwind (cross)
 
 
@@ -12594,6 +12641,30 @@ add_requires("pedeps")
 ```
 
 
+### pegtl (cross)
+
+
+| Description | *Parsing Expression Grammar Template Library* |
+| -- | -- |
+| Homepage | [https://github.com/taocpp/PEGTL](https://github.com/taocpp/PEGTL) |
+| License | BSL-1.0 |
+| Versions | 3.2.2, 3.2.5, 3.2.7, 3.2.8 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [pegtl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pegtl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] pegtl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pegtl")
+```
+
+
 ### perlinnoise (cross)
 
 
@@ -13079,7 +13150,7 @@ add_requires("plusaes")
 | -- | -- |
 | Homepage | [https://github.com/sammycage/plutovg](https://github.com/sammycage/plutovg) |
 | License | MIT |
-| Versions | v0.0.1, v0.0.6 |
+| Versions | v0.0.1, v0.0.6, v0.0.7 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [plutovg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/plutovg/xmake.lua) |
 
@@ -15605,7 +15676,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 73 - 2
packages/iphoneos.md

@@ -4831,6 +4831,29 @@ add_requires("ffmpeg")
 ```
 
 
+### ffts (iphoneos)
+
+
+| Description | *The Fastest Fourier Transform in the South* |
+| -- | -- |
+| Homepage | [http://anthonix.com/ffts](http://anthonix.com/ffts) |
+| Versions | 2019.03.19 |
+| Architectures | arm64, x86_64 |
+| Definition | [ffts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ffts/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos ffts
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ffts")
+```
+
+
 ### flann (iphoneos)
 
 
@@ -9061,6 +9084,30 @@ add_requires("libudis86")
 ```
 
 
+### libunifex (iphoneos)
+
+
+| Description | *The 'libunifex' project is a prototype implementation of the C++ sender/receiver async programming model that is currently being considered for standardisation.* |
+| -- | -- |
+| Homepage | [https://github.com/facebookexperimental/libunifex](https://github.com/facebookexperimental/libunifex) |
+| License | Apache-2.0 |
+| Versions | v0.4.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [libunifex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libunifex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos libunifex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libunifex")
+```
+
+
 ### libuuid (iphoneos)
 
 
@@ -12704,6 +12751,30 @@ add_requires("pedeps")
 ```
 
 
+### pegtl (iphoneos)
+
+
+| Description | *Parsing Expression Grammar Template Library* |
+| -- | -- |
+| Homepage | [https://github.com/taocpp/PEGTL](https://github.com/taocpp/PEGTL) |
+| License | BSL-1.0 |
+| Versions | 3.2.2, 3.2.5, 3.2.7, 3.2.8 |
+| Architectures | arm64, x86_64 |
+| Definition | [pegtl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pegtl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos pegtl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pegtl")
+```
+
+
 ### perlinnoise (iphoneos)
 
 
@@ -13237,7 +13308,7 @@ add_requires("plusaes")
 | -- | -- |
 | Homepage | [https://github.com/sammycage/plutovg](https://github.com/sammycage/plutovg) |
 | License | MIT |
-| Versions | v0.0.1, v0.0.6 |
+| Versions | v0.0.1, v0.0.6, v0.0.7 |
 | Architectures | arm64, x86_64 |
 | Definition | [plutovg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/plutovg/xmake.lua) |
 
@@ -15765,7 +15836,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 52 - 5
packages/linux.md

@@ -8384,6 +8384,29 @@ add_requires("ffmpeg")
 ```
 
 
+### ffts (linux)
+
+
+| Description | *The Fastest Fourier Transform in the South* |
+| -- | -- |
+| Homepage | [http://anthonix.com/ffts](http://anthonix.com/ffts) |
+| Versions | 2019.03.19 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [ffts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ffts/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ffts
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ffts")
+```
+
+
 ### fftw (linux)
 
 
@@ -17242,6 +17265,30 @@ add_requires("libui")
 ```
 
 
+### libunifex (linux)
+
+
+| Description | *The 'libunifex' project is a prototype implementation of the C++ sender/receiver async programming model that is currently being considered for standardisation.* |
+| -- | -- |
+| Homepage | [https://github.com/facebookexperimental/libunifex](https://github.com/facebookexperimental/libunifex) |
+| License | Apache-2.0 |
+| Versions | v0.4.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libunifex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libunifex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libunifex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libunifex")
+```
+
+
 ### libunistring (linux)
 
 
@@ -24801,7 +24848,7 @@ add_requires("pedeps")
 | -- | -- |
 | Homepage | [https://github.com/taocpp/PEGTL](https://github.com/taocpp/PEGTL) |
 | License | BSL-1.0 |
-| Versions | 3.2.2, 3.2.5, 3.2.7 |
+| Versions | 3.2.2, 3.2.5, 3.2.7, 3.2.8 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [pegtl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pegtl/xmake.lua) |
 
@@ -25397,7 +25444,7 @@ add_requires("plusaes")
 | -- | -- |
 | Homepage | [https://github.com/sammycage/plutovg](https://github.com/sammycage/plutovg) |
 | License | MIT |
-| Versions | v0.0.1, v0.0.6 |
+| Versions | v0.0.1, v0.0.6, v0.0.7 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [plutovg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/plutovg/xmake.lua) |
 
@@ -28041,7 +28088,7 @@ add_requires("rocket")
 | -- | -- |
 | Homepage | [http://rocksdb.org](http://rocksdb.org) |
 | License | Apache-2.0 |
-| Versions | v7.10.2, v9.0.0, v9.1.1, v9.2.1, v9.3.1, v9.4.0, v9.5.2 |
+| Versions | v7.10.2, v9.0.0, v9.1.1, v9.2.1, v9.3.1, v9.4.0, v9.5.2, v9.6.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [rocksdb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rocksdb/xmake.lua) |
 
@@ -29898,7 +29945,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -33951,7 +33998,7 @@ add_requires("whisper.cpp")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x55aaaecb2f60 |
+| License | table: 0x56553b1fcac0 |
 | Versions | 1.13 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 52 - 5
packages/macosx.md

@@ -7813,6 +7813,29 @@ add_requires("ffmpeg")
 ```
 
 
+### ffts (macosx)
+
+
+| Description | *The Fastest Fourier Transform in the South* |
+| -- | -- |
+| Homepage | [http://anthonix.com/ffts](http://anthonix.com/ffts) |
+| Versions | 2019.03.19 |
+| Architectures | arm64, x86_64 |
+| Definition | [ffts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ffts/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ffts
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ffts")
+```
+
+
 ### fftw (macosx)
 
 
@@ -15937,6 +15960,30 @@ add_requires("libui")
 ```
 
 
+### libunifex (macosx)
+
+
+| Description | *The 'libunifex' project is a prototype implementation of the C++ sender/receiver async programming model that is currently being considered for standardisation.* |
+| -- | -- |
+| Homepage | [https://github.com/facebookexperimental/libunifex](https://github.com/facebookexperimental/libunifex) |
+| License | Apache-2.0 |
+| Versions | v0.4.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [libunifex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libunifex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libunifex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libunifex")
+```
+
+
 ### libunistring (macosx)
 
 
@@ -22950,7 +22997,7 @@ add_requires("pedeps")
 | -- | -- |
 | Homepage | [https://github.com/taocpp/PEGTL](https://github.com/taocpp/PEGTL) |
 | License | BSL-1.0 |
-| Versions | 3.2.2, 3.2.5, 3.2.7 |
+| Versions | 3.2.2, 3.2.5, 3.2.7, 3.2.8 |
 | Architectures | arm64, x86_64 |
 | Definition | [pegtl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pegtl/xmake.lua) |
 
@@ -23523,7 +23570,7 @@ add_requires("plusaes")
 | -- | -- |
 | Homepage | [https://github.com/sammycage/plutovg](https://github.com/sammycage/plutovg) |
 | License | MIT |
-| Versions | v0.0.1, v0.0.6 |
+| Versions | v0.0.1, v0.0.6, v0.0.7 |
 | Architectures | arm64, x86_64 |
 | Definition | [plutovg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/plutovg/xmake.lua) |
 
@@ -25929,7 +25976,7 @@ add_requires("rocket")
 | -- | -- |
 | Homepage | [http://rocksdb.org](http://rocksdb.org) |
 | License | Apache-2.0 |
-| Versions | v7.10.2, v9.0.0, v9.1.1, v9.2.1, v9.3.1, v9.4.0, v9.5.2 |
+| Versions | v7.10.2, v9.0.0, v9.1.1, v9.2.1, v9.3.1, v9.4.0, v9.5.2, v9.6.1 |
 | Architectures | arm64, x86_64 |
 | Definition | [rocksdb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rocksdb/xmake.lua) |
 
@@ -27619,7 +27666,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -31388,7 +31435,7 @@ add_requires("which")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x55aaaecb2f60 |
+| License | table: 0x56553b1fcac0 |
 | Versions | 1.13 |
 | Architectures | arm64, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 51 - 4
packages/mingw.md

@@ -5554,6 +5554,29 @@ add_requires("ffmpeg")
 ```
 
 
+### ffts (mingw)
+
+
+| Description | *The Fastest Fourier Transform in the South* |
+| -- | -- |
+| Homepage | [http://anthonix.com/ffts](http://anthonix.com/ffts) |
+| Versions | 2019.03.19 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [ffts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ffts/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] ffts
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ffts")
+```
+
+
 ### flann (mingw)
 
 
@@ -10521,6 +10544,30 @@ add_requires("libudis86")
 ```
 
 
+### libunifex (mingw)
+
+
+| Description | *The 'libunifex' project is a prototype implementation of the C++ sender/receiver async programming model that is currently being considered for standardisation.* |
+| -- | -- |
+| Homepage | [https://github.com/facebookexperimental/libunifex](https://github.com/facebookexperimental/libunifex) |
+| License | Apache-2.0 |
+| Versions | v0.4.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [libunifex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libunifex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] libunifex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libunifex")
+```
+
+
 ### libuv (mingw)
 
 
@@ -14673,7 +14720,7 @@ add_requires("pedeps")
 | -- | -- |
 | Homepage | [https://github.com/taocpp/PEGTL](https://github.com/taocpp/PEGTL) |
 | License | BSL-1.0 |
-| Versions | 3.2.2, 3.2.5, 3.2.7 |
+| Versions | 3.2.2, 3.2.5, 3.2.7, 3.2.8 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [pegtl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pegtl/xmake.lua) |
 
@@ -15223,7 +15270,7 @@ add_requires("plusaes")
 | -- | -- |
 | Homepage | [https://github.com/sammycage/plutovg](https://github.com/sammycage/plutovg) |
 | License | MIT |
-| Versions | v0.0.1, v0.0.6 |
+| Versions | v0.0.1, v0.0.6, v0.0.7 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [plutovg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/plutovg/xmake.lua) |
 
@@ -17129,7 +17176,7 @@ add_requires("rocket")
 | -- | -- |
 | Homepage | [http://rocksdb.org](http://rocksdb.org) |
 | License | Apache-2.0 |
-| Versions | v7.10.2, v9.0.0, v9.1.1, v9.2.1, v9.3.1, v9.4.0, v9.5.2 |
+| Versions | v7.10.2, v9.0.0, v9.1.1, v9.2.1, v9.3.1, v9.4.0, v9.5.2, v9.6.1 |
 | Architectures | x86_64 |
 | Definition | [rocksdb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rocksdb/xmake.lua) |
 
@@ -18322,7 +18369,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 73 - 2
packages/msys.md

@@ -4976,6 +4976,29 @@ add_requires("fdk-aac")
 ```
 
 
+### ffts (msys)
+
+
+| Description | *The Fastest Fourier Transform in the South* |
+| -- | -- |
+| Homepage | [http://anthonix.com/ffts](http://anthonix.com/ffts) |
+| Versions | 2019.03.19 |
+| Architectures | i386, x86_64 |
+| Definition | [ffts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ffts/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ffts
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ffts")
+```
+
+
 ### flann (msys)
 
 
@@ -8754,6 +8777,30 @@ add_requires("libudis86")
 ```
 
 
+### libunifex (msys)
+
+
+| Description | *The 'libunifex' project is a prototype implementation of the C++ sender/receiver async programming model that is currently being considered for standardisation.* |
+| -- | -- |
+| Homepage | [https://github.com/facebookexperimental/libunifex](https://github.com/facebookexperimental/libunifex) |
+| License | Apache-2.0 |
+| Versions | v0.4.0 |
+| Architectures | i386, x86_64 |
+| Definition | [libunifex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libunifex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libunifex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libunifex")
+```
+
+
 ### libusb (msys)
 
 
@@ -12136,6 +12183,30 @@ add_requires("pedeps")
 ```
 
 
+### pegtl (msys)
+
+
+| Description | *Parsing Expression Grammar Template Library* |
+| -- | -- |
+| Homepage | [https://github.com/taocpp/PEGTL](https://github.com/taocpp/PEGTL) |
+| License | BSL-1.0 |
+| Versions | 3.2.2, 3.2.5, 3.2.7, 3.2.8 |
+| Architectures | i386, x86_64 |
+| Definition | [pegtl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pegtl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pegtl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pegtl")
+```
+
+
 ### perlinnoise (msys)
 
 
@@ -12645,7 +12716,7 @@ add_requires("plusaes")
 | -- | -- |
 | Homepage | [https://github.com/sammycage/plutovg](https://github.com/sammycage/plutovg) |
 | License | MIT |
-| Versions | v0.0.1, v0.0.6 |
+| Versions | v0.0.1, v0.0.6, v0.0.7 |
 | Architectures | i386, x86_64 |
 | Definition | [plutovg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/plutovg/xmake.lua) |
 
@@ -14982,7 +15053,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 73 - 2
packages/wasm.md

@@ -4428,6 +4428,29 @@ add_requires("fdk-aac")
 ```
 
 
+### ffts (wasm)
+
+
+| Description | *The Fastest Fourier Transform in the South* |
+| -- | -- |
+| Homepage | [http://anthonix.com/ffts](http://anthonix.com/ffts) |
+| Versions | 2019.03.19 |
+| Architectures | wasm32, wasm64 |
+| Definition | [ffts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ffts/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm ffts
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ffts")
+```
+
+
 ### flann (wasm)
 
 
@@ -7965,6 +7988,30 @@ add_requires("libudis86")
 ```
 
 
+### libunifex (wasm)
+
+
+| Description | *The 'libunifex' project is a prototype implementation of the C++ sender/receiver async programming model that is currently being considered for standardisation.* |
+| -- | -- |
+| Homepage | [https://github.com/facebookexperimental/libunifex](https://github.com/facebookexperimental/libunifex) |
+| License | Apache-2.0 |
+| Versions | v0.4.0 |
+| Architectures | wasm32, wasm64 |
+| Definition | [libunifex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libunifex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm libunifex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libunifex")
+```
+
+
 ### libuuid (wasm)
 
 
@@ -11159,6 +11206,30 @@ add_requires("pedeps")
 ```
 
 
+### pegtl (wasm)
+
+
+| Description | *Parsing Expression Grammar Template Library* |
+| -- | -- |
+| Homepage | [https://github.com/taocpp/PEGTL](https://github.com/taocpp/PEGTL) |
+| License | BSL-1.0 |
+| Versions | 3.2.2, 3.2.5, 3.2.7, 3.2.8 |
+| Architectures | wasm32, wasm64 |
+| Definition | [pegtl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pegtl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm pegtl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pegtl")
+```
+
+
 ### perlinnoise (wasm)
 
 
@@ -11644,7 +11715,7 @@ add_requires("plusaes")
 | -- | -- |
 | Homepage | [https://github.com/sammycage/plutovg](https://github.com/sammycage/plutovg) |
 | License | MIT |
-| Versions | v0.0.1, v0.0.6 |
+| Versions | v0.0.1, v0.0.6, v0.0.7 |
 | Architectures | wasm32, wasm64 |
 | Definition | [plutovg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/plutovg/xmake.lua) |
 
@@ -13861,7 +13932,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
 | Architectures | wasm32, wasm64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 51 - 4
packages/windows.md

@@ -7746,6 +7746,29 @@ add_requires("ffmpeg")
 ```
 
 
+### ffts (windows)
+
+
+| Description | *The Fastest Fourier Transform in the South* |
+| -- | -- |
+| Homepage | [http://anthonix.com/ffts](http://anthonix.com/ffts) |
+| Versions | 2019.03.19 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [ffts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ffts/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ffts
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ffts")
+```
+
+
 ### fftw (windows)
 
 
@@ -14878,6 +14901,30 @@ add_requires("libui")
 ```
 
 
+### libunifex (windows)
+
+
+| Description | *The 'libunifex' project is a prototype implementation of the C++ sender/receiver async programming model that is currently being considered for standardisation.* |
+| -- | -- |
+| Homepage | [https://github.com/facebookexperimental/libunifex](https://github.com/facebookexperimental/libunifex) |
+| License | Apache-2.0 |
+| Versions | v0.4.0 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [libunifex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libunifex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libunifex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libunifex")
+```
+
+
 ### libusb (windows)
 
 
@@ -21124,7 +21171,7 @@ add_requires("pedeps")
 | -- | -- |
 | Homepage | [https://github.com/taocpp/PEGTL](https://github.com/taocpp/PEGTL) |
 | License | BSL-1.0 |
-| Versions | 3.2.2, 3.2.5, 3.2.7 |
+| Versions | 3.2.2, 3.2.5, 3.2.7, 3.2.8 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [pegtl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pegtl/xmake.lua) |
 
@@ -21698,7 +21745,7 @@ add_requires("plusaes")
 | -- | -- |
 | Homepage | [https://github.com/sammycage/plutovg](https://github.com/sammycage/plutovg) |
 | License | MIT |
-| Versions | v0.0.1, v0.0.6 |
+| Versions | v0.0.1, v0.0.6, v0.0.7 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [plutovg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/plutovg/xmake.lua) |
 
@@ -24081,7 +24128,7 @@ add_requires("rocket")
 | -- | -- |
 | Homepage | [http://rocksdb.org](http://rocksdb.org) |
 | License | Apache-2.0 |
-| Versions | v7.10.2, v9.0.0, v9.1.1, v9.2.1, v9.3.1, v9.4.0, v9.5.2 |
+| Versions | v7.10.2, v9.0.0, v9.1.1, v9.2.1, v9.3.1, v9.4.0, v9.5.2, v9.6.1 |
 | Architectures | arm64, x64 |
 | Definition | [rocksdb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rocksdb/xmake.lua) |
 
@@ -25748,7 +25795,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2024-10-13T14:01:53+08:00</lastmod>
+  <lastmod>2024-10-14T03:24:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-10-13T14:02:00+08:00</lastmod>
+  <lastmod>2024-10-14T03:24:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-10-13T14:02:00+08:00</lastmod>
+  <lastmod>2024-10-14T03:24:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-10-13T14:02:00+08:00</lastmod>
+  <lastmod>2024-10-14T03:24:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-10-13T14:02:01+08:00</lastmod>
+  <lastmod>2024-10-14T03:24:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-10-13T14:02:01+08:00</lastmod>
+  <lastmod>2024-10-14T03:24:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-10-13T14:02:02+08:00</lastmod>
+  <lastmod>2024-10-14T03:24:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-10-13T14:02:02+08:00</lastmod>
+  <lastmod>2024-10-14T03:24:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-10-13T14:02:02+08:00</lastmod>
+  <lastmod>2024-10-14T03:24:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-10-13T14:02:03+08:00</lastmod>
+  <lastmod>2024-10-14T03:24:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-10-13T14:02:03+08:00</lastmod>
+  <lastmod>2024-10-14T03:24:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-10-13T14:02:03+08:00</lastmod>
+  <lastmod>2024-10-14T03:24:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-10-13T14:02:03+08:00</lastmod>
+  <lastmod>2024-10-14T03:24:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-10-13T14:02:04+08:00</lastmod>
+  <lastmod>2024-10-14T03:24:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-10-13T14:02:04+08:00</lastmod>
+  <lastmod>2024-10-14T03:24:20+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: libebur128, imgui-filebrowser, keystone**
+- **Recently added: libunifex, ffts, libebur128**
 
 [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)
-- 包列表 (1549)
+- 包列表 (1551)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)