Browse Source

autoupdate docs by xmake-repo/ci

ruki 1 year ago
parent
commit
08e3558ea2

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *Simple, lightweight, cross-platform*
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: directxtk12, yxml**
+- **Recently added: upa-url, directxtk12**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
   - [Quick Start](getting_started.md)
-- Packages (1522)
+- Packages (1523)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)

+ 38 - 1
mirror/packages/android.html

@@ -23915,7 +23915,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+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, 3.46.0+100</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -26641,6 +26641,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("unzip")
 <pre><code class="lang-lua">add_requires("unzip")
 </code></pre>
 </code></pre>
+<h3 id="upaurlandroid">upa-url (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An implementation of the WHATWG URL Standard in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://upa-url.github.io/docs/">https://upa-url.github.io/docs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0</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/u/upa-url/xmake.lua">upa-url/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] upa-url
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("upa-url")
+</code></pre>
 <h3 id="urdfdomheadersandroid">urdfdom-headers (android)</h3>
 <h3 id="urdfdomheadersandroid">urdfdom-headers (android)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 38 - 1
mirror/packages/bsd.html

@@ -24104,7 +24104,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+200, 3.45.0+100, 3.46.0+100, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+200, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -26970,6 +26970,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("unzip")
 <pre><code class="lang-lua">add_requires("unzip")
 </code></pre>
 </code></pre>
+<h3 id="upaurlbsd">upa-url (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An implementation of the WHATWG URL Standard in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://upa-url.github.io/docs/">https://upa-url.github.io/docs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/u/upa-url/xmake.lua">upa-url/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install upa-url
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("upa-url")
+</code></pre>
 <h3 id="urdfdomheadersbsd">urdfdom-headers (bsd)</h3>
 <h3 id="urdfdomheadersbsd">urdfdom-headers (bsd)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 38 - 1
mirror/packages/cross.html

@@ -22770,7 +22770,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+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, 3.46.0+100</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -25533,6 +25533,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("unzip")
 <pre><code class="lang-lua">add_requires("unzip")
 </code></pre>
 </code></pre>
+<h3 id="upaurlcross">upa-url (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An implementation of the WHATWG URL Standard in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://upa-url.github.io/docs/">https://upa-url.github.io/docs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/u/upa-url/xmake.lua">upa-url/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] upa-url
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("upa-url")
+</code></pre>
 <h3 id="urdfdomheaderscross">urdfdom-headers (cross)</h3>
 <h3 id="urdfdomheaderscross">urdfdom-headers (cross)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 38 - 1
mirror/packages/iphoneos.html

@@ -22997,7 +22997,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+200, 3.45.0+100, 3.46.0+100, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+200, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -25690,6 +25690,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("unzip")
 <pre><code class="lang-lua">add_requires("unzip")
 </code></pre>
 </code></pre>
+<h3 id="upaurliphoneos">upa-url (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An implementation of the WHATWG URL Standard in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://upa-url.github.io/docs/">https://upa-url.github.io/docs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/u/upa-url/xmake.lua">upa-url/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos upa-url
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("upa-url")
+</code></pre>
 <h3 id="urdfdomheadersiphoneos">urdfdom-headers (iphoneos)</h3>
 <h3 id="urdfdomheadersiphoneos">urdfdom-headers (iphoneos)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 39 - 2
mirror/packages/linux.html

@@ -44599,7 +44599,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+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, 3.46.0+100</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -48675,6 +48675,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("unzip")
 <pre><code class="lang-lua">add_requires("unzip")
 </code></pre>
 </code></pre>
+<h3 id="upaurllinux">upa-url (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An implementation of the WHATWG URL Standard in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://upa-url.github.io/docs/">https://upa-url.github.io/docs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/upa-url/xmake.lua">upa-url/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install upa-url
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("upa-url")
+</code></pre>
 <h3 id="urdfdomlinux">urdfdom (linux)</h3>
 <h3 id="urdfdomlinux">urdfdom (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -50716,7 +50753,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>License</td>
 <td>License</td>
-<td>table: 0x55e02dcd3890</td>
+<td>table: 0x5562bba9fca0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>

+ 39 - 2
mirror/packages/macosx.html

@@ -41184,7 +41184,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+200, 3.45.0+100, 3.46.0+100, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+200, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -45013,6 +45013,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("unzip")
 <pre><code class="lang-lua">add_requires("unzip")
 </code></pre>
 </code></pre>
+<h3 id="upaurlmacosx">upa-url (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An implementation of the WHATWG URL Standard in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://upa-url.github.io/docs/">https://upa-url.github.io/docs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/u/upa-url/xmake.lua">upa-url/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install upa-url
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("upa-url")
+</code></pre>
 <h3 id="urdfdommacosx">urdfdom (macosx)</h3>
 <h3 id="urdfdommacosx">urdfdom (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -46873,7 +46910,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>License</td>
 <td>License</td>
-<td>table: 0x55e02dcd3890</td>
+<td>table: 0x5562bba9fca0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>

+ 38 - 1
mirror/packages/mingw.html

@@ -26876,7 +26876,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+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, 3.46.0+100</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -30001,6 +30001,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("unzip")
 <pre><code class="lang-lua">add_requires("unzip")
 </code></pre>
 </code></pre>
+<h3 id="upaurlmingw">upa-url (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An implementation of the WHATWG URL Standard in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://upa-url.github.io/docs/">https://upa-url.github.io/docs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/u/upa-url/xmake.lua">upa-url/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] upa-url
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("upa-url")
+</code></pre>
 <h3 id="urdfdomheadersmingw">urdfdom-headers (mingw)</h3>
 <h3 id="urdfdomheadersmingw">urdfdom-headers (mingw)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 38 - 1
mirror/packages/msys.html

@@ -21746,7 +21746,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+200, 3.45.0+100, 3.46.0+100, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+200, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -24435,6 +24435,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("unzip")
 <pre><code class="lang-lua">add_requires("unzip")
 </code></pre>
 </code></pre>
+<h3 id="upaurlmsys">upa-url (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An implementation of the WHATWG URL Standard in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://upa-url.github.io/docs/">https://upa-url.github.io/docs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/u/upa-url/xmake.lua">upa-url/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install upa-url
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("upa-url")
+</code></pre>
 <h3 id="urdfdomheadersmsys">urdfdom-headers (msys)</h3>
 <h3 id="urdfdomheadersmsys">urdfdom-headers (msys)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 38 - 1
mirror/packages/wasm.html

@@ -20294,7 +20294,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+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, 3.46.0+100</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -22765,6 +22765,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("unzip")
 <pre><code class="lang-lua">add_requires("unzip")
 </code></pre>
 </code></pre>
+<h3 id="upaurlwasm">upa-url (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An implementation of the WHATWG URL Standard in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://upa-url.github.io/docs/">https://upa-url.github.io/docs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/u/upa-url/xmake.lua">upa-url/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm upa-url
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("upa-url")
+</code></pre>
 <h3 id="urdfdomheaderswasm">urdfdom-headers (wasm)</h3>
 <h3 id="urdfdomheaderswasm">urdfdom-headers (wasm)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 38 - 1
mirror/packages/windows.html

@@ -38342,7 +38342,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+200, 3.45.0+100, 3.46.0+100, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+200, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -42282,6 +42282,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("unzip")
 <pre><code class="lang-lua">add_requires("unzip")
 </code></pre>
 </code></pre>
+<h3 id="upaurlwindows">upa-url (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An implementation of the WHATWG URL Standard in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://upa-url.github.io/docs/">https://upa-url.github.io/docs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/u/upa-url/xmake.lua">upa-url/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install upa-url
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("upa-url")
+</code></pre>
 <h3 id="urdfdomwindows">urdfdom (windows)</h3>
 <h3 id="urdfdomwindows">urdfdom (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 25 - 1
packages/android.md

@@ -15666,7 +15666,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+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, 3.46.0+100 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | 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) |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 
@@ -17455,6 +17455,30 @@ add_requires("unzip")
 ```
 ```
 
 
 
 
+### upa-url (android)
+
+
+| Description | *An implementation of the WHATWG URL Standard in C++* |
+| -- | -- |
+| Homepage | [https://upa-url.github.io/docs/](https://upa-url.github.io/docs/) |
+| License | BSD-2-Clause |
+| Versions | v1.0.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [upa-url/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/upa-url/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] upa-url
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("upa-url")
+```
+
+
 ### urdfdom-headers (android)
 ### urdfdom-headers (android)
 
 
 
 

+ 25 - 1
packages/bsd.md

@@ -15800,7 +15800,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+200, 3.45.0+100, 3.46.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+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
 | Architectures | i386, x86_64 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 
@@ -17683,6 +17683,30 @@ add_requires("unzip")
 ```
 ```
 
 
 
 
+### upa-url (bsd)
+
+
+| Description | *An implementation of the WHATWG URL Standard in C++* |
+| -- | -- |
+| Homepage | [https://upa-url.github.io/docs/](https://upa-url.github.io/docs/) |
+| License | BSD-2-Clause |
+| Versions | v1.0.0 |
+| Architectures | i386, x86_64 |
+| Definition | [upa-url/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/upa-url/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install upa-url
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("upa-url")
+```
+
+
 ### urdfdom-headers (bsd)
 ### urdfdom-headers (bsd)
 
 
 
 

+ 25 - 1
packages/cross.md

@@ -14906,7 +14906,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+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, 3.46.0+100 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 
@@ -16719,6 +16719,30 @@ add_requires("unzip")
 ```
 ```
 
 
 
 
+### upa-url (cross)
+
+
+| Description | *An implementation of the WHATWG URL Standard in C++* |
+| -- | -- |
+| Homepage | [https://upa-url.github.io/docs/](https://upa-url.github.io/docs/) |
+| License | BSD-2-Clause |
+| Versions | v1.0.0 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [upa-url/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/upa-url/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] upa-url
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("upa-url")
+```
+
+
 ### urdfdom-headers (cross)
 ### urdfdom-headers (cross)
 
 
 
 

+ 25 - 1
packages/iphoneos.md

@@ -15066,7 +15066,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+200, 3.45.0+100, 3.46.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+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
 | Architectures | arm64, x86_64 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 
@@ -16832,6 +16832,30 @@ add_requires("unzip")
 ```
 ```
 
 
 
 
+### upa-url (iphoneos)
+
+
+| Description | *An implementation of the WHATWG URL Standard in C++* |
+| -- | -- |
+| Homepage | [https://upa-url.github.io/docs/](https://upa-url.github.io/docs/) |
+| License | BSD-2-Clause |
+| Versions | v1.0.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [upa-url/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/upa-url/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos upa-url
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("upa-url")
+```
+
+
 ### urdfdom-headers (iphoneos)
 ### urdfdom-headers (iphoneos)
 
 
 
 

+ 26 - 2
packages/linux.md

@@ -29342,7 +29342,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+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, 3.46.0+100 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | 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) |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 
@@ -32029,6 +32029,30 @@ add_requires("unzip")
 ```
 ```
 
 
 
 
+### upa-url (linux)
+
+
+| Description | *An implementation of the WHATWG URL Standard in C++* |
+| -- | -- |
+| Homepage | [https://upa-url.github.io/docs/](https://upa-url.github.io/docs/) |
+| License | BSD-2-Clause |
+| Versions | v1.0.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [upa-url/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/upa-url/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install upa-url
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("upa-url")
+```
+
+
 ### urdfdom (linux)
 ### urdfdom (linux)
 
 
 
 
@@ -33371,7 +33395,7 @@ add_requires("whisper.cpp")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x55e02dcd3890 |
+| License | table: 0x5562bba9fca0 |
 | Versions | 1.13 |
 | Versions | 1.13 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | 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) |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 26 - 2
packages/macosx.md

@@ -27087,7 +27087,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+200, 3.45.0+100, 3.46.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+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
 | Architectures | arm64, x86_64 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 
@@ -29609,6 +29609,30 @@ add_requires("unzip")
 ```
 ```
 
 
 
 
+### upa-url (macosx)
+
+
+| Description | *An implementation of the WHATWG URL Standard in C++* |
+| -- | -- |
+| Homepage | [https://upa-url.github.io/docs/](https://upa-url.github.io/docs/) |
+| License | BSD-2-Clause |
+| Versions | v1.0.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [upa-url/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/upa-url/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install upa-url
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("upa-url")
+```
+
+
 ### urdfdom (macosx)
 ### urdfdom (macosx)
 
 
 
 
@@ -30832,7 +30856,7 @@ add_requires("which")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x55e02dcd3890 |
+| License | table: 0x5562bba9fca0 |
 | Versions | 1.13 |
 | Versions | 1.13 |
 | Architectures | arm64, x86_64 |
 | Architectures | arm64, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 25 - 1
packages/mingw.md

@@ -17601,7 +17601,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+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, 3.46.0+100 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 
@@ -19652,6 +19652,30 @@ add_requires("unzip")
 ```
 ```
 
 
 
 
+### upa-url (mingw)
+
+
+| Description | *An implementation of the WHATWG URL Standard in C++* |
+| -- | -- |
+| Homepage | [https://upa-url.github.io/docs/](https://upa-url.github.io/docs/) |
+| License | BSD-2-Clause |
+| Versions | v1.0.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [upa-url/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/upa-url/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] upa-url
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("upa-url")
+```
+
+
 ### urdfdom-headers (mingw)
 ### urdfdom-headers (mingw)
 
 
 
 

+ 25 - 1
packages/msys.md

@@ -14237,7 +14237,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+200, 3.45.0+100, 3.46.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+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
 | Architectures | i386, x86_64 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 
@@ -16002,6 +16002,30 @@ add_requires("unzip")
 ```
 ```
 
 
 
 
+### upa-url (msys)
+
+
+| Description | *An implementation of the WHATWG URL Standard in C++* |
+| -- | -- |
+| Homepage | [https://upa-url.github.io/docs/](https://upa-url.github.io/docs/) |
+| License | BSD-2-Clause |
+| Versions | v1.0.0 |
+| Architectures | i386, x86_64 |
+| Definition | [upa-url/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/upa-url/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install upa-url
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("upa-url")
+```
+
+
 ### urdfdom-headers (msys)
 ### urdfdom-headers (msys)
 
 
 
 

+ 25 - 1
packages/wasm.md

@@ -13284,7 +13284,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+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, 3.46.0+100 |
 | Architectures | wasm32, wasm64 |
 | Architectures | wasm32, wasm64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 
@@ -14906,6 +14906,30 @@ add_requires("unzip")
 ```
 ```
 
 
 
 
+### upa-url (wasm)
+
+
+| Description | *An implementation of the WHATWG URL Standard in C++* |
+| -- | -- |
+| Homepage | [https://upa-url.github.io/docs/](https://upa-url.github.io/docs/) |
+| License | BSD-2-Clause |
+| Versions | v1.0.0 |
+| Architectures | wasm32, wasm64 |
+| Definition | [upa-url/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/upa-url/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm upa-url
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("upa-url")
+```
+
+
 ### urdfdom-headers (wasm)
 ### urdfdom-headers (wasm)
 
 
 
 

+ 25 - 1
packages/windows.md

@@ -25145,7 +25145,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+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+200, 3.45.0+100, 3.46.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+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 
@@ -27739,6 +27739,30 @@ add_requires("unzip")
 ```
 ```
 
 
 
 
+### upa-url (windows)
+
+
+| Description | *An implementation of the WHATWG URL Standard in C++* |
+| -- | -- |
+| Homepage | [https://upa-url.github.io/docs/](https://upa-url.github.io/docs/) |
+| License | BSD-2-Clause |
+| Versions | v1.0.0 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [upa-url/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/upa-url/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install upa-url
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("upa-url")
+```
+
+
 ### urdfdom (windows)
 ### urdfdom (windows)
 
 
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
     
 <url>
 <url>
   <loc>https://xrepo.xmake.io</loc>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2024-09-20T13:03:34+08:00</lastmod>
+  <lastmod>2024-09-20T14:44:10+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-09-20T13:03:40+08:00</lastmod>
+  <lastmod>2024-09-20T14:44:16+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-09-20T13:03:40+08:00</lastmod>
+  <lastmod>2024-09-20T14:44:16+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-09-20T13:03:40+08:00</lastmod>
+  <lastmod>2024-09-20T14:44:16+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-09-20T13:03:40+08:00</lastmod>
+  <lastmod>2024-09-20T14:44:17+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-09-20T13:03:41+08:00</lastmod>
+  <lastmod>2024-09-20T14:44:17+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-09-20T13:03:41+08:00</lastmod>
+  <lastmod>2024-09-20T14:44:17+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-09-20T13:03:41+08:00</lastmod>
+  <lastmod>2024-09-20T14:44:18+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-09-20T13:03:42+08:00</lastmod>
+  <lastmod>2024-09-20T14:44:18+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-09-20T13:03:42+08:00</lastmod>
+  <lastmod>2024-09-20T14:44:18+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-09-20T13:03:42+08:00</lastmod>
+  <lastmod>2024-09-20T14:44:19+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-09-20T13:03:43+08:00</lastmod>
+  <lastmod>2024-09-20T14:44:19+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-09-20T13:03:43+08:00</lastmod>
+  <lastmod>2024-09-20T14:44:19+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-09-20T13:03:43+08:00</lastmod>
+  <lastmod>2024-09-20T14:44:20+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-09-20T13:03:44+08:00</lastmod>
+  <lastmod>2024-09-20T14:44:20+08:00</lastmod>
 </url>
 </url>
 
 
 </urlset>
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *简单,轻量,跨平台*
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: directxtk12, yxml**
+- **Recently added: upa-url, directxtk12**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/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)
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (1522)
+- 包列表 (1523)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)