Browse Source

autoupdate docs by xmake-repo/ci

ruki 3 weeks ago
parent
commit
f99f693c3d

+ 39 - 2
mirror/packages/android.html

@@ -6276,7 +6276,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>v1.2.1+1, v1.2.1+2</td>
+<td>v1.2.1+2, v1.2.1+1</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -14808,6 +14808,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libb2")
 <pre><code class="lang-lua">add_requires("libb2")
 </code></pre>
 </code></pre>
+<h3 id="libbacktraceandroid">libbacktrace (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C library that may be linked into a C/C++ program to produce symbolic backtraces</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ianlancetaylor/libbacktrace">https://github.com/ianlancetaylor/libbacktrace</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2025.04.10</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libbacktrace/xmake.lua">libbacktrace/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libbacktrace
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libbacktrace")
+</code></pre>
 <h3 id="libbigwigandroid">libbigwig (android)</h3>
 <h3 id="libbigwigandroid">libbigwig (android)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -31957,7 +31994,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <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, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+0, 3.50.0+200, 3.50.0+100</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+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+100, 3.50.0+200, 3.50.0+0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>

+ 39 - 2
mirror/packages/bsd.html

@@ -6431,7 +6431,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>v1.2.1+1, v1.2.1+2</td>
+<td>v1.2.1+2, v1.2.1+1</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -14671,6 +14671,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libb2")
 <pre><code class="lang-lua">add_requires("libb2")
 </code></pre>
 </code></pre>
+<h3 id="libbacktracebsd">libbacktrace (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C library that may be linked into a C/C++ program to produce symbolic backtraces</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ianlancetaylor/libbacktrace">https://github.com/ianlancetaylor/libbacktrace</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2025.04.10</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/libbacktrace/xmake.lua">libbacktrace/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libbacktrace
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libbacktrace")
+</code></pre>
 <h3 id="libbigwigbsd">libbigwig (bsd)</h3>
 <h3 id="libbigwigbsd">libbigwig (bsd)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -31694,7 +31731,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <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+100, 3.45.0+300, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0, 3.49.0+200, 3.50.0+0, 3.50.0+200, 3.50.0+100</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+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+100, 3.50.0+200, 3.50.0+0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>

+ 39 - 2
mirror/packages/cross.html

@@ -6258,7 +6258,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>v1.2.1+1, v1.2.1+2</td>
+<td>v1.2.1+2, v1.2.1+1</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -14457,6 +14457,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libb2")
 <pre><code class="lang-lua">add_requires("libb2")
 </code></pre>
 </code></pre>
+<h3 id="libbacktracecross">libbacktrace (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C library that may be linked into a C/C++ program to produce symbolic backtraces</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ianlancetaylor/libbacktrace">https://github.com/ianlancetaylor/libbacktrace</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2025.04.10</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/libbacktrace/xmake.lua">libbacktrace/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libbacktrace
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libbacktrace")
+</code></pre>
 <h3 id="libbigwigcross">libbigwig (cross)</h3>
 <h3 id="libbigwigcross">libbigwig (cross)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -30636,7 +30673,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <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+200, 3.45.0+100, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+0, 3.50.0+200, 3.50.0+100</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, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+100, 3.50.0+200, 3.50.0+0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>

+ 39 - 2
mirror/packages/iphoneos.html

@@ -5983,7 +5983,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>v1.2.1+1, v1.2.1+2</td>
+<td>v1.2.1+2, v1.2.1+1</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -14219,6 +14219,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libb2")
 <pre><code class="lang-lua">add_requires("libb2")
 </code></pre>
 </code></pre>
+<h3 id="libbacktraceiphoneos">libbacktrace (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C library that may be linked into a C/C++ program to produce symbolic backtraces</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ianlancetaylor/libbacktrace">https://github.com/ianlancetaylor/libbacktrace</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2025.04.10</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/libbacktrace/xmake.lua">libbacktrace/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos libbacktrace
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libbacktrace")
+</code></pre>
 <h3 id="libbigwigiphoneos">libbigwig (iphoneos)</h3>
 <h3 id="libbigwigiphoneos">libbigwig (iphoneos)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -30418,7 +30455,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <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, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0, 3.49.0+200, 3.50.0+0, 3.50.0+200, 3.50.0+100</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+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+100, 3.50.0+200, 3.50.0+0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>

+ 8 - 4
mirror/packages/linux.html

@@ -9095,7 +9095,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>v1.2.1+1, v1.2.1+2</td>
+<td>v1.2.1+2, v1.2.1+1</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -23383,8 +23383,12 @@
 <td><a href="https://github.com/ianlancetaylor/libbacktrace">https://github.com/ianlancetaylor/libbacktrace</a></td>
 <td><a href="https://github.com/ianlancetaylor/libbacktrace">https://github.com/ianlancetaylor/libbacktrace</a></td>
 </tr>
 </tr>
 <tr>
 <tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>v1.0</td>
+<td>2025.04.10</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -51193,7 +51197,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <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+100, 3.45.0+300, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+0, 3.50.0+200, 3.50.0+100</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+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+100, 3.50.0+200, 3.50.0+0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -58173,7 +58177,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>License</td>
 <td>License</td>
-<td>table: 0x564f77a6da20</td>
+<td>table: 0x56384e511630</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>

+ 8 - 4
mirror/packages/macosx.html

@@ -8515,7 +8515,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>v1.2.1+1, v1.2.1+2</td>
+<td>v1.2.1+2, v1.2.1+1</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -21894,8 +21894,12 @@
 <td><a href="https://github.com/ianlancetaylor/libbacktrace">https://github.com/ianlancetaylor/libbacktrace</a></td>
 <td><a href="https://github.com/ianlancetaylor/libbacktrace">https://github.com/ianlancetaylor/libbacktrace</a></td>
 </tr>
 </tr>
 <tr>
 <tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>v1.0</td>
+<td>2025.04.10</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -47408,7 +47412,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <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+200, 3.45.0+100, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0, 3.49.0+200, 3.50.0+0, 3.50.0+200, 3.50.0+100</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, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+100, 3.50.0+200, 3.50.0+0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -53919,7 +53923,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>License</td>
 <td>License</td>
-<td>table: 0x564f77a6da20</td>
+<td>table: 0x56384e511630</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>

+ 39 - 2
mirror/packages/mingw.html

@@ -6687,7 +6687,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>v1.2.1+1, v1.2.1+2</td>
+<td>v1.2.1+2, v1.2.1+1</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -16301,6 +16301,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libb2")
 <pre><code class="lang-lua">add_requires("libb2")
 </code></pre>
 </code></pre>
+<h3 id="libbacktracemingw">libbacktrace (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C library that may be linked into a C/C++ program to produce symbolic backtraces</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ianlancetaylor/libbacktrace">https://github.com/ianlancetaylor/libbacktrace</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2025.04.10</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/libbacktrace/xmake.lua">libbacktrace/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] libbacktrace
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libbacktrace")
+</code></pre>
 <h3 id="libbigwigmingw">libbigwig (mingw)</h3>
 <h3 id="libbigwigmingw">libbigwig (mingw)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -34491,7 +34528,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <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, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+0, 3.50.0+200, 3.50.0+100</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+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+100, 3.50.0+200, 3.50.0+0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>

+ 39 - 2
mirror/packages/msys.html

@@ -6279,7 +6279,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>v1.2.1+1, v1.2.1+2</td>
+<td>v1.2.1+2, v1.2.1+1</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -14404,6 +14404,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libb2")
 <pre><code class="lang-lua">add_requires("libb2")
 </code></pre>
 </code></pre>
+<h3 id="libbacktracemsys">libbacktrace (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C library that may be linked into a C/C++ program to produce symbolic backtraces</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ianlancetaylor/libbacktrace">https://github.com/ianlancetaylor/libbacktrace</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2025.04.10</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/libbacktrace/xmake.lua">libbacktrace/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libbacktrace
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libbacktrace")
+</code></pre>
 <h3 id="libbigwigmsys">libbigwig (msys)</h3>
 <h3 id="libbigwigmsys">libbigwig (msys)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -29941,7 +29978,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <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+100, 3.45.0+300, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0, 3.49.0+200, 3.50.0+0, 3.50.0+200, 3.50.0+100</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+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+100, 3.50.0+200, 3.50.0+0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/wasm.html

@@ -12623,6 +12623,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libb2")
 <pre><code class="lang-lua">add_requires("libb2")
 </code></pre>
 </code></pre>
+<h3 id="libbacktracewasm">libbacktrace (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C library that may be linked into a C/C++ program to produce symbolic backtraces</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ianlancetaylor/libbacktrace">https://github.com/ianlancetaylor/libbacktrace</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2025.04.10</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/libbacktrace/xmake.lua">libbacktrace/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm libbacktrace
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libbacktrace")
+</code></pre>
 <h3 id="libcwasm">libc++ (wasm)</h3>
 <h3 id="libcwasm">libc++ (wasm)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -27004,7 +27041,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <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+200, 3.45.0+100, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+0, 3.50.0+200, 3.50.0+100</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, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+100, 3.50.0+200, 3.50.0+0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>

+ 39 - 2
mirror/packages/windows.html

@@ -8634,7 +8634,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>v1.2.1+1, v1.2.1+2</td>
+<td>v1.2.1+2, v1.2.1+1</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -22114,6 +22114,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libb2")
 <pre><code class="lang-lua">add_requires("libb2")
 </code></pre>
 </code></pre>
+<h3 id="libbacktracewindows">libbacktrace (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C library that may be linked into a C/C++ program to produce symbolic backtraces</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ianlancetaylor/libbacktrace">https://github.com/ianlancetaylor/libbacktrace</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2025.04.10</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/libbacktrace/xmake.lua">libbacktrace/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libbacktrace
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libbacktrace")
+</code></pre>
 <h3 id="libbpgwindows">libbpg (windows)</h3>
 <h3 id="libbpgwindows">libbpg (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -46220,7 +46257,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <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, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0, 3.49.0+200, 3.50.0+0, 3.50.0+200, 3.50.0+100</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+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+100, 3.50.0+200, 3.50.0+0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>

+ 26 - 2
packages/android.md

@@ -4045,7 +4045,7 @@ add_requires("crossguid")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | License | BSD 3-Clause |
 | License | BSD 3-Clause |
-| Versions | v1.2.1+1, v1.2.1+2 |
+| Versions | v1.2.1+2, v1.2.1+1 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 
 
@@ -9643,6 +9643,30 @@ add_requires("libb2")
 ```
 ```
 
 
 
 
+### libbacktrace (android)
+
+
+| Description | *A C library that may be linked into a C/C++ program to produce symbolic backtraces* |
+| -- | -- |
+| Homepage | [https://github.com/ianlancetaylor/libbacktrace](https://github.com/ianlancetaylor/libbacktrace) |
+| License | BSD-3-Clause |
+| Versions | 2025.04.10 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
+| Definition | [libbacktrace/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libbacktrace/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] libbacktrace
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libbacktrace")
+```
+
+
 ### libbigwig (android)
 ### libbigwig (android)
 
 
 
 
@@ -20892,7 +20916,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
 | 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, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+0, 3.50.0+200, 3.50.0+100 |
+| 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+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+100, 3.50.0+200, 3.50.0+0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 

+ 26 - 2
packages/bsd.md

@@ -4141,7 +4141,7 @@ add_requires("croncpp")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | License | BSD 3-Clause |
 | License | BSD 3-Clause |
-| Versions | v1.2.1+1, v1.2.1+2 |
+| Versions | v1.2.1+2, v1.2.1+1 |
 | Architectures | i386, x86_64 |
 | Architectures | i386, x86_64 |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 
 
@@ -9548,6 +9548,30 @@ add_requires("libb2")
 ```
 ```
 
 
 
 
+### libbacktrace (bsd)
+
+
+| Description | *A C library that may be linked into a C/C++ program to produce symbolic backtraces* |
+| -- | -- |
+| Homepage | [https://github.com/ianlancetaylor/libbacktrace](https://github.com/ianlancetaylor/libbacktrace) |
+| License | BSD-3-Clause |
+| Versions | 2025.04.10 |
+| Architectures | i386, x86_64 |
+| Definition | [libbacktrace/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libbacktrace/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libbacktrace
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libbacktrace")
+```
+
+
 ### libbigwig (bsd)
 ### libbigwig (bsd)
 
 
 
 
@@ -20736,7 +20760,7 @@ add_requires("spot")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
 | 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+100, 3.45.0+300, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0, 3.49.0+200, 3.50.0+0, 3.50.0+200, 3.50.0+100 |
+| 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+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+100, 3.50.0+200, 3.50.0+0 |
 | Architectures | i386, x86_64 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 

+ 26 - 2
packages/cross.md

@@ -4024,7 +4024,7 @@ add_requires("croncpp")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | License | BSD 3-Clause |
 | License | BSD 3-Clause |
-| Versions | v1.2.1+1, v1.2.1+2 |
+| Versions | v1.2.1+2, v1.2.1+1 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 
 
@@ -9406,6 +9406,30 @@ add_requires("libb2")
 ```
 ```
 
 
 
 
+### libbacktrace (cross)
+
+
+| Description | *A C library that may be linked into a C/C++ program to produce symbolic backtraces* |
+| -- | -- |
+| Homepage | [https://github.com/ianlancetaylor/libbacktrace](https://github.com/ianlancetaylor/libbacktrace) |
+| License | BSD-3-Clause |
+| Versions | 2025.04.10 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [libbacktrace/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libbacktrace/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] libbacktrace
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libbacktrace")
+```
+
+
 ### libbigwig (cross)
 ### libbigwig (cross)
 
 
 
 
@@ -20029,7 +20053,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
 | 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+200, 3.45.0+100, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+0, 3.50.0+200, 3.50.0+100 |
+| 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, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+100, 3.50.0+200, 3.50.0+0 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | 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) |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 

+ 26 - 2
packages/iphoneos.md

@@ -3852,7 +3852,7 @@ add_requires("crossguid")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | License | BSD 3-Clause |
 | License | BSD 3-Clause |
-| Versions | v1.2.1+1, v1.2.1+2 |
+| Versions | v1.2.1+2, v1.2.1+1 |
 | Architectures | arm64, x86_64 |
 | Architectures | arm64, x86_64 |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 
 
@@ -9258,6 +9258,30 @@ add_requires("libb2")
 ```
 ```
 
 
 
 
+### libbacktrace (iphoneos)
+
+
+| Description | *A C library that may be linked into a C/C++ program to produce symbolic backtraces* |
+| -- | -- |
+| Homepage | [https://github.com/ianlancetaylor/libbacktrace](https://github.com/ianlancetaylor/libbacktrace) |
+| License | BSD-3-Clause |
+| Versions | 2025.04.10 |
+| Architectures | arm64, x86_64 |
+| Definition | [libbacktrace/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libbacktrace/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos libbacktrace
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libbacktrace")
+```
+
+
 ### libbigwig (iphoneos)
 ### libbigwig (iphoneos)
 
 
 
 
@@ -19886,7 +19910,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
 | 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, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0, 3.49.0+200, 3.50.0+0, 3.50.0+200, 3.50.0+100 |
+| 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+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+100, 3.50.0+200, 3.50.0+0 |
 | Architectures | arm64, x86_64 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 

+ 5 - 4
packages/linux.md

@@ -5902,7 +5902,7 @@ add_requires("crossguid")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | License | BSD 3-Clause |
 | License | BSD 3-Clause |
-| Versions | v1.2.1+1, v1.2.1+2 |
+| Versions | v1.2.1+2, v1.2.1+1 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 
 
@@ -15294,7 +15294,8 @@ add_requires("libb2")
 | Description | *A C library that may be linked into a C/C++ program to produce symbolic backtraces* |
 | Description | *A C library that may be linked into a C/C++ program to produce symbolic backtraces* |
 | -- | -- |
 | -- | -- |
 | Homepage | [https://github.com/ianlancetaylor/libbacktrace](https://github.com/ianlancetaylor/libbacktrace) |
 | Homepage | [https://github.com/ianlancetaylor/libbacktrace](https://github.com/ianlancetaylor/libbacktrace) |
-| Versions | v1.0 |
+| License | BSD-3-Clause |
+| Versions | 2025.04.10 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [libbacktrace/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libbacktrace/xmake.lua) |
 | Definition | [libbacktrace/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libbacktrace/xmake.lua) |
 
 
@@ -33616,7 +33617,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
 | 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+100, 3.45.0+300, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+0, 3.50.0+200, 3.50.0+100 |
+| 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+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+100, 3.50.0+200, 3.50.0+0 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Architectures | arm64, 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) |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 
@@ -38200,7 +38201,7 @@ add_requires("whisper.cpp")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | 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/) |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x564f77a6da20 |
+| License | table: 0x56384e511630 |
 | Versions | 1.13 |
 | Versions | 1.13 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Architectures | arm64, 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) |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 5 - 4
packages/macosx.md

@@ -5521,7 +5521,7 @@ add_requires("crossguid")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | License | BSD 3-Clause |
 | License | BSD 3-Clause |
-| Versions | v1.2.1+1, v1.2.1+2 |
+| Versions | v1.2.1+2, v1.2.1+1 |
 | Architectures | arm64, x86_64 |
 | Architectures | arm64, x86_64 |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 
 
@@ -14317,7 +14317,8 @@ add_requires("libb2")
 | Description | *A C library that may be linked into a C/C++ program to produce symbolic backtraces* |
 | Description | *A C library that may be linked into a C/C++ program to produce symbolic backtraces* |
 | -- | -- |
 | -- | -- |
 | Homepage | [https://github.com/ianlancetaylor/libbacktrace](https://github.com/ianlancetaylor/libbacktrace) |
 | Homepage | [https://github.com/ianlancetaylor/libbacktrace](https://github.com/ianlancetaylor/libbacktrace) |
-| Versions | v1.0 |
+| License | BSD-3-Clause |
+| Versions | 2025.04.10 |
 | Architectures | arm64, x86_64 |
 | Architectures | arm64, x86_64 |
 | Definition | [libbacktrace/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libbacktrace/xmake.lua) |
 | Definition | [libbacktrace/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libbacktrace/xmake.lua) |
 
 
@@ -31121,7 +31122,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
 | 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+200, 3.45.0+100, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0, 3.49.0+200, 3.50.0+0, 3.50.0+200, 3.50.0+100 |
+| 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, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+100, 3.50.0+200, 3.50.0+0 |
 | Architectures | arm64, x86_64 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 
@@ -35396,7 +35397,7 @@ add_requires("which")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | 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/) |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x564f77a6da20 |
+| License | table: 0x56384e511630 |
 | Versions | 1.13 |
 | Versions | 1.13 |
 | Architectures | arm64, x86_64 |
 | Architectures | arm64, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 26 - 2
packages/mingw.md

@@ -4310,7 +4310,7 @@ add_requires("crossguid")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | License | BSD 3-Clause |
 | License | BSD 3-Clause |
-| Versions | v1.2.1+1, v1.2.1+2 |
+| Versions | v1.2.1+2, v1.2.1+1 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 
 
@@ -10621,6 +10621,30 @@ add_requires("libb2")
 ```
 ```
 
 
 
 
+### libbacktrace (mingw)
+
+
+| Description | *A C library that may be linked into a C/C++ program to produce symbolic backtraces* |
+| -- | -- |
+| Homepage | [https://github.com/ianlancetaylor/libbacktrace](https://github.com/ianlancetaylor/libbacktrace) |
+| License | BSD-3-Clause |
+| Versions | 2025.04.10 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [libbacktrace/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libbacktrace/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] libbacktrace
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libbacktrace")
+```
+
+
 ### libbigwig (mingw)
 ### libbigwig (mingw)
 
 
 
 
@@ -22558,7 +22582,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
 | 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, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+0, 3.50.0+200, 3.50.0+100 |
+| 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+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+100, 3.50.0+200, 3.50.0+0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 

+ 26 - 2
packages/msys.md

@@ -4044,7 +4044,7 @@ add_requires("croncpp")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | License | BSD 3-Clause |
 | License | BSD 3-Clause |
-| Versions | v1.2.1+1, v1.2.1+2 |
+| Versions | v1.2.1+2, v1.2.1+1 |
 | Architectures | i386, x86_64 |
 | Architectures | i386, x86_64 |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 
 
@@ -9378,6 +9378,30 @@ add_requires("libb2")
 ```
 ```
 
 
 
 
+### libbacktrace (msys)
+
+
+| Description | *A C library that may be linked into a C/C++ program to produce symbolic backtraces* |
+| -- | -- |
+| Homepage | [https://github.com/ianlancetaylor/libbacktrace](https://github.com/ianlancetaylor/libbacktrace) |
+| License | BSD-3-Clause |
+| Versions | 2025.04.10 |
+| Architectures | i386, x86_64 |
+| Definition | [libbacktrace/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libbacktrace/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libbacktrace
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libbacktrace")
+```
+
+
 ### libbigwig (msys)
 ### libbigwig (msys)
 
 
 
 
@@ -19575,7 +19599,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
 | 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+100, 3.45.0+300, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0, 3.49.0+200, 3.50.0+0, 3.50.0+200, 3.50.0+100 |
+| 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+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+100, 3.50.0+200, 3.50.0+0 |
 | Architectures | i386, x86_64 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 

+ 25 - 1
packages/wasm.md

@@ -8210,6 +8210,30 @@ add_requires("libb2")
 ```
 ```
 
 
 
 
+### libbacktrace (wasm)
+
+
+| Description | *A C library that may be linked into a C/C++ program to produce symbolic backtraces* |
+| -- | -- |
+| Homepage | [https://github.com/ianlancetaylor/libbacktrace](https://github.com/ianlancetaylor/libbacktrace) |
+| License | BSD-3-Clause |
+| Versions | 2025.04.10 |
+| Architectures | wasm32, wasm64 |
+| Definition | [libbacktrace/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libbacktrace/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm libbacktrace
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libbacktrace")
+```
+
+
 ### libc++ (wasm)
 ### libc++ (wasm)
 
 
 
 
@@ -17646,7 +17670,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
 | 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+200, 3.45.0+100, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+0, 3.50.0+200, 3.50.0+100 |
+| 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, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+100, 3.50.0+200, 3.50.0+0 |
 | Architectures | wasm32, wasm64 |
 | Architectures | wasm32, wasm64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 

+ 26 - 2
packages/windows.md

@@ -5595,7 +5595,7 @@ add_requires("crossguid")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | License | BSD 3-Clause |
 | License | BSD 3-Clause |
-| Versions | v1.2.1+1, v1.2.1+2 |
+| Versions | v1.2.1+2, v1.2.1+1 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 
 
@@ -14436,6 +14436,30 @@ add_requires("libb2")
 ```
 ```
 
 
 
 
+### libbacktrace (windows)
+
+
+| Description | *A C library that may be linked into a C/C++ program to produce symbolic backtraces* |
+| -- | -- |
+| Homepage | [https://github.com/ianlancetaylor/libbacktrace](https://github.com/ianlancetaylor/libbacktrace) |
+| License | BSD-3-Clause |
+| Versions | 2025.04.10 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [libbacktrace/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libbacktrace/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libbacktrace
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libbacktrace")
+```
+
+
 ### libbpg (windows)
 ### libbpg (windows)
 
 
 
 
@@ -30271,7 +30295,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
 | 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, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0, 3.49.0+200, 3.50.0+0, 3.50.0+200, 3.50.0+100 |
+| 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+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+100, 3.50.0+200, 3.50.0+0 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 | 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>
 <url>
   <loc>https://xrepo.xmake.io</loc>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2025-07-18T03:09:44+08:00</lastmod>
+  <lastmod>2025-07-18T04:04:33+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2025-07-18T03:09:56+08:00</lastmod>
+  <lastmod>2025-07-18T04:04:45+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2025-07-18T03:09:56+08:00</lastmod>
+  <lastmod>2025-07-18T04:04:45+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2025-07-18T03:09:56+08:00</lastmod>
+  <lastmod>2025-07-18T04:04:46+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2025-07-18T03:09:57+08:00</lastmod>
+  <lastmod>2025-07-18T04:04:46+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2025-07-18T03:09:57+08:00</lastmod>
+  <lastmod>2025-07-18T04:04:46+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2025-07-18T03:09:57+08:00</lastmod>
+  <lastmod>2025-07-18T04:04:47+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2025-07-18T03:09:58+08:00</lastmod>
+  <lastmod>2025-07-18T04:04:47+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2025-07-18T03:09:58+08:00</lastmod>
+  <lastmod>2025-07-18T04:04:48+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2025-07-18T03:09:59+08:00</lastmod>
+  <lastmod>2025-07-18T04:04:48+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2025-07-18T03:09:59+08:00</lastmod>
+  <lastmod>2025-07-18T04:04:49+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2025-07-18T03:09:59+08:00</lastmod>
+  <lastmod>2025-07-18T04:04:49+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2025-07-18T03:10:00+08:00</lastmod>
+  <lastmod>2025-07-18T04:04:49+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2025-07-18T03:10:00+08:00</lastmod>
+  <lastmod>2025-07-18T04:04:49+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2025-07-18T03:10:00+08:00</lastmod>
+  <lastmod>2025-07-18T04:04:50+08:00</lastmod>
 </url>
 </url>
 
 
 </urlset>
 </urlset>