Bladeren bron

autoupdate docs by xmake-repo/ci

ruki 11 maanden geleden
bovenliggende
commit
ac9093b11a

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: port, libdom, port**
+- **Recently added: port, libsvgtiny, port**
 
 [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 (1544)
+- Packages (1545)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 39 - 2
mirror/packages/android.html

@@ -11224,7 +11224,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.0.5</td>
+<td>v1.0.5, v1.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13781,6 +13781,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsv")
 </code></pre>
+<h3 id="libsvgtinyandroid">libsvgtiny (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Libsvgtiny is a library for parsing SVG files for display.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libsvgtiny">https://www.netsurf-browser.org/projects/libsvgtiny</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.1.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/l/libsvgtiny/xmake.lua">libsvgtiny/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libsvgtiny
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsvgtiny")
+</code></pre>
 <h3 id="libsvmandroid">libsvm (android)</h3>
 <table>
 <thead>
@@ -24511,7 +24548,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+100, 3.46.0+0</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+200, 3.45.0+100, 3.46.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 40 - 3
mirror/packages/bsd.html

@@ -8404,7 +8404,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15</td>
+<td>1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15, 1.0.16</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11416,7 +11416,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.0.5</td>
+<td>v1.0.5, v1.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13821,6 +13821,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsv")
 </code></pre>
+<h3 id="libsvgtinybsd">libsvgtiny (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Libsvgtiny is a library for parsing SVG files for display.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libsvgtiny">https://www.netsurf-browser.org/projects/libsvgtiny</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.1.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/l/libsvgtiny/xmake.lua">libsvgtiny/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsvgtiny
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsvgtiny")
+</code></pre>
 <h3 id="libsvmbsd">libsvm (bsd)</h3>
 <table>
 <thead>
@@ -24762,7 +24799,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+100, 3.46.0+0</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+100, 3.45.0+200, 3.45.0+300, 3.46.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 40 - 3
mirror/packages/cross.html

@@ -8161,7 +8161,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15</td>
+<td>1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15, 1.0.16</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11099,7 +11099,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.0.5</td>
+<td>v1.0.5, v1.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13409,6 +13409,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsv")
 </code></pre>
+<h3 id="libsvgtinycross">libsvgtiny (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Libsvgtiny is a library for parsing SVG files for display.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libsvgtiny">https://www.netsurf-browser.org/projects/libsvgtiny</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.1.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/l/libsvgtiny/xmake.lua">libsvgtiny/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libsvgtiny
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsvgtiny")
+</code></pre>
 <h3 id="libsvmcross">libsvm (cross)</h3>
 <table>
 <thead>
@@ -23333,7 +23370,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+100, 3.46.0+0</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+200, 3.45.0+100, 3.46.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 40 - 3
mirror/packages/iphoneos.html

@@ -10927,7 +10927,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.0.5</td>
+<td>v1.0.5, v1.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13418,6 +13418,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsv")
 </code></pre>
+<h3 id="libsvgtinyiphoneos">libsvgtiny (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Libsvgtiny is a library for parsing SVG files for display.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libsvgtiny">https://www.netsurf-browser.org/projects/libsvgtiny</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.1.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/l/libsvgtiny/xmake.lua">libsvgtiny/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos libsvgtiny
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsvgtiny")
+</code></pre>
 <h3 id="libsvmiphoneos">libsvm (iphoneos)</h3>
 <table>
 <thead>
@@ -22799,7 +22836,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1, v3.6.0, v3.7.0, v3.8.0, v3.9.1, v3.9.2, v3.9.3, v3.9.4, v3.9.5, v3.10.0</td>
+<td>v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1, v3.6.0, v3.7.0, v3.8.0, v3.9.1, v3.9.2, v3.9.3, v3.9.4, v3.9.5, v3.10.0, v3.10.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -23630,7 +23667,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+100, 3.46.0+0</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+100, 3.45.0+200, 3.45.0+300, 3.46.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 43 - 6
mirror/packages/linux.html

@@ -13713,7 +13713,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15</td>
+<td>1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15, 1.0.16</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -19756,7 +19756,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.0.5</td>
+<td>v1.0.5, v1.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -24637,7 +24637,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.10.1</td>
+<td>v0.10.1, v0.10.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -25663,6 +25663,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsv")
 </code></pre>
+<h3 id="libsvgtinylinux">libsvgtiny (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Libsvgtiny is a library for parsing SVG files for display.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libsvgtiny">https://www.netsurf-browser.org/projects/libsvgtiny</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.1.8</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/libsvgtiny/xmake.lua">libsvgtiny/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsvgtiny
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsvgtiny")
+</code></pre>
 <h3 id="libsvmlinux">libsvm (linux)</h3>
 <table>
 <thead>
@@ -44064,7 +44101,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1, v3.6.0, v3.7.0, v3.8.0, v3.9.1, v3.9.2, v3.9.3, v3.9.4, v3.9.5, v3.10.0</td>
+<td>v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1, v3.6.0, v3.7.0, v3.8.0, v3.9.1, v3.9.2, v3.9.3, v3.9.4, v3.9.5, v3.10.0, v3.10.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -45261,7 +45298,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+100, 3.46.0+0</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+200, 3.45.0+100, 3.46.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -51415,7 +51452,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x56073d83f540</td>
+<td>table: 0x5558ef517e40</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 43 - 6
mirror/packages/macosx.html

@@ -12779,7 +12779,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15</td>
+<td>1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15, 1.0.16</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -18493,7 +18493,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.0.5</td>
+<td>v1.0.5, v1.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -22773,7 +22773,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.10.1</td>
+<td>v0.10.1, v0.10.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -23762,6 +23762,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsv")
 </code></pre>
+<h3 id="libsvgtinymacosx">libsvgtiny (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Libsvgtiny is a library for parsing SVG files for display.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libsvgtiny">https://www.netsurf-browser.org/projects/libsvgtiny</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.1.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/l/libsvgtiny/xmake.lua">libsvgtiny/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsvgtiny
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsvgtiny")
+</code></pre>
 <h3 id="libsvmmacosx">libsvm (macosx)</h3>
 <table>
 <thead>
@@ -40579,7 +40616,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1, v3.6.0, v3.7.0, v3.8.0, v3.9.1, v3.9.2, v3.9.3, v3.9.4, v3.9.5, v3.10.0</td>
+<td>v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1, v3.6.0, v3.7.0, v3.8.0, v3.9.1, v3.9.2, v3.9.3, v3.9.4, v3.9.5, v3.10.0, v3.10.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -41739,7 +41776,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+100, 3.46.0+0</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+100, 3.45.0+200, 3.45.0+300, 3.46.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -47465,7 +47502,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x56073d83f540</td>
+<td>table: 0x5558ef517e40</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 41 - 4
mirror/packages/mingw.html

@@ -8960,7 +8960,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15</td>
+<td>1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15, 1.0.16</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -12622,7 +12622,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.0.5</td>
+<td>v1.0.5, v1.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -15582,6 +15582,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsv")
 </code></pre>
+<h3 id="libsvgtinymingw">libsvgtiny (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Libsvgtiny is a library for parsing SVG files for display.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libsvgtiny">https://www.netsurf-browser.org/projects/libsvgtiny</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.1.8</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/libsvgtiny/xmake.lua">libsvgtiny/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] libsvgtiny
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsvgtiny")
+</code></pre>
 <h3 id="libsvmmingw">libsvm (mingw)</h3>
 <table>
 <thead>
@@ -26522,7 +26559,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1, v3.6.0, v3.7.0, v3.8.0, v3.9.1, v3.9.2, v3.9.3, v3.9.4, v3.9.5, v3.10.0</td>
+<td>v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1, v3.6.0, v3.7.0, v3.8.0, v3.9.1, v3.9.2, v3.9.3, v3.9.4, v3.9.5, v3.10.0, v3.10.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -27431,7 +27468,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+100, 3.46.0+0</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+200, 3.45.0+100, 3.46.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 40 - 3
mirror/packages/msys.html

@@ -8071,7 +8071,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15</td>
+<td>1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15, 1.0.16</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10787,7 +10787,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.0.5</td>
+<td>v1.0.5, v1.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -12957,6 +12957,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsv")
 </code></pre>
+<h3 id="libsvgtinymsys">libsvgtiny (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Libsvgtiny is a library for parsing SVG files for display.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libsvgtiny">https://www.netsurf-browser.org/projects/libsvgtiny</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.1.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/l/libsvgtiny/xmake.lua">libsvgtiny/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsvgtiny
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsvgtiny")
+</code></pre>
 <h3 id="libsvmmsys">libsvm (msys)</h3>
 <table>
 <thead>
@@ -22412,7 +22449,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+100, 3.46.0+0</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+100, 3.45.0+200, 3.45.0+300, 3.46.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 40 - 3
mirror/packages/wasm.html

@@ -7170,7 +7170,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15</td>
+<td>1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15, 1.0.16</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -9816,7 +9816,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.0.5</td>
+<td>v1.0.5, v1.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11900,6 +11900,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsv")
 </code></pre>
+<h3 id="libsvgtinywasm">libsvgtiny (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Libsvgtiny is a library for parsing SVG files for display.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libsvgtiny">https://www.netsurf-browser.org/projects/libsvgtiny</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.1.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/l/libsvgtiny/xmake.lua">libsvgtiny/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm libsvgtiny
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsvgtiny")
+</code></pre>
 <h3 id="libsvmwasm">libsvm (wasm)</h3>
 <table>
 <thead>
@@ -20886,7 +20923,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+100, 3.46.0+0</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+200, 3.45.0+100, 3.46.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 42 - 5
mirror/packages/windows.html

@@ -12688,7 +12688,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15</td>
+<td>1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15, 1.0.16</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -18139,7 +18139,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.0.5</td>
+<td>v1.0.5, v1.1.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -21361,7 +21361,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.10.1</td>
+<td>v0.10.1, v0.10.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -22210,6 +22210,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsv")
 </code></pre>
+<h3 id="libsvgtinywindows">libsvgtiny (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Libsvgtiny is a library for parsing SVG files for display.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libsvgtiny">https://www.netsurf-browser.org/projects/libsvgtiny</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.1.8</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/libsvgtiny/xmake.lua">libsvgtiny/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsvgtiny
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsvgtiny")
+</code></pre>
 <h3 id="libsvmwindows">libsvm (windows)</h3>
 <table>
 <thead>
@@ -37885,7 +37922,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1, v3.6.0, v3.7.0, v3.8.0, v3.9.1, v3.9.2, v3.9.3, v3.9.4, v3.9.5, v3.10.0</td>
+<td>v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1, v3.6.0, v3.7.0, v3.8.0, v3.9.1, v3.9.2, v3.9.3, v3.9.4, v3.9.5, v3.10.0, v3.10.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -39008,7 +39045,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+100, 3.46.0+0</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+100, 3.45.0+200, 3.45.0+300, 3.46.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 26 - 2
packages/android.md

@@ -7302,7 +7302,7 @@ add_requires("kcp")
 | -- | -- |
 | Homepage | [https://github.com/KDAB/KDBindings](https://github.com/KDAB/KDBindings) |
 | License | MIT |
-| Versions | v1.0.5 |
+| Versions | v1.0.5, v1.1.0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [kdbindings/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kdbindings/xmake.lua) |
 
@@ -8988,6 +8988,30 @@ add_requires("libsv")
 ```
 
 
+### libsvgtiny (android)
+
+
+| Description | *Libsvgtiny is a library for parsing SVG files for display.* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libsvgtiny](https://www.netsurf-browser.org/projects/libsvgtiny) |
+| License | MIT |
+| Versions | 0.1.8 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [libsvgtiny/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsvgtiny/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] libsvgtiny
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsvgtiny")
+```
+
+
 ### libsvm (android)
 
 
@@ -16051,7 +16075,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+100, 3.46.0+0 |
+| 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+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) |
 

+ 27 - 3
packages/bsd.md

@@ -5436,7 +5436,7 @@ add_requires("freetype")
 | -- | -- |
 | Homepage | [https://github.com/fribidi/fribidi](https://github.com/fribidi/fribidi) |
 | License | LGPL-2.1 |
-| Versions | 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15 |
+| Versions | 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15, 1.0.16 |
 | Architectures | i386, x86_64 |
 | Definition | [fribidi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fribidi/xmake.lua) |
 
@@ -7422,7 +7422,7 @@ add_requires("kcp")
 | -- | -- |
 | Homepage | [https://github.com/KDAB/KDBindings](https://github.com/KDAB/KDBindings) |
 | License | MIT |
-| Versions | v1.0.5 |
+| Versions | v1.0.5, v1.1.0 |
 | Architectures | i386, x86_64 |
 | Definition | [kdbindings/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kdbindings/xmake.lua) |
 
@@ -9011,6 +9011,30 @@ add_requires("libsv")
 ```
 
 
+### libsvgtiny (bsd)
+
+
+| Description | *Libsvgtiny is a library for parsing SVG files for display.* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libsvgtiny](https://www.netsurf-browser.org/projects/libsvgtiny) |
+| License | MIT |
+| Versions | 0.1.8 |
+| Architectures | i386, x86_64 |
+| Definition | [libsvgtiny/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsvgtiny/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsvgtiny
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsvgtiny")
+```
+
+
 ### libsvm (bsd)
 
 
@@ -16230,7 +16254,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+100, 3.46.0+0 |
+| 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+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) |
 

+ 27 - 3
packages/cross.md

@@ -5272,7 +5272,7 @@ add_requires("freetype")
 | -- | -- |
 | Homepage | [https://github.com/fribidi/fribidi](https://github.com/fribidi/fribidi) |
 | License | LGPL-2.1 |
-| Versions | 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15 |
+| Versions | 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15, 1.0.16 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [fribidi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fribidi/xmake.lua) |
 
@@ -7210,7 +7210,7 @@ add_requires("kcp")
 | -- | -- |
 | Homepage | [https://github.com/KDAB/KDBindings](https://github.com/KDAB/KDBindings) |
 | License | MIT |
-| Versions | v1.0.5 |
+| Versions | v1.0.5, v1.1.0 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [kdbindings/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kdbindings/xmake.lua) |
 
@@ -8731,6 +8731,30 @@ add_requires("libsv")
 ```
 
 
+### libsvgtiny (cross)
+
+
+| Description | *Libsvgtiny is a library for parsing SVG files for display.* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libsvgtiny](https://www.netsurf-browser.org/projects/libsvgtiny) |
+| License | MIT |
+| Versions | 0.1.8 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [libsvgtiny/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsvgtiny/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] libsvgtiny
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsvgtiny")
+```
+
+
 ### libsvm (cross)
 
 
@@ -15268,7 +15292,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+100, 3.46.0+0 |
+| 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+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) |
 

+ 27 - 3
packages/iphoneos.md

@@ -7108,7 +7108,7 @@ add_requires("kcp")
 | -- | -- |
 | Homepage | [https://github.com/KDAB/KDBindings](https://github.com/KDAB/KDBindings) |
 | License | MIT |
-| Versions | v1.0.5 |
+| Versions | v1.0.5, v1.1.0 |
 | Architectures | arm64, x86_64 |
 | Definition | [kdbindings/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kdbindings/xmake.lua) |
 
@@ -8748,6 +8748,30 @@ add_requires("libsv")
 ```
 
 
+### libsvgtiny (iphoneos)
+
+
+| Description | *Libsvgtiny is a library for parsing SVG files for display.* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libsvgtiny](https://www.netsurf-browser.org/projects/libsvgtiny) |
+| License | MIT |
+| Versions | 0.1.8 |
+| Architectures | arm64, x86_64 |
+| Definition | [libsvgtiny/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsvgtiny/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos libsvgtiny
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsvgtiny")
+```
+
+
 ### libsvm (iphoneos)
 
 
@@ -14928,7 +14952,7 @@ add_requires("simde")
 | -- | -- |
 | Homepage | [https://simdjson.org](https://simdjson.org) |
 | License | Apache-2.0 |
-| Versions | v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1, v3.6.0, v3.7.0, v3.8.0, v3.9.1, v3.9.2, v3.9.3, v3.9.4, v3.9.5, v3.10.0 |
+| Versions | v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1, v3.6.0, v3.7.0, v3.8.0, v3.9.1, v3.9.2, v3.9.3, v3.9.4, v3.9.5, v3.10.0, v3.10.1 |
 | Architectures | arm64 |
 | Definition | [simdjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simdjson/xmake.lua) |
 
@@ -15475,7 +15499,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+100, 3.46.0+0 |
+| 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+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) |
 

+ 30 - 6
packages/linux.md

@@ -8935,7 +8935,7 @@ add_requires("freetype")
 | -- | -- |
 | Homepage | [https://github.com/fribidi/fribidi](https://github.com/fribidi/fribidi) |
 | License | LGPL-2.1 |
-| Versions | 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15 |
+| Versions | 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15, 1.0.16 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [fribidi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fribidi/xmake.lua) |
 
@@ -12925,7 +12925,7 @@ add_requires("kcp")
 | -- | -- |
 | Homepage | [https://github.com/KDAB/KDBindings](https://github.com/KDAB/KDBindings) |
 | License | MIT |
-| Versions | v1.0.5 |
+| Versions | v1.0.5, v1.1.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [kdbindings/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kdbindings/xmake.lua) |
 
@@ -16153,7 +16153,7 @@ add_requires("libqrencode")
 | -- | -- |
 | Homepage | [https://host-oman.github.io/libraqm](https://host-oman.github.io/libraqm) |
 | License | MIT |
-| Versions | v0.10.1 |
+| Versions | v0.10.1, v0.10.2 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [libraqm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libraqm/xmake.lua) |
 
@@ -16835,6 +16835,30 @@ add_requires("libsv")
 ```
 
 
+### libsvgtiny (linux)
+
+
+| Description | *Libsvgtiny is a library for parsing SVG files for display.* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libsvgtiny](https://www.netsurf-browser.org/projects/libsvgtiny) |
+| License | MIT |
+| Versions | 0.1.8 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libsvgtiny/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsvgtiny/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsvgtiny
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsvgtiny")
+```
+
+
 ### libsvm (linux)
 
 
@@ -28987,7 +29011,7 @@ add_requires("simde")
 | -- | -- |
 | Homepage | [https://simdjson.org](https://simdjson.org) |
 | License | Apache-2.0 |
-| Versions | v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1, v3.6.0, v3.7.0, v3.8.0, v3.9.1, v3.9.2, v3.9.3, v3.9.4, v3.9.5, v3.10.0 |
+| Versions | v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1, v3.6.0, v3.7.0, v3.8.0, v3.9.1, v3.9.2, v3.9.3, v3.9.4, v3.9.5, v3.10.0, v3.10.1 |
 | Architectures | x86_64 |
 | Definition | [simdjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simdjson/xmake.lua) |
 
@@ -29773,7 +29797,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+100, 3.46.0+0 |
+| 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+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) |
 
@@ -33826,7 +33850,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: 0x56073d83f540 |
+| License | table: 0x5558ef517e40 |
 | 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) |

+ 30 - 6
packages/macosx.md

@@ -8318,7 +8318,7 @@ add_requires("freetype")
 | -- | -- |
 | Homepage | [https://github.com/fribidi/fribidi](https://github.com/fribidi/fribidi) |
 | License | LGPL-2.1 |
-| Versions | 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15 |
+| Versions | 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15, 1.0.16 |
 | Architectures | arm64, x86_64 |
 | Definition | [fribidi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fribidi/xmake.lua) |
 
@@ -12093,7 +12093,7 @@ add_requires("kcp")
 | -- | -- |
 | Homepage | [https://github.com/KDAB/KDBindings](https://github.com/KDAB/KDBindings) |
 | License | MIT |
-| Versions | v1.0.5 |
+| Versions | v1.0.5, v1.1.0 |
 | Architectures | arm64, x86_64 |
 | Definition | [kdbindings/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kdbindings/xmake.lua) |
 
@@ -14920,7 +14920,7 @@ add_requires("libqrencode")
 | -- | -- |
 | Homepage | [https://host-oman.github.io/libraqm](https://host-oman.github.io/libraqm) |
 | License | MIT |
-| Versions | v0.10.1 |
+| Versions | v0.10.1, v0.10.2 |
 | Architectures | arm64, x86_64 |
 | Definition | [libraqm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libraqm/xmake.lua) |
 
@@ -15578,6 +15578,30 @@ add_requires("libsv")
 ```
 
 
+### libsvgtiny (macosx)
+
+
+| Description | *Libsvgtiny is a library for parsing SVG files for display.* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libsvgtiny](https://www.netsurf-browser.org/projects/libsvgtiny) |
+| License | MIT |
+| Versions | 0.1.8 |
+| Architectures | arm64, x86_64 |
+| Definition | [libsvgtiny/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsvgtiny/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsvgtiny
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsvgtiny")
+```
+
+
 ### libsvm (macosx)
 
 
@@ -26685,7 +26709,7 @@ add_requires("simde")
 | -- | -- |
 | Homepage | [https://simdjson.org](https://simdjson.org) |
 | License | Apache-2.0 |
-| Versions | v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1, v3.6.0, v3.7.0, v3.8.0, v3.9.1, v3.9.2, v3.9.3, v3.9.4, v3.9.5, v3.10.0 |
+| Versions | v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1, v3.6.0, v3.7.0, v3.8.0, v3.9.1, v3.9.2, v3.9.3, v3.9.4, v3.9.5, v3.10.0, v3.10.1 |
 | Architectures | x86_64 |
 | Definition | [simdjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simdjson/xmake.lua) |
 
@@ -27447,7 +27471,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+100, 3.46.0+0 |
+| 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+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) |
 
@@ -31216,7 +31240,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: 0x56073d83f540 |
+| License | table: 0x5558ef517e40 |
 | 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) |

+ 28 - 4
packages/mingw.md

@@ -5798,7 +5798,7 @@ add_requires("freetype")
 | -- | -- |
 | Homepage | [https://github.com/fribidi/fribidi](https://github.com/fribidi/fribidi) |
 | License | LGPL-2.1 |
-| Versions | 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15 |
+| Versions | 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15, 1.0.16 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [fribidi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fribidi/xmake.lua) |
 
@@ -8212,7 +8212,7 @@ add_requires("kcp")
 | -- | -- |
 | Homepage | [https://github.com/KDAB/KDBindings](https://github.com/KDAB/KDBindings) |
 | License | MIT |
-| Versions | v1.0.5 |
+| Versions | v1.0.5, v1.1.0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [kdbindings/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kdbindings/xmake.lua) |
 
@@ -10161,6 +10161,30 @@ add_requires("libsv")
 ```
 
 
+### libsvgtiny (mingw)
+
+
+| Description | *Libsvgtiny is a library for parsing SVG files for display.* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libsvgtiny](https://www.netsurf-browser.org/projects/libsvgtiny) |
+| License | MIT |
+| Versions | 0.1.8 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [libsvgtiny/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsvgtiny/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] libsvgtiny
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsvgtiny")
+```
+
+
 ### libsvm (mingw)
 
 
@@ -17365,7 +17389,7 @@ add_requires("simde")
 | -- | -- |
 | Homepage | [https://simdjson.org](https://simdjson.org) |
 | License | Apache-2.0 |
-| Versions | v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1, v3.6.0, v3.7.0, v3.8.0, v3.9.1, v3.9.2, v3.9.3, v3.9.4, v3.9.5, v3.10.0 |
+| Versions | v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1, v3.6.0, v3.7.0, v3.8.0, v3.9.1, v3.9.2, v3.9.3, v3.9.4, v3.9.5, v3.10.0, v3.10.1 |
 | Architectures | x86_64 |
 | Definition | [simdjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simdjson/xmake.lua) |
 
@@ -17961,7 +17985,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+100, 3.46.0+0 |
+| 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+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) |
 

+ 27 - 3
packages/msys.md

@@ -5220,7 +5220,7 @@ add_requires("freetype")
 | -- | -- |
 | Homepage | [https://github.com/fribidi/fribidi](https://github.com/fribidi/fribidi) |
 | License | LGPL-2.1 |
-| Versions | 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15 |
+| Versions | 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15, 1.0.16 |
 | Architectures | i386, x86_64 |
 | Definition | [fribidi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fribidi/xmake.lua) |
 
@@ -7014,7 +7014,7 @@ add_requires("kcp")
 | -- | -- |
 | Homepage | [https://github.com/KDAB/KDBindings](https://github.com/KDAB/KDBindings) |
 | License | MIT |
-| Versions | v1.0.5 |
+| Versions | v1.0.5, v1.1.0 |
 | Architectures | i386, x86_64 |
 | Definition | [kdbindings/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kdbindings/xmake.lua) |
 
@@ -8441,6 +8441,30 @@ add_requires("libsv")
 ```
 
 
+### libsvgtiny (msys)
+
+
+| Description | *Libsvgtiny is a library for parsing SVG files for display.* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libsvgtiny](https://www.netsurf-browser.org/projects/libsvgtiny) |
+| License | MIT |
+| Versions | 0.1.8 |
+| Architectures | i386, x86_64 |
+| Definition | [libsvgtiny/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsvgtiny/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsvgtiny
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsvgtiny")
+```
+
+
 ### libsvm (msys)
 
 
@@ -14669,7 +14693,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+100, 3.46.0+0 |
+| 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+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) |
 

+ 27 - 3
packages/wasm.md

@@ -4626,7 +4626,7 @@ add_requires("freetype")
 | -- | -- |
 | Homepage | [https://github.com/fribidi/fribidi](https://github.com/fribidi/fribidi) |
 | License | LGPL-2.1 |
-| Versions | 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15 |
+| Versions | 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15, 1.0.16 |
 | Architectures | wasm32, wasm64 |
 | Definition | [fribidi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fribidi/xmake.lua) |
 
@@ -6373,7 +6373,7 @@ add_requires("kcp")
 | -- | -- |
 | Homepage | [https://github.com/KDAB/KDBindings](https://github.com/KDAB/KDBindings) |
 | License | MIT |
-| Versions | v1.0.5 |
+| Versions | v1.0.5, v1.1.0 |
 | Architectures | wasm32, wasm64 |
 | Definition | [kdbindings/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kdbindings/xmake.lua) |
 
@@ -7749,6 +7749,30 @@ add_requires("libsv")
 ```
 
 
+### libsvgtiny (wasm)
+
+
+| Description | *Libsvgtiny is a library for parsing SVG files for display.* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libsvgtiny](https://www.netsurf-browser.org/projects/libsvgtiny) |
+| License | MIT |
+| Versions | 0.1.8 |
+| Architectures | wasm32, wasm64 |
+| Definition | [libsvgtiny/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsvgtiny/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm libsvgtiny
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsvgtiny")
+```
+
+
 ### libsvm (wasm)
 
 
@@ -13668,7 +13692,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+100, 3.46.0+0 |
+| 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+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) |
 

+ 29 - 5
packages/windows.md

@@ -8251,7 +8251,7 @@ add_requires("freetype")
 | -- | -- |
 | Homepage | [https://github.com/fribidi/fribidi](https://github.com/fribidi/fribidi) |
 | License | LGPL-2.1 |
-| Versions | 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15 |
+| Versions | 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15, 1.0.16 |
 | Architectures | x64, x86 |
 | Definition | [fribidi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fribidi/xmake.lua) |
 
@@ -11835,7 +11835,7 @@ add_requires("kcp")
 | -- | -- |
 | Homepage | [https://github.com/KDAB/KDBindings](https://github.com/KDAB/KDBindings) |
 | License | MIT |
-| Versions | v1.0.5 |
+| Versions | v1.0.5, v1.1.0 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [kdbindings/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kdbindings/xmake.lua) |
 
@@ -13955,7 +13955,7 @@ add_requires("libqrencode")
 | -- | -- |
 | Homepage | [https://host-oman.github.io/libraqm](https://host-oman.github.io/libraqm) |
 | License | MIT |
-| Versions | v0.10.1 |
+| Versions | v0.10.1, v0.10.2 |
 | Architectures | x64, x86 |
 | Definition | [libraqm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libraqm/xmake.lua) |
 
@@ -14519,6 +14519,30 @@ add_requires("libsv")
 ```
 
 
+### libsvgtiny (windows)
+
+
+| Description | *Libsvgtiny is a library for parsing SVG files for display.* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libsvgtiny](https://www.netsurf-browser.org/projects/libsvgtiny) |
+| License | MIT |
+| Versions | 0.1.8 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [libsvgtiny/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsvgtiny/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsvgtiny
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsvgtiny")
+```
+
+
 ### libsvm (windows)
 
 
@@ -24839,7 +24863,7 @@ add_requires("simde")
 | -- | -- |
 | Homepage | [https://simdjson.org](https://simdjson.org) |
 | License | Apache-2.0 |
-| Versions | v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1, v3.6.0, v3.7.0, v3.8.0, v3.9.1, v3.9.2, v3.9.3, v3.9.4, v3.9.5, v3.10.0 |
+| Versions | v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1, v3.6.0, v3.7.0, v3.8.0, v3.9.1, v3.9.2, v3.9.3, v3.9.4, v3.9.5, v3.10.0, v3.10.1 |
 | Architectures | x64 |
 | Definition | [simdjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simdjson/xmake.lua) |
 
@@ -25577,7 +25601,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+100, 3.46.0+0 |
+| 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+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-30T16:58:49+08:00</lastmod>
+  <lastmod>2024-10-01T05:14:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-09-30T16:58:55+08:00</lastmod>
+  <lastmod>2024-10-01T05:14:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-09-30T16:58:56+08:00</lastmod>
+  <lastmod>2024-10-01T05:14:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-09-30T16:58:56+08:00</lastmod>
+  <lastmod>2024-10-01T05:14:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-09-30T16:58:56+08:00</lastmod>
+  <lastmod>2024-10-01T05:14:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-09-30T16:58:56+08:00</lastmod>
+  <lastmod>2024-10-01T05:14:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-09-30T16:58:57+08:00</lastmod>
+  <lastmod>2024-10-01T05:14:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-09-30T16:58:57+08:00</lastmod>
+  <lastmod>2024-10-01T05:14:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-09-30T16:58:57+08:00</lastmod>
+  <lastmod>2024-10-01T05:14:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-09-30T16:58:58+08:00</lastmod>
+  <lastmod>2024-10-01T05:14:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-09-30T16:58:58+08:00</lastmod>
+  <lastmod>2024-10-01T05:14:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-09-30T16:58:58+08:00</lastmod>
+  <lastmod>2024-10-01T05:14:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-09-30T16:58:59+08:00</lastmod>
+  <lastmod>2024-10-01T05:14:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-09-30T16:58:59+08:00</lastmod>
+  <lastmod>2024-10-01T05:14:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-09-30T16:58:59+08:00</lastmod>
+  <lastmod>2024-10-01T05:14:59+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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