Forráskód Böngészése

autoupdate docs by xmake-repo/ci

ruki 1 éve
szülő
commit
90c868c137

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: at-spi2-core, cpp-rotor, imguitextselect**
+- **Recently added: cppjieba, limonp, at-spi2-core**
 
 [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 (1479)
+- Packages (1481)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 74 - 0
mirror/packages/android.html

@@ -4205,6 +4205,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cppitertools")
 </code></pre>
+<h3 id="cppjiebaandroid">cppjieba (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>"结巴"中文分词的C++版本</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yanyiwu/cppjieba">https://github.com/yanyiwu/cppjieba</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.2.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cppjieba/xmake.lua">cppjieba/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] cppjieba
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cppjieba")
+</code></pre>
 <h3 id="cpppreiconvandroid">cppp-reiconv (android)</h3>
 <table>
 <thead>
@@ -13427,6 +13464,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lightmapper")
 </code></pre>
+<h3 id="limonpandroid">limonp (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ headers(hpp) library with Python style.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yanyiwu/limonp">https://github.com/yanyiwu/limonp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.9.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/limonp/xmake.lua">limonp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] limonp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("limonp")
+</code></pre>
 <h3 id="linenoiseandroid">linenoise (android)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/bsd.html

@@ -4730,6 +4730,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cppitertools")
 </code></pre>
+<h3 id="cppjiebabsd">cppjieba (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>"结巴"中文分词的C++版本</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yanyiwu/cppjieba">https://github.com/yanyiwu/cppjieba</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.2.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cppjieba/xmake.lua">cppjieba/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cppjieba
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cppjieba")
+</code></pre>
 <h3 id="cpppreiconvbsd">cppp-reiconv (bsd)</h3>
 <table>
 <thead>
@@ -13784,6 +13821,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lightningscanner")
 </code></pre>
+<h3 id="limonpbsd">limonp (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ headers(hpp) library with Python style.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yanyiwu/limonp">https://github.com/yanyiwu/limonp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.9.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/limonp/xmake.lua">limonp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install limonp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("limonp")
+</code></pre>
 <h3 id="linenoisebsd">linenoise (bsd)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/cross.html

@@ -4475,6 +4475,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cppitertools")
 </code></pre>
+<h3 id="cppjiebacross">cppjieba (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>"结巴"中文分词的C++版本</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yanyiwu/cppjieba">https://github.com/yanyiwu/cppjieba</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.2.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cppjieba/xmake.lua">cppjieba/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] cppjieba
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cppjieba")
+</code></pre>
 <h3 id="cpppreiconvcross">cppp-reiconv (cross)</h3>
 <table>
 <thead>
@@ -12977,6 +13014,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lightmapper")
 </code></pre>
+<h3 id="limonpcross">limonp (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ headers(hpp) library with Python style.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yanyiwu/limonp">https://github.com/yanyiwu/limonp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.9.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/limonp/xmake.lua">limonp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] limonp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("limonp")
+</code></pre>
 <h3 id="linenoisecross">linenoise (cross)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/iphoneos.html

@@ -4023,6 +4023,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cppitertools")
 </code></pre>
+<h3 id="cppjiebaiphoneos">cppjieba (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>"结巴"中文分词的C++版本</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yanyiwu/cppjieba">https://github.com/yanyiwu/cppjieba</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.2.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cppjieba/xmake.lua">cppjieba/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos cppjieba
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cppjieba")
+</code></pre>
 <h3 id="cpppreiconviphoneos">cppp-reiconv (iphoneos)</h3>
 <table>
 <thead>
@@ -12953,6 +12990,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lightmapper")
 </code></pre>
+<h3 id="limonpiphoneos">limonp (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ headers(hpp) library with Python style.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yanyiwu/limonp">https://github.com/yanyiwu/limonp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.9.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/limonp/xmake.lua">limonp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos limonp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("limonp")
+</code></pre>
 <h3 id="linenoiseiphoneos">linenoise (iphoneos)</h3>
 <table>
 <thead>

+ 75 - 1
mirror/packages/linux.html

@@ -7172,6 +7172,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cppitertools")
 </code></pre>
+<h3 id="cppjiebalinux">cppjieba (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>"结巴"中文分词的C++版本</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yanyiwu/cppjieba">https://github.com/yanyiwu/cppjieba</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.2.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cppjieba/xmake.lua">cppjieba/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cppjieba
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cppjieba")
+</code></pre>
 <h3 id="cpppreiconvlinux">cppp-reiconv (linux)</h3>
 <table>
 <thead>
@@ -26689,6 +26726,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lightningscanner")
 </code></pre>
+<h3 id="limonplinux">limonp (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ headers(hpp) library with Python style.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yanyiwu/limonp">https://github.com/yanyiwu/limonp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.9.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/limonp/xmake.lua">limonp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install limonp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("limonp")
+</code></pre>
 <h3 id="linalglinux">linalg (linux)</h3>
 <table>
 <thead>
@@ -49325,7 +49399,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x556ec2382260</td>
+<td>table: 0x555a38762c00</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 75 - 1
mirror/packages/macosx.html

@@ -6670,6 +6670,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cppitertools")
 </code></pre>
+<h3 id="cppjiebamacosx">cppjieba (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>"结巴"中文分词的C++版本</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yanyiwu/cppjieba">https://github.com/yanyiwu/cppjieba</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.2.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cppjieba/xmake.lua">cppjieba/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cppjieba
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cppjieba")
+</code></pre>
 <h3 id="cpppreiconvmacosx">cppp-reiconv (macosx)</h3>
 <table>
 <thead>
@@ -24714,6 +24751,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lightningscanner")
 </code></pre>
+<h3 id="limonpmacosx">limonp (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ headers(hpp) library with Python style.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yanyiwu/limonp">https://github.com/yanyiwu/limonp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.9.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/limonp/xmake.lua">limonp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install limonp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("limonp")
+</code></pre>
 <h3 id="linalgmacosx">linalg (macosx)</h3>
 <table>
 <thead>
@@ -45692,7 +45766,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x556ec2382260</td>
+<td>table: 0x555a38762c00</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 74 - 0
mirror/packages/mingw.html

@@ -4690,6 +4690,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cppitertools")
 </code></pre>
+<h3 id="cppjiebamingw">cppjieba (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>"结巴"中文分词的C++版本</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yanyiwu/cppjieba">https://github.com/yanyiwu/cppjieba</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.2.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cppjieba/xmake.lua">cppjieba/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] cppjieba
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cppjieba")
+</code></pre>
 <h3 id="cpppreiconvmingw">cppp-reiconv (mingw)</h3>
 <table>
 <thead>
@@ -15216,6 +15253,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lightmapper")
 </code></pre>
+<h3 id="limonpmingw">limonp (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ headers(hpp) library with Python style.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yanyiwu/limonp">https://github.com/yanyiwu/limonp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.9.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/limonp/xmake.lua">limonp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] limonp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("limonp")
+</code></pre>
 <h3 id="linmathhmingw">linmath.h (mingw)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/msys.html

@@ -4426,6 +4426,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cppitertools")
 </code></pre>
+<h3 id="cppjiebamsys">cppjieba (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>"结巴"中文分词的C++版本</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yanyiwu/cppjieba">https://github.com/yanyiwu/cppjieba</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.2.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cppjieba/xmake.lua">cppjieba/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cppjieba
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cppjieba")
+</code></pre>
 <h3 id="cpppreiconvmsys">cppp-reiconv (msys)</h3>
 <table>
 <thead>
@@ -12451,6 +12488,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lightmapper")
 </code></pre>
+<h3 id="limonpmsys">limonp (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ headers(hpp) library with Python style.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yanyiwu/limonp">https://github.com/yanyiwu/limonp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.9.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/limonp/xmake.lua">limonp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install limonp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("limonp")
+</code></pre>
 <h3 id="linmathhmsys">linmath.h (msys)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/wasm.html

@@ -3702,6 +3702,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cppitertools")
 </code></pre>
+<h3 id="cppjiebawasm">cppjieba (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>"结巴"中文分词的C++版本</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yanyiwu/cppjieba">https://github.com/yanyiwu/cppjieba</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.2.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cppjieba/xmake.lua">cppjieba/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm cppjieba
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cppjieba")
+</code></pre>
 <h3 id="cpppreiconvwasm">cppp-reiconv (wasm)</h3>
 <table>
 <thead>
@@ -11287,6 +11324,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lightmapper")
 </code></pre>
+<h3 id="limonpwasm">limonp (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ headers(hpp) library with Python style.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yanyiwu/limonp">https://github.com/yanyiwu/limonp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.9.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/limonp/xmake.lua">limonp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm limonp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("limonp")
+</code></pre>
 <h3 id="linenoisewasm">linenoise (wasm)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/windows.html

@@ -6682,6 +6682,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cppitertools")
 </code></pre>
+<h3 id="cppjiebawindows">cppjieba (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>"结巴"中文分词的C++版本</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yanyiwu/cppjieba">https://github.com/yanyiwu/cppjieba</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.2.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, arm64ec, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cppjieba/xmake.lua">cppjieba/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cppjieba
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cppjieba")
+</code></pre>
 <h3 id="cpppreiconvwindows">cppp-reiconv (windows)</h3>
 <table>
 <thead>
@@ -22210,6 +22247,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lightningscanner")
 </code></pre>
+<h3 id="limonpwindows">limonp (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ headers(hpp) library with Python style.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/yanyiwu/limonp">https://github.com/yanyiwu/limonp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.9.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, arm64ec, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/limonp/xmake.lua">limonp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install limonp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("limonp")
+</code></pre>
 <h3 id="linalgwindows">linalg (windows)</h3>
 <table>
 <thead>

+ 48 - 0
packages/android.md

@@ -2699,6 +2699,30 @@ add_requires("cppitertools")
 ```
 
 
+### cppjieba (android)
+
+
+| Description | *"结巴"中文分词的C++版本* |
+| -- | -- |
+| Homepage | [https://github.com/yanyiwu/cppjieba](https://github.com/yanyiwu/cppjieba) |
+| License | MIT |
+| Versions | v5.2.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [cppjieba/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cppjieba/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] cppjieba
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cppjieba")
+```
+
+
 ### cppp-reiconv (android)
 
 
@@ -8752,6 +8776,30 @@ add_requires("lightmapper")
 ```
 
 
+### limonp (android)
+
+
+| Description | *C++ headers(hpp) library with Python style.* |
+| -- | -- |
+| Homepage | [https://github.com/yanyiwu/limonp](https://github.com/yanyiwu/limonp) |
+| License | MIT |
+| Versions | v0.9.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [limonp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/limonp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] limonp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("limonp")
+```
+
+
 ### linenoise (android)
 
 

+ 48 - 0
packages/bsd.md

@@ -3035,6 +3035,30 @@ add_requires("cppitertools")
 ```
 
 
+### cppjieba (bsd)
+
+
+| Description | *"结巴"中文分词的C++版本* |
+| -- | -- |
+| Homepage | [https://github.com/yanyiwu/cppjieba](https://github.com/yanyiwu/cppjieba) |
+| License | MIT |
+| Versions | v5.2.0 |
+| Architectures | i386, x86_64 |
+| Definition | [cppjieba/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cppjieba/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cppjieba
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cppjieba")
+```
+
+
 ### cppp-reiconv (bsd)
 
 
@@ -8987,6 +9011,30 @@ add_requires("lightningscanner")
 ```
 
 
+### limonp (bsd)
+
+
+| Description | *C++ headers(hpp) library with Python style.* |
+| -- | -- |
+| Homepage | [https://github.com/yanyiwu/limonp](https://github.com/yanyiwu/limonp) |
+| License | MIT |
+| Versions | v0.9.0 |
+| Architectures | i386, x86_64 |
+| Definition | [limonp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/limonp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install limonp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("limonp")
+```
+
+
 ### linenoise (bsd)
 
 

+ 48 - 0
packages/cross.md

@@ -2868,6 +2868,30 @@ add_requires("cppitertools")
 ```
 
 
+### cppjieba (cross)
+
+
+| Description | *"结巴"中文分词的C++版本* |
+| -- | -- |
+| Homepage | [https://github.com/yanyiwu/cppjieba](https://github.com/yanyiwu/cppjieba) |
+| License | MIT |
+| Versions | v5.2.0 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [cppjieba/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cppjieba/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] cppjieba
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cppjieba")
+```
+
+
 ### cppp-reiconv (cross)
 
 
@@ -8446,6 +8470,30 @@ add_requires("lightmapper")
 ```
 
 
+### limonp (cross)
+
+
+| Description | *C++ headers(hpp) library with Python style.* |
+| -- | -- |
+| Homepage | [https://github.com/yanyiwu/limonp](https://github.com/yanyiwu/limonp) |
+| License | MIT |
+| Versions | v0.9.0 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [limonp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/limonp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] limonp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("limonp")
+```
+
+
 ### linenoise (cross)
 
 

+ 48 - 0
packages/iphoneos.md

@@ -2578,6 +2578,30 @@ add_requires("cppitertools")
 ```
 
 
+### cppjieba (iphoneos)
+
+
+| Description | *"结巴"中文分词的C++版本* |
+| -- | -- |
+| Homepage | [https://github.com/yanyiwu/cppjieba](https://github.com/yanyiwu/cppjieba) |
+| License | MIT |
+| Versions | v5.2.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [cppjieba/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cppjieba/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos cppjieba
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cppjieba")
+```
+
+
 ### cppp-reiconv (iphoneos)
 
 
@@ -8440,6 +8464,30 @@ add_requires("lightmapper")
 ```
 
 
+### limonp (iphoneos)
+
+
+| Description | *C++ headers(hpp) library with Python style.* |
+| -- | -- |
+| Homepage | [https://github.com/yanyiwu/limonp](https://github.com/yanyiwu/limonp) |
+| License | MIT |
+| Versions | v0.9.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [limonp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/limonp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos limonp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("limonp")
+```
+
+
 ### linenoise (iphoneos)
 
 

+ 49 - 1
packages/linux.md

@@ -4652,6 +4652,30 @@ add_requires("cppitertools")
 ```
 
 
+### cppjieba (linux)
+
+
+| Description | *"结巴"中文分词的C++版本* |
+| -- | -- |
+| Homepage | [https://github.com/yanyiwu/cppjieba](https://github.com/yanyiwu/cppjieba) |
+| License | MIT |
+| Versions | v5.2.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [cppjieba/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cppjieba/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cppjieba
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cppjieba")
+```
+
+
 ### cppp-reiconv (linux)
 
 
@@ -17534,6 +17558,30 @@ add_requires("lightningscanner")
 ```
 
 
+### limonp (linux)
+
+
+| Description | *C++ headers(hpp) library with Python style.* |
+| -- | -- |
+| Homepage | [https://github.com/yanyiwu/limonp](https://github.com/yanyiwu/limonp) |
+| License | MIT |
+| Versions | v0.9.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [limonp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/limonp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install limonp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("limonp")
+```
+
+
 ### linalg (linux)
 
 
@@ -32448,7 +32496,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: 0x556ec2382260 |
+| License | table: 0x555a38762c00 |
 | 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) |

+ 49 - 1
packages/macosx.md

@@ -4320,6 +4320,30 @@ add_requires("cppitertools")
 ```
 
 
+### cppjieba (macosx)
+
+
+| Description | *"结巴"中文分词的C++版本* |
+| -- | -- |
+| Homepage | [https://github.com/yanyiwu/cppjieba](https://github.com/yanyiwu/cppjieba) |
+| License | MIT |
+| Versions | v5.2.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [cppjieba/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cppjieba/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cppjieba
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cppjieba")
+```
+
+
 ### cppp-reiconv (macosx)
 
 
@@ -16229,6 +16253,30 @@ add_requires("lightningscanner")
 ```
 
 
+### limonp (macosx)
+
+
+| Description | *C++ headers(hpp) library with Python style.* |
+| -- | -- |
+| Homepage | [https://github.com/yanyiwu/limonp](https://github.com/yanyiwu/limonp) |
+| License | MIT |
+| Versions | v0.9.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [limonp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/limonp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install limonp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("limonp")
+```
+
+
 ### linalg (macosx)
 
 
@@ -30050,7 +30098,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: 0x556ec2382260 |
+| License | table: 0x555a38762c00 |
 | 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) |

+ 48 - 0
packages/mingw.md

@@ -3012,6 +3012,30 @@ add_requires("cppitertools")
 ```
 
 
+### cppjieba (mingw)
+
+
+| Description | *"结巴"中文分词的C++版本* |
+| -- | -- |
+| Homepage | [https://github.com/yanyiwu/cppjieba](https://github.com/yanyiwu/cppjieba) |
+| License | MIT |
+| Versions | v5.2.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [cppjieba/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cppjieba/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] cppjieba
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cppjieba")
+```
+
+
 ### cppp-reiconv (mingw)
 
 
@@ -9922,6 +9946,30 @@ add_requires("lightmapper")
 ```
 
 
+### limonp (mingw)
+
+
+| Description | *C++ headers(hpp) library with Python style.* |
+| -- | -- |
+| Homepage | [https://github.com/yanyiwu/limonp](https://github.com/yanyiwu/limonp) |
+| License | MIT |
+| Versions | v0.9.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [limonp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/limonp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] limonp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("limonp")
+```
+
+
 ### linmath.h (mingw)
 
 

+ 48 - 0
packages/msys.md

@@ -2841,6 +2841,30 @@ add_requires("cppitertools")
 ```
 
 
+### cppjieba (msys)
+
+
+| Description | *"结巴"中文分词的C++版本* |
+| -- | -- |
+| Homepage | [https://github.com/yanyiwu/cppjieba](https://github.com/yanyiwu/cppjieba) |
+| License | MIT |
+| Versions | v5.2.0 |
+| Architectures | i386, x86_64 |
+| Definition | [cppjieba/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cppjieba/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cppjieba
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cppjieba")
+```
+
+
 ### cppp-reiconv (msys)
 
 
@@ -8108,6 +8132,30 @@ add_requires("lightmapper")
 ```
 
 
+### limonp (msys)
+
+
+| Description | *C++ headers(hpp) library with Python style.* |
+| -- | -- |
+| Homepage | [https://github.com/yanyiwu/limonp](https://github.com/yanyiwu/limonp) |
+| License | MIT |
+| Versions | v0.9.0 |
+| Architectures | i386, x86_64 |
+| Definition | [limonp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/limonp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install limonp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("limonp")
+```
+
+
 ### linmath.h (msys)
 
 

+ 48 - 0
packages/wasm.md

@@ -2365,6 +2365,30 @@ add_requires("cppitertools")
 ```
 
 
+### cppjieba (wasm)
+
+
+| Description | *"结巴"中文分词的C++版本* |
+| -- | -- |
+| Homepage | [https://github.com/yanyiwu/cppjieba](https://github.com/yanyiwu/cppjieba) |
+| License | MIT |
+| Versions | v5.2.0 |
+| Architectures | wasm32, wasm64 |
+| Definition | [cppjieba/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cppjieba/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm cppjieba
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cppjieba")
+```
+
+
 ### cppp-reiconv (wasm)
 
 
@@ -7345,6 +7369,30 @@ add_requires("lightmapper")
 ```
 
 
+### limonp (wasm)
+
+
+| Description | *C++ headers(hpp) library with Python style.* |
+| -- | -- |
+| Homepage | [https://github.com/yanyiwu/limonp](https://github.com/yanyiwu/limonp) |
+| License | MIT |
+| Versions | v0.9.0 |
+| Architectures | wasm32, wasm64 |
+| Definition | [limonp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/limonp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm limonp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("limonp")
+```
+
+
 ### linenoise (wasm)
 
 

+ 48 - 0
packages/windows.md

@@ -4323,6 +4323,30 @@ add_requires("cppitertools")
 ```
 
 
+### cppjieba (windows)
+
+
+| Description | *"结巴"中文分词的C++版本* |
+| -- | -- |
+| Homepage | [https://github.com/yanyiwu/cppjieba](https://github.com/yanyiwu/cppjieba) |
+| License | MIT |
+| Versions | v5.2.0 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [cppjieba/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cppjieba/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cppjieba
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cppjieba")
+```
+
+
 ### cppp-reiconv (windows)
 
 
@@ -14519,6 +14543,30 @@ add_requires("lightningscanner")
 ```
 
 
+### limonp (windows)
+
+
+| Description | *C++ headers(hpp) library with Python style.* |
+| -- | -- |
+| Homepage | [https://github.com/yanyiwu/limonp](https://github.com/yanyiwu/limonp) |
+| License | MIT |
+| Versions | v0.9.0 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [limonp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/limonp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install limonp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("limonp")
+```
+
+
 ### linalg (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2024-09-06T08:45:42+08:00</lastmod>
+  <lastmod>2024-09-06T12:10:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-09-06T08:45:48+08:00</lastmod>
+  <lastmod>2024-09-06T12:11:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-09-06T08:45:48+08:00</lastmod>
+  <lastmod>2024-09-06T12:11:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-09-06T08:45:48+08:00</lastmod>
+  <lastmod>2024-09-06T12:11:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-09-06T08:45:49+08:00</lastmod>
+  <lastmod>2024-09-06T12:11:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-09-06T08:45:49+08:00</lastmod>
+  <lastmod>2024-09-06T12:11:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-09-06T08:45:50+08:00</lastmod>
+  <lastmod>2024-09-06T12:11:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-09-06T08:45:50+08:00</lastmod>
+  <lastmod>2024-09-06T12:11:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-09-06T08:45:50+08:00</lastmod>
+  <lastmod>2024-09-06T12:11:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-09-06T08:45:51+08:00</lastmod>
+  <lastmod>2024-09-06T12:11:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-09-06T08:45:51+08:00</lastmod>
+  <lastmod>2024-09-06T12:11:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-09-06T08:45:52+08:00</lastmod>
+  <lastmod>2024-09-06T12:11:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-09-06T08:45:52+08:00</lastmod>
+  <lastmod>2024-09-06T12:11:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-09-06T08:45:52+08:00</lastmod>
+  <lastmod>2024-09-06T12:11:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-09-06T08:45:53+08:00</lastmod>
+  <lastmod>2024-09-06T12:11:09+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: at-spi2-core, cpp-rotor, imguitextselect**
+- **Recently added: cppjieba, limonp, at-spi2-core**
 
 [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)
-- 包列表 (1479)
+- 包列表 (1481)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)