Procházet zdrojové kódy

autoupdate docs by xmake-repo/ci

ruki před 5 měsíci
rodič
revize
efe36079cf

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: reaction, nzsl, nazarautils**
+- **Recently added: strong_type, reaction, nzsl**
 
 [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 (1700)
+- Packages (1701)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 39 - 2
mirror/packages/android.html

@@ -6902,7 +6902,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.19, 1.20</td>
+<td>1.19, 1.20, 1.21</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -29991,7 +29991,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</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+200, 3.47.0+0, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -30626,6 +30626,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stringzilla")
 </code></pre>
+<h3 id="strong_typeandroid">strong_type (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An additive strong typedef library for C++14/17/20.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/rollbear/strong_type">https://github.com/rollbear/strong_type</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v15</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/s/strong_type/xmake.lua">strong_type/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] strong_type
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("strong_type")
+</code></pre>
 <h3 id="strtkandroid">strtk (android)</h3>
 <table>
 <thead>

+ 39 - 2
mirror/packages/bsd.html

@@ -7127,7 +7127,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.19, 1.20</td>
+<td>1.19, 1.20, 1.21</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -29942,7 +29942,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -30540,6 +30540,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stringzilla")
 </code></pre>
+<h3 id="strong_typebsd">strong_type (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An additive strong typedef library for C++14/17/20.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/rollbear/strong_type">https://github.com/rollbear/strong_type</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v15</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/s/strong_type/xmake.lua">strong_type/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install strong_type
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("strong_type")
+</code></pre>
 <h3 id="strtkbsd">strtk (bsd)</h3>
 <table>
 <thead>

+ 39 - 2
mirror/packages/cross.html

@@ -7102,7 +7102,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.19, 1.20</td>
+<td>1.19, 1.20, 1.21</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -28777,7 +28777,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</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+200, 3.47.0+0, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -29301,6 +29301,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stringbuilder")
 </code></pre>
+<h3 id="strong_typecross">strong_type (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An additive strong typedef library for C++14/17/20.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/rollbear/strong_type">https://github.com/rollbear/strong_type</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v15</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/s/strong_type/xmake.lua">strong_type/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] strong_type
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("strong_type")
+</code></pre>
 <h3 id="strtkcross">strtk (cross)</h3>
 <table>
 <thead>

+ 39 - 2
mirror/packages/iphoneos.html

@@ -6609,7 +6609,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.19, 1.20</td>
+<td>1.19, 1.20, 1.21</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -28818,7 +28818,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -29346,6 +29346,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stringzilla")
 </code></pre>
+<h3 id="strong_typeiphoneos">strong_type (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An additive strong typedef library for C++14/17/20.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/rollbear/strong_type">https://github.com/rollbear/strong_type</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v15</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/s/strong_type/xmake.lua">strong_type/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos strong_type
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("strong_type")
+</code></pre>
 <h3 id="strtkiphoneos">strtk (iphoneos)</h3>
 <table>
 <thead>

+ 40 - 3
mirror/packages/linux.html

@@ -10190,7 +10190,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.19, 1.20</td>
+<td>1.19, 1.20, 1.21</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -49392,7 +49392,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</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+200, 3.47.0+0, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -50282,6 +50282,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stringzilla")
 </code></pre>
+<h3 id="strong_typelinux">strong_type (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An additive strong typedef library for C++14/17/20.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/rollbear/strong_type">https://github.com/rollbear/strong_type</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v15</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/s/strong_type/xmake.lua">strong_type/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install strong_type
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("strong_type")
+</code></pre>
 <h3 id="strtklinux">strtk (linux)</h3>
 <table>
 <thead>
@@ -55990,7 +56027,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55cededce280</td>
+<td>table: 0x556706f35820</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 40 - 3
mirror/packages/macosx.html

@@ -9614,7 +9614,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.19, 1.20</td>
+<td>1.19, 1.20, 1.21</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -45862,7 +45862,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -46719,6 +46719,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stringzilla")
 </code></pre>
+<h3 id="strong_typemacosx">strong_type (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An additive strong typedef library for C++14/17/20.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/rollbear/strong_type">https://github.com/rollbear/strong_type</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v15</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/s/strong_type/xmake.lua">strong_type/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install strong_type
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("strong_type")
+</code></pre>
 <h3 id="strtkmacosx">strtk (macosx)</h3>
 <table>
 <thead>
@@ -52032,7 +52069,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55cededce280</td>
+<td>table: 0x556706f35820</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 39 - 2
mirror/packages/mingw.html

@@ -7494,7 +7494,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.19, 1.20</td>
+<td>1.19, 1.20, 1.21</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -32698,7 +32698,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</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+200, 3.47.0+0, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -33333,6 +33333,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stringzilla")
 </code></pre>
+<h3 id="strong_typemingw">strong_type (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An additive strong typedef library for C++14/17/20.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/rollbear/strong_type">https://github.com/rollbear/strong_type</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v15</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/s/strong_type/xmake.lua">strong_type/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] strong_type
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("strong_type")
+</code></pre>
 <h3 id="strtkmingw">strtk (mingw)</h3>
 <table>
 <thead>

+ 39 - 2
mirror/packages/msys.html

@@ -7012,7 +7012,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.19, 1.20</td>
+<td>1.19, 1.20, 1.21</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -28045,7 +28045,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -28717,6 +28717,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stringzilla")
 </code></pre>
+<h3 id="strong_typemsys">strong_type (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An additive strong typedef library for C++14/17/20.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/rollbear/strong_type">https://github.com/rollbear/strong_type</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v15</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/s/strong_type/xmake.lua">strong_type/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install strong_type
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("strong_type")
+</code></pre>
 <h3 id="strtkmsys">strtk (msys)</h3>
 <table>
 <thead>

+ 39 - 2
mirror/packages/wasm.html

@@ -5955,7 +5955,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.19, 1.20</td>
+<td>1.19, 1.20, 1.21</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -25581,7 +25581,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</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+200, 3.47.0+0, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -26109,6 +26109,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stringzilla")
 </code></pre>
+<h3 id="strong_typewasm">strong_type (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An additive strong typedef library for C++14/17/20.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/rollbear/strong_type">https://github.com/rollbear/strong_type</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v15</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/s/strong_type/xmake.lua">strong_type/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm strong_type
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("strong_type")
+</code></pre>
 <h3 id="strtkwasm">strtk (wasm)</h3>
 <table>
 <thead>

+ 39 - 2
mirror/packages/windows.html

@@ -9552,7 +9552,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.19, 1.20</td>
+<td>1.19, 1.20, 1.21</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -44020,7 +44020,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -44836,6 +44836,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stringzilla")
 </code></pre>
+<h3 id="strong_typewindows">strong_type (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An additive strong typedef library for C++14/17/20.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/rollbear/strong_type">https://github.com/rollbear/strong_type</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v15</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/s/strong_type/xmake.lua">strong_type/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install strong_type
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("strong_type")
+</code></pre>
 <h3 id="strtkwindows">strtk (windows)</h3>
 <table>
 <thead>

+ 26 - 2
packages/android.md

@@ -4454,7 +4454,7 @@ add_requires("debugbreak")
 | -- | -- |
 | Homepage | [https://github.com/vpiotr/decimal_for_cpp](https://github.com/vpiotr/decimal_for_cpp) |
 | License | BSD-3-Clause |
-| Versions | 1.19, 1.20 |
+| Versions | 1.19, 1.20, 1.21 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
 | Definition | [decimal_for_cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/decimal_for_cpp/xmake.lua) |
 
@@ -19604,7 +19604,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| 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+200, 3.47.0+0, 3.48.0+0, 3.49.0+0, 3.49.0+100 |
 | 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) |
 
@@ -20026,6 +20026,30 @@ add_requires("stringzilla")
 ```
 
 
+### strong_type (android)
+
+
+| Description | *An additive strong typedef library for C++14/17/20.* |
+| -- | -- |
+| Homepage | [https://github.com/rollbear/strong_type](https://github.com/rollbear/strong_type) |
+| License | BSL-1.0 |
+| Versions | v15 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
+| Definition | [strong_type/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strong_type/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] strong_type
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("strong_type")
+```
+
+
 ### strtk (android)
 
 

+ 26 - 2
packages/bsd.md

@@ -4597,7 +4597,7 @@ add_requires("debugbreak")
 | -- | -- |
 | Homepage | [https://github.com/vpiotr/decimal_for_cpp](https://github.com/vpiotr/decimal_for_cpp) |
 | License | BSD-3-Clause |
-| Versions | 1.19, 1.20 |
+| Versions | 1.19, 1.20, 1.21 |
 | Architectures | i386, x86_64 |
 | Definition | [decimal_for_cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/decimal_for_cpp/xmake.lua) |
 
@@ -19590,7 +19590,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -19988,6 +19988,30 @@ add_requires("stringzilla")
 ```
 
 
+### strong_type (bsd)
+
+
+| Description | *An additive strong typedef library for C++14/17/20.* |
+| -- | -- |
+| Homepage | [https://github.com/rollbear/strong_type](https://github.com/rollbear/strong_type) |
+| License | BSL-1.0 |
+| Versions | v15 |
+| Architectures | i386, x86_64 |
+| Definition | [strong_type/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strong_type/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install strong_type
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("strong_type")
+```
+
+
 ### strtk (bsd)
 
 

+ 26 - 2
packages/cross.md

@@ -4576,7 +4576,7 @@ add_requires("debugbreak")
 | -- | -- |
 | Homepage | [https://github.com/vpiotr/decimal_for_cpp](https://github.com/vpiotr/decimal_for_cpp) |
 | License | BSD-3-Clause |
-| Versions | 1.19, 1.20 |
+| Versions | 1.19, 1.20, 1.21 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [decimal_for_cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/decimal_for_cpp/xmake.lua) |
 
@@ -18812,7 +18812,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| 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+200, 3.47.0+0, 3.48.0+0, 3.49.0+0, 3.49.0+100 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -19162,6 +19162,30 @@ add_requires("stringbuilder")
 ```
 
 
+### strong_type (cross)
+
+
+| Description | *An additive strong typedef library for C++14/17/20.* |
+| -- | -- |
+| Homepage | [https://github.com/rollbear/strong_type](https://github.com/rollbear/strong_type) |
+| License | BSL-1.0 |
+| Versions | v15 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [strong_type/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strong_type/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] strong_type
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("strong_type")
+```
+
+
 ### strtk (cross)
 
 

+ 26 - 2
packages/iphoneos.md

@@ -4261,7 +4261,7 @@ add_requires("debugbreak")
 | -- | -- |
 | Homepage | [https://github.com/vpiotr/decimal_for_cpp](https://github.com/vpiotr/decimal_for_cpp) |
 | License | BSD-3-Clause |
-| Versions | 1.19, 1.20 |
+| Versions | 1.19, 1.20, 1.21 |
 | Architectures | arm64, x86_64 |
 | Definition | [decimal_for_cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/decimal_for_cpp/xmake.lua) |
 
@@ -18837,7 +18837,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -19188,6 +19188,30 @@ add_requires("stringzilla")
 ```
 
 
+### strong_type (iphoneos)
+
+
+| Description | *An additive strong typedef library for C++14/17/20.* |
+| -- | -- |
+| Homepage | [https://github.com/rollbear/strong_type](https://github.com/rollbear/strong_type) |
+| License | BSL-1.0 |
+| Versions | v15 |
+| Architectures | arm64, x86_64 |
+| Definition | [strong_type/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strong_type/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos strong_type
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("strong_type")
+```
+
+
 ### strtk (iphoneos)
 
 

+ 27 - 3
packages/linux.md

@@ -6620,7 +6620,7 @@ add_requires("debugbreak")
 | -- | -- |
 | Homepage | [https://github.com/vpiotr/decimal_for_cpp](https://github.com/vpiotr/decimal_for_cpp) |
 | License | BSD-3-Clause |
-| Versions | 1.19, 1.20 |
+| Versions | 1.19, 1.20, 1.21 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [decimal_for_cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/decimal_for_cpp/xmake.lua) |
 
@@ -32443,7 +32443,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| 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+200, 3.47.0+0, 3.48.0+0, 3.49.0+0, 3.49.0+100 |
 | 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) |
 
@@ -33032,6 +33032,30 @@ add_requires("stringzilla")
 ```
 
 
+### strong_type (linux)
+
+
+| Description | *An additive strong typedef library for C++14/17/20.* |
+| -- | -- |
+| Homepage | [https://github.com/rollbear/strong_type](https://github.com/rollbear/strong_type) |
+| License | BSL-1.0 |
+| Versions | v15 |
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [strong_type/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strong_type/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install strong_type
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("strong_type")
+```
+
+
 ### strtk (linux)
 
 
@@ -36784,7 +36808,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: 0x55cededce280 |
+| License | table: 0x556706f35820 |
 | 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) |

+ 27 - 3
packages/macosx.md

@@ -6240,7 +6240,7 @@ add_requires("debugbreak")
 | -- | -- |
 | Homepage | [https://github.com/vpiotr/decimal_for_cpp](https://github.com/vpiotr/decimal_for_cpp) |
 | License | BSD-3-Clause |
-| Versions | 1.19, 1.20 |
+| Versions | 1.19, 1.20, 1.21 |
 | Architectures | arm64, x86_64 |
 | Definition | [decimal_for_cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/decimal_for_cpp/xmake.lua) |
 
@@ -30115,7 +30115,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -30681,6 +30681,30 @@ add_requires("stringzilla")
 ```
 
 
+### strong_type (macosx)
+
+
+| Description | *An additive strong typedef library for C++14/17/20.* |
+| -- | -- |
+| Homepage | [https://github.com/rollbear/strong_type](https://github.com/rollbear/strong_type) |
+| License | BSL-1.0 |
+| Versions | v15 |
+| Architectures | arm64, x86_64 |
+| Definition | [strong_type/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strong_type/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install strong_type
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("strong_type")
+```
+
+
 ### strtk (macosx)
 
 
@@ -34172,7 +34196,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: 0x55cededce280 |
+| License | table: 0x556706f35820 |
 | 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) |

+ 26 - 2
packages/mingw.md

@@ -4838,7 +4838,7 @@ add_requires("debugbreak")
 | -- | -- |
 | Homepage | [https://github.com/vpiotr/decimal_for_cpp](https://github.com/vpiotr/decimal_for_cpp) |
 | License | BSD-3-Clause |
-| Versions | 1.19, 1.20 |
+| Versions | 1.19, 1.20, 1.21 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [decimal_for_cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/decimal_for_cpp/xmake.lua) |
 
@@ -21387,7 +21387,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| 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+200, 3.47.0+0, 3.48.0+0, 3.49.0+0, 3.49.0+100 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -21809,6 +21809,30 @@ add_requires("stringzilla")
 ```
 
 
+### strong_type (mingw)
+
+
+| Description | *An additive strong typedef library for C++14/17/20.* |
+| -- | -- |
+| Homepage | [https://github.com/rollbear/strong_type](https://github.com/rollbear/strong_type) |
+| License | BSL-1.0 |
+| Versions | v15 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [strong_type/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strong_type/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] strong_type
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("strong_type")
+```
+
+
 ### strtk (mingw)
 
 

+ 26 - 2
packages/msys.md

@@ -4524,7 +4524,7 @@ add_requires("debugbreak")
 | -- | -- |
 | Homepage | [https://github.com/vpiotr/decimal_for_cpp](https://github.com/vpiotr/decimal_for_cpp) |
 | License | BSD-3-Clause |
-| Versions | 1.19, 1.20 |
+| Versions | 1.19, 1.20, 1.21 |
 | Architectures | i386, x86_64 |
 | Definition | [decimal_for_cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/decimal_for_cpp/xmake.lua) |
 
@@ -18334,7 +18334,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -18780,6 +18780,30 @@ add_requires("stringzilla")
 ```
 
 
+### strong_type (msys)
+
+
+| Description | *An additive strong typedef library for C++14/17/20.* |
+| -- | -- |
+| Homepage | [https://github.com/rollbear/strong_type](https://github.com/rollbear/strong_type) |
+| License | BSL-1.0 |
+| Versions | v15 |
+| Architectures | i386, x86_64 |
+| Definition | [strong_type/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strong_type/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install strong_type
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("strong_type")
+```
+
+
 ### strtk (msys)
 
 

+ 26 - 2
packages/wasm.md

@@ -3832,7 +3832,7 @@ add_requires("debugbreak")
 | -- | -- |
 | Homepage | [https://github.com/vpiotr/decimal_for_cpp](https://github.com/vpiotr/decimal_for_cpp) |
 | License | BSD-3-Clause |
-| Versions | 1.19, 1.20 |
+| Versions | 1.19, 1.20, 1.21 |
 | Architectures | wasm32, wasm64 |
 | Definition | [decimal_for_cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/decimal_for_cpp/xmake.lua) |
 
@@ -16715,7 +16715,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| 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+200, 3.47.0+0, 3.48.0+0, 3.49.0+0, 3.49.0+100 |
 | Architectures | wasm32, wasm64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -17066,6 +17066,30 @@ add_requires("stringzilla")
 ```
 
 
+### strong_type (wasm)
+
+
+| Description | *An additive strong typedef library for C++14/17/20.* |
+| -- | -- |
+| Homepage | [https://github.com/rollbear/strong_type](https://github.com/rollbear/strong_type) |
+| License | BSL-1.0 |
+| Versions | v15 |
+| Architectures | wasm32, wasm64 |
+| Definition | [strong_type/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strong_type/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm strong_type
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("strong_type")
+```
+
+
 ### strtk (wasm)
 
 

+ 26 - 2
packages/windows.md

@@ -6195,7 +6195,7 @@ add_requires("debugbreak")
 | -- | -- |
 | Homepage | [https://github.com/vpiotr/decimal_for_cpp](https://github.com/vpiotr/decimal_for_cpp) |
 | License | BSD-3-Clause |
-| Versions | 1.19, 1.20 |
+| Versions | 1.19, 1.20, 1.21 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [decimal_for_cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/decimal_for_cpp/xmake.lua) |
 
@@ -28836,7 +28836,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -29377,6 +29377,30 @@ add_requires("stringzilla")
 ```
 
 
+### strong_type (windows)
+
+
+| Description | *An additive strong typedef library for C++14/17/20.* |
+| -- | -- |
+| Homepage | [https://github.com/rollbear/strong_type](https://github.com/rollbear/strong_type) |
+| License | BSL-1.0 |
+| Versions | v15 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [strong_type/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strong_type/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install strong_type
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("strong_type")
+```
+
+
 ### strtk (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2025-04-23T08:25:14+08:00</lastmod>
+  <lastmod>2025-04-23T14:04:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2025-04-23T08:25:25+08:00</lastmod>
+  <lastmod>2025-04-23T14:04:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2025-04-23T08:25:26+08:00</lastmod>
+  <lastmod>2025-04-23T14:04:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2025-04-23T08:25:26+08:00</lastmod>
+  <lastmod>2025-04-23T14:04:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2025-04-23T08:25:26+08:00</lastmod>
+  <lastmod>2025-04-23T14:04:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2025-04-23T08:25:27+08:00</lastmod>
+  <lastmod>2025-04-23T14:04:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2025-04-23T08:25:27+08:00</lastmod>
+  <lastmod>2025-04-23T14:04:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2025-04-23T08:25:27+08:00</lastmod>
+  <lastmod>2025-04-23T14:04:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2025-04-23T08:25:28+08:00</lastmod>
+  <lastmod>2025-04-23T14:04:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2025-04-23T08:25:28+08:00</lastmod>
+  <lastmod>2025-04-23T14:04:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2025-04-23T08:25:29+08:00</lastmod>
+  <lastmod>2025-04-23T14:04:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2025-04-23T08:25:29+08:00</lastmod>
+  <lastmod>2025-04-23T14:04:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2025-04-23T08:25:30+08:00</lastmod>
+  <lastmod>2025-04-23T14:04:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2025-04-23T08:25:30+08:00</lastmod>
+  <lastmod>2025-04-23T14:04:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2025-04-23T08:25:30+08:00</lastmod>
+  <lastmod>2025-04-23T14:04:25+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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