Browse Source

autoupdate docs by xmake-repo/ci

ruki 1 week ago
parent
commit
2f772b5bc9

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: gdcm, openimagedenoise**
+- **Recently added: tinytiff, pulseaudio, gdcm**
 
 [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 (1786)
+- Packages (1788)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 43 - 6
mirror/packages/android.html

@@ -1404,7 +1404,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1, 1.2, 1.3</td>
+<td>1.1, 1.2, 1.3, 1.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3858,7 +3858,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.1</td>
+<td>1.4.1, 1.4.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6350,7 +6350,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.2.1+2, v1.2.1+1</td>
+<td>v1.2.1+1, v1.2.1+2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -19824,7 +19824,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.0.0, v8.1.0, v9.2.1</td>
+<td>v3.0.0, v8.1.0, v9.2.1, v9.3.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -24273,7 +24273,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0</td>
+<td>v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0, v8.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -32438,7 +32438,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+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+100, 3.50.0+300, 3.50.0+0, 3.50.0+400, 3.50.0+200</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+200, 3.49.0+0, 3.49.0+100, 3.50.0+200, 3.50.0+100, 3.50.0+400, 3.50.0+300, 3.50.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -34863,6 +34863,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyspline")
 </code></pre>
+<h3 id="tinytiffandroid">tinytiff (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>lightweight TIFF reader/writer library (C/C++)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://jkriege2.github.io/TinyTIFF">http://jkriege2.github.io/TinyTIFF</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0.1+0</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/t/tinytiff/xmake.lua">tinytiff/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] tinytiff
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinytiff")
+</code></pre>
 <h3 id="tinyxmlandroid">tinyxml (android)</h3>
 <table>
 <thead>

+ 6 - 6
mirror/packages/bsd.html

@@ -1403,7 +1403,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1, 1.2, 1.3</td>
+<td>1.1, 1.2, 1.3, 1.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4046,7 +4046,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.1</td>
+<td>1.4.1, 1.4.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6468,7 +6468,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.2.1+2, v1.2.1+1</td>
+<td>v1.2.1+1, v1.2.1+2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -19885,7 +19885,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.0.0, v8.1.0, v9.2.1</td>
+<td>v3.0.0, v8.1.0, v9.2.1, v9.3.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -24470,7 +24470,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0</td>
+<td>v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0, v8.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -32286,7 +32286,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+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+200, 3.49.0+100, 3.49.0+0, 3.50.0+0, 3.50.0+400, 3.50.0+300, 3.50.0+100, 3.50.0+200</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+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+100, 3.49.0+0, 3.49.0+200, 3.50.0+400, 3.50.0+300, 3.50.0+100, 3.50.0+200, 3.50.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 43 - 6
mirror/packages/cross.html

@@ -1259,7 +1259,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1, 1.2, 1.3</td>
+<td>1.1, 1.2, 1.3, 1.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3799,7 +3799,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.1</td>
+<td>1.4.1, 1.4.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6332,7 +6332,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.2.1+2, v1.2.1+1</td>
+<td>v1.2.1+1, v1.2.1+2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -19395,7 +19395,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.0.0, v8.1.0, v9.2.1</td>
+<td>v3.0.0, v8.1.0, v9.2.1, v9.3.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -23548,7 +23548,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0</td>
+<td>v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0, v8.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -31117,7 +31117,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+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+300, 3.50.0+100, 3.50.0+400, 3.50.0+0, 3.50.0+200</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+200, 3.49.0+0, 3.49.0+100, 3.50.0+100, 3.50.0+200, 3.50.0+300, 3.50.0+400, 3.50.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -33468,6 +33468,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyspline")
 </code></pre>
+<h3 id="tinytiffcross">tinytiff (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>lightweight TIFF reader/writer library (C/C++)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://jkriege2.github.io/TinyTIFF">http://jkriege2.github.io/TinyTIFF</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0.1+0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinytiff/xmake.lua">tinytiff/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] tinytiff
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinytiff")
+</code></pre>
 <h3 id="tinyxmlcross">tinyxml (cross)</h3>
 <table>
 <thead>

+ 43 - 6
mirror/packages/iphoneos.html

@@ -1185,7 +1185,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1, 1.2, 1.3</td>
+<td>1.1, 1.2, 1.3, 1.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3602,7 +3602,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.1</td>
+<td>1.4.1, 1.4.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6057,7 +6057,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.2.1+2, v1.2.1+1</td>
+<td>v1.2.1+1, v1.2.1+2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -18877,7 +18877,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.0.0, v8.1.0, v9.2.1</td>
+<td>v3.0.0, v8.1.0, v9.2.1, v9.3.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -23211,7 +23211,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0</td>
+<td>v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0, v8.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -30899,7 +30899,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+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+200, 3.49.0+100, 3.49.0+0, 3.50.0+400, 3.50.0+0, 3.50.0+100, 3.50.0+300, 3.50.0+200</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+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+100, 3.49.0+0, 3.49.0+200, 3.50.0+300, 3.50.0+400, 3.50.0+200, 3.50.0+100, 3.50.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -33143,6 +33143,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyspline")
 </code></pre>
+<h3 id="tinytiffiphoneos">tinytiff (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>lightweight TIFF reader/writer library (C/C++)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://jkriege2.github.io/TinyTIFF">http://jkriege2.github.io/TinyTIFF</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0.1+0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinytiff/xmake.lua">tinytiff/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos tinytiff
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinytiff")
+</code></pre>
 <h3 id="tinyxmliphoneos">tinyxml (iphoneos)</h3>
 <table>
 <thead>

+ 82 - 8
mirror/packages/linux.html

@@ -739,7 +739,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.0, 1.4.2, 1.4.3, 1.4.4</td>
+<td>1.4.0, 1.4.2, 1.4.3, 1.4.4, 1.4.5</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1952,7 +1952,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1, 1.2, 1.3</td>
+<td>1.1, 1.2, 1.3, 1.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5521,7 +5521,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.1</td>
+<td>1.4.1, 1.4.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -9132,7 +9132,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.2.1+2, v1.2.1+1</td>
+<td>v1.2.1+1, v1.2.1+2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -32481,7 +32481,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.0.0, v8.1.0, v9.2.1</td>
+<td>v3.0.0, v8.1.0, v9.2.1, v9.3.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -38934,7 +38934,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0</td>
+<td>v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0, v8.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -45210,6 +45210,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pulsar")
 </code></pre>
+<h3 id="pulseaudiolinux">pulseaudio (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A featureful, general-purpose sound server</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.freedesktop.org/wiki/Software/PulseAudio/">https://www.freedesktop.org/wiki/Software/PulseAudio/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.1-or-later</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v17.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, 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/p/pulseaudio/xmake.lua">pulseaudio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pulseaudio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pulseaudio")
+</code></pre>
 <h3 id="pupnplinux">pupnp (linux)</h3>
 <table>
 <thead>
@@ -51571,7 +51608,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+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+100, 3.50.0+300, 3.50.0+0, 3.50.0+400, 3.50.0+200</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+200, 3.49.0+0, 3.49.0+100, 3.50.0+200, 3.50.0+100, 3.50.0+400, 3.50.0+300, 3.50.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -54963,6 +55000,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyspline")
 </code></pre>
+<h3 id="tinytifflinux">tinytiff (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>lightweight TIFF reader/writer library (C/C++)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://jkriege2.github.io/TinyTIFF">http://jkriege2.github.io/TinyTIFF</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0.1+0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, 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/t/tinytiff/xmake.lua">tinytiff/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinytiff
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinytiff")
+</code></pre>
 <h3 id="tinyxmllinux">tinyxml (linux)</h3>
 <table>
 <thead>
@@ -58588,7 +58662,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x56049949e720</td>
+<td>table: 0x55a1a4503e10</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 45 - 8
mirror/packages/macosx.html

@@ -665,7 +665,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.0, 1.4.2, 1.4.3, 1.4.4</td>
+<td>1.4.0, 1.4.2, 1.4.3, 1.4.4, 1.4.5</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1800,7 +1800,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1, 1.2, 1.3</td>
+<td>1.1, 1.2, 1.3, 1.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5196,7 +5196,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.1</td>
+<td>1.4.1, 1.4.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -8589,7 +8589,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.2.1+2, v1.2.1+1</td>
+<td>v1.2.1+1, v1.2.1+2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -29914,7 +29914,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.0.0, v8.1.0, v9.2.1</td>
+<td>v3.0.0, v8.1.0, v9.2.1, v9.3.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -36050,7 +36050,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0</td>
+<td>v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0, v8.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -47786,7 +47786,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+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+200, 3.49.0+100, 3.49.0+0, 3.50.0+0, 3.50.0+400, 3.50.0+300, 3.50.0+100, 3.50.0+200</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+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+100, 3.49.0+0, 3.49.0+200, 3.50.0+400, 3.50.0+300, 3.50.0+100, 3.50.0+200, 3.50.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -51001,6 +51001,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyspline")
 </code></pre>
+<h3 id="tinytiffmacosx">tinytiff (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>lightweight TIFF reader/writer library (C/C++)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://jkriege2.github.io/TinyTIFF">http://jkriege2.github.io/TinyTIFF</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0.1+0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinytiff/xmake.lua">tinytiff/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinytiff
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinytiff")
+</code></pre>
 <h3 id="tinyxmlmacosx">tinyxml (macosx)</h3>
 <table>
 <thead>
@@ -54334,7 +54371,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x56049949e720</td>
+<td>table: 0x55a1a4503e10</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 44 - 7
mirror/packages/mingw.html

@@ -520,7 +520,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.0, 1.4.2, 1.4.3, 1.4.4</td>
+<td>1.4.0, 1.4.2, 1.4.3, 1.4.4, 1.4.5</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1478,7 +1478,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1, 1.2, 1.3</td>
+<td>1.1, 1.2, 1.3, 1.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4047,7 +4047,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.1</td>
+<td>1.4.1, 1.4.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6761,7 +6761,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.2.1+2, v1.2.1+1</td>
+<td>v1.2.1+1, v1.2.1+2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -21358,7 +21358,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.0.0, v8.1.0, v9.2.1</td>
+<td>v3.0.0, v8.1.0, v9.2.1, v9.3.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -26136,7 +26136,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0</td>
+<td>v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0, v8.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -34898,7 +34898,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+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+300, 3.50.0+100, 3.50.0+400, 3.50.0+0, 3.50.0+200</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+200, 3.49.0+0, 3.49.0+100, 3.50.0+100, 3.50.0+200, 3.50.0+300, 3.50.0+400, 3.50.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -37541,6 +37541,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyspline")
 </code></pre>
+<h3 id="tinytiffmingw">tinytiff (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>lightweight TIFF reader/writer library (C/C++)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://jkriege2.github.io/TinyTIFF">http://jkriege2.github.io/TinyTIFF</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0.1+0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinytiff/xmake.lua">tinytiff/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] tinytiff
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinytiff")
+</code></pre>
 <h3 id="tinyxmlmingw">tinyxml (mingw)</h3>
 <table>
 <thead>

+ 43 - 6
mirror/packages/msys.html

@@ -1292,7 +1292,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1, 1.2, 1.3</td>
+<td>1.1, 1.2, 1.3, 1.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3902,7 +3902,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.1</td>
+<td>1.4.1, 1.4.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6390,7 +6390,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.2.1+2, v1.2.1+1</td>
+<td>v1.2.1+1, v1.2.1+2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -18996,7 +18996,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.0.0, v8.1.0, v9.2.1</td>
+<td>v3.0.0, v8.1.0, v9.2.1, v9.3.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -23223,7 +23223,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0</td>
+<td>v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0, v8.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -30496,7 +30496,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+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+200, 3.49.0+100, 3.49.0+0, 3.50.0+400, 3.50.0+0, 3.50.0+100, 3.50.0+300, 3.50.0+200</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+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+100, 3.49.0+0, 3.49.0+200, 3.50.0+300, 3.50.0+400, 3.50.0+200, 3.50.0+100, 3.50.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -32954,6 +32954,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyspline")
 </code></pre>
+<h3 id="tinytiffmsys">tinytiff (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>lightweight TIFF reader/writer library (C/C++)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://jkriege2.github.io/TinyTIFF">http://jkriege2.github.io/TinyTIFF</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0.1+0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinytiff/xmake.lua">tinytiff/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinytiff
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinytiff")
+</code></pre>
 <h3 id="tinyxmlmsys">tinyxml (msys)</h3>
 <table>
 <thead>

+ 42 - 5
mirror/packages/wasm.html

@@ -1074,7 +1074,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1, 1.2, 1.3</td>
+<td>1.1, 1.2, 1.3, 1.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3133,7 +3133,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.1</td>
+<td>1.4.1, 1.4.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -16693,7 +16693,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.0.0, v8.1.0, v9.2.1</td>
+<td>v3.0.0, v8.1.0, v9.2.1, v9.3.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -20599,7 +20599,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0</td>
+<td>v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0, v8.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -27374,7 +27374,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+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+100, 3.50.0+300, 3.50.0+0, 3.50.0+400, 3.50.0+200</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+200, 3.49.0+0, 3.49.0+100, 3.50.0+200, 3.50.0+100, 3.50.0+400, 3.50.0+300, 3.50.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -29433,6 +29433,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyspline")
 </code></pre>
+<h3 id="tinytiffwasm">tinytiff (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>lightweight TIFF reader/writer library (C/C++)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://jkriege2.github.io/TinyTIFF">http://jkriege2.github.io/TinyTIFF</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0.1+0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinytiff/xmake.lua">tinytiff/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm tinytiff
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinytiff")
+</code></pre>
 <h3 id="tinyxmlwasm">tinyxml (wasm)</h3>
 <table>
 <thead>

+ 44 - 7
mirror/packages/windows.html

@@ -698,7 +698,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.0, 1.4.2, 1.4.3, 1.4.4</td>
+<td>1.4.0, 1.4.2, 1.4.3, 1.4.4, 1.4.5</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1878,7 +1878,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1, 1.2, 1.3</td>
+<td>1.1, 1.2, 1.3, 1.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5167,7 +5167,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.1</td>
+<td>1.4.1, 1.4.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -8708,7 +8708,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.2.1+2, v1.2.1+1</td>
+<td>v1.2.1+1, v1.2.1+2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -28134,7 +28134,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.0.0, v8.1.0, v9.2.1</td>
+<td>v3.0.0, v8.1.0, v9.2.1, v9.3.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -34607,7 +34607,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0</td>
+<td>v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0, v8.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -46594,7 +46594,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+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+200, 3.49.0+100, 3.49.0+0, 3.50.0+0, 3.50.0+400, 3.50.0+300, 3.50.0+100, 3.50.0+200</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+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+100, 3.49.0+0, 3.49.0+200, 3.50.0+400, 3.50.0+300, 3.50.0+100, 3.50.0+200, 3.50.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -49912,6 +49912,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyspline")
 </code></pre>
+<h3 id="tinytiffwindows">tinytiff (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>lightweight TIFF reader/writer library (C/C++)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://jkriege2.github.io/TinyTIFF">http://jkriege2.github.io/TinyTIFF</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0.1+0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, arm64ec, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinytiff/xmake.lua">tinytiff/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinytiff
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinytiff")
+</code></pre>
 <h3 id="tinyxmlwindows">tinyxml (windows)</h3>
 <table>
 <thead>

+ 30 - 6
packages/android.md

@@ -847,7 +847,7 @@ add_requires("astc-encoder")
 | -- | -- |
 | Homepage | [https://github.com/alibaba/async_simple](https://github.com/alibaba/async_simple) |
 | License | Apache-2.0 |
-| Versions | 1.1, 1.2, 1.3 |
+| Versions | 1.1, 1.2, 1.3, 1.4 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
 | Definition | [async_simple/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/async_simple/xmake.lua) |
 
@@ -2467,7 +2467,7 @@ add_requires("catch2")
 | -- | -- |
 | Homepage | [https://artem-ogre.github.io/CDT/](https://artem-ogre.github.io/CDT/) |
 | License | MPL-2.0 |
-| Versions | 1.4.1 |
+| Versions | 1.4.1, 1.4.4 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
 | Definition | [cdt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cdt/xmake.lua) |
 
@@ -4093,7 +4093,7 @@ add_requires("crossguid")
 | -- | -- |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | License | BSD 3-Clause |
-| Versions | v1.2.1+2, v1.2.1+1 |
+| Versions | v1.2.1+1, v1.2.1+2 |
 | 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) |
 
@@ -12920,7 +12920,7 @@ add_requires("llfio")
 | -- | -- |
 | Homepage | [https://github.com/nodejs/llhttp](https://github.com/nodejs/llhttp) |
 | License | MIT |
-| Versions | v3.0.0, v8.1.0, v9.2.1 |
+| Versions | v3.0.0, v8.1.0, v9.2.1, v9.3.0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
 | Definition | [llhttp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llhttp/xmake.lua) |
 
@@ -15850,7 +15850,7 @@ add_requires("nod")
 | -- | -- |
 | Homepage | [https://github.com/nodejs/node-addon-api](https://github.com/nodejs/node-addon-api) |
 | License | MIT |
-| Versions | v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0 |
+| Versions | v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0, v8.5.0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
 | Definition | [node-addon-api/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/node-addon-api/xmake.lua) |
 
@@ -21204,7 +21204,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+100, 3.50.0+300, 3.50.0+0, 3.50.0+400, 3.50.0+200 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+200, 3.49.0+0, 3.49.0+100, 3.50.0+200, 3.50.0+100, 3.50.0+400, 3.50.0+300, 3.50.0+0 |
 | 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) |
 
@@ -22798,6 +22798,30 @@ add_requires("tinyspline")
 ```
 
 
+### tinytiff (android)
+
+
+| Description | *lightweight TIFF reader/writer library (C/C++)* |
+| -- | -- |
+| Homepage | [http://jkriege2.github.io/TinyTIFF](http://jkriege2.github.io/TinyTIFF) |
+| License | LGPL-3.0 |
+| Versions | 4.0.1+0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
+| Definition | [tinytiff/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinytiff/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] tinytiff
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinytiff")
+```
+
+
 ### tinyxml (android)
 
 

+ 6 - 6
packages/bsd.md

@@ -845,7 +845,7 @@ add_requires("astc-encoder")
 | -- | -- |
 | Homepage | [https://github.com/alibaba/async_simple](https://github.com/alibaba/async_simple) |
 | License | Apache-2.0 |
-| Versions | 1.1, 1.2, 1.3 |
+| Versions | 1.1, 1.2, 1.3, 1.4 |
 | Architectures | i386, x86_64 |
 | Definition | [async_simple/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/async_simple/xmake.lua) |
 
@@ -2586,7 +2586,7 @@ add_requires("catch2")
 | -- | -- |
 | Homepage | [https://artem-ogre.github.io/CDT/](https://artem-ogre.github.io/CDT/) |
 | License | MPL-2.0 |
-| Versions | 1.4.1 |
+| Versions | 1.4.1, 1.4.4 |
 | Architectures | i386, x86_64 |
 | Definition | [cdt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cdt/xmake.lua) |
 
@@ -4165,7 +4165,7 @@ add_requires("croncpp")
 | -- | -- |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | License | BSD 3-Clause |
-| Versions | v1.2.1+2, v1.2.1+1 |
+| Versions | v1.2.1+1, v1.2.1+2 |
 | Architectures | i386, x86_64 |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 
@@ -12963,7 +12963,7 @@ add_requires("llama.cpp")
 | -- | -- |
 | Homepage | [https://github.com/nodejs/llhttp](https://github.com/nodejs/llhttp) |
 | License | MIT |
-| Versions | v3.0.0, v8.1.0, v9.2.1 |
+| Versions | v3.0.0, v8.1.0, v9.2.1, v9.3.0 |
 | Architectures | i386, x86_64 |
 | Definition | [llhttp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llhttp/xmake.lua) |
 
@@ -15986,7 +15986,7 @@ add_requires("nod")
 | -- | -- |
 | Homepage | [https://github.com/nodejs/node-addon-api](https://github.com/nodejs/node-addon-api) |
 | License | MIT |
-| Versions | v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0 |
+| Versions | v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0, v8.5.0 |
 | Architectures | i386, x86_64 |
 | Definition | [node-addon-api/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/node-addon-api/xmake.lua) |
 
@@ -21120,7 +21120,7 @@ add_requires("spot")
 | -- | -- |
 | 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+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+200, 3.49.0+100, 3.49.0+0, 3.50.0+0, 3.50.0+400, 3.50.0+300, 3.50.0+100, 3.50.0+200 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+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+100, 3.49.0+0, 3.49.0+200, 3.50.0+400, 3.50.0+300, 3.50.0+100, 3.50.0+200, 3.50.0+0 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 30 - 6
packages/cross.md

@@ -750,7 +750,7 @@ add_requires("astc-encoder")
 | -- | -- |
 | Homepage | [https://github.com/alibaba/async_simple](https://github.com/alibaba/async_simple) |
 | License | Apache-2.0 |
-| Versions | 1.1, 1.2, 1.3 |
+| Versions | 1.1, 1.2, 1.3, 1.4 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [async_simple/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/async_simple/xmake.lua) |
 
@@ -2421,7 +2421,7 @@ add_requires("catch2")
 | -- | -- |
 | Homepage | [https://artem-ogre.github.io/CDT/](https://artem-ogre.github.io/CDT/) |
 | License | MPL-2.0 |
-| Versions | 1.4.1 |
+| Versions | 1.4.1, 1.4.4 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [cdt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cdt/xmake.lua) |
 
@@ -4072,7 +4072,7 @@ add_requires("croncpp")
 | -- | -- |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | License | BSD 3-Clause |
-| Versions | v1.2.1+2, v1.2.1+1 |
+| Versions | v1.2.1+1, v1.2.1+2 |
 | 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) |
 
@@ -12634,7 +12634,7 @@ add_requires("llama.cpp")
 | -- | -- |
 | Homepage | [https://github.com/nodejs/llhttp](https://github.com/nodejs/llhttp) |
 | License | MIT |
-| Versions | v3.0.0, v8.1.0, v9.2.1 |
+| Versions | v3.0.0, v8.1.0, v9.2.1, v9.3.0 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [llhttp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llhttp/xmake.lua) |
 
@@ -15372,7 +15372,7 @@ add_requires("nod")
 | -- | -- |
 | Homepage | [https://github.com/nodejs/node-addon-api](https://github.com/nodejs/node-addon-api) |
 | License | MIT |
-| Versions | v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0 |
+| Versions | v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0, v8.5.0 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [node-addon-api/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/node-addon-api/xmake.lua) |
 
@@ -20341,7 +20341,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+300, 3.50.0+100, 3.50.0+400, 3.50.0+0, 3.50.0+200 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+200, 3.49.0+0, 3.49.0+100, 3.50.0+100, 3.50.0+200, 3.50.0+300, 3.50.0+400, 3.50.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) |
 
@@ -21887,6 +21887,30 @@ add_requires("tinyspline")
 ```
 
 
+### tinytiff (cross)
+
+
+| Description | *lightweight TIFF reader/writer library (C/C++)* |
+| -- | -- |
+| Homepage | [http://jkriege2.github.io/TinyTIFF](http://jkriege2.github.io/TinyTIFF) |
+| License | LGPL-3.0 |
+| Versions | 4.0.1+0 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [tinytiff/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinytiff/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] tinytiff
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinytiff")
+```
+
+
 ### tinyxml (cross)
 
 

+ 30 - 6
packages/iphoneos.md

@@ -702,7 +702,7 @@ add_requires("astc-encoder")
 | -- | -- |
 | Homepage | [https://github.com/alibaba/async_simple](https://github.com/alibaba/async_simple) |
 | License | Apache-2.0 |
-| Versions | 1.1, 1.2, 1.3 |
+| Versions | 1.1, 1.2, 1.3, 1.4 |
 | Architectures | arm64, x86_64 |
 | Definition | [async_simple/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/async_simple/xmake.lua) |
 
@@ -2298,7 +2298,7 @@ add_requires("catch2")
 | -- | -- |
 | Homepage | [https://artem-ogre.github.io/CDT/](https://artem-ogre.github.io/CDT/) |
 | License | MPL-2.0 |
-| Versions | 1.4.1 |
+| Versions | 1.4.1, 1.4.4 |
 | Architectures | arm64, x86_64 |
 | Definition | [cdt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cdt/xmake.lua) |
 
@@ -3900,7 +3900,7 @@ add_requires("crossguid")
 | -- | -- |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | License | BSD 3-Clause |
-| Versions | v1.2.1+2, v1.2.1+1 |
+| Versions | v1.2.1+1, v1.2.1+2 |
 | Architectures | arm64, x86_64 |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 
@@ -12298,7 +12298,7 @@ add_requires("llfio")
 | -- | -- |
 | Homepage | [https://github.com/nodejs/llhttp](https://github.com/nodejs/llhttp) |
 | License | MIT |
-| Versions | v3.0.0, v8.1.0, v9.2.1 |
+| Versions | v3.0.0, v8.1.0, v9.2.1, v9.3.0 |
 | Architectures | arm64, x86_64 |
 | Definition | [llhttp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llhttp/xmake.lua) |
 
@@ -15155,7 +15155,7 @@ add_requires("nod")
 | -- | -- |
 | Homepage | [https://github.com/nodejs/node-addon-api](https://github.com/nodejs/node-addon-api) |
 | License | MIT |
-| Versions | v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0 |
+| Versions | v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0, v8.5.0 |
 | Architectures | arm64, x86_64 |
 | Definition | [node-addon-api/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/node-addon-api/xmake.lua) |
 
@@ -20198,7 +20198,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+200, 3.49.0+100, 3.49.0+0, 3.50.0+400, 3.50.0+0, 3.50.0+100, 3.50.0+300, 3.50.0+200 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+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+100, 3.49.0+0, 3.49.0+200, 3.50.0+300, 3.50.0+400, 3.50.0+200, 3.50.0+100, 3.50.0+0 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -21673,6 +21673,30 @@ add_requires("tinyspline")
 ```
 
 
+### tinytiff (iphoneos)
+
+
+| Description | *lightweight TIFF reader/writer library (C/C++)* |
+| -- | -- |
+| Homepage | [http://jkriege2.github.io/TinyTIFF](http://jkriege2.github.io/TinyTIFF) |
+| License | LGPL-3.0 |
+| Versions | 4.0.1+0 |
+| Architectures | arm64, x86_64 |
+| Definition | [tinytiff/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinytiff/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos tinytiff
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinytiff")
+```
+
+
 ### tinyxml (iphoneos)
 
 

+ 56 - 8
packages/linux.md

@@ -417,7 +417,7 @@ add_requires("alsa-lib")
 | -- | -- |
 | Homepage | [https://github.com/ddemidov/amgcl/](https://github.com/ddemidov/amgcl/) |
 | License | MIT |
-| Versions | 1.4.0, 1.4.2, 1.4.3, 1.4.4 |
+| Versions | 1.4.0, 1.4.2, 1.4.3, 1.4.4, 1.4.5 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [amgcl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/amgcl/xmake.lua) |
 
@@ -1207,7 +1207,7 @@ add_requires("astc-encoder")
 | -- | -- |
 | Homepage | [https://github.com/alibaba/async_simple](https://github.com/alibaba/async_simple) |
 | License | Apache-2.0 |
-| Versions | 1.1, 1.2, 1.3 |
+| Versions | 1.1, 1.2, 1.3, 1.4 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [async_simple/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/async_simple/xmake.lua) |
 
@@ -3563,7 +3563,7 @@ add_requires("caudio")
 | -- | -- |
 | Homepage | [https://artem-ogre.github.io/CDT/](https://artem-ogre.github.io/CDT/) |
 | License | MPL-2.0 |
-| Versions | 1.4.1 |
+| Versions | 1.4.1, 1.4.4 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [cdt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cdt/xmake.lua) |
 
@@ -5926,7 +5926,7 @@ add_requires("crossguid")
 | -- | -- |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | License | BSD 3-Clause |
-| Versions | v1.2.1+2, v1.2.1+1 |
+| Versions | v1.2.1+1, v1.2.1+2 |
 | 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) |
 
@@ -21300,7 +21300,7 @@ add_requires("llfio")
 | -- | -- |
 | Homepage | [https://github.com/nodejs/llhttp](https://github.com/nodejs/llhttp) |
 | License | MIT |
-| Versions | v3.0.0, v8.1.0, v9.2.1 |
+| Versions | v3.0.0, v8.1.0, v9.2.1, v9.3.0 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [llhttp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llhttp/xmake.lua) |
 
@@ -25557,7 +25557,7 @@ add_requires("nod")
 | -- | -- |
 | Homepage | [https://github.com/nodejs/node-addon-api](https://github.com/nodejs/node-addon-api) |
 | License | MIT |
-| Versions | v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0 |
+| Versions | v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0, v8.5.0 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [node-addon-api/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/node-addon-api/xmake.lua) |
 
@@ -29679,6 +29679,30 @@ add_requires("pulsar")
 ```
 
 
+### pulseaudio (linux)
+
+
+| Description | *A featureful, general-purpose sound server* |
+| -- | -- |
+| Homepage | [https://www.freedesktop.org/wiki/Software/PulseAudio/](https://www.freedesktop.org/wiki/Software/PulseAudio/) |
+| License | LGPL-2.1-or-later |
+| Versions | v17.0 |
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [pulseaudio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pulseaudio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pulseaudio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pulseaudio")
+```
+
+
 ### pupnp (linux)
 
 
@@ -33858,7 +33882,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+100, 3.50.0+300, 3.50.0+0, 3.50.0+400, 3.50.0+200 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+200, 3.49.0+0, 3.49.0+100, 3.50.0+200, 3.50.0+100, 3.50.0+400, 3.50.0+300, 3.50.0+0 |
 | 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) |
 
@@ -36092,6 +36116,30 @@ add_requires("tinyspline")
 ```
 
 
+### tinytiff (linux)
+
+
+| Description | *lightweight TIFF reader/writer library (C/C++)* |
+| -- | -- |
+| Homepage | [http://jkriege2.github.io/TinyTIFF](http://jkriege2.github.io/TinyTIFF) |
+| License | LGPL-3.0 |
+| Versions | 4.0.1+0 |
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [tinytiff/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinytiff/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinytiff
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinytiff")
+```
+
+
 ### tinyxml (linux)
 
 
@@ -38466,7 +38514,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: 0x56049949e720 |
+| License | table: 0x55a1a4503e10 |
 | Versions | 1.13 |
 | 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) |

+ 32 - 8
packages/macosx.md

@@ -369,7 +369,7 @@ add_requires("alpaca")
 | -- | -- |
 | Homepage | [https://github.com/ddemidov/amgcl/](https://github.com/ddemidov/amgcl/) |
 | License | MIT |
-| Versions | 1.4.0, 1.4.2, 1.4.3, 1.4.4 |
+| Versions | 1.4.0, 1.4.2, 1.4.3, 1.4.4, 1.4.5 |
 | Architectures | arm64, x86_64 |
 | Definition | [amgcl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/amgcl/xmake.lua) |
 
@@ -1110,7 +1110,7 @@ add_requires("astc-encoder")
 | -- | -- |
 | Homepage | [https://github.com/alibaba/async_simple](https://github.com/alibaba/async_simple) |
 | License | Apache-2.0 |
-| Versions | 1.1, 1.2, 1.3 |
+| Versions | 1.1, 1.2, 1.3, 1.4 |
 | Architectures | arm64, x86_64 |
 | Definition | [async_simple/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/async_simple/xmake.lua) |
 
@@ -3349,7 +3349,7 @@ add_requires("catch2")
 | -- | -- |
 | Homepage | [https://artem-ogre.github.io/CDT/](https://artem-ogre.github.io/CDT/) |
 | License | MPL-2.0 |
-| Versions | 1.4.1 |
+| Versions | 1.4.1, 1.4.4 |
 | Architectures | arm64, x86_64 |
 | Definition | [cdt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cdt/xmake.lua) |
 
@@ -5569,7 +5569,7 @@ add_requires("crossguid")
 | -- | -- |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | License | BSD 3-Clause |
-| Versions | v1.2.1+2, v1.2.1+1 |
+| Versions | v1.2.1+1, v1.2.1+2 |
 | Architectures | arm64, x86_64 |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 
@@ -19611,7 +19611,7 @@ add_requires("llfio")
 | -- | -- |
 | Homepage | [https://github.com/nodejs/llhttp](https://github.com/nodejs/llhttp) |
 | License | MIT |
-| Versions | v3.0.0, v8.1.0, v9.2.1 |
+| Versions | v3.0.0, v8.1.0, v9.2.1, v9.3.0 |
 | Architectures | arm64, x86_64 |
 | Definition | [llhttp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llhttp/xmake.lua) |
 
@@ -23656,7 +23656,7 @@ add_requires("nod")
 | -- | -- |
 | Homepage | [https://github.com/nodejs/node-addon-api](https://github.com/nodejs/node-addon-api) |
 | License | MIT |
-| Versions | v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0 |
+| Versions | v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0, v8.5.0 |
 | Architectures | arm64, x86_64 |
 | Definition | [node-addon-api/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/node-addon-api/xmake.lua) |
 
@@ -31363,7 +31363,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+200, 3.49.0+100, 3.49.0+0, 3.50.0+0, 3.50.0+400, 3.50.0+300, 3.50.0+100, 3.50.0+200 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+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+100, 3.49.0+0, 3.49.0+200, 3.50.0+400, 3.50.0+300, 3.50.0+100, 3.50.0+200, 3.50.0+0 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -33479,6 +33479,30 @@ add_requires("tinyspline")
 ```
 
 
+### tinytiff (macosx)
+
+
+| Description | *lightweight TIFF reader/writer library (C/C++)* |
+| -- | -- |
+| Homepage | [http://jkriege2.github.io/TinyTIFF](http://jkriege2.github.io/TinyTIFF) |
+| License | LGPL-3.0 |
+| Versions | 4.0.1+0 |
+| Architectures | arm64, x86_64 |
+| Definition | [tinytiff/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinytiff/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinytiff
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinytiff")
+```
+
+
 ### tinyxml (macosx)
 
 
@@ -35662,7 +35686,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: 0x56049949e720 |
+| License | table: 0x55a1a4503e10 |
 | 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) |

+ 31 - 7
packages/mingw.md

@@ -272,7 +272,7 @@ add_requires("alpaca")
 | -- | -- |
 | Homepage | [https://github.com/ddemidov/amgcl/](https://github.com/ddemidov/amgcl/) |
 | License | MIT |
-| Versions | 1.4.0, 1.4.2, 1.4.3, 1.4.4 |
+| Versions | 1.4.0, 1.4.2, 1.4.3, 1.4.4, 1.4.5 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [amgcl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/amgcl/xmake.lua) |
 
@@ -895,7 +895,7 @@ add_requires("astc-encoder")
 | -- | -- |
 | Homepage | [https://github.com/alibaba/async_simple](https://github.com/alibaba/async_simple) |
 | License | Apache-2.0 |
-| Versions | 1.1, 1.2, 1.3 |
+| Versions | 1.1, 1.2, 1.3, 1.4 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [async_simple/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/async_simple/xmake.lua) |
 
@@ -2588,7 +2588,7 @@ add_requires("catch2")
 | -- | -- |
 | Homepage | [https://artem-ogre.github.io/CDT/](https://artem-ogre.github.io/CDT/) |
 | License | MPL-2.0 |
-| Versions | 1.4.1 |
+| Versions | 1.4.1, 1.4.4 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [cdt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cdt/xmake.lua) |
 
@@ -4358,7 +4358,7 @@ add_requires("crossguid")
 | -- | -- |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | License | BSD 3-Clause |
-| Versions | v1.2.1+2, v1.2.1+1 |
+| Versions | v1.2.1+1, v1.2.1+2 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 
@@ -13923,7 +13923,7 @@ add_requires("llama.cpp")
 | -- | -- |
 | Homepage | [https://github.com/nodejs/llhttp](https://github.com/nodejs/llhttp) |
 | License | MIT |
-| Versions | v3.0.0, v8.1.0, v9.2.1 |
+| Versions | v3.0.0, v8.1.0, v9.2.1, v9.3.0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [llhttp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llhttp/xmake.lua) |
 
@@ -17068,7 +17068,7 @@ add_requires("nod")
 | -- | -- |
 | Homepage | [https://github.com/nodejs/node-addon-api](https://github.com/nodejs/node-addon-api) |
 | License | MIT |
-| Versions | v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0 |
+| Versions | v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0, v8.5.0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [node-addon-api/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/node-addon-api/xmake.lua) |
 
@@ -22822,7 +22822,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+300, 3.50.0+100, 3.50.0+400, 3.50.0+0, 3.50.0+200 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+200, 3.49.0+0, 3.49.0+100, 3.50.0+100, 3.50.0+200, 3.50.0+300, 3.50.0+400, 3.50.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) |
 
@@ -24559,6 +24559,30 @@ add_requires("tinyspline")
 ```
 
 
+### tinytiff (mingw)
+
+
+| Description | *lightweight TIFF reader/writer library (C/C++)* |
+| -- | -- |
+| Homepage | [http://jkriege2.github.io/TinyTIFF](http://jkriege2.github.io/TinyTIFF) |
+| License | LGPL-3.0 |
+| Versions | 4.0.1+0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [tinytiff/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinytiff/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] tinytiff
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinytiff")
+```
+
+
 ### tinyxml (mingw)
 
 

+ 30 - 6
packages/msys.md

@@ -773,7 +773,7 @@ add_requires("astc-encoder")
 | -- | -- |
 | Homepage | [https://github.com/alibaba/async_simple](https://github.com/alibaba/async_simple) |
 | License | Apache-2.0 |
-| Versions | 1.1, 1.2, 1.3 |
+| Versions | 1.1, 1.2, 1.3, 1.4 |
 | Architectures | i386, x86_64 |
 | Definition | [async_simple/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/async_simple/xmake.lua) |
 
@@ -2491,7 +2491,7 @@ add_requires("catch2")
 | -- | -- |
 | Homepage | [https://artem-ogre.github.io/CDT/](https://artem-ogre.github.io/CDT/) |
 | License | MPL-2.0 |
-| Versions | 1.4.1 |
+| Versions | 1.4.1, 1.4.4 |
 | Architectures | i386, x86_64 |
 | Definition | [cdt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cdt/xmake.lua) |
 
@@ -4116,7 +4116,7 @@ add_requires("croncpp")
 | -- | -- |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | License | BSD 3-Clause |
-| Versions | v1.2.1+2, v1.2.1+1 |
+| Versions | v1.2.1+1, v1.2.1+2 |
 | Architectures | i386, x86_64 |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 
@@ -12372,7 +12372,7 @@ add_requires("llama.cpp")
 | -- | -- |
 | Homepage | [https://github.com/nodejs/llhttp](https://github.com/nodejs/llhttp) |
 | License | MIT |
-| Versions | v3.0.0, v8.1.0, v9.2.1 |
+| Versions | v3.0.0, v8.1.0, v9.2.1, v9.3.0 |
 | Architectures | i386, x86_64 |
 | Definition | [llhttp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llhttp/xmake.lua) |
 
@@ -15158,7 +15158,7 @@ add_requires("nod")
 | -- | -- |
 | Homepage | [https://github.com/nodejs/node-addon-api](https://github.com/nodejs/node-addon-api) |
 | License | MIT |
-| Versions | v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0 |
+| Versions | v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0, v8.5.0 |
 | Architectures | i386, x86_64 |
 | Definition | [node-addon-api/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/node-addon-api/xmake.lua) |
 
@@ -19935,7 +19935,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+200, 3.49.0+100, 3.49.0+0, 3.50.0+400, 3.50.0+0, 3.50.0+100, 3.50.0+300, 3.50.0+200 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+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+100, 3.49.0+0, 3.49.0+200, 3.50.0+300, 3.50.0+400, 3.50.0+200, 3.50.0+100, 3.50.0+0 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -21552,6 +21552,30 @@ add_requires("tinyspline")
 ```
 
 
+### tinytiff (msys)
+
+
+| Description | *lightweight TIFF reader/writer library (C/C++)* |
+| -- | -- |
+| Homepage | [http://jkriege2.github.io/TinyTIFF](http://jkriege2.github.io/TinyTIFF) |
+| License | LGPL-3.0 |
+| Versions | 4.0.1+0 |
+| Architectures | i386, x86_64 |
+| Definition | [tinytiff/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinytiff/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinytiff
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinytiff")
+```
+
+
 ### tinyxml (msys)
 
 

+ 29 - 5
packages/wasm.md

@@ -630,7 +630,7 @@ add_requires("astc-encoder")
 | -- | -- |
 | Homepage | [https://github.com/alibaba/async_simple](https://github.com/alibaba/async_simple) |
 | License | Apache-2.0 |
-| Versions | 1.1, 1.2, 1.3 |
+| Versions | 1.1, 1.2, 1.3, 1.4 |
 | Architectures | wasm32, wasm64 |
 | Definition | [async_simple/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/async_simple/xmake.lua) |
 
@@ -1989,7 +1989,7 @@ add_requires("catch2")
 | -- | -- |
 | Homepage | [https://artem-ogre.github.io/CDT/](https://artem-ogre.github.io/CDT/) |
 | License | MPL-2.0 |
-| Versions | 1.4.1 |
+| Versions | 1.4.1, 1.4.4 |
 | Architectures | wasm32, wasm64 |
 | Definition | [cdt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cdt/xmake.lua) |
 
@@ -10867,7 +10867,7 @@ add_requires("llama.cpp")
 | -- | -- |
 | Homepage | [https://github.com/nodejs/llhttp](https://github.com/nodejs/llhttp) |
 | License | MIT |
-| Versions | v3.0.0, v8.1.0, v9.2.1 |
+| Versions | v3.0.0, v8.1.0, v9.2.1, v9.3.0 |
 | Architectures | wasm32, wasm64 |
 | Definition | [llhttp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llhttp/xmake.lua) |
 
@@ -13440,7 +13440,7 @@ add_requires("nod")
 | -- | -- |
 | Homepage | [https://github.com/nodejs/node-addon-api](https://github.com/nodejs/node-addon-api) |
 | License | MIT |
-| Versions | v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0 |
+| Versions | v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0, v8.5.0 |
 | Architectures | wasm32, wasm64 |
 | Definition | [node-addon-api/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/node-addon-api/xmake.lua) |
 
@@ -17886,7 +17886,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+100, 3.50.0+300, 3.50.0+0, 3.50.0+400, 3.50.0+200 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+200, 3.49.0+0, 3.49.0+100, 3.50.0+200, 3.50.0+100, 3.50.0+400, 3.50.0+300, 3.50.0+0 |
 | Architectures | wasm32, wasm64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -19241,6 +19241,30 @@ add_requires("tinyspline")
 ```
 
 
+### tinytiff (wasm)
+
+
+| Description | *lightweight TIFF reader/writer library (C/C++)* |
+| -- | -- |
+| Homepage | [http://jkriege2.github.io/TinyTIFF](http://jkriege2.github.io/TinyTIFF) |
+| License | LGPL-3.0 |
+| Versions | 4.0.1+0 |
+| Architectures | wasm32, wasm64 |
+| Definition | [tinytiff/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinytiff/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm tinytiff
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinytiff")
+```
+
+
 ### tinyxml (wasm)
 
 

+ 31 - 7
packages/windows.md

@@ -392,7 +392,7 @@ add_requires("alpaca")
 | -- | -- |
 | Homepage | [https://github.com/ddemidov/amgcl/](https://github.com/ddemidov/amgcl/) |
 | License | MIT |
-| Versions | 1.4.0, 1.4.2, 1.4.3, 1.4.4 |
+| Versions | 1.4.0, 1.4.2, 1.4.3, 1.4.4, 1.4.5 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [amgcl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/amgcl/xmake.lua) |
 
@@ -1159,7 +1159,7 @@ add_requires("astc-encoder")
 | -- | -- |
 | Homepage | [https://github.com/alibaba/async_simple](https://github.com/alibaba/async_simple) |
 | License | Apache-2.0 |
-| Versions | 1.1, 1.2, 1.3 |
+| Versions | 1.1, 1.2, 1.3, 1.4 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [async_simple/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/async_simple/xmake.lua) |
 
@@ -3327,7 +3327,7 @@ add_requires("caudio")
 | -- | -- |
 | Homepage | [https://artem-ogre.github.io/CDT/](https://artem-ogre.github.io/CDT/) |
 | License | MPL-2.0 |
-| Versions | 1.4.1 |
+| Versions | 1.4.1, 1.4.4 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [cdt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cdt/xmake.lua) |
 
@@ -5643,7 +5643,7 @@ add_requires("crossguid")
 | -- | -- |
 | Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
 | License | BSD 3-Clause |
-| Versions | v1.2.1+2, v1.2.1+1 |
+| Versions | v1.2.1+1, v1.2.1+2 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
 
@@ -18377,7 +18377,7 @@ add_requires("llfio")
 | -- | -- |
 | Homepage | [https://github.com/nodejs/llhttp](https://github.com/nodejs/llhttp) |
 | License | MIT |
-| Versions | v3.0.0, v8.1.0, v9.2.1 |
+| Versions | v3.0.0, v8.1.0, v9.2.1, v9.3.0 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [llhttp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llhttp/xmake.lua) |
 
@@ -22639,7 +22639,7 @@ add_requires("nod")
 | -- | -- |
 | Homepage | [https://github.com/nodejs/node-addon-api](https://github.com/nodejs/node-addon-api) |
 | License | MIT |
-| Versions | v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0 |
+| Versions | v8.0.0, v8.2.2, v8.3.0, v8.3.1, v8.4.0, v8.5.0 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [node-addon-api/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/node-addon-api/xmake.lua) |
 
@@ -30512,7 +30512,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+200, 3.49.0+100, 3.49.0+0, 3.50.0+0, 3.50.0+400, 3.50.0+300, 3.50.0+100, 3.50.0+200 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+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+100, 3.49.0+0, 3.49.0+200, 3.50.0+400, 3.50.0+300, 3.50.0+100, 3.50.0+200, 3.50.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) |
 
@@ -32698,6 +32698,30 @@ add_requires("tinyspline")
 ```
 
 
+### tinytiff (windows)
+
+
+| Description | *lightweight TIFF reader/writer library (C/C++)* |
+| -- | -- |
+| Homepage | [http://jkriege2.github.io/TinyTIFF](http://jkriege2.github.io/TinyTIFF) |
+| License | LGPL-3.0 |
+| Versions | 4.0.1+0 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [tinytiff/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinytiff/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinytiff
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinytiff")
+```
+
+
 ### tinyxml (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2025-08-04T05:56:12+08:00</lastmod>
+  <lastmod>2025-08-06T04:49:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2025-08-04T05:56:23+08:00</lastmod>
+  <lastmod>2025-08-06T04:49:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2025-08-04T05:56:24+08:00</lastmod>
+  <lastmod>2025-08-06T04:49:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2025-08-04T05:56:24+08:00</lastmod>
+  <lastmod>2025-08-06T04:49:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2025-08-04T05:56:24+08:00</lastmod>
+  <lastmod>2025-08-06T04:49:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2025-08-04T05:56:25+08:00</lastmod>
+  <lastmod>2025-08-06T04:49:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2025-08-04T05:56:25+08:00</lastmod>
+  <lastmod>2025-08-06T04:49:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2025-08-04T05:56:25+08:00</lastmod>
+  <lastmod>2025-08-06T04:49:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2025-08-04T05:56:26+08:00</lastmod>
+  <lastmod>2025-08-06T04:49:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2025-08-04T05:56:26+08:00</lastmod>
+  <lastmod>2025-08-06T04:49:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2025-08-04T05:56:27+08:00</lastmod>
+  <lastmod>2025-08-06T04:49:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2025-08-04T05:56:27+08:00</lastmod>
+  <lastmod>2025-08-06T04:49:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2025-08-04T05:56:28+08:00</lastmod>
+  <lastmod>2025-08-06T04:49:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2025-08-04T05:56:28+08:00</lastmod>
+  <lastmod>2025-08-06T04:49:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2025-08-04T05:56:28+08:00</lastmod>
+  <lastmod>2025-08-06T04:49:55+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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