Bladeren bron

autoupdate docs by xmake-repo/ci

ruki 11 maanden geleden
bovenliggende
commit
3ec8f904c0

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: coin-or-ipopt, process-dump, w64devkit**
+- **Recently added: fpm, libfixmath, libfixmatrix**
 
 [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 (1532)
+- Packages (1536)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 149 - 1
mirror/packages/android.html

@@ -3761,6 +3761,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cnats")
 </code></pre>
+<h3 id="cnlandroid">cnl (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Compositional Numeric Library for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/johnmcfarlane/cnl">https://github.com/johnmcfarlane/cnl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.12.23</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/c/cnl/xmake.lua">cnl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] cnl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cnl")
+</code></pre>
 <h3 id="cnpyandroid">cnpy (android)</h3>
 <table>
 <thead>
@@ -7868,6 +7905,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fmt")
 </code></pre>
+<h3 id="fpmandroid">fpm (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ header-only fixed-point math library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mikelankamp.github.io/fpm">https://mikelankamp.github.io/fpm</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.09.06</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/fpm/xmake.lua">fpm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] fpm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fpm")
+</code></pre>
 <h3 id="freetypeandroid">freetype (android)</h3>
 <table>
 <thead>
@@ -12099,6 +12173,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libfiber")
 </code></pre>
+<h3 id="libfixmathandroid">libfixmath (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross Platform Fixed Point Maths Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://code.google.com/p/libfixmath/">https://code.google.com/p/libfixmath/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.08.06</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/libfixmath/xmake.lua">libfixmath/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libfixmath
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfixmath")
+</code></pre>
+<h3 id="libfixmatrixandroid">libfixmatrix (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library for fixed point matrix, quaternion and vector calculations</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/PetteriAimonen/libfixmatrix">https://github.com/PetteriAimonen/libfixmatrix</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2014.01.17</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/libfixmatrix/xmake.lua">libfixmatrix/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libfixmatrix
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfixmatrix")
+</code></pre>
 <h3 id="libflacandroid">libflac (android)</h3>
 <table>
 <thead>
@@ -24100,7 +24248,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 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>
+<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+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 149 - 1
mirror/packages/bsd.html

@@ -4171,6 +4171,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cmidi2")
 </code></pre>
+<h3 id="cnlbsd">cnl (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Compositional Numeric Library for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/johnmcfarlane/cnl">https://github.com/johnmcfarlane/cnl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.12.23</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/c/cnl/xmake.lua">cnl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cnl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cnl")
+</code></pre>
 <h3 id="cnpybsd">cnpy (bsd)</h3>
 <table>
 <thead>
@@ -8274,6 +8311,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fmt")
 </code></pre>
+<h3 id="fpmbsd">fpm (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ header-only fixed-point math library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mikelankamp.github.io/fpm">https://mikelankamp.github.io/fpm</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.09.06</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/fpm/xmake.lua">fpm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fpm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fpm")
+</code></pre>
 <h3 id="freetypebsd">freetype (bsd)</h3>
 <table>
 <thead>
@@ -12336,6 +12410,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libfido2")
 </code></pre>
+<h3 id="libfixmathbsd">libfixmath (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross Platform Fixed Point Maths Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://code.google.com/p/libfixmath/">https://code.google.com/p/libfixmath/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.08.06</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/libfixmath/xmake.lua">libfixmath/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libfixmath
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfixmath")
+</code></pre>
+<h3 id="libfixmatrixbsd">libfixmatrix (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library for fixed point matrix, quaternion and vector calculations</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/PetteriAimonen/libfixmatrix">https://github.com/PetteriAimonen/libfixmatrix</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2014.01.17</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/libfixmatrix/xmake.lua">libfixmatrix/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libfixmatrix
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfixmatrix")
+</code></pre>
 <h3 id="libforkbsd">libfork (bsd)</h3>
 <table>
 <thead>
@@ -24351,7 +24499,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 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>
+<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+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 149 - 1
mirror/packages/cross.html

@@ -3924,6 +3924,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cnats")
 </code></pre>
+<h3 id="cnlcross">cnl (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Compositional Numeric Library for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/johnmcfarlane/cnl">https://github.com/johnmcfarlane/cnl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.12.23</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/c/cnl/xmake.lua">cnl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] cnl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cnl")
+</code></pre>
 <h3 id="cnpycross">cnpy (cross)</h3>
 <table>
 <thead>
@@ -8031,6 +8068,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fmt")
 </code></pre>
+<h3 id="fpmcross">fpm (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ header-only fixed-point math library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mikelankamp.github.io/fpm">https://mikelankamp.github.io/fpm</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.09.06</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/fpm/xmake.lua">fpm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] fpm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fpm")
+</code></pre>
 <h3 id="freetypecross">freetype (cross)</h3>
 <table>
 <thead>
@@ -11945,6 +12019,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libffi")
 </code></pre>
+<h3 id="libfixmathcross">libfixmath (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross Platform Fixed Point Maths Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://code.google.com/p/libfixmath/">https://code.google.com/p/libfixmath/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.08.06</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/libfixmath/xmake.lua">libfixmath/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libfixmath
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfixmath")
+</code></pre>
+<h3 id="libfixmatrixcross">libfixmatrix (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library for fixed point matrix, quaternion and vector calculations</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/PetteriAimonen/libfixmatrix">https://github.com/PetteriAimonen/libfixmatrix</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2014.01.17</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/libfixmatrix/xmake.lua">libfixmatrix/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libfixmatrix
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfixmatrix")
+</code></pre>
 <h3 id="libforkcross">libfork (cross)</h3>
 <table>
 <thead>
@@ -22959,7 +23107,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 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>
+<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+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 149 - 1
mirror/packages/iphoneos.html

@@ -3616,6 +3616,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cnats")
 </code></pre>
+<h3 id="cnliphoneos">cnl (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Compositional Numeric Library for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/johnmcfarlane/cnl">https://github.com/johnmcfarlane/cnl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.12.23</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/c/cnl/xmake.lua">cnl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos cnl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cnl")
+</code></pre>
 <h3 id="cnpyiphoneos">cnpy (iphoneos)</h3>
 <table>
 <thead>
@@ -7682,6 +7719,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fmt")
 </code></pre>
+<h3 id="fpmiphoneos">fpm (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ header-only fixed-point math library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mikelankamp.github.io/fpm">https://mikelankamp.github.io/fpm</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.09.06</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/fpm/xmake.lua">fpm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos fpm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fpm")
+</code></pre>
 <h3 id="freetypeiphoneos">freetype (iphoneos)</h3>
 <table>
 <thead>
@@ -11806,6 +11880,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libffi")
 </code></pre>
+<h3 id="libfixmathiphoneos">libfixmath (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross Platform Fixed Point Maths Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://code.google.com/p/libfixmath/">https://code.google.com/p/libfixmath/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.08.06</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/libfixmath/xmake.lua">libfixmath/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos libfixmath
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfixmath")
+</code></pre>
+<h3 id="libfixmatrixiphoneos">libfixmatrix (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library for fixed point matrix, quaternion and vector calculations</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/PetteriAimonen/libfixmatrix">https://github.com/PetteriAimonen/libfixmatrix</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2014.01.17</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/libfixmatrix/xmake.lua">libfixmatrix/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos libfixmatrix
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfixmatrix")
+</code></pre>
 <h3 id="libflaciphoneos">libflac (iphoneos)</h3>
 <table>
 <thead>
@@ -23219,7 +23367,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 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>
+<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+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 150 - 2
mirror/packages/linux.html

@@ -6300,6 +6300,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cnats")
 </code></pre>
+<h3 id="cnllinux">cnl (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Compositional Numeric Library for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/johnmcfarlane/cnl">https://github.com/johnmcfarlane/cnl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.12.23</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/c/cnl/xmake.lua">cnl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cnl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cnl")
+</code></pre>
 <h3 id="cnpylinux">cnpy (linux)</h3>
 <table>
 <thead>
@@ -13480,6 +13517,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fontconfig")
 </code></pre>
+<h3 id="fpmlinux">fpm (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ header-only fixed-point math library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mikelankamp.github.io/fpm">https://mikelankamp.github.io/fpm</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.09.06</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/fpm/xmake.lua">fpm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fpm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fpm")
+</code></pre>
 <h3 id="fpnglinux">fpng (linux)</h3>
 <table>
 <thead>
@@ -22100,6 +22174,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libfive")
 </code></pre>
+<h3 id="libfixmathlinux">libfixmath (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross Platform Fixed Point Maths Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://code.google.com/p/libfixmath/">https://code.google.com/p/libfixmath/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.08.06</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/libfixmath/xmake.lua">libfixmath/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libfixmath
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfixmath")
+</code></pre>
+<h3 id="libfixmatrixlinux">libfixmatrix (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library for fixed point matrix, quaternion and vector calculations</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/PetteriAimonen/libfixmatrix">https://github.com/PetteriAimonen/libfixmatrix</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2014.01.17</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/libfixmatrix/xmake.lua">libfixmatrix/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libfixmatrix
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfixmatrix")
+</code></pre>
 <h3 id="libflaclinux">libflac (linux)</h3>
 <table>
 <thead>
@@ -44813,7 +44961,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 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>
+<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+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -50967,7 +51115,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55ef13076900</td>
+<td>table: 0x55f12a228480</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 150 - 2
mirror/packages/macosx.html

@@ -5901,6 +5901,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cnats")
 </code></pre>
+<h3 id="cnlmacosx">cnl (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Compositional Numeric Library for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/johnmcfarlane/cnl">https://github.com/johnmcfarlane/cnl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.12.23</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/c/cnl/xmake.lua">cnl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cnl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cnl")
+</code></pre>
 <h3 id="cnpymacosx">cnpy (macosx)</h3>
 <table>
 <thead>
@@ -12583,6 +12620,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fontconfig")
 </code></pre>
+<h3 id="fpmmacosx">fpm (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ header-only fixed-point math library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mikelankamp.github.io/fpm">https://mikelankamp.github.io/fpm</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.09.06</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/fpm/xmake.lua">fpm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fpm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fpm")
+</code></pre>
 <h3 id="fpngmacosx">fpng (macosx)</h3>
 <table>
 <thead>
@@ -20450,6 +20524,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libfive")
 </code></pre>
+<h3 id="libfixmathmacosx">libfixmath (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross Platform Fixed Point Maths Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://code.google.com/p/libfixmath/">https://code.google.com/p/libfixmath/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.08.06</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/libfixmath/xmake.lua">libfixmath/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libfixmath
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfixmath")
+</code></pre>
+<h3 id="libfixmatrixmacosx">libfixmatrix (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library for fixed point matrix, quaternion and vector calculations</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/PetteriAimonen/libfixmatrix">https://github.com/PetteriAimonen/libfixmatrix</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2014.01.17</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/libfixmatrix/xmake.lua">libfixmatrix/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libfixmatrix
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfixmatrix")
+</code></pre>
 <h3 id="libflacmacosx">libflac (macosx)</h3>
 <table>
 <thead>
@@ -41328,7 +41476,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 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>
+<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+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -47054,7 +47202,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55ef13076900</td>
+<td>table: 0x55f12a228480</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 149 - 1
mirror/packages/mingw.html

@@ -4172,6 +4172,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cnats")
 </code></pre>
+<h3 id="cnlmingw">cnl (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Compositional Numeric Library for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/johnmcfarlane/cnl">https://github.com/johnmcfarlane/cnl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.12.23</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/c/cnl/xmake.lua">cnl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] cnl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cnl")
+</code></pre>
 <h3 id="cnpymingw">cnpy (mingw)</h3>
 <table>
 <thead>
@@ -8793,6 +8830,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fmt")
 </code></pre>
+<h3 id="fpmmingw">fpm (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ header-only fixed-point math library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mikelankamp.github.io/fpm">https://mikelankamp.github.io/fpm</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.09.06</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/fpm/xmake.lua">fpm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] fpm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fpm")
+</code></pre>
 <h3 id="freeglutmingw">freeglut (mingw)</h3>
 <table>
 <thead>
@@ -13863,6 +13937,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libfido2")
 </code></pre>
+<h3 id="libfixmathmingw">libfixmath (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross Platform Fixed Point Maths Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://code.google.com/p/libfixmath/">https://code.google.com/p/libfixmath/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.08.06</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/libfixmath/xmake.lua">libfixmath/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] libfixmath
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfixmath")
+</code></pre>
+<h3 id="libfixmatrixmingw">libfixmatrix (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library for fixed point matrix, quaternion and vector calculations</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/PetteriAimonen/libfixmatrix">https://github.com/PetteriAimonen/libfixmatrix</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2014.01.17</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/libfixmatrix/xmake.lua">libfixmatrix/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] libfixmatrix
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfixmatrix")
+</code></pre>
 <h3 id="libflacmingw">libflac (mingw)</h3>
 <table>
 <thead>
@@ -27057,7 +27205,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 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>
+<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+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 149 - 1
mirror/packages/msys.html

@@ -3916,6 +3916,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cnats")
 </code></pre>
+<h3 id="cnlmsys">cnl (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Compositional Numeric Library for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/johnmcfarlane/cnl">https://github.com/johnmcfarlane/cnl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.12.23</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/c/cnl/xmake.lua">cnl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cnl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cnl")
+</code></pre>
 <h3 id="cnpymsys">cnpy (msys)</h3>
 <table>
 <thead>
@@ -7941,6 +7978,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fmt")
 </code></pre>
+<h3 id="fpmmsys">fpm (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ header-only fixed-point math library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mikelankamp.github.io/fpm">https://mikelankamp.github.io/fpm</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.09.06</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/fpm/xmake.lua">fpm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fpm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fpm")
+</code></pre>
 <h3 id="freetypemsys">freetype (msys)</h3>
 <table>
 <thead>
@@ -11670,6 +11744,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libfido2")
 </code></pre>
+<h3 id="libfixmathmsys">libfixmath (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross Platform Fixed Point Maths Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://code.google.com/p/libfixmath/">https://code.google.com/p/libfixmath/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.08.06</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/libfixmath/xmake.lua">libfixmath/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libfixmath
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfixmath")
+</code></pre>
+<h3 id="libfixmatrixmsys">libfixmatrix (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library for fixed point matrix, quaternion and vector calculations</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/PetteriAimonen/libfixmatrix">https://github.com/PetteriAimonen/libfixmatrix</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2014.01.17</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/libfixmatrix/xmake.lua">libfixmatrix/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libfixmatrix
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfixmatrix")
+</code></pre>
 <h3 id="libforkmsys">libfork (msys)</h3>
 <table>
 <thead>
@@ -22038,7 +22186,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 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>
+<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+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 149 - 1
mirror/packages/wasm.html

@@ -3262,6 +3262,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cnats")
 </code></pre>
+<h3 id="cnlwasm">cnl (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Compositional Numeric Library for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/johnmcfarlane/cnl">https://github.com/johnmcfarlane/cnl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.12.23</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/c/cnl/xmake.lua">cnl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm cnl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cnl")
+</code></pre>
 <h3 id="cnpywasm">cnpy (wasm)</h3>
 <table>
 <thead>
@@ -7040,6 +7077,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fmt")
 </code></pre>
+<h3 id="fpmwasm">fpm (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ header-only fixed-point math library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mikelankamp.github.io/fpm">https://mikelankamp.github.io/fpm</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.09.06</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/fpm/xmake.lua">fpm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm fpm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fpm")
+</code></pre>
 <h3 id="freetypewasm">freetype (wasm)</h3>
 <table>
 <thead>
@@ -10514,6 +10588,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libevent")
 </code></pre>
+<h3 id="libfixmathwasm">libfixmath (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross Platform Fixed Point Maths Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://code.google.com/p/libfixmath/">https://code.google.com/p/libfixmath/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.08.06</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/libfixmath/xmake.lua">libfixmath/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm libfixmath
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfixmath")
+</code></pre>
+<h3 id="libfixmatrixwasm">libfixmatrix (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library for fixed point matrix, quaternion and vector calculations</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/PetteriAimonen/libfixmatrix">https://github.com/PetteriAimonen/libfixmatrix</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2014.01.17</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/libfixmatrix/xmake.lua">libfixmatrix/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm libfixmatrix
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfixmatrix")
+</code></pre>
 <h3 id="libflacwasm">libflac (wasm)</h3>
 <table>
 <thead>
@@ -20512,7 +20660,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 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>
+<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+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 149 - 1
mirror/packages/windows.html

@@ -5769,6 +5769,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cnats")
 </code></pre>
+<h3 id="cnlwindows">cnl (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Compositional Numeric Library for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/johnmcfarlane/cnl">https://github.com/johnmcfarlane/cnl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.12.23</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/c/cnl/xmake.lua">cnl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cnl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cnl")
+</code></pre>
 <h3 id="cnpywindows">cnpy (windows)</h3>
 <table>
 <thead>
@@ -12455,6 +12492,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fontconfig")
 </code></pre>
+<h3 id="fpmwindows">fpm (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ header-only fixed-point math library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mikelankamp.github.io/fpm">https://mikelankamp.github.io/fpm</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2024.09.06</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/fpm/xmake.lua">fpm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fpm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fpm")
+</code></pre>
 <h3 id="fpngwindows">fpng (windows)</h3>
 <table>
 <thead>
@@ -19812,6 +19886,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libfive")
 </code></pre>
+<h3 id="libfixmathwindows">libfixmath (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross Platform Fixed Point Maths Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://code.google.com/p/libfixmath/">https://code.google.com/p/libfixmath/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.08.06</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/libfixmath/xmake.lua">libfixmath/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libfixmath
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfixmath")
+</code></pre>
+<h3 id="libfixmatrixwindows">libfixmatrix (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library for fixed point matrix, quaternion and vector calculations</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/PetteriAimonen/libfixmatrix">https://github.com/PetteriAimonen/libfixmatrix</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2014.01.17</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/libfixmatrix/xmake.lua">libfixmatrix/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libfixmatrix
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfixmatrix")
+</code></pre>
 <h3 id="libflacwindows">libflac (windows)</h3>
 <table>
 <thead>
@@ -38593,7 +38741,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 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>
+<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+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 97 - 1
packages/android.md

@@ -2411,6 +2411,30 @@ add_requires("cnats")
 ```
 
 
+### cnl (android)
+
+
+| Description | *A Compositional Numeric Library for C++* |
+| -- | -- |
+| Homepage | [https://github.com/johnmcfarlane/cnl](https://github.com/johnmcfarlane/cnl) |
+| License | BSL-1.0 |
+| Versions | 2023.12.23 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [cnl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cnl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] cnl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cnl")
+```
+
+
 ### cnpy (android)
 
 
@@ -5095,6 +5119,30 @@ add_requires("fmt")
 ```
 
 
+### fpm (android)
+
+
+| Description | *C++ header-only fixed-point math library* |
+| -- | -- |
+| Homepage | [https://mikelankamp.github.io/fpm](https://mikelankamp.github.io/fpm) |
+| License | MIT |
+| Versions | 2024.09.06 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [fpm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fpm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] fpm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fpm")
+```
+
+
 ### freetype (android)
 
 
@@ -7889,6 +7937,54 @@ add_requires("libfiber")
 ```
 
 
+### libfixmath (android)
+
+
+| Description | *Cross Platform Fixed Point Maths Library* |
+| -- | -- |
+| Homepage | [https://code.google.com/p/libfixmath/](https://code.google.com/p/libfixmath/) |
+| License | MIT |
+| Versions | 2023.08.06 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [libfixmath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfixmath/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] libfixmath
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfixmath")
+```
+
+
+### libfixmatrix (android)
+
+
+| Description | *C library for fixed point matrix, quaternion and vector calculations* |
+| -- | -- |
+| Homepage | [https://github.com/PetteriAimonen/libfixmatrix](https://github.com/PetteriAimonen/libfixmatrix) |
+| License | MIT |
+| Versions | 2014.01.17 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [libfixmatrix/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfixmatrix/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] libfixmatrix
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfixmatrix")
+```
+
+
 ### libflac (android)
 
 
@@ -15786,7 +15882,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+400, 3.35.0+300, 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 |
+| 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+100, 3.46.0+0 |
 | 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) |
 

+ 97 - 1
packages/bsd.md

@@ -2674,6 +2674,30 @@ add_requires("cmidi2")
 ```
 
 
+### cnl (bsd)
+
+
+| Description | *A Compositional Numeric Library for C++* |
+| -- | -- |
+| Homepage | [https://github.com/johnmcfarlane/cnl](https://github.com/johnmcfarlane/cnl) |
+| License | BSL-1.0 |
+| Versions | 2023.12.23 |
+| Architectures | i386, x86_64 |
+| Definition | [cnl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cnl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cnl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cnl")
+```
+
+
 ### cnpy (bsd)
 
 
@@ -5357,6 +5381,30 @@ add_requires("fmt")
 ```
 
 
+### fpm (bsd)
+
+
+| Description | *C++ header-only fixed-point math library* |
+| -- | -- |
+| Homepage | [https://mikelankamp.github.io/fpm](https://mikelankamp.github.io/fpm) |
+| License | MIT |
+| Versions | 2024.09.06 |
+| Architectures | i386, x86_64 |
+| Definition | [fpm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fpm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fpm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fpm")
+```
+
+
 ### freetype (bsd)
 
 
@@ -8035,6 +8083,54 @@ add_requires("libfido2")
 ```
 
 
+### libfixmath (bsd)
+
+
+| Description | *Cross Platform Fixed Point Maths Library* |
+| -- | -- |
+| Homepage | [https://code.google.com/p/libfixmath/](https://code.google.com/p/libfixmath/) |
+| License | MIT |
+| Versions | 2023.08.06 |
+| Architectures | i386, x86_64 |
+| Definition | [libfixmath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfixmath/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libfixmath
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfixmath")
+```
+
+
+### libfixmatrix (bsd)
+
+
+| Description | *C library for fixed point matrix, quaternion and vector calculations* |
+| -- | -- |
+| Homepage | [https://github.com/PetteriAimonen/libfixmatrix](https://github.com/PetteriAimonen/libfixmatrix) |
+| License | MIT |
+| Versions | 2014.01.17 |
+| Architectures | i386, x86_64 |
+| Definition | [libfixmatrix/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfixmatrix/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libfixmatrix
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfixmatrix")
+```
+
+
 ### libfork (bsd)
 
 
@@ -15965,7 +16061,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+400, 3.35.0+300, 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 |
+| 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+100, 3.46.0+0 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 97 - 1
packages/cross.md

@@ -2509,6 +2509,30 @@ add_requires("cnats")
 ```
 
 
+### cnl (cross)
+
+
+| Description | *A Compositional Numeric Library for C++* |
+| -- | -- |
+| Homepage | [https://github.com/johnmcfarlane/cnl](https://github.com/johnmcfarlane/cnl) |
+| License | BSL-1.0 |
+| Versions | 2023.12.23 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [cnl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cnl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] cnl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cnl")
+```
+
+
 ### cnpy (cross)
 
 
@@ -5193,6 +5217,30 @@ add_requires("fmt")
 ```
 
 
+### fpm (cross)
+
+
+| Description | *C++ header-only fixed-point math library* |
+| -- | -- |
+| Homepage | [https://mikelankamp.github.io/fpm](https://mikelankamp.github.io/fpm) |
+| License | MIT |
+| Versions | 2024.09.06 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [fpm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fpm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] fpm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fpm")
+```
+
+
 ### freetype (cross)
 
 
@@ -7775,6 +7823,54 @@ add_requires("libffi")
 ```
 
 
+### libfixmath (cross)
+
+
+| Description | *Cross Platform Fixed Point Maths Library* |
+| -- | -- |
+| Homepage | [https://code.google.com/p/libfixmath/](https://code.google.com/p/libfixmath/) |
+| License | MIT |
+| Versions | 2023.08.06 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [libfixmath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfixmath/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] libfixmath
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfixmath")
+```
+
+
+### libfixmatrix (cross)
+
+
+| Description | *C library for fixed point matrix, quaternion and vector calculations* |
+| -- | -- |
+| Homepage | [https://github.com/PetteriAimonen/libfixmatrix](https://github.com/PetteriAimonen/libfixmatrix) |
+| License | MIT |
+| Versions | 2014.01.17 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [libfixmatrix/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfixmatrix/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] libfixmatrix
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfixmatrix")
+```
+
+
 ### libfork (cross)
 
 
@@ -15027,7 +15123,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | 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+400, 3.35.0+300, 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 |
+| 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+100, 3.46.0+0 |
 | 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) |
 

+ 97 - 1
packages/iphoneos.md

@@ -2314,6 +2314,30 @@ add_requires("cnats")
 ```
 
 
+### cnl (iphoneos)
+
+
+| Description | *A Compositional Numeric Library for C++* |
+| -- | -- |
+| Homepage | [https://github.com/johnmcfarlane/cnl](https://github.com/johnmcfarlane/cnl) |
+| License | BSL-1.0 |
+| Versions | 2023.12.23 |
+| Architectures | arm64, x86_64 |
+| Definition | [cnl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cnl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos cnl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cnl")
+```
+
+
 ### cnpy (iphoneos)
 
 
@@ -4973,6 +4997,30 @@ add_requires("fmt")
 ```
 
 
+### fpm (iphoneos)
+
+
+| Description | *C++ header-only fixed-point math library* |
+| -- | -- |
+| Homepage | [https://mikelankamp.github.io/fpm](https://mikelankamp.github.io/fpm) |
+| License | MIT |
+| Versions | 2024.09.06 |
+| Architectures | arm64, x86_64 |
+| Definition | [fpm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fpm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos fpm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fpm")
+```
+
+
 ### freetype (iphoneos)
 
 
@@ -7696,6 +7744,54 @@ add_requires("libffi")
 ```
 
 
+### libfixmath (iphoneos)
+
+
+| Description | *Cross Platform Fixed Point Maths Library* |
+| -- | -- |
+| Homepage | [https://code.google.com/p/libfixmath/](https://code.google.com/p/libfixmath/) |
+| License | MIT |
+| Versions | 2023.08.06 |
+| Architectures | arm64, x86_64 |
+| Definition | [libfixmath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfixmath/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos libfixmath
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfixmath")
+```
+
+
+### libfixmatrix (iphoneos)
+
+
+| Description | *C library for fixed point matrix, quaternion and vector calculations* |
+| -- | -- |
+| Homepage | [https://github.com/PetteriAimonen/libfixmatrix](https://github.com/PetteriAimonen/libfixmatrix) |
+| License | MIT |
+| Versions | 2014.01.17 |
+| Architectures | arm64, x86_64 |
+| Definition | [libfixmatrix/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfixmatrix/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos libfixmatrix
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfixmatrix")
+```
+
+
 ### libflac (iphoneos)
 
 
@@ -15210,7 +15306,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | 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+400, 3.35.0+300, 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 |
+| 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+100, 3.46.0+0 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 98 - 2
packages/linux.md

@@ -4080,6 +4080,30 @@ add_requires("cnats")
 ```
 
 
+### cnl (linux)
+
+
+| Description | *A Compositional Numeric Library for C++* |
+| -- | -- |
+| Homepage | [https://github.com/johnmcfarlane/cnl](https://github.com/johnmcfarlane/cnl) |
+| License | BSL-1.0 |
+| Versions | 2023.12.23 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [cnl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cnl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cnl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cnl")
+```
+
+
 ### cnpy (linux)
 
 
@@ -8786,6 +8810,30 @@ add_requires("fontconfig")
 ```
 
 
+### fpm (linux)
+
+
+| Description | *C++ header-only fixed-point math library* |
+| -- | -- |
+| Homepage | [https://mikelankamp.github.io/fpm](https://mikelankamp.github.io/fpm) |
+| License | MIT |
+| Versions | 2024.09.06 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [fpm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fpm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fpm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fpm")
+```
+
+
 ### fpng (linux)
 
 
@@ -14484,6 +14532,54 @@ add_requires("libfive")
 ```
 
 
+### libfixmath (linux)
+
+
+| Description | *Cross Platform Fixed Point Maths Library* |
+| -- | -- |
+| Homepage | [https://code.google.com/p/libfixmath/](https://code.google.com/p/libfixmath/) |
+| License | MIT |
+| Versions | 2023.08.06 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libfixmath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfixmath/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libfixmath
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfixmath")
+```
+
+
+### libfixmatrix (linux)
+
+
+| Description | *C library for fixed point matrix, quaternion and vector calculations* |
+| -- | -- |
+| Homepage | [https://github.com/PetteriAimonen/libfixmatrix](https://github.com/PetteriAimonen/libfixmatrix) |
+| License | MIT |
+| Versions | 2014.01.17 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libfixmatrix/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfixmatrix/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libfixmatrix
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfixmatrix")
+```
+
+
 ### libflac (linux)
 
 
@@ -29484,7 +29580,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | 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+400, 3.35.0+300, 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 |
+| 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+100, 3.46.0+0 |
 | 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) |
 
@@ -33537,7 +33633,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: 0x55ef13076900 |
+| License | table: 0x55f12a228480 |
 | 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) |

+ 98 - 2
packages/macosx.md

@@ -3818,6 +3818,30 @@ add_requires("cnats")
 ```
 
 
+### cnl (macosx)
+
+
+| Description | *A Compositional Numeric Library for C++* |
+| -- | -- |
+| Homepage | [https://github.com/johnmcfarlane/cnl](https://github.com/johnmcfarlane/cnl) |
+| License | BSL-1.0 |
+| Versions | 2023.12.23 |
+| Architectures | arm64, x86_64 |
+| Definition | [cnl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cnl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cnl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cnl")
+```
+
+
 ### cnpy (macosx)
 
 
@@ -8193,6 +8217,30 @@ add_requires("fontconfig")
 ```
 
 
+### fpm (macosx)
+
+
+| Description | *C++ header-only fixed-point math library* |
+| -- | -- |
+| Homepage | [https://mikelankamp.github.io/fpm](https://mikelankamp.github.io/fpm) |
+| License | MIT |
+| Versions | 2024.09.06 |
+| Architectures | arm64, x86_64 |
+| Definition | [fpm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fpm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fpm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fpm")
+```
+
+
 ### fpng (macosx)
 
 
@@ -13393,6 +13441,54 @@ add_requires("libfive")
 ```
 
 
+### libfixmath (macosx)
+
+
+| Description | *Cross Platform Fixed Point Maths Library* |
+| -- | -- |
+| Homepage | [https://code.google.com/p/libfixmath/](https://code.google.com/p/libfixmath/) |
+| License | MIT |
+| Versions | 2023.08.06 |
+| Architectures | arm64, x86_64 |
+| Definition | [libfixmath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfixmath/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libfixmath
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfixmath")
+```
+
+
+### libfixmatrix (macosx)
+
+
+| Description | *C library for fixed point matrix, quaternion and vector calculations* |
+| -- | -- |
+| Homepage | [https://github.com/PetteriAimonen/libfixmatrix](https://github.com/PetteriAimonen/libfixmatrix) |
+| License | MIT |
+| Versions | 2014.01.17 |
+| Architectures | arm64, x86_64 |
+| Definition | [libfixmatrix/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfixmatrix/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libfixmatrix
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfixmatrix")
+```
+
+
 ### libflac (macosx)
 
 
@@ -27182,7 +27278,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | 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+400, 3.35.0+300, 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 |
+| 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+100, 3.46.0+0 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -30951,7 +31047,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: 0x55ef13076900 |
+| License | table: 0x55f12a228480 |
 | 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) |

+ 97 - 1
packages/mingw.md

@@ -2676,6 +2676,30 @@ add_requires("cnats")
 ```
 
 
+### cnl (mingw)
+
+
+| Description | *A Compositional Numeric Library for C++* |
+| -- | -- |
+| Homepage | [https://github.com/johnmcfarlane/cnl](https://github.com/johnmcfarlane/cnl) |
+| License | BSL-1.0 |
+| Versions | 2023.12.23 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [cnl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cnl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] cnl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cnl")
+```
+
+
 ### cnpy (mingw)
 
 
@@ -5695,6 +5719,30 @@ add_requires("fmt")
 ```
 
 
+### fpm (mingw)
+
+
+| Description | *C++ header-only fixed-point math library* |
+| -- | -- |
+| Homepage | [https://mikelankamp.github.io/fpm](https://mikelankamp.github.io/fpm) |
+| License | MIT |
+| Versions | 2024.09.06 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [fpm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fpm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] fpm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fpm")
+```
+
+
 ### freeglut (mingw)
 
 
@@ -9038,6 +9086,54 @@ add_requires("libfido2")
 ```
 
 
+### libfixmath (mingw)
+
+
+| Description | *Cross Platform Fixed Point Maths Library* |
+| -- | -- |
+| Homepage | [https://code.google.com/p/libfixmath/](https://code.google.com/p/libfixmath/) |
+| License | MIT |
+| Versions | 2023.08.06 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [libfixmath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfixmath/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] libfixmath
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfixmath")
+```
+
+
+### libfixmatrix (mingw)
+
+
+| Description | *C library for fixed point matrix, quaternion and vector calculations* |
+| -- | -- |
+| Homepage | [https://github.com/PetteriAimonen/libfixmatrix](https://github.com/PetteriAimonen/libfixmatrix) |
+| License | MIT |
+| Versions | 2014.01.17 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [libfixmatrix/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfixmatrix/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] libfixmatrix
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfixmatrix")
+```
+
+
 ### libflac (mingw)
 
 
@@ -17720,7 +17816,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+400, 3.35.0+300, 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 |
+| 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+100, 3.46.0+0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 97 - 1
packages/msys.md

@@ -2507,6 +2507,30 @@ add_requires("cnats")
 ```
 
 
+### cnl (msys)
+
+
+| Description | *A Compositional Numeric Library for C++* |
+| -- | -- |
+| Homepage | [https://github.com/johnmcfarlane/cnl](https://github.com/johnmcfarlane/cnl) |
+| License | BSL-1.0 |
+| Versions | 2023.12.23 |
+| Architectures | i386, x86_64 |
+| Definition | [cnl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cnl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cnl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cnl")
+```
+
+
 ### cnpy (msys)
 
 
@@ -5141,6 +5165,30 @@ add_requires("fmt")
 ```
 
 
+### fpm (msys)
+
+
+| Description | *C++ header-only fixed-point math library* |
+| -- | -- |
+| Homepage | [https://mikelankamp.github.io/fpm](https://mikelankamp.github.io/fpm) |
+| License | MIT |
+| Versions | 2024.09.06 |
+| Architectures | i386, x86_64 |
+| Definition | [fpm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fpm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fpm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fpm")
+```
+
+
 ### freetype (msys)
 
 
@@ -7603,6 +7651,54 @@ add_requires("libfido2")
 ```
 
 
+### libfixmath (msys)
+
+
+| Description | *Cross Platform Fixed Point Maths Library* |
+| -- | -- |
+| Homepage | [https://code.google.com/p/libfixmath/](https://code.google.com/p/libfixmath/) |
+| License | MIT |
+| Versions | 2023.08.06 |
+| Architectures | i386, x86_64 |
+| Definition | [libfixmath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfixmath/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libfixmath
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfixmath")
+```
+
+
+### libfixmatrix (msys)
+
+
+| Description | *C library for fixed point matrix, quaternion and vector calculations* |
+| -- | -- |
+| Homepage | [https://github.com/PetteriAimonen/libfixmatrix](https://github.com/PetteriAimonen/libfixmatrix) |
+| License | MIT |
+| Versions | 2014.01.17 |
+| Architectures | i386, x86_64 |
+| Definition | [libfixmatrix/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfixmatrix/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libfixmatrix
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfixmatrix")
+```
+
+
 ### libfork (msys)
 
 
@@ -14428,7 +14524,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+400, 3.35.0+300, 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 |
+| 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+100, 3.46.0+0 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 97 - 1
packages/wasm.md

@@ -2078,6 +2078,30 @@ add_requires("cnats")
 ```
 
 
+### cnl (wasm)
+
+
+| Description | *A Compositional Numeric Library for C++* |
+| -- | -- |
+| Homepage | [https://github.com/johnmcfarlane/cnl](https://github.com/johnmcfarlane/cnl) |
+| License | BSL-1.0 |
+| Versions | 2023.12.23 |
+| Architectures | wasm32, wasm64 |
+| Definition | [cnl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cnl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm cnl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cnl")
+```
+
+
 ### cnpy (wasm)
 
 
@@ -4547,6 +4571,30 @@ add_requires("fmt")
 ```
 
 
+### fpm (wasm)
+
+
+| Description | *C++ header-only fixed-point math library* |
+| -- | -- |
+| Homepage | [https://mikelankamp.github.io/fpm](https://mikelankamp.github.io/fpm) |
+| License | MIT |
+| Versions | 2024.09.06 |
+| Architectures | wasm32, wasm64 |
+| Definition | [fpm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fpm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm fpm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fpm")
+```
+
+
 ### freetype (wasm)
 
 
@@ -6842,6 +6890,54 @@ add_requires("libevent")
 ```
 
 
+### libfixmath (wasm)
+
+
+| Description | *Cross Platform Fixed Point Maths Library* |
+| -- | -- |
+| Homepage | [https://code.google.com/p/libfixmath/](https://code.google.com/p/libfixmath/) |
+| License | MIT |
+| Versions | 2023.08.06 |
+| Architectures | wasm32, wasm64 |
+| Definition | [libfixmath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfixmath/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm libfixmath
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfixmath")
+```
+
+
+### libfixmatrix (wasm)
+
+
+| Description | *C library for fixed point matrix, quaternion and vector calculations* |
+| -- | -- |
+| Homepage | [https://github.com/PetteriAimonen/libfixmatrix](https://github.com/PetteriAimonen/libfixmatrix) |
+| License | MIT |
+| Versions | 2014.01.17 |
+| Architectures | wasm32, wasm64 |
+| Definition | [libfixmatrix/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfixmatrix/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm libfixmatrix
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfixmatrix")
+```
+
+
 ### libflac (wasm)
 
 
@@ -13427,7 +13523,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+400, 3.35.0+300, 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 |
+| 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+100, 3.46.0+0 |
 | Architectures | wasm32, wasm64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 97 - 1
packages/windows.md

@@ -3726,6 +3726,30 @@ add_requires("cnats")
 ```
 
 
+### cnl (windows)
+
+
+| Description | *A Compositional Numeric Library for C++* |
+| -- | -- |
+| Homepage | [https://github.com/johnmcfarlane/cnl](https://github.com/johnmcfarlane/cnl) |
+| License | BSL-1.0 |
+| Versions | 2023.12.23 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [cnl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cnl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cnl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cnl")
+```
+
+
 ### cnpy (windows)
 
 
@@ -8102,6 +8126,30 @@ add_requires("fontconfig")
 ```
 
 
+### fpm (windows)
+
+
+| Description | *C++ header-only fixed-point math library* |
+| -- | -- |
+| Homepage | [https://mikelankamp.github.io/fpm](https://mikelankamp.github.io/fpm) |
+| License | MIT |
+| Versions | 2024.09.06 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [fpm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fpm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fpm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fpm")
+```
+
+
 ### fpng (windows)
 
 
@@ -12946,6 +12994,54 @@ add_requires("libfive")
 ```
 
 
+### libfixmath (windows)
+
+
+| Description | *Cross Platform Fixed Point Maths Library* |
+| -- | -- |
+| Homepage | [https://code.google.com/p/libfixmath/](https://code.google.com/p/libfixmath/) |
+| License | MIT |
+| Versions | 2023.08.06 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [libfixmath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfixmath/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libfixmath
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfixmath")
+```
+
+
+### libfixmatrix (windows)
+
+
+| Description | *C library for fixed point matrix, quaternion and vector calculations* |
+| -- | -- |
+| Homepage | [https://github.com/PetteriAimonen/libfixmatrix](https://github.com/PetteriAimonen/libfixmatrix) |
+| License | MIT |
+| Versions | 2014.01.17 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [libfixmatrix/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfixmatrix/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libfixmatrix
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfixmatrix")
+```
+
+
 ### libflac (windows)
 
 
@@ -25311,7 +25407,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | 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+400, 3.35.0+300, 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 |
+| 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+100, 3.46.0+0 |
 | 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-09-27T05:09:18+08:00</lastmod>
+  <lastmod>2024-09-27T05:25:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-09-27T05:09:24+08:00</lastmod>
+  <lastmod>2024-09-27T05:25:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-09-27T05:09:25+08:00</lastmod>
+  <lastmod>2024-09-27T05:25:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-09-27T05:09:25+08:00</lastmod>
+  <lastmod>2024-09-27T05:25:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-09-27T05:09:25+08:00</lastmod>
+  <lastmod>2024-09-27T05:25:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-09-27T05:09:25+08:00</lastmod>
+  <lastmod>2024-09-27T05:25:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-09-27T05:09:26+08:00</lastmod>
+  <lastmod>2024-09-27T05:25:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-09-27T05:09:26+08:00</lastmod>
+  <lastmod>2024-09-27T05:25:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-09-27T05:09:26+08:00</lastmod>
+  <lastmod>2024-09-27T05:25:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-09-27T05:09:27+08:00</lastmod>
+  <lastmod>2024-09-27T05:25:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-09-27T05:09:27+08:00</lastmod>
+  <lastmod>2024-09-27T05:25:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-09-27T05:09:27+08:00</lastmod>
+  <lastmod>2024-09-27T05:25:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-09-27T05:09:28+08:00</lastmod>
+  <lastmod>2024-09-27T05:25:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-09-27T05:09:28+08:00</lastmod>
+  <lastmod>2024-09-27T05:25:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-09-27T05:09:28+08:00</lastmod>
+  <lastmod>2024-09-27T05:25:52+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: coin-or-ipopt, process-dump, w64devkit**
+- **Recently added: fpm, libfixmath, libfixmatrix**
 
 [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)
-- 包列表 (1532)
+- 包列表 (1536)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)