Browse Source

autoupdate docs by xmake-repo/ci

ruki 3 months ago
parent
commit
e480669af8

+ 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: tao_idl, replxx, ace**
+- **Recently added: xgrammar, tao_idl, replxx**
 
 
 [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 (1715)
+- Packages (1716)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)

+ 75 - 1
mirror/packages/android.html

@@ -12906,6 +12906,43 @@
 <pre><code class="lang-lua">add_requires("ixwebsocket")
 <pre><code class="lang-lua">add_requires("ixwebsocket")
 </code></pre>
 </code></pre>
 <h2 id="j">j</h2>
 <h2 id="j">j</h2>
+<h3 id="janssonandroid">jansson (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library for encoding, decoding and manipulating JSON data</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/akheron/jansson">https://github.com/akheron/jansson</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.14, 2.14.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jansson/xmake.lua">jansson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] jansson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jansson")
+</code></pre>
 <h3 id="jerryscriptandroid">jerryscript (android)</h3>
 <h3 id="jerryscriptandroid">jerryscript (android)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -30316,7 +30353,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+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -35324,6 +35361,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("xerces-c")
 <pre><code class="lang-lua">add_requires("xerces-c")
 </code></pre>
 </code></pre>
+<h3 id="xgrammarandroid">xgrammar (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast, Flexible and Portable Structured Generation</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://xgrammar.mlc.ai/">https://xgrammar.mlc.ai/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1.19</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xgrammar/xmake.lua">xgrammar/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] xgrammar
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xgrammar")
+</code></pre>
 <h3 id="xhookandroid">xhook (android)</h3>
 <h3 id="xhookandroid">xhook (android)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 38 - 1
mirror/packages/bsd.html

@@ -12806,6 +12806,43 @@
 <pre><code class="lang-lua">add_requires("ixwebsocket")
 <pre><code class="lang-lua">add_requires("ixwebsocket")
 </code></pre>
 </code></pre>
 <h2 id="j">j</h2>
 <h2 id="j">j</h2>
+<h3 id="janssonbsd">jansson (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library for encoding, decoding and manipulating JSON data</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/akheron/jansson">https://github.com/akheron/jansson</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.14, 2.14.1</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/j/jansson/xmake.lua">jansson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install jansson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jansson")
+</code></pre>
 <h3 id="jerryscriptbsd">jerryscript (bsd)</h3>
 <h3 id="jerryscriptbsd">jerryscript (bsd)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -30267,7 +30304,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+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>

+ 75 - 1
mirror/packages/cross.html

@@ -12633,6 +12633,43 @@
 <pre><code class="lang-lua">add_requires("ixwebsocket")
 <pre><code class="lang-lua">add_requires("ixwebsocket")
 </code></pre>
 </code></pre>
 <h2 id="j">j</h2>
 <h2 id="j">j</h2>
+<h3 id="janssoncross">jansson (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library for encoding, decoding and manipulating JSON data</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/akheron/jansson">https://github.com/akheron/jansson</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.14, 2.14.1</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/j/jansson/xmake.lua">jansson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] jansson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jansson")
+</code></pre>
 <h3 id="jerryscriptcross">jerryscript (cross)</h3>
 <h3 id="jerryscriptcross">jerryscript (cross)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -29135,7 +29172,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+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -33695,6 +33732,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("xcb-proto")
 <pre><code class="lang-lua">add_requires("xcb-proto")
 </code></pre>
 </code></pre>
+<h3 id="xgrammarcross">xgrammar (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast, Flexible and Portable Structured Generation</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://xgrammar.mlc.ai/">https://xgrammar.mlc.ai/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1.19</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/x/xgrammar/xmake.lua">xgrammar/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] xgrammar
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xgrammar")
+</code></pre>
 <h3 id="xlntcross">xlnt (cross)</h3>
 <h3 id="xlntcross">xlnt (cross)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 112 - 1
mirror/packages/iphoneos.html

@@ -12432,6 +12432,43 @@
 <pre><code class="lang-lua">add_requires("ixwebsocket")
 <pre><code class="lang-lua">add_requires("ixwebsocket")
 </code></pre>
 </code></pre>
 <h2 id="j">j</h2>
 <h2 id="j">j</h2>
+<h3 id="janssoniphoneos">jansson (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library for encoding, decoding and manipulating JSON data</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/akheron/jansson">https://github.com/akheron/jansson</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.14, 2.14.1</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/j/jansson/xmake.lua">jansson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos jansson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jansson")
+</code></pre>
 <h3 id="jerryscriptiphoneos">jerryscript (iphoneos)</h3>
 <h3 id="jerryscriptiphoneos">jerryscript (iphoneos)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -29069,7 +29106,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+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -29931,6 +29968,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("tabulate")
 <pre><code class="lang-lua">add_requires("tabulate")
 </code></pre>
 </code></pre>
+<h3 id="tao_idliphoneos">tao_idl (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>tao_idl is TAO&#39;s Interface Description Language (IDL) compiler, based on Sun Microsystems&#39; OMG IDL Compiler Front End (CFE) version 1.3, implements most IDL v3 &amp; some IDL v4 features.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.dre.vanderbilt.edu/~schmidt/TAO.html">https://www.dre.vanderbilt.edu/~schmidt/TAO.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>DOC</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>8.0.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/t/tao_idl/xmake.lua">tao_idl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos tao_idl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tao_idl")
+</code></pre>
 <h3 id="taskflowiphoneos">taskflow (iphoneos)</h3>
 <h3 id="taskflowiphoneos">taskflow (iphoneos)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -33456,6 +33530,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("xbyak")
 <pre><code class="lang-lua">add_requires("xbyak")
 </code></pre>
 </code></pre>
+<h3 id="xgrammariphoneos">xgrammar (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast, Flexible and Portable Structured Generation</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://xgrammar.mlc.ai/">https://xgrammar.mlc.ai/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1.19</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/x/xgrammar/xmake.lua">xgrammar/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos xgrammar
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xgrammar")
+</code></pre>
 <h3 id="xlntiphoneos">xlnt (iphoneos)</h3>
 <h3 id="xlntiphoneos">xlnt (iphoneos)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 77 - 3
mirror/packages/linux.html

@@ -20655,7 +20655,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>2.14</td>
+<td>2.14, 2.14.1</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -49762,7 +49762,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+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -51262,6 +51262,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("talloc")
 <pre><code class="lang-lua">add_requires("talloc")
 </code></pre>
 </code></pre>
+<h3 id="tao_idllinux">tao_idl (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>tao_idl is TAO&#39;s Interface Description Language (IDL) compiler, based on Sun Microsystems&#39; OMG IDL Compiler Front End (CFE) version 1.3, implements most IDL v3 &amp; some IDL v4 features.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.dre.vanderbilt.edu/~schmidt/TAO.html">https://www.dre.vanderbilt.edu/~schmidt/TAO.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>DOC</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>8.0.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tao_idl/xmake.lua">tao_idl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tao_idl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tao_idl")
+</code></pre>
 <h3 id="taskflowlinux">taskflow (linux)</h3>
 <h3 id="taskflowlinux">taskflow (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -56434,7 +56471,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>License</td>
 <td>License</td>
-<td>table: 0x5654e066fa90</td>
+<td>table: 0x5615e1a7f270</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
@@ -57268,6 +57305,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("xframe")
 <pre><code class="lang-lua">add_requires("xframe")
 </code></pre>
 </code></pre>
+<h3 id="xgrammarlinux">xgrammar (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast, Flexible and Portable Structured Generation</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://xgrammar.mlc.ai/">https://xgrammar.mlc.ai/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1.19</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xgrammar/xmake.lua">xgrammar/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install xgrammar
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xgrammar")
+</code></pre>
 <h3 id="xlntlinux">xlnt (linux)</h3>
 <h3 id="xlntlinux">xlnt (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 77 - 3
mirror/packages/macosx.html

@@ -19421,7 +19421,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>2.14</td>
+<td>2.14, 2.14.1</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -46232,7 +46232,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+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -47699,6 +47699,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("talloc")
 <pre><code class="lang-lua">add_requires("talloc")
 </code></pre>
 </code></pre>
+<h3 id="tao_idlmacosx">tao_idl (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>tao_idl is TAO&#39;s Interface Description Language (IDL) compiler, based on Sun Microsystems&#39; OMG IDL Compiler Front End (CFE) version 1.3, implements most IDL v3 &amp; some IDL v4 features.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.dre.vanderbilt.edu/~schmidt/TAO.html">https://www.dre.vanderbilt.edu/~schmidt/TAO.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>DOC</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>8.0.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/t/tao_idl/xmake.lua">tao_idl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tao_idl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tao_idl")
+</code></pre>
 <h3 id="taskflowmacosx">taskflow (macosx)</h3>
 <h3 id="taskflowmacosx">taskflow (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -52443,7 +52480,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>License</td>
 <td>License</td>
-<td>table: 0x5654e066fa90</td>
+<td>table: 0x5615e1a7f270</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
@@ -53240,6 +53277,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("xframe")
 <pre><code class="lang-lua">add_requires("xframe")
 </code></pre>
 </code></pre>
+<h3 id="xgrammarmacosx">xgrammar (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast, Flexible and Portable Structured Generation</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://xgrammar.mlc.ai/">https://xgrammar.mlc.ai/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1.19</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/x/xgrammar/xmake.lua">xgrammar/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install xgrammar
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xgrammar")
+</code></pre>
 <h3 id="xlntmacosx">xlnt (macosx)</h3>
 <h3 id="xlntmacosx">xlnt (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 76 - 2
mirror/packages/mingw.html

@@ -14134,7 +14134,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>2.14</td>
+<td>2.14, 2.14.1</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -21888,6 +21888,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("metis")
 <pre><code class="lang-lua">add_requires("metis")
 </code></pre>
 </code></pre>
+<h3 id="mhookmingw">mhook (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Windows API hooking library </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martona/mhook">https://github.com/martona/mhook</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.04.12</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/m/mhook/xmake.lua">mhook/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] mhook
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mhook")
+</code></pre>
 <h3 id="microglmingw">micro-gl (mingw)</h3>
 <h3 id="microglmingw">micro-gl (mingw)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -32916,7 +32953,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+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -38171,6 +38208,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("xege")
 <pre><code class="lang-lua">add_requires("xege")
 </code></pre>
 </code></pre>
+<h3 id="xgrammarmingw">xgrammar (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast, Flexible and Portable Structured Generation</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://xgrammar.mlc.ai/">https://xgrammar.mlc.ai/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1.19</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/x/xgrammar/xmake.lua">xgrammar/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] xgrammar
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xgrammar")
+</code></pre>
 <h3 id="xlntmingw">xlnt (mingw)</h3>
 <h3 id="xlntmingw">xlnt (mingw)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 112 - 1
mirror/packages/msys.html

@@ -12461,6 +12461,43 @@
 <pre><code class="lang-lua">add_requires("ixwebsocket")
 <pre><code class="lang-lua">add_requires("ixwebsocket")
 </code></pre>
 </code></pre>
 <h2 id="j">j</h2>
 <h2 id="j">j</h2>
+<h3 id="janssonmsys">jansson (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library for encoding, decoding and manipulating JSON data</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/akheron/jansson">https://github.com/akheron/jansson</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.14, 2.14.1</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/j/jansson/xmake.lua">jansson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install jansson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jansson")
+</code></pre>
 <h3 id="jerryscriptmsys">jerryscript (msys)</h3>
 <h3 id="jerryscriptmsys">jerryscript (msys)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -19230,6 +19267,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("metis")
 <pre><code class="lang-lua">add_requires("metis")
 </code></pre>
 </code></pre>
+<h3 id="mhookmsys">mhook (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Windows API hooking library </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martona/mhook">https://github.com/martona/mhook</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.04.12</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/m/mhook/xmake.lua">mhook/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mhook
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mhook")
+</code></pre>
 <h3 id="microglmsys">micro-gl (msys)</h3>
 <h3 id="microglmsys">micro-gl (msys)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -28296,7 +28370,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+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -32897,6 +32971,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("xbyak")
 <pre><code class="lang-lua">add_requires("xbyak")
 </code></pre>
 </code></pre>
+<h3 id="xgrammarmsys">xgrammar (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast, Flexible and Portable Structured Generation</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://xgrammar.mlc.ai/">https://xgrammar.mlc.ai/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1.19</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/x/xgrammar/xmake.lua">xgrammar/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install xgrammar
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xgrammar")
+</code></pre>
 <h3 id="xlntmsys">xlnt (msys)</h3>
 <h3 id="xlntmsys">xlnt (msys)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 75 - 1
mirror/packages/wasm.html

@@ -11013,6 +11013,43 @@
 <pre><code class="lang-lua">add_requires("ixwebsocket")
 <pre><code class="lang-lua">add_requires("ixwebsocket")
 </code></pre>
 </code></pre>
 <h2 id="j">j</h2>
 <h2 id="j">j</h2>
+<h3 id="janssonwasm">jansson (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library for encoding, decoding and manipulating JSON data</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/akheron/jansson">https://github.com/akheron/jansson</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.14, 2.14.1</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/j/jansson/xmake.lua">jansson/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm jansson
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jansson")
+</code></pre>
 <h3 id="jerryscriptwasm">jerryscript (wasm)</h3>
 <h3 id="jerryscriptwasm">jerryscript (wasm)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -25758,7 +25795,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+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -29705,6 +29742,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("xbyak")
 <pre><code class="lang-lua">add_requires("xbyak")
 </code></pre>
 </code></pre>
+<h3 id="xgrammarwasm">xgrammar (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast, Flexible and Portable Structured Generation</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://xgrammar.mlc.ai/">https://xgrammar.mlc.ai/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1.19</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/x/xgrammar/xmake.lua">xgrammar/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm xgrammar
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xgrammar")
+</code></pre>
 <h3 id="xlntwasm">xlnt (wasm)</h3>
 <h3 id="xlntwasm">xlnt (wasm)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 45 - 4
mirror/packages/windows.html

@@ -19367,7 +19367,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>2.14</td>
+<td>2.14, 2.14.1</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -29237,12 +29237,16 @@
 <td><a href="https://github.com/martona/mhook">https://github.com/martona/mhook</a></td>
 <td><a href="https://github.com/martona/mhook">https://github.com/martona/mhook</a></td>
 </tr>
 </tr>
 <tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>2.5.1</td>
+<td>2022.04.12</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
-<td>arm, arm64, arm64ec, x64, x86</td>
+<td>x64, x86</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Definition</td>
 <td>Definition</td>
@@ -44575,7 +44579,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+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -52002,6 +52006,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("xframe")
 <pre><code class="lang-lua">add_requires("xframe")
 </code></pre>
 </code></pre>
+<h3 id="xgrammarwindows">xgrammar (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast, Flexible and Portable Structured Generation</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://xgrammar.mlc.ai/">https://xgrammar.mlc.ai/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1.19</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/x/xgrammar/xmake.lua">xgrammar/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install xgrammar
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xgrammar")
+</code></pre>
 <h3 id="xlntwindows">xlnt (windows)</h3>
 <h3 id="xlntwindows">xlnt (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 49 - 1
packages/android.md

@@ -8397,6 +8397,30 @@ add_requires("ixwebsocket")
 
 
 
 
 ## j
 ## j
+### jansson (android)
+
+
+| Description | *C library for encoding, decoding and manipulating JSON data* |
+| -- | -- |
+| Homepage | [https://github.com/akheron/jansson](https://github.com/akheron/jansson) |
+| License | MIT |
+| Versions | 2.14, 2.14.1 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
+| Definition | [jansson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jansson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] jansson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jansson")
+```
+
+
 ### jerryscript (android)
 ### jerryscript (android)
 
 
 
 
@@ -19818,7 +19842,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | -- | -- |
 | 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+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 
@@ -23112,6 +23136,30 @@ add_requires("xerces-c")
 ```
 ```
 
 
 
 
+### xgrammar (android)
+
+
+| Description | *Fast, Flexible and Portable Structured Generation* |
+| -- | -- |
+| Homepage | [https://xgrammar.mlc.ai/](https://xgrammar.mlc.ai/) |
+| License | Apache-2.0 |
+| Versions | v0.1.19 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
+| Definition | [xgrammar/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xgrammar/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] xgrammar
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xgrammar")
+```
+
+
 ### xhook (android)
 ### xhook (android)
 
 
 
 

+ 25 - 1
packages/bsd.md

@@ -8326,6 +8326,30 @@ add_requires("ixwebsocket")
 
 
 
 
 ## j
 ## j
+### jansson (bsd)
+
+
+| Description | *C library for encoding, decoding and manipulating JSON data* |
+| -- | -- |
+| Homepage | [https://github.com/akheron/jansson](https://github.com/akheron/jansson) |
+| License | MIT |
+| Versions | 2.14, 2.14.1 |
+| Architectures | i386, x86_64 |
+| Definition | [jansson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jansson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install jansson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jansson")
+```
+
+
 ### jerryscript (bsd)
 ### jerryscript (bsd)
 
 
 
 
@@ -19804,7 +19828,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+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
 | 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) |
 
 

+ 49 - 1
packages/cross.md

@@ -8209,6 +8209,30 @@ add_requires("ixwebsocket")
 
 
 
 
 ## j
 ## j
+### jansson (cross)
+
+
+| Description | *C library for encoding, decoding and manipulating JSON data* |
+| -- | -- |
+| Homepage | [https://github.com/akheron/jansson](https://github.com/akheron/jansson) |
+| License | MIT |
+| Versions | 2.14, 2.14.1 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [jansson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jansson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] jansson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jansson")
+```
+
+
 ### jerryscript (cross)
 ### jerryscript (cross)
 
 
 
 
@@ -19049,7 +19073,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | -- | -- |
 | 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+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
 | 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) |
 
 
@@ -22054,6 +22078,30 @@ add_requires("xcb-proto")
 ```
 ```
 
 
 
 
+### xgrammar (cross)
+
+
+| Description | *Fast, Flexible and Portable Structured Generation* |
+| -- | -- |
+| Homepage | [https://xgrammar.mlc.ai/](https://xgrammar.mlc.ai/) |
+| License | Apache-2.0 |
+| Versions | v0.1.19 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [xgrammar/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xgrammar/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] xgrammar
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xgrammar")
+```
+
+
 ### xlnt (cross)
 ### xlnt (cross)
 
 
 
 

+ 73 - 1
packages/iphoneos.md

@@ -8085,6 +8085,30 @@ add_requires("ixwebsocket")
 
 
 
 
 ## j
 ## j
+### jansson (iphoneos)
+
+
+| Description | *C library for encoding, decoding and manipulating JSON data* |
+| -- | -- |
+| Homepage | [https://github.com/akheron/jansson](https://github.com/akheron/jansson) |
+| License | MIT |
+| Versions | 2.14, 2.14.1 |
+| Architectures | arm64, x86_64 |
+| Definition | [jansson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jansson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos jansson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jansson")
+```
+
+
 ### jerryscript (iphoneos)
 ### jerryscript (iphoneos)
 
 
 
 
@@ -19003,7 +19027,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | -- | -- |
 | 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+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
 | 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) |
 
 
@@ -19572,6 +19596,30 @@ add_requires("tabulate")
 ```
 ```
 
 
 
 
+### tao_idl (iphoneos)
+
+
+| Description | *tao_idl is TAO's Interface Description Language (IDL) compiler, based on Sun Microsystems' OMG IDL Compiler Front End (CFE) version 1.3, implements most IDL v3 & some IDL v4 features.* |
+| -- | -- |
+| Homepage | [https://www.dre.vanderbilt.edu/~schmidt/TAO.html](https://www.dre.vanderbilt.edu/~schmidt/TAO.html) |
+| License | DOC |
+| Versions | 8.0.3 |
+| Architectures | arm64, x86_64 |
+| Definition | [tao_idl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tao_idl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos tao_idl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tao_idl")
+```
+
+
 ### taskflow (iphoneos)
 ### taskflow (iphoneos)
 
 
 
 
@@ -21891,6 +21939,30 @@ add_requires("xbyak")
 ```
 ```
 
 
 
 
+### xgrammar (iphoneos)
+
+
+| Description | *Fast, Flexible and Portable Structured Generation* |
+| -- | -- |
+| Homepage | [https://xgrammar.mlc.ai/](https://xgrammar.mlc.ai/) |
+| License | Apache-2.0 |
+| Versions | v0.1.19 |
+| Architectures | arm64, x86_64 |
+| Definition | [xgrammar/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xgrammar/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos xgrammar
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xgrammar")
+```
+
+
 ### xlnt (iphoneos)
 ### xlnt (iphoneos)
 
 
 
 

+ 51 - 3
packages/linux.md

@@ -13480,7 +13480,7 @@ add_requires("ixwebsocket")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://github.com/akheron/jansson](https://github.com/akheron/jansson) |
 | Homepage | [https://github.com/akheron/jansson](https://github.com/akheron/jansson) |
 | License | MIT |
 | License | MIT |
-| Versions | 2.14 |
+| Versions | 2.14, 2.14.1 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [jansson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jansson/xmake.lua) |
 | Definition | [jansson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jansson/xmake.lua) |
 
 
@@ -32683,7 +32683,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | -- | -- |
 | 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+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 
@@ -33677,6 +33677,30 @@ add_requires("talloc")
 ```
 ```
 
 
 
 
+### tao_idl (linux)
+
+
+| Description | *tao_idl is TAO's Interface Description Language (IDL) compiler, based on Sun Microsystems' OMG IDL Compiler Front End (CFE) version 1.3, implements most IDL v3 & some IDL v4 features.* |
+| -- | -- |
+| Homepage | [https://www.dre.vanderbilt.edu/~schmidt/TAO.html](https://www.dre.vanderbilt.edu/~schmidt/TAO.html) |
+| License | DOC |
+| Versions | 8.0.3 |
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [tao_idl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tao_idl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tao_idl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tao_idl")
+```
+
+
 ### taskflow (linux)
 ### taskflow (linux)
 
 
 
 
@@ -37072,7 +37096,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: 0x5654e066fa90 |
+| License | table: 0x5615e1a7f270 |
 | Versions | 1.13 |
 | Versions | 1.13 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |
@@ -37634,6 +37658,30 @@ add_requires("xframe")
 ```
 ```
 
 
 
 
+### xgrammar (linux)
+
+
+| Description | *Fast, Flexible and Portable Structured Generation* |
+| -- | -- |
+| Homepage | [https://xgrammar.mlc.ai/](https://xgrammar.mlc.ai/) |
+| License | Apache-2.0 |
+| Versions | v0.1.19 |
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [xgrammar/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xgrammar/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install xgrammar
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xgrammar")
+```
+
+
 ### xlnt (linux)
 ### xlnt (linux)
 
 
 
 

+ 51 - 3
packages/macosx.md

@@ -12670,7 +12670,7 @@ add_requires("ixwebsocket")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://github.com/akheron/jansson](https://github.com/akheron/jansson) |
 | Homepage | [https://github.com/akheron/jansson](https://github.com/akheron/jansson) |
 | License | MIT |
 | License | MIT |
-| Versions | 2.14 |
+| Versions | 2.14, 2.14.1 |
 | Architectures | arm64, x86_64 |
 | Architectures | arm64, x86_64 |
 | Definition | [jansson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jansson/xmake.lua) |
 | Definition | [jansson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jansson/xmake.lua) |
 
 
@@ -30355,7 +30355,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | -- | -- |
 | 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+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
 | 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) |
 
 
@@ -31326,6 +31326,30 @@ add_requires("talloc")
 ```
 ```
 
 
 
 
+### tao_idl (macosx)
+
+
+| Description | *tao_idl is TAO's Interface Description Language (IDL) compiler, based on Sun Microsystems' OMG IDL Compiler Front End (CFE) version 1.3, implements most IDL v3 & some IDL v4 features.* |
+| -- | -- |
+| Homepage | [https://www.dre.vanderbilt.edu/~schmidt/TAO.html](https://www.dre.vanderbilt.edu/~schmidt/TAO.html) |
+| License | DOC |
+| Versions | 8.0.3 |
+| Architectures | arm64, x86_64 |
+| Definition | [tao_idl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tao_idl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tao_idl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tao_idl")
+```
+
+
 ### taskflow (macosx)
 ### taskflow (macosx)
 
 
 
 
@@ -34437,7 +34461,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: 0x5654e066fa90 |
+| License | table: 0x5615e1a7f270 |
 | 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) |
@@ -34975,6 +34999,30 @@ add_requires("xframe")
 ```
 ```
 
 
 
 
+### xgrammar (macosx)
+
+
+| Description | *Fast, Flexible and Portable Structured Generation* |
+| -- | -- |
+| Homepage | [https://xgrammar.mlc.ai/](https://xgrammar.mlc.ai/) |
+| License | Apache-2.0 |
+| Versions | v0.1.19 |
+| Architectures | arm64, x86_64 |
+| Definition | [xgrammar/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xgrammar/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install xgrammar
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xgrammar")
+```
+
+
 ### xlnt (macosx)
 ### xlnt (macosx)
 
 
 
 

+ 50 - 2
packages/mingw.md

@@ -9193,7 +9193,7 @@ add_requires("ixwebsocket")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://github.com/akheron/jansson](https://github.com/akheron/jansson) |
 | Homepage | [https://github.com/akheron/jansson](https://github.com/akheron/jansson) |
 | License | MIT |
 | License | MIT |
-| Versions | 2.14 |
+| Versions | 2.14, 2.14.1 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [jansson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jansson/xmake.lua) |
 | Definition | [jansson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jansson/xmake.lua) |
 
 
@@ -14291,6 +14291,30 @@ add_requires("metis")
 ```
 ```
 
 
 
 
+### mhook (mingw)
+
+
+| Description | *A Windows API hooking library * |
+| -- | -- |
+| Homepage | [https://github.com/martona/mhook](https://github.com/martona/mhook) |
+| License | MIT |
+| Versions | 2022.04.12 |
+| Architectures | i386, x86_64 |
+| Definition | [mhook/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mhook/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] mhook
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mhook")
+```
+
+
 ### micro-gl (mingw)
 ### micro-gl (mingw)
 
 
 
 
@@ -21530,7 +21554,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | -- | -- |
 | 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+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
 | 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) |
 
 
@@ -24989,6 +25013,30 @@ add_requires("xege")
 ```
 ```
 
 
 
 
+### xgrammar (mingw)
+
+
+| Description | *Fast, Flexible and Portable Structured Generation* |
+| -- | -- |
+| Homepage | [https://xgrammar.mlc.ai/](https://xgrammar.mlc.ai/) |
+| License | Apache-2.0 |
+| Versions | v0.1.19 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [xgrammar/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xgrammar/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] xgrammar
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xgrammar")
+```
+
+
 ### xlnt (mingw)
 ### xlnt (mingw)
 
 
 
 

+ 73 - 1
packages/msys.md

@@ -8107,6 +8107,30 @@ add_requires("ixwebsocket")
 
 
 
 
 ## j
 ## j
+### jansson (msys)
+
+
+| Description | *C library for encoding, decoding and manipulating JSON data* |
+| -- | -- |
+| Homepage | [https://github.com/akheron/jansson](https://github.com/akheron/jansson) |
+| License | MIT |
+| Versions | 2.14, 2.14.1 |
+| Architectures | i386, x86_64 |
+| Definition | [jansson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jansson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install jansson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jansson")
+```
+
+
 ### jerryscript (msys)
 ### jerryscript (msys)
 
 
 
 
@@ -12548,6 +12572,30 @@ add_requires("metis")
 ```
 ```
 
 
 
 
+### mhook (msys)
+
+
+| Description | *A Windows API hooking library * |
+| -- | -- |
+| Homepage | [https://github.com/martona/mhook](https://github.com/martona/mhook) |
+| License | MIT |
+| Versions | 2022.04.12 |
+| Architectures | i386, x86_64 |
+| Definition | [mhook/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mhook/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mhook
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mhook")
+```
+
+
 ### micro-gl (msys)
 ### micro-gl (msys)
 
 
 
 
@@ -18500,7 +18548,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | -- | -- |
 | 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+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
 | 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) |
 
 
@@ -21530,6 +21578,30 @@ add_requires("xbyak")
 ```
 ```
 
 
 
 
+### xgrammar (msys)
+
+
+| Description | *Fast, Flexible and Portable Structured Generation* |
+| -- | -- |
+| Homepage | [https://xgrammar.mlc.ai/](https://xgrammar.mlc.ai/) |
+| License | Apache-2.0 |
+| Versions | v0.1.19 |
+| Architectures | i386, x86_64 |
+| Definition | [xgrammar/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xgrammar/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install xgrammar
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xgrammar")
+```
+
+
 ### xlnt (msys)
 ### xlnt (msys)
 
 
 
 

+ 49 - 1
packages/wasm.md

@@ -7155,6 +7155,30 @@ add_requires("ixwebsocket")
 
 
 
 
 ## j
 ## j
+### jansson (wasm)
+
+
+| Description | *C library for encoding, decoding and manipulating JSON data* |
+| -- | -- |
+| Homepage | [https://github.com/akheron/jansson](https://github.com/akheron/jansson) |
+| License | MIT |
+| Versions | 2.14, 2.14.1 |
+| Architectures | wasm32, wasm64 |
+| Definition | [jansson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jansson/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm jansson
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jansson")
+```
+
+
 ### jerryscript (wasm)
 ### jerryscript (wasm)
 
 
 
 
@@ -16833,7 +16857,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | -- | -- |
 | 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+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
 | 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) |
 
 
@@ -19434,6 +19458,30 @@ add_requires("xbyak")
 ```
 ```
 
 
 
 
+### xgrammar (wasm)
+
+
+| Description | *Fast, Flexible and Portable Structured Generation* |
+| -- | -- |
+| Homepage | [https://xgrammar.mlc.ai/](https://xgrammar.mlc.ai/) |
+| License | Apache-2.0 |
+| Versions | v0.1.19 |
+| Architectures | wasm32, wasm64 |
+| Definition | [xgrammar/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xgrammar/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm xgrammar
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xgrammar")
+```
+
+
 ### xlnt (wasm)
 ### xlnt (wasm)
 
 
 
 

+ 29 - 4
packages/windows.md

@@ -12627,7 +12627,7 @@ add_requires("ixwebsocket")
 | -- | -- |
 | -- | -- |
 | Homepage | [https://github.com/akheron/jansson](https://github.com/akheron/jansson) |
 | Homepage | [https://github.com/akheron/jansson](https://github.com/akheron/jansson) |
 | License | MIT |
 | License | MIT |
-| Versions | 2.14 |
+| Versions | 2.14, 2.14.1 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [jansson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jansson/xmake.lua) |
 | Definition | [jansson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jansson/xmake.lua) |
 
 
@@ -19112,8 +19112,9 @@ add_requires("mfast")
 | Description | *A Windows API hooking library * |
 | Description | *A Windows API hooking library * |
 | -- | -- |
 | -- | -- |
 | Homepage | [https://github.com/martona/mhook](https://github.com/martona/mhook) |
 | Homepage | [https://github.com/martona/mhook](https://github.com/martona/mhook) |
-| Versions | 2.5.1 |
-| Architectures | arm, arm64, arm64ec, x64, x86 |
+| License | MIT |
+| Versions | 2022.04.12 |
+| Architectures | x64, x86 |
 | Definition | [mhook/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mhook/xmake.lua) |
 | Definition | [mhook/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mhook/xmake.lua) |
 
 
 ##### Install command
 ##### Install command
@@ -29196,7 +29197,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | -- | -- |
 | 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+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
 | 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) |
 
 
@@ -34083,6 +34084,30 @@ add_requires("xframe")
 ```
 ```
 
 
 
 
+### xgrammar (windows)
+
+
+| Description | *Fast, Flexible and Portable Structured Generation* |
+| -- | -- |
+| Homepage | [https://xgrammar.mlc.ai/](https://xgrammar.mlc.ai/) |
+| License | Apache-2.0 |
+| Versions | v0.1.19 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [xgrammar/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xgrammar/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install xgrammar
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xgrammar")
+```
+
+
 ### xlnt (windows)
 ### xlnt (windows)
 
 
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
     
 <url>
 <url>
   <loc>https://xrepo.xmake.io</loc>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2025-05-21T11:23:40+08:00</lastmod>
+  <lastmod>2025-05-22T02:33:04+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>2025-05-21T11:23:50+08:00</lastmod>
+  <lastmod>2025-05-22T02:33:15+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>2025-05-21T11:23:50+08:00</lastmod>
+  <lastmod>2025-05-22T02:33:15+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>2025-05-21T11:23:51+08:00</lastmod>
+  <lastmod>2025-05-22T02:33:15+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>2025-05-21T11:23:51+08:00</lastmod>
+  <lastmod>2025-05-22T02:33:15+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>2025-05-21T11:23:51+08:00</lastmod>
+  <lastmod>2025-05-22T02:33:16+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>2025-05-21T11:23:52+08:00</lastmod>
+  <lastmod>2025-05-22T02:33:16+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>2025-05-21T11:23:52+08:00</lastmod>
+  <lastmod>2025-05-22T02:33:17+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>2025-05-21T11:23:52+08:00</lastmod>
+  <lastmod>2025-05-22T02:33: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>2025-05-21T11:23:53+08:00</lastmod>
+  <lastmod>2025-05-22T02:33: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>2025-05-21T11:23:53+08:00</lastmod>
+  <lastmod>2025-05-22T02:33:18+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>2025-05-21T11:23:54+08:00</lastmod>
+  <lastmod>2025-05-22T02:33: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>2025-05-21T11:23:54+08:00</lastmod>
+  <lastmod>2025-05-22T02:33:19+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>2025-05-21T11:23:54+08:00</lastmod>
+  <lastmod>2025-05-22T02:33:19+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>2025-05-21T11:23:54+08:00</lastmod>
+  <lastmod>2025-05-22T02:33:19+08:00</lastmod>
 </url>
 </url>
 
 
 </urlset>
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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