Bläddra i källkod

autoupdate docs by xmake-repo/ci

ruki 11 månader sedan
förälder
incheckning
da5ad2579c

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: port, libhubbub, port**
+- **Recently added: port, libdom, port**
 
 [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 (1542)
+- Packages (1544)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 75 - 1
mirror/packages/android.html

@@ -11996,6 +11996,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libdivsufsort")
 </code></pre>
+<h3 id="libdomandroid">libdom (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibDOM is an implementation of the W3C DOM</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libdom">https://www.netsurf-browser.org/projects/libdom</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4.2</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/l/libdom/xmake.lua">libdom/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libdom
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libdom")
+</code></pre>
 <h3 id="libelfandroid">libelf (android)</h3>
 <table>
 <thead>
@@ -14073,6 +14110,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libvorbis")
 </code></pre>
+<h3 id="libwapcapletandroid">libwapcaplet (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibWapcaplet is a string internment library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libwapcaplet">https://www.netsurf-browser.org/projects/libwapcaplet</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4.3</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/l/libwapcaplet/xmake.lua">libwapcaplet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libwapcaplet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libwapcaplet")
+</code></pre>
 <h3 id="libwebmandroid">libwebm (android)</h3>
 <table>
 <thead>
@@ -24437,7 +24511,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+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 75 - 1
mirror/packages/bsd.html

@@ -12155,6 +12155,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libdivsufsort")
 </code></pre>
+<h3 id="libdombsd">libdom (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibDOM is an implementation of the W3C DOM</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libdom">https://www.netsurf-browser.org/projects/libdom</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdom/xmake.lua">libdom/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libdom
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libdom")
+</code></pre>
 <h3 id="libeditbsd">libedit (bsd)</h3>
 <table>
 <thead>
@@ -14146,6 +14183,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libuv")
 </code></pre>
+<h3 id="libwapcapletbsd">libwapcaplet (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibWapcaplet is a string internment library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libwapcaplet">https://www.netsurf-browser.org/projects/libwapcaplet</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwapcaplet/xmake.lua">libwapcaplet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libwapcaplet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libwapcaplet")
+</code></pre>
 <h3 id="libwebmbsd">libwebm (bsd)</h3>
 <table>
 <thead>
@@ -24688,7 +24762,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 75 - 1
mirror/packages/cross.html

@@ -11875,6 +11875,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libdivsufsort")
 </code></pre>
+<h3 id="libdomcross">libdom (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibDOM is an implementation of the W3C DOM</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libdom">https://www.netsurf-browser.org/projects/libdom</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdom/xmake.lua">libdom/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libdom
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libdom")
+</code></pre>
 <h3 id="libelfincross">libelfin (cross)</h3>
 <table>
 <thead>
@@ -13664,6 +13701,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libvips")
 </code></pre>
+<h3 id="libwapcapletcross">libwapcaplet (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibWapcaplet is a string internment library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libwapcaplet">https://www.netsurf-browser.org/projects/libwapcaplet</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwapcaplet/xmake.lua">libwapcaplet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libwapcaplet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libwapcaplet")
+</code></pre>
 <h3 id="libwebmcross">libwebm (cross)</h3>
 <table>
 <thead>
@@ -23259,7 +23333,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+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 75 - 1
mirror/packages/iphoneos.html

@@ -11666,6 +11666,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libdivsufsort")
 </code></pre>
+<h3 id="libdomiphoneos">libdom (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibDOM is an implementation of the W3C DOM</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libdom">https://www.netsurf-browser.org/projects/libdom</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdom/xmake.lua">libdom/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos libdom
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libdom")
+</code></pre>
 <h3 id="libelfiniphoneos">libelfin (iphoneos)</h3>
 <table>
 <thead>
@@ -13673,6 +13710,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libvorbis")
 </code></pre>
+<h3 id="libwapcapletiphoneos">libwapcaplet (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibWapcaplet is a string internment library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libwapcaplet">https://www.netsurf-browser.org/projects/libwapcaplet</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwapcaplet/xmake.lua">libwapcaplet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos libwapcaplet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libwapcaplet")
+</code></pre>
 <h3 id="libwebmiphoneos">libwebm (iphoneos)</h3>
 <table>
 <thead>
@@ -23556,7 +23630,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 76 - 2
mirror/packages/linux.html

@@ -21602,6 +21602,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libdivsufsort")
 </code></pre>
+<h3 id="libdomlinux">libdom (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibDOM is an implementation of the W3C DOM</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libdom">https://www.netsurf-browser.org/projects/libdom</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4.2</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/l/libdom/xmake.lua">libdom/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libdom
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libdom")
+</code></pre>
 <h3 id="libdrmlinux">libdrm (linux)</h3>
 <table>
 <thead>
@@ -26527,6 +26564,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libvpx")
 </code></pre>
+<h3 id="libwapcapletlinux">libwapcaplet (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibWapcaplet is a string internment library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libwapcaplet">https://www.netsurf-browser.org/projects/libwapcaplet</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4.3</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/l/libwapcaplet/xmake.lua">libwapcaplet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libwapcaplet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libwapcaplet")
+</code></pre>
 <h3 id="libwebmlinux">libwebm (linux)</h3>
 <table>
 <thead>
@@ -45187,7 +45261,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+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -51341,7 +51415,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55f88eae5ba0</td>
+<td>table: 0x55caef17a3d0</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 76 - 2
mirror/packages/macosx.html

@@ -20092,6 +20092,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libdivsufsort")
 </code></pre>
+<h3 id="libdommacosx">libdom (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibDOM is an implementation of the W3C DOM</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libdom">https://www.netsurf-browser.org/projects/libdom</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdom/xmake.lua">libdom/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libdom
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libdom")
+</code></pre>
 <h3 id="libdwarfmacosx">libdwarf (macosx)</h3>
 <table>
 <thead>
@@ -24449,6 +24486,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libvpx")
 </code></pre>
+<h3 id="libwapcapletmacosx">libwapcaplet (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibWapcaplet is a string internment library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libwapcaplet">https://www.netsurf-browser.org/projects/libwapcaplet</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwapcaplet/xmake.lua">libwapcaplet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libwapcaplet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libwapcaplet")
+</code></pre>
 <h3 id="libwebmmacosx">libwebm (macosx)</h3>
 <table>
 <thead>
@@ -41665,7 +41739,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -47391,7 +47465,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55f88eae5ba0</td>
+<td>table: 0x55caef17a3d0</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 75 - 1
mirror/packages/mingw.html

@@ -13719,6 +13719,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libdivsufsort")
 </code></pre>
+<h3 id="libdommingw">libdom (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibDOM is an implementation of the W3C DOM</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libdom">https://www.netsurf-browser.org/projects/libdom</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdom/xmake.lua">libdom/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] libdom
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libdom")
+</code></pre>
 <h3 id="libdwarfmingw">libdwarf (mingw)</h3>
 <table>
 <thead>
@@ -15866,6 +15903,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libvorbis")
 </code></pre>
+<h3 id="libwapcapletmingw">libwapcaplet (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibWapcaplet is a string internment library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libwapcaplet">https://www.netsurf-browser.org/projects/libwapcaplet</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwapcaplet/xmake.lua">libwapcaplet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] libwapcaplet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libwapcaplet")
+</code></pre>
 <h3 id="libwebmmingw">libwebm (mingw)</h3>
 <table>
 <thead>
@@ -27357,7 +27431,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+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 75 - 1
mirror/packages/msys.html

@@ -11526,6 +11526,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libdivsufsort")
 </code></pre>
+<h3 id="libdommsys">libdom (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibDOM is an implementation of the W3C DOM</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libdom">https://www.netsurf-browser.org/projects/libdom</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdom/xmake.lua">libdom/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libdom
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libdom")
+</code></pre>
 <h3 id="libeditmsys">libedit (msys)</h3>
 <table>
 <thead>
@@ -13208,6 +13245,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libva")
 </code></pre>
+<h3 id="libwapcapletmsys">libwapcaplet (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibWapcaplet is a string internment library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libwapcaplet">https://www.netsurf-browser.org/projects/libwapcaplet</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwapcaplet/xmake.lua">libwapcaplet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libwapcaplet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libwapcaplet")
+</code></pre>
 <h3 id="libwebmmsys">libwebm (msys)</h3>
 <table>
 <thead>
@@ -22338,7 +22412,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 75 - 1
mirror/packages/wasm.html

@@ -10481,6 +10481,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libdivsufsort")
 </code></pre>
+<h3 id="libdomwasm">libdom (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibDOM is an implementation of the W3C DOM</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libdom">https://www.netsurf-browser.org/projects/libdom</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdom/xmake.lua">libdom/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm libdom
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libdom")
+</code></pre>
 <h3 id="libelfinwasm">libelfin (wasm)</h3>
 <table>
 <thead>
@@ -12081,6 +12118,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libvorbis")
 </code></pre>
+<h3 id="libwapcapletwasm">libwapcaplet (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibWapcaplet is a string internment library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libwapcaplet">https://www.netsurf-browser.org/projects/libwapcaplet</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwapcaplet/xmake.lua">libwapcaplet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm libwapcaplet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libwapcaplet")
+</code></pre>
 <h3 id="libwebmwasm">libwebm (wasm)</h3>
 <table>
 <thead>
@@ -20812,7 +20886,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+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 75 - 1
mirror/packages/windows.html

@@ -19598,6 +19598,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libdivsufsort")
 </code></pre>
+<h3 id="libdomwindows">libdom (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibDOM is an implementation of the W3C DOM</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libdom">https://www.netsurf-browser.org/projects/libdom</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, arm64ec, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdom/xmake.lua">libdom/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libdom
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libdom")
+</code></pre>
 <h3 id="libdwarfwindows">libdwarf (windows)</h3>
 <table>
 <thead>
@@ -22675,6 +22712,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libvorbis")
 </code></pre>
+<h3 id="libwapcapletwindows">libwapcaplet (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibWapcaplet is a string internment library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.netsurf-browser.org/projects/libwapcaplet">https://www.netsurf-browser.org/projects/libwapcaplet</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.4.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, arm64ec, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwapcaplet/xmake.lua">libwapcaplet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libwapcaplet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libwapcaplet")
+</code></pre>
 <h3 id="libwebmwindows">libwebm (windows)</h3>
 <table>
 <thead>
@@ -38934,7 +39008,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 49 - 1
packages/android.md

@@ -7819,6 +7819,30 @@ add_requires("libdivsufsort")
 ```
 
 
+### libdom (android)
+
+
+| Description | *LibDOM is an implementation of the W3C DOM* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libdom](https://www.netsurf-browser.org/projects/libdom) |
+| License | MIT |
+| Versions | 0.4.2 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [libdom/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdom/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] libdom
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libdom")
+```
+
+
 ### libelf (android)
 
 
@@ -9179,6 +9203,30 @@ add_requires("libvorbis")
 ```
 
 
+### libwapcaplet (android)
+
+
+| Description | *LibWapcaplet is a string internment library* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libwapcaplet](https://www.netsurf-browser.org/projects/libwapcaplet) |
+| License | MIT |
+| Versions | 0.4.3 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [libwapcaplet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwapcaplet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] libwapcaplet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libwapcaplet")
+```
+
+
 ### libwebm (android)
 
 
@@ -16003,7 +16051,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+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
 | 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) |
 

+ 49 - 1
packages/bsd.md

@@ -7916,6 +7916,30 @@ add_requires("libdivsufsort")
 ```
 
 
+### libdom (bsd)
+
+
+| Description | *LibDOM is an implementation of the W3C DOM* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libdom](https://www.netsurf-browser.org/projects/libdom) |
+| License | MIT |
+| Versions | 0.4.2 |
+| Architectures | i386, x86_64 |
+| Definition | [libdom/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdom/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libdom
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libdom")
+```
+
+
 ### libedit (bsd)
 
 
@@ -9225,6 +9249,30 @@ add_requires("libuv")
 ```
 
 
+### libwapcaplet (bsd)
+
+
+| Description | *LibWapcaplet is a string internment library* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libwapcaplet](https://www.netsurf-browser.org/projects/libwapcaplet) |
+| License | MIT |
+| Versions | 0.4.3 |
+| Architectures | i386, x86_64 |
+| Definition | [libwapcaplet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwapcaplet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libwapcaplet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libwapcaplet")
+```
+
+
 ### libwebm (bsd)
 
 
@@ -16182,7 +16230,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, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 49 - 1
packages/cross.md

@@ -7728,6 +7728,30 @@ add_requires("libdivsufsort")
 ```
 
 
+### libdom (cross)
+
+
+| Description | *LibDOM is an implementation of the W3C DOM* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libdom](https://www.netsurf-browser.org/projects/libdom) |
+| License | MIT |
+| Versions | 0.4.2 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [libdom/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdom/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] libdom
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libdom")
+```
+
+
 ### libelfin (cross)
 
 
@@ -8898,6 +8922,30 @@ add_requires("libvips")
 ```
 
 
+### libwapcaplet (cross)
+
+
+| Description | *LibWapcaplet is a string internment library* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libwapcaplet](https://www.netsurf-browser.org/projects/libwapcaplet) |
+| License | MIT |
+| Versions | 0.4.3 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [libwapcaplet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwapcaplet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] libwapcaplet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libwapcaplet")
+```
+
+
 ### libwebm (cross)
 
 
@@ -15220,7 +15268,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+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.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) |
 

+ 49 - 1
packages/iphoneos.md

@@ -7602,6 +7602,30 @@ add_requires("libdivsufsort")
 ```
 
 
+### libdom (iphoneos)
+
+
+| Description | *LibDOM is an implementation of the W3C DOM* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libdom](https://www.netsurf-browser.org/projects/libdom) |
+| License | MIT |
+| Versions | 0.4.2 |
+| Architectures | arm64, x86_64 |
+| Definition | [libdom/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdom/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos libdom
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libdom")
+```
+
+
 ### libelfin (iphoneos)
 
 
@@ -8915,6 +8939,30 @@ add_requires("libvorbis")
 ```
 
 
+### libwapcaplet (iphoneos)
+
+
+| Description | *LibWapcaplet is a string internment library* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libwapcaplet](https://www.netsurf-browser.org/projects/libwapcaplet) |
+| License | MIT |
+| Versions | 0.4.3 |
+| Architectures | arm64, x86_64 |
+| Definition | [libwapcaplet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwapcaplet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos libwapcaplet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libwapcaplet")
+```
+
+
 ### libwebm (iphoneos)
 
 
@@ -15427,7 +15475,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, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 50 - 2
packages/linux.md

@@ -14153,6 +14153,30 @@ add_requires("libdivsufsort")
 ```
 
 
+### libdom (linux)
+
+
+| Description | *LibDOM is an implementation of the W3C DOM* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libdom](https://www.netsurf-browser.org/projects/libdom) |
+| License | MIT |
+| Versions | 0.4.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libdom/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdom/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libdom
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libdom")
+```
+
+
 ### libdrm (linux)
 
 
@@ -17405,6 +17429,30 @@ add_requires("libvpx")
 ```
 
 
+### libwapcaplet (linux)
+
+
+| Description | *LibWapcaplet is a string internment library* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libwapcaplet](https://www.netsurf-browser.org/projects/libwapcaplet) |
+| License | MIT |
+| Versions | 0.4.3 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libwapcaplet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwapcaplet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libwapcaplet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libwapcaplet")
+```
+
+
 ### libwebm (linux)
 
 
@@ -29725,7 +29773,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+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
 | 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) |
 
@@ -33778,7 +33826,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: 0x55f88eae5ba0 |
+| License | table: 0x55caef17a3d0 |
 | 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) |

+ 50 - 2
packages/macosx.md

@@ -13156,6 +13156,30 @@ add_requires("libdivsufsort")
 ```
 
 
+### libdom (macosx)
+
+
+| Description | *LibDOM is an implementation of the W3C DOM* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libdom](https://www.netsurf-browser.org/projects/libdom) |
+| License | MIT |
+| Versions | 0.4.2 |
+| Architectures | arm64, x86_64 |
+| Definition | [libdom/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdom/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libdom
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libdom")
+```
+
+
 ### libdwarf (macosx)
 
 
@@ -16030,6 +16054,30 @@ add_requires("libvpx")
 ```
 
 
+### libwapcaplet (macosx)
+
+
+| Description | *LibWapcaplet is a string internment library* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libwapcaplet](https://www.netsurf-browser.org/projects/libwapcaplet) |
+| License | MIT |
+| Versions | 0.4.3 |
+| Architectures | arm64, x86_64 |
+| Definition | [libwapcaplet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwapcaplet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libwapcaplet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libwapcaplet")
+```
+
+
 ### libwebm (macosx)
 
 
@@ -27399,7 +27447,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, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -31168,7 +31216,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: 0x55f88eae5ba0 |
+| License | table: 0x55caef17a3d0 |
 | 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) |

+ 49 - 1
packages/mingw.md

@@ -8943,6 +8943,30 @@ add_requires("libdivsufsort")
 ```
 
 
+### libdom (mingw)
+
+
+| Description | *LibDOM is an implementation of the W3C DOM* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libdom](https://www.netsurf-browser.org/projects/libdom) |
+| License | MIT |
+| Versions | 0.4.2 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [libdom/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdom/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] libdom
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libdom")
+```
+
+
 ### libdwarf (mingw)
 
 
@@ -10350,6 +10374,30 @@ add_requires("libvorbis")
 ```
 
 
+### libwapcaplet (mingw)
+
+
+| Description | *LibWapcaplet is a string internment library* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libwapcaplet](https://www.netsurf-browser.org/projects/libwapcaplet) |
+| License | MIT |
+| Versions | 0.4.3 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [libwapcaplet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwapcaplet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] libwapcaplet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libwapcaplet")
+```
+
+
 ### libwebm (mingw)
 
 
@@ -17913,7 +17961,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+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.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) |
 

+ 49 - 1
packages/msys.md

@@ -7508,6 +7508,30 @@ add_requires("libdivsufsort")
 ```
 
 
+### libdom (msys)
+
+
+| Description | *LibDOM is an implementation of the W3C DOM* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libdom](https://www.netsurf-browser.org/projects/libdom) |
+| License | MIT |
+| Versions | 0.4.2 |
+| Architectures | i386, x86_64 |
+| Definition | [libdom/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdom/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libdom
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libdom")
+```
+
+
 ### libedit (msys)
 
 
@@ -8607,6 +8631,30 @@ add_requires("libva")
 ```
 
 
+### libwapcaplet (msys)
+
+
+| Description | *LibWapcaplet is a string internment library* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libwapcaplet](https://www.netsurf-browser.org/projects/libwapcaplet) |
+| License | MIT |
+| Versions | 0.4.3 |
+| Architectures | i386, x86_64 |
+| Definition | [libwapcaplet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwapcaplet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libwapcaplet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libwapcaplet")
+```
+
+
 ### libwebm (msys)
 
 
@@ -14621,7 +14669,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, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 49 - 1
packages/wasm.md

@@ -6819,6 +6819,30 @@ add_requires("libdivsufsort")
 ```
 
 
+### libdom (wasm)
+
+
+| Description | *LibDOM is an implementation of the W3C DOM* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libdom](https://www.netsurf-browser.org/projects/libdom) |
+| License | MIT |
+| Versions | 0.4.2 |
+| Architectures | wasm32, wasm64 |
+| Definition | [libdom/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdom/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm libdom
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libdom")
+```
+
+
 ### libelfin (wasm)
 
 
@@ -7868,6 +7892,30 @@ add_requires("libvorbis")
 ```
 
 
+### libwapcaplet (wasm)
+
+
+| Description | *LibWapcaplet is a string internment library* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libwapcaplet](https://www.netsurf-browser.org/projects/libwapcaplet) |
+| License | MIT |
+| Versions | 0.4.3 |
+| Architectures | wasm32, wasm64 |
+| Definition | [libwapcaplet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwapcaplet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm libwapcaplet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libwapcaplet")
+```
+
+
 ### libwebm (wasm)
 
 
@@ -13620,7 +13668,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+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
 | Architectures | wasm32, wasm64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 49 - 1
packages/windows.md

@@ -12804,6 +12804,30 @@ add_requires("libdivsufsort")
 ```
 
 
+### libdom (windows)
+
+
+| Description | *LibDOM is an implementation of the W3C DOM* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libdom](https://www.netsurf-browser.org/projects/libdom) |
+| License | MIT |
+| Versions | 0.4.2 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [libdom/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdom/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libdom
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libdom")
+```
+
+
 ### libdwarf (windows)
 
 
@@ -14827,6 +14851,30 @@ add_requires("libvorbis")
 ```
 
 
+### libwapcaplet (windows)
+
+
+| Description | *LibWapcaplet is a string internment library* |
+| -- | -- |
+| Homepage | [https://www.netsurf-browser.org/projects/libwapcaplet](https://www.netsurf-browser.org/projects/libwapcaplet) |
+| License | MIT |
+| Versions | 0.4.3 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [libwapcaplet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwapcaplet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libwapcaplet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libwapcaplet")
+```
+
+
 ### libwebm (windows)
 
 
@@ -25529,7 +25577,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, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100 |
 | Architectures | arm, arm64, arm64ec, 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-09-30T04:10:39+08:00</lastmod>
+  <lastmod>2024-09-30T13:50:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-09-30T04:10:46+08:00</lastmod>
+  <lastmod>2024-09-30T13:50:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-09-30T04:10:46+08:00</lastmod>
+  <lastmod>2024-09-30T13:50:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-09-30T04:10:46+08:00</lastmod>
+  <lastmod>2024-09-30T13:50:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-09-30T04:10:46+08:00</lastmod>
+  <lastmod>2024-09-30T13:50:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-09-30T04:10:47+08:00</lastmod>
+  <lastmod>2024-09-30T13:50:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-09-30T04:10:47+08:00</lastmod>
+  <lastmod>2024-09-30T13:50:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-09-30T04:10:47+08:00</lastmod>
+  <lastmod>2024-09-30T13:50:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-09-30T04:10:48+08:00</lastmod>
+  <lastmod>2024-09-30T13:50:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-09-30T04:10:48+08:00</lastmod>
+  <lastmod>2024-09-30T13:50:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-09-30T04:10:48+08:00</lastmod>
+  <lastmod>2024-09-30T13:50:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-09-30T04:10:49+08:00</lastmod>
+  <lastmod>2024-09-30T13:50:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-09-30T04:10:49+08:00</lastmod>
+  <lastmod>2024-09-30T13:51:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-09-30T04:10:49+08:00</lastmod>
+  <lastmod>2024-09-30T13:51:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-09-30T04:10:50+08:00</lastmod>
+  <lastmod>2024-09-30T13:51:00+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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