Browse Source

autoupdate docs by xmake-repo/ci

ruki 1 year ago
parent
commit
87ee49b3a6

+ 44 - 3
mirror/packages/android.html

@@ -4446,8 +4446,12 @@
 <td><a href="https://github.com/hanickadot/compile-time-regular-expressions/">https://github.com/hanickadot/compile-time-regular-expressions/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>3.4.1, 3.5, 3.6, 3.7.2, 3.8.1, 3.9.0</td>
+<td>v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5997,6 +6001,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("enet6")
 </code></pre>
+<h3 id="enkitsandroid">enkits (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A permissively licensed C and C++ Task Scheduler for creating parallel programs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/dougbinks/enkiTS">https://github.com/dougbinks/enkiTS</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.10, v1.11</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/e/enkits/xmake.lua">enkits/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] enkits
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("enkits")
+</code></pre>
 <h3 id="enttandroid">entt (android)</h3>
 <table>
 <thead>
@@ -19286,7 +19327,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.10.0, v0.11.1, v0.12.0</td>
+<td>v0.10.0, v0.11.1, v0.12.0, v0.13.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -21027,7 +21068,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+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+100, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 44 - 3
mirror/packages/bsd.html

@@ -4897,8 +4897,12 @@
 <td><a href="https://github.com/hanickadot/compile-time-regular-expressions/">https://github.com/hanickadot/compile-time-regular-expressions/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>3.4.1, 3.5, 3.6, 3.7.2, 3.8.1, 3.9.0</td>
+<td>v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6448,6 +6452,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("enet6")
 </code></pre>
+<h3 id="enkitsbsd">enkits (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A permissively licensed C and C++ Task Scheduler for creating parallel programs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/dougbinks/enkiTS">https://github.com/dougbinks/enkiTS</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.10, v1.11</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/e/enkits/xmake.lua">enkits/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install enkits
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("enkits")
+</code></pre>
 <h3 id="enttbsd">entt (bsd)</h3>
 <table>
 <thead>
@@ -19220,7 +19261,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.10.0, v0.11.1, v0.12.0</td>
+<td>v0.10.0, v0.11.1, v0.12.0, v0.13.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -21175,7 +21216,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</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 44 - 3
mirror/packages/cross.html

@@ -4568,8 +4568,12 @@
 <td><a href="https://github.com/hanickadot/compile-time-regular-expressions/">https://github.com/hanickadot/compile-time-regular-expressions/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>3.4.1, 3.5, 3.6, 3.7.2, 3.8.1, 3.9.0</td>
+<td>v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6267,6 +6271,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("enet6")
 </code></pre>
+<h3 id="enkitscross">enkits (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A permissively licensed C and C++ Task Scheduler for creating parallel programs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/dougbinks/enkiTS">https://github.com/dougbinks/enkiTS</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.10, v1.11</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/e/enkits/xmake.lua">enkits/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] enkits
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("enkits")
+</code></pre>
 <h3 id="enttcross">entt (cross)</h3>
 <table>
 <thead>
@@ -18153,7 +18194,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.10.0, v0.11.1, v0.12.0</td>
+<td>v0.10.0, v0.11.1, v0.12.0, v0.13.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -20038,7 +20079,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+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+100, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 44 - 3
mirror/packages/iphoneos.html

@@ -4227,8 +4227,12 @@
 <td><a href="https://github.com/hanickadot/compile-time-regular-expressions/">https://github.com/hanickadot/compile-time-regular-expressions/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>3.4.1, 3.5, 3.6, 3.7.2, 3.8.1, 3.9.0</td>
+<td>v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5778,6 +5782,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("enet6")
 </code></pre>
+<h3 id="enkitsiphoneos">enkits (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A permissively licensed C and C++ Task Scheduler for creating parallel programs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/dougbinks/enkiTS">https://github.com/dougbinks/enkiTS</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.10, v1.11</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/e/enkits/xmake.lua">enkits/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos enkits
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("enkits")
+</code></pre>
 <h3 id="enttiphoneos">entt (iphoneos)</h3>
 <table>
 <thead>
@@ -18232,7 +18273,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.10.0, v0.11.1, v0.12.0</td>
+<td>v0.10.0, v0.11.1, v0.12.0, v0.13.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -20039,7 +20080,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</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 8 - 4
mirror/packages/linux.html

@@ -7660,8 +7660,12 @@
 <td><a href="https://github.com/hanickadot/compile-time-regular-expressions/">https://github.com/hanickadot/compile-time-regular-expressions/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>3.4.1, 3.5, 3.6, 3.7.2, 3.8.1, 3.9.0</td>
+<td>v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -38150,7 +38154,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.10.0, v0.11.1, v0.12.0</td>
+<td>v0.10.0, v0.11.1, v0.12.0, v0.13.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -41430,7 +41434,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+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+100, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -47260,7 +47264,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55ea1097feb0</td>
+<td>table: 0x565315ff9200</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 8 - 4
mirror/packages/macosx.html

@@ -7158,8 +7158,12 @@
 <td><a href="https://github.com/hanickadot/compile-time-regular-expressions/">https://github.com/hanickadot/compile-time-regular-expressions/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>3.4.1, 3.5, 3.6, 3.7.2, 3.8.1, 3.9.0</td>
+<td>v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -35360,7 +35364,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.10.0, v0.11.1, v0.12.0</td>
+<td>v0.10.0, v0.11.1, v0.12.0, v0.13.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -38352,7 +38356,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</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -43787,7 +43791,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55ea1097feb0</td>
+<td>table: 0x565315ff9200</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 44 - 3
mirror/packages/mingw.html

@@ -4894,8 +4894,12 @@
 <td><a href="https://github.com/hanickadot/compile-time-regular-expressions/">https://github.com/hanickadot/compile-time-regular-expressions/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>3.4.1, 3.5, 3.6, 3.7.2, 3.8.1, 3.9.0</td>
+<td>v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6700,6 +6704,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("enet6")
 </code></pre>
+<h3 id="enkitsmingw">enkits (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A permissively licensed C and C++ Task Scheduler for creating parallel programs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/dougbinks/enkiTS">https://github.com/dougbinks/enkiTS</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.10, v1.11</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/e/enkits/xmake.lua">enkits/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] enkits
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("enkits")
+</code></pre>
 <h3 id="enttmingw">entt (mingw)</h3>
 <table>
 <thead>
@@ -21791,7 +21832,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.10.0, v0.11.1, v0.12.0</td>
+<td>v0.10.0, v0.11.1, v0.12.0, v0.13.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -23853,7 +23894,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+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+100, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 44 - 3
mirror/packages/msys.html

@@ -4597,8 +4597,12 @@
 <td><a href="https://github.com/hanickadot/compile-time-regular-expressions/">https://github.com/hanickadot/compile-time-regular-expressions/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>3.4.1, 3.5, 3.6, 3.7.2, 3.8.1, 3.9.0</td>
+<td>v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6148,6 +6152,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("enet6")
 </code></pre>
+<h3 id="enkitsmsys">enkits (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A permissively licensed C and C++ Task Scheduler for creating parallel programs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/dougbinks/enkiTS">https://github.com/dougbinks/enkiTS</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.10, v1.11</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/e/enkits/xmake.lua">enkits/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install enkits
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("enkits")
+</code></pre>
 <h3 id="enttmsys">entt (msys)</h3>
 <table>
 <thead>
@@ -16985,7 +17026,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.10.0, v0.11.1, v0.12.0</td>
+<td>v0.10.0, v0.11.1, v0.12.0, v0.13.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -18619,7 +18660,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</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 44 - 3
mirror/packages/wasm.html

@@ -3910,8 +3910,12 @@
 <td><a href="https://github.com/hanickadot/compile-time-regular-expressions/">https://github.com/hanickadot/compile-time-regular-expressions/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>3.4.1, 3.5, 3.6, 3.7.2, 3.8.1, 3.9.0</td>
+<td>v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5350,6 +5354,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("enet6")
 </code></pre>
+<h3 id="enkitswasm">enkits (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A permissively licensed C and C++ Task Scheduler for creating parallel programs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/dougbinks/enkiTS">https://github.com/dougbinks/enkiTS</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.10, v1.11</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/e/enkits/xmake.lua">enkits/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm enkits
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("enkits")
+</code></pre>
 <h3 id="enttwasm">entt (wasm)</h3>
 <table>
 <thead>
@@ -15969,7 +16010,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.10.0, v0.11.1, v0.12.0</td>
+<td>v0.10.0, v0.11.1, v0.12.0, v0.13.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -17521,7 +17562,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+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+100, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 7 - 3
mirror/packages/windows.html

@@ -7133,8 +7133,12 @@
 <td><a href="https://github.com/hanickadot/compile-time-regular-expressions/">https://github.com/hanickadot/compile-time-regular-expressions/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>3.4.1, 3.5, 3.6, 3.7.2, 3.8.1, 3.9.0</td>
+<td>v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -32818,7 +32822,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.10.0, v0.11.1, v0.12.0</td>
+<td>v0.10.0, v0.11.1, v0.12.0, v0.13.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -35744,7 +35748,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</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 28 - 3
packages/android.md

@@ -2865,7 +2865,8 @@ add_requires("ctpg")
 | Description | *ctre is a Compile time PCRE (almost) compatible regular expression matcher.* |
 | -- | -- |
 | Homepage | [https://github.com/hanickadot/compile-time-regular-expressions/](https://github.com/hanickadot/compile-time-regular-expressions/) |
-| Versions | 3.4.1, 3.5, 3.6, 3.7.2, 3.8.1, 3.9.0 |
+| License | Apache-2.0 |
+| Versions | v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [ctre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ctre/xmake.lua) |
 
@@ -3888,6 +3889,30 @@ add_requires("enet6")
 ```
 
 
+### enkits (android)
+
+
+| Description | *A permissively licensed C and C++ Task Scheduler for creating parallel programs.* |
+| -- | -- |
+| Homepage | [https://github.com/dougbinks/enkiTS](https://github.com/dougbinks/enkiTS) |
+| License | zlib |
+| Versions | v1.10, v1.11 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [enkits/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/enkits/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] enkits
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("enkits")
+```
+
+
 ### entt (android)
 
 
@@ -12678,7 +12703,7 @@ add_requires("recastnavigation")
 | -- | -- |
 | Homepage | [https://github.com/getml/reflect-cpp](https://github.com/getml/reflect-cpp) |
 | License | MIT |
-| Versions | v0.10.0, v0.11.1, v0.12.0 |
+| Versions | v0.10.0, v0.11.1, v0.12.0, v0.13.0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [reflect-cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/reflect-cpp/xmake.lua) |
 
@@ -13823,7 +13848,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.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+100, 3.45.0+300, 3.46.0+0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 28 - 3
packages/bsd.md

@@ -3153,7 +3153,8 @@ add_requires("ctpg")
 | Description | *ctre is a Compile time PCRE (almost) compatible regular expression matcher.* |
 | -- | -- |
 | Homepage | [https://github.com/hanickadot/compile-time-regular-expressions/](https://github.com/hanickadot/compile-time-regular-expressions/) |
-| Versions | 3.4.1, 3.5, 3.6, 3.7.2, 3.8.1, 3.9.0 |
+| License | Apache-2.0 |
+| Versions | v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0 |
 | Architectures | i386, x86_64 |
 | Definition | [ctre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ctre/xmake.lua) |
 
@@ -4176,6 +4177,30 @@ add_requires("enet6")
 ```
 
 
+### enkits (bsd)
+
+
+| Description | *A permissively licensed C and C++ Task Scheduler for creating parallel programs.* |
+| -- | -- |
+| Homepage | [https://github.com/dougbinks/enkiTS](https://github.com/dougbinks/enkiTS) |
+| License | zlib |
+| Versions | v1.10, v1.11 |
+| Architectures | i386, x86_64 |
+| Definition | [enkits/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/enkits/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install enkits
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("enkits")
+```
+
+
 ### entt (bsd)
 
 
@@ -12645,7 +12670,7 @@ add_requires("recastnavigation")
 | -- | -- |
 | Homepage | [https://github.com/getml/reflect-cpp](https://github.com/getml/reflect-cpp) |
 | License | MIT |
-| Versions | v0.10.0, v0.11.1, v0.12.0 |
+| Versions | v0.10.0, v0.11.1, v0.12.0, v0.13.0 |
 | Architectures | i386, x86_64 |
 | Definition | [reflect-cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/reflect-cpp/xmake.lua) |
 
@@ -13932,7 +13957,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.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+200, 3.45.0+300, 3.46.0+0 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 28 - 3
packages/cross.md

@@ -2938,7 +2938,8 @@ add_requires("ctpg")
 | Description | *ctre is a Compile time PCRE (almost) compatible regular expression matcher.* |
 | -- | -- |
 | Homepage | [https://github.com/hanickadot/compile-time-regular-expressions/](https://github.com/hanickadot/compile-time-regular-expressions/) |
-| Versions | 3.4.1, 3.5, 3.6, 3.7.2, 3.8.1, 3.9.0 |
+| License | Apache-2.0 |
+| Versions | v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [ctre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ctre/xmake.lua) |
 
@@ -4057,6 +4058,30 @@ add_requires("enet6")
 ```
 
 
+### enkits (cross)
+
+
+| Description | *A permissively licensed C and C++ Task Scheduler for creating parallel programs.* |
+| -- | -- |
+| Homepage | [https://github.com/dougbinks/enkiTS](https://github.com/dougbinks/enkiTS) |
+| License | zlib |
+| Versions | v1.10, v1.11 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [enkits/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/enkits/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] enkits
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("enkits")
+```
+
+
 ### entt (cross)
 
 
@@ -11921,7 +11946,7 @@ add_requires("recastnavigation")
 | -- | -- |
 | Homepage | [https://github.com/getml/reflect-cpp](https://github.com/getml/reflect-cpp) |
 | License | MIT |
-| Versions | v0.10.0, v0.11.1, v0.12.0 |
+| Versions | v0.10.0, v0.11.1, v0.12.0, v0.13.0 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [reflect-cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/reflect-cpp/xmake.lua) |
 
@@ -13161,7 +13186,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.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+100, 3.45.0+300, 3.46.0+0 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 28 - 3
packages/iphoneos.md

@@ -2720,7 +2720,8 @@ add_requires("ctpg")
 | Description | *ctre is a Compile time PCRE (almost) compatible regular expression matcher.* |
 | -- | -- |
 | Homepage | [https://github.com/hanickadot/compile-time-regular-expressions/](https://github.com/hanickadot/compile-time-regular-expressions/) |
-| Versions | 3.4.1, 3.5, 3.6, 3.7.2, 3.8.1, 3.9.0 |
+| License | Apache-2.0 |
+| Versions | v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0 |
 | Architectures | arm64, x86_64 |
 | Definition | [ctre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ctre/xmake.lua) |
 
@@ -3743,6 +3744,30 @@ add_requires("enet6")
 ```
 
 
+### enkits (iphoneos)
+
+
+| Description | *A permissively licensed C and C++ Task Scheduler for creating parallel programs.* |
+| -- | -- |
+| Homepage | [https://github.com/dougbinks/enkiTS](https://github.com/dougbinks/enkiTS) |
+| License | zlib |
+| Versions | v1.10, v1.11 |
+| Architectures | arm64, x86_64 |
+| Definition | [enkits/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/enkits/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos enkits
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("enkits")
+```
+
+
 ### entt (iphoneos)
 
 
@@ -11985,7 +12010,7 @@ add_requires("recastnavigation")
 | -- | -- |
 | Homepage | [https://github.com/getml/reflect-cpp](https://github.com/getml/reflect-cpp) |
 | License | MIT |
-| Versions | v0.10.0, v0.11.1, v0.12.0 |
+| Versions | v0.10.0, v0.11.1, v0.12.0, v0.13.0 |
 | Architectures | arm64, x86_64 |
 | Definition | [reflect-cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/reflect-cpp/xmake.lua) |
 
@@ -13176,7 +13201,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.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+200, 3.45.0+300, 3.46.0+0 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 5 - 4
packages/linux.md

@@ -4983,7 +4983,8 @@ add_requires("ctpg")
 | Description | *ctre is a Compile time PCRE (almost) compatible regular expression matcher.* |
 | -- | -- |
 | Homepage | [https://github.com/hanickadot/compile-time-regular-expressions/](https://github.com/hanickadot/compile-time-regular-expressions/) |
-| Versions | 3.4.1, 3.5, 3.6, 3.7.2, 3.8.1, 3.9.0 |
+| License | Apache-2.0 |
+| Versions | v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [ctre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ctre/xmake.lua) |
 
@@ -25191,7 +25192,7 @@ add_requires("redis-plus-plus")
 | -- | -- |
 | Homepage | [https://github.com/getml/reflect-cpp](https://github.com/getml/reflect-cpp) |
 | License | MIT |
-| Versions | v0.10.0, v0.11.1, v0.12.0 |
+| Versions | v0.10.0, v0.11.1, v0.12.0, v0.13.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [reflect-cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/reflect-cpp/xmake.lua) |
 
@@ -27355,7 +27356,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.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+100, 3.45.0+300, 3.46.0+0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -31209,7 +31210,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: 0x55ea1097feb0 |
+| License | table: 0x565315ff9200 |
 | Versions | 1.13 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 5 - 4
packages/macosx.md

@@ -4651,7 +4651,8 @@ add_requires("ctpg")
 | Description | *ctre is a Compile time PCRE (almost) compatible regular expression matcher.* |
 | -- | -- |
 | Homepage | [https://github.com/hanickadot/compile-time-regular-expressions/](https://github.com/hanickadot/compile-time-regular-expressions/) |
-| Versions | 3.4.1, 3.5, 3.6, 3.7.2, 3.8.1, 3.9.0 |
+| License | Apache-2.0 |
+| Versions | v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0 |
 | Architectures | arm64, x86_64 |
 | Definition | [ctre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ctre/xmake.lua) |
 
@@ -23343,7 +23344,7 @@ add_requires("redis-plus-plus")
 | -- | -- |
 | Homepage | [https://github.com/getml/reflect-cpp](https://github.com/getml/reflect-cpp) |
 | License | MIT |
-| Versions | v0.10.0, v0.11.1, v0.12.0 |
+| Versions | v0.10.0, v0.11.1, v0.12.0, v0.13.0 |
 | Architectures | arm64, x86_64 |
 | Definition | [reflect-cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/reflect-cpp/xmake.lua) |
 
@@ -25317,7 +25318,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.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+200, 3.45.0+300, 3.46.0+0 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -28910,7 +28911,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: 0x55ea1097feb0 |
+| License | table: 0x565315ff9200 |
 | Versions | 1.13 |
 | Architectures | arm64, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 28 - 3
packages/mingw.md

@@ -3154,7 +3154,8 @@ add_requires("ctpg")
 | Description | *ctre is a Compile time PCRE (almost) compatible regular expression matcher.* |
 | -- | -- |
 | Homepage | [https://github.com/hanickadot/compile-time-regular-expressions/](https://github.com/hanickadot/compile-time-regular-expressions/) |
-| Versions | 3.4.1, 3.5, 3.6, 3.7.2, 3.8.1, 3.9.0 |
+| License | Apache-2.0 |
+| Versions | v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [ctre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ctre/xmake.lua) |
 
@@ -4344,6 +4345,30 @@ add_requires("enet6")
 ```
 
 
+### enkits (mingw)
+
+
+| Description | *A permissively licensed C and C++ Task Scheduler for creating parallel programs.* |
+| -- | -- |
+| Homepage | [https://github.com/dougbinks/enkiTS](https://github.com/dougbinks/enkiTS) |
+| License | zlib |
+| Versions | v1.10, v1.11 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [enkits/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/enkits/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] enkits
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("enkits")
+```
+
+
 ### entt (mingw)
 
 
@@ -14322,7 +14347,7 @@ add_requires("recastnavigation")
 | -- | -- |
 | Homepage | [https://github.com/getml/reflect-cpp](https://github.com/getml/reflect-cpp) |
 | License | MIT |
-| Versions | v0.10.0, v0.11.1, v0.12.0 |
+| Versions | v0.10.0, v0.11.1, v0.12.0, v0.13.0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [reflect-cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/reflect-cpp/xmake.lua) |
 
@@ -15680,7 +15705,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.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+100, 3.45.0+300, 3.46.0+0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 28 - 3
packages/msys.md

@@ -2960,7 +2960,8 @@ add_requires("ctpg")
 | Description | *ctre is a Compile time PCRE (almost) compatible regular expression matcher.* |
 | -- | -- |
 | Homepage | [https://github.com/hanickadot/compile-time-regular-expressions/](https://github.com/hanickadot/compile-time-regular-expressions/) |
-| Versions | 3.4.1, 3.5, 3.6, 3.7.2, 3.8.1, 3.9.0 |
+| License | Apache-2.0 |
+| Versions | v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0 |
 | Architectures | i386, x86_64 |
 | Definition | [ctre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ctre/xmake.lua) |
 
@@ -3983,6 +3984,30 @@ add_requires("enet6")
 ```
 
 
+### enkits (msys)
+
+
+| Description | *A permissively licensed C and C++ Task Scheduler for creating parallel programs.* |
+| -- | -- |
+| Homepage | [https://github.com/dougbinks/enkiTS](https://github.com/dougbinks/enkiTS) |
+| License | zlib |
+| Versions | v1.10, v1.11 |
+| Architectures | i386, x86_64 |
+| Definition | [enkits/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/enkits/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install enkits
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("enkits")
+```
+
+
 ### entt (msys)
 
 
@@ -11157,7 +11182,7 @@ add_requires("recastnavigation")
 | -- | -- |
 | Homepage | [https://github.com/getml/reflect-cpp](https://github.com/getml/reflect-cpp) |
 | License | MIT |
-| Versions | v0.10.0, v0.11.1, v0.12.0 |
+| Versions | v0.10.0, v0.11.1, v0.12.0, v0.13.0 |
 | Architectures | i386, x86_64 |
 | Definition | [reflect-cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/reflect-cpp/xmake.lua) |
 
@@ -12231,7 +12256,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.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+200, 3.45.0+300, 3.46.0+0 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 28 - 3
packages/wasm.md

@@ -2508,7 +2508,8 @@ add_requires("ctpg")
 | Description | *ctre is a Compile time PCRE (almost) compatible regular expression matcher.* |
 | -- | -- |
 | Homepage | [https://github.com/hanickadot/compile-time-regular-expressions/](https://github.com/hanickadot/compile-time-regular-expressions/) |
-| Versions | 3.4.1, 3.5, 3.6, 3.7.2, 3.8.1, 3.9.0 |
+| License | Apache-2.0 |
+| Versions | v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0 |
 | Architectures | wasm32, wasm64 |
 | Definition | [ctre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ctre/xmake.lua) |
 
@@ -3459,6 +3460,30 @@ add_requires("enet6")
 ```
 
 
+### enkits (wasm)
+
+
+| Description | *A permissively licensed C and C++ Task Scheduler for creating parallel programs.* |
+| -- | -- |
+| Homepage | [https://github.com/dougbinks/enkiTS](https://github.com/dougbinks/enkiTS) |
+| License | zlib |
+| Versions | v1.10, v1.11 |
+| Architectures | wasm32, wasm64 |
+| Definition | [enkits/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/enkits/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm enkits
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("enkits")
+```
+
+
 ### entt (wasm)
 
 
@@ -10490,7 +10515,7 @@ add_requires("recastnavigation")
 | -- | -- |
 | Homepage | [https://github.com/getml/reflect-cpp](https://github.com/getml/reflect-cpp) |
 | License | MIT |
-| Versions | v0.10.0, v0.11.1, v0.12.0 |
+| Versions | v0.10.0, v0.11.1, v0.12.0, v0.13.0 |
 | Architectures | wasm32, wasm64 |
 | Definition | [reflect-cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/reflect-cpp/xmake.lua) |
 
@@ -11514,7 +11539,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.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+100, 3.45.0+300, 3.46.0+0 |
 | Architectures | wasm32, wasm64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 4 - 3
packages/windows.md

@@ -4630,7 +4630,8 @@ add_requires("ctpg")
 | Description | *ctre is a Compile time PCRE (almost) compatible regular expression matcher.* |
 | -- | -- |
 | Homepage | [https://github.com/hanickadot/compile-time-regular-expressions/](https://github.com/hanickadot/compile-time-regular-expressions/) |
-| Versions | 3.4.1, 3.5, 3.6, 3.7.2, 3.8.1, 3.9.0 |
+| License | Apache-2.0 |
+| Versions | v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0 |
 | Architectures | arm64, x64, x86 |
 | Definition | [ctre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ctre/xmake.lua) |
 
@@ -21594,7 +21595,7 @@ add_requires("redis-plus-plus")
 | -- | -- |
 | Homepage | [https://github.com/getml/reflect-cpp](https://github.com/getml/reflect-cpp) |
 | License | MIT |
-| Versions | v0.10.0, v0.11.1, v0.12.0 |
+| Versions | v0.10.0, v0.11.1, v0.12.0, v0.13.0 |
 | Architectures | arm64, x64, x86 |
 | Definition | [reflect-cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/reflect-cpp/xmake.lua) |
 
@@ -23522,7 +23523,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.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+200, 3.45.0+300, 3.46.0+0 |
 | Architectures | arm64, x64, x86 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2024-07-25T16:04:12+08:00</lastmod>
+  <lastmod>2024-07-26T00:07:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-07-25T16:04:18+08:00</lastmod>
+  <lastmod>2024-07-26T00:08:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-07-25T16:04:18+08:00</lastmod>
+  <lastmod>2024-07-26T00:08:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-07-25T16:04:18+08:00</lastmod>
+  <lastmod>2024-07-26T00:08:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-07-25T16:04:18+08:00</lastmod>
+  <lastmod>2024-07-26T00:08:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-07-25T16:04:19+08:00</lastmod>
+  <lastmod>2024-07-26T00:08:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-07-25T16:04:19+08:00</lastmod>
+  <lastmod>2024-07-26T00:08:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-07-25T16:04:20+08:00</lastmod>
+  <lastmod>2024-07-26T00:08:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-07-25T16:04:20+08:00</lastmod>
+  <lastmod>2024-07-26T00:08:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-07-25T16:04:20+08:00</lastmod>
+  <lastmod>2024-07-26T00:08:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-07-25T16:04:21+08:00</lastmod>
+  <lastmod>2024-07-26T00:08:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-07-25T16:04:21+08:00</lastmod>
+  <lastmod>2024-07-26T00:08:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-07-25T16:04:21+08:00</lastmod>
+  <lastmod>2024-07-26T00:08:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-07-25T16:04:22+08:00</lastmod>
+  <lastmod>2024-07-26T00:08:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-07-25T16:04:22+08:00</lastmod>
+  <lastmod>2024-07-26T00:08:05+08:00</lastmod>
 </url>
 
 </urlset>