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

autoupdate docs by xmake-repo/ci

ruki 3 éve
szülő
commit
c431d3a3ec

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: guetzli, qoi, robotstxt**
+- **Recently added: exprtk, strtk, guetzli**
 
 [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 (559)
+- Packages (561)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 74 - 0
mirror/packages/android.html

@@ -1499,6 +1499,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("expected")
 </code></pre>
+<h3 id="exprtkandroid">exprtk (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ Mathematical Expression Parsing And Evaluation Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.partow.net/programming/exprtk/index.html">https://www.partow.net/programming/exprtk/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.06.06</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/e/exprtk/xmake.lua">exprtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] exprtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("exprtk")
+</code></pre>
 <h2 id="f">f</h2>
 <h3 id="fast_double_parserandroid">fast_double_parser (android)</h3>
 <table>
@@ -5954,6 +5991,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stb")
 </code></pre>
+<h3 id="strtkandroid">strtk (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ String Toolkit Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.partow.net/programming/strtk/index.html">https://www.partow.net/programming/strtk/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.01.01</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/s/strtk/xmake.lua">strtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] strtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("strtk")
+</code></pre>
 <h3 id="swigandroid">swig (android)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/bsd.html

@@ -1285,6 +1285,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("expected")
 </code></pre>
+<h3 id="exprtkbsd">exprtk (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ Mathematical Expression Parsing And Evaluation Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.partow.net/programming/exprtk/index.html">https://www.partow.net/programming/exprtk/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.06.06</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/e/exprtk/xmake.lua">exprtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install exprtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("exprtk")
+</code></pre>
 <h2 id="f">f</h2>
 <h3 id="fastcppcsvparserbsd">fastcppcsvparser (bsd)</h3>
 <table>
@@ -4739,6 +4776,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stb")
 </code></pre>
+<h3 id="strtkbsd">strtk (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ String Toolkit Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.partow.net/programming/strtk/index.html">https://www.partow.net/programming/strtk/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.01.01</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/s/strtk/xmake.lua">strtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install strtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("strtk")
+</code></pre>
 <h3 id="swigbsd">swig (bsd)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/cross.html

@@ -1215,6 +1215,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("expected")
 </code></pre>
+<h3 id="exprtkcross">exprtk (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ Mathematical Expression Parsing And Evaluation Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.partow.net/programming/exprtk/index.html">https://www.partow.net/programming/exprtk/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.06.06</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/e/exprtk/xmake.lua">exprtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] exprtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("exprtk")
+</code></pre>
 <h2 id="f">f</h2>
 <h3 id="fastcppcsvparsercross">fastcppcsvparser (cross)</h3>
 <table>
@@ -4393,6 +4430,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stb")
 </code></pre>
+<h3 id="strtkcross">strtk (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ String Toolkit Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.partow.net/programming/strtk/index.html">https://www.partow.net/programming/strtk/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.01.01</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, 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/s/strtk/xmake.lua">strtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] strtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("strtk")
+</code></pre>
 <h3 id="swigcross">swig (cross)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/iphoneos.html

@@ -1359,6 +1359,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("expected")
 </code></pre>
+<h3 id="exprtkiphoneos">exprtk (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ Mathematical Expression Parsing And Evaluation Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.partow.net/programming/exprtk/index.html">https://www.partow.net/programming/exprtk/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.06.06</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/e/exprtk/xmake.lua">exprtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos exprtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("exprtk")
+</code></pre>
 <h2 id="f">f</h2>
 <h3 id="fastcppcsvparseriphoneos">fastcppcsvparser (iphoneos)</h3>
 <table>
@@ -5340,6 +5377,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stb")
 </code></pre>
+<h3 id="strtkiphoneos">strtk (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ String Toolkit Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.partow.net/programming/strtk/index.html">https://www.partow.net/programming/strtk/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.01.01</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strtk/xmake.lua">strtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos strtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("strtk")
+</code></pre>
 <h3 id="swigiphoneos">swig (iphoneos)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/linux.html

@@ -3504,6 +3504,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("expresscpp")
 </code></pre>
+<h3 id="exprtklinux">exprtk (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ Mathematical Expression Parsing And Evaluation Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.partow.net/programming/exprtk/index.html">https://www.partow.net/programming/exprtk/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.06.06</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, 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/e/exprtk/xmake.lua">exprtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install exprtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("exprtk")
+</code></pre>
 <h3 id="ezc3dlinux">ezc3d (linux)</h3>
 <table>
 <thead>
@@ -16686,6 +16723,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stlab")
 </code></pre>
+<h3 id="strtklinux">strtk (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ String Toolkit Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.partow.net/programming/strtk/index.html">https://www.partow.net/programming/strtk/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.01.01</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, 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/s/strtk/xmake.lua">strtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install strtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("strtk")
+</code></pre>
 <h3 id="suitesparselinux">suitesparse (linux)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/macosx.html

@@ -3286,6 +3286,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("expresscpp")
 </code></pre>
+<h3 id="exprtkmacosx">exprtk (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ Mathematical Expression Parsing And Evaluation Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.partow.net/programming/exprtk/index.html">https://www.partow.net/programming/exprtk/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.06.06</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/e/exprtk/xmake.lua">exprtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install exprtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("exprtk")
+</code></pre>
 <h3 id="ezc3dmacosx">ezc3d (macosx)</h3>
 <table>
 <thead>
@@ -15661,6 +15698,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stlab")
 </code></pre>
+<h3 id="strtkmacosx">strtk (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ String Toolkit Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.partow.net/programming/strtk/index.html">https://www.partow.net/programming/strtk/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.01.01</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strtk/xmake.lua">strtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install strtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("strtk")
+</code></pre>
 <h3 id="suitesparsemacosx">suitesparse (macosx)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/mingw.html

@@ -1462,6 +1462,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("expected")
 </code></pre>
+<h3 id="exprtkmingw">exprtk (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ Mathematical Expression Parsing And Evaluation Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.partow.net/programming/exprtk/index.html">https://www.partow.net/programming/exprtk/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.06.06</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/e/exprtk/xmake.lua">exprtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] exprtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("exprtk")
+</code></pre>
 <h2 id="f">f</h2>
 <h3 id="farmhashmingw">farmhash (mingw)</h3>
 <table>
@@ -6234,6 +6271,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stb")
 </code></pre>
+<h3 id="strtkmingw">strtk (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ String Toolkit Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.partow.net/programming/strtk/index.html">https://www.partow.net/programming/strtk/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.01.01</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/s/strtk/xmake.lua">strtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] strtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("strtk")
+</code></pre>
 <h3 id="swigmingw">swig (mingw)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/msys.html

@@ -1252,6 +1252,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("expected")
 </code></pre>
+<h3 id="exprtkmsys">exprtk (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ Mathematical Expression Parsing And Evaluation Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.partow.net/programming/exprtk/index.html">https://www.partow.net/programming/exprtk/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.06.06</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/e/exprtk/xmake.lua">exprtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install exprtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("exprtk")
+</code></pre>
 <h2 id="f">f</h2>
 <h3 id="fastcppcsvparsermsys">fastcppcsvparser (msys)</h3>
 <table>
@@ -4113,6 +4150,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stb")
 </code></pre>
+<h3 id="strtkmsys">strtk (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ String Toolkit Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.partow.net/programming/strtk/index.html">https://www.partow.net/programming/strtk/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.01.01</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/s/strtk/xmake.lua">strtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install strtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("strtk")
+</code></pre>
 <h3 id="swigmsys">swig (msys)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/windows.html

@@ -3216,6 +3216,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("expected")
 </code></pre>
+<h3 id="exprtkwindows">exprtk (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ Mathematical Expression Parsing And Evaluation Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.partow.net/programming/exprtk/index.html">https://www.partow.net/programming/exprtk/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.06.06</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/e/exprtk/xmake.lua">exprtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install exprtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("exprtk")
+</code></pre>
 <h3 id="ezc3dwindows">ezc3d (windows)</h3>
 <table>
 <thead>
@@ -13416,6 +13453,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stlab")
 </code></pre>
+<h3 id="strtkwindows">strtk (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ String Toolkit Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.partow.net/programming/strtk/index.html">https://www.partow.net/programming/strtk/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.01.01</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strtk/xmake.lua">strtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install strtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("strtk")
+</code></pre>
 <h3 id="suitesparsewindows">suitesparse (windows)</h3>
 <table>
 <thead>

+ 48 - 0
packages/android.md

@@ -948,6 +948,30 @@ add_requires("expected")
 ```
 
 
+### exprtk (android)
+
+
+| Description | *C++ Mathematical Expression Parsing And Evaluation Library* |
+| -- | -- |
+| Homepage | [https://www.partow.net/programming/exprtk/index.html](https://www.partow.net/programming/exprtk/index.html) |
+| License | MIT |
+| Versions | 2021.06.06 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [exprtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/exprtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] exprtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("exprtk")
+```
+
+
 
 ## f
 ### fast_double_parser (android)
@@ -3989,6 +4013,30 @@ add_requires("stb")
 ```
 
 
+### strtk (android)
+
+
+| Description | *C++ String Toolkit Library* |
+| -- | -- |
+| Homepage | [https://www.partow.net/programming/strtk/index.html](https://www.partow.net/programming/strtk/index.html) |
+| License | MIT |
+| Versions | 2020.01.01 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [strtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] strtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("strtk")
+```
+
+
 ### swig (android)
 
 

+ 48 - 0
packages/bsd.md

@@ -806,6 +806,30 @@ add_requires("expected")
 ```
 
 
+### exprtk (bsd)
+
+
+| Description | *C++ Mathematical Expression Parsing And Evaluation Library* |
+| -- | -- |
+| Homepage | [https://www.partow.net/programming/exprtk/index.html](https://www.partow.net/programming/exprtk/index.html) |
+| License | MIT |
+| Versions | 2021.06.06 |
+| Architectures | i386, x86_64 |
+| Definition | [exprtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/exprtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install exprtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("exprtk")
+```
+
+
 
 ## f
 ### fastcppcsvparser (bsd)
@@ -3169,6 +3193,30 @@ add_requires("stb")
 ```
 
 
+### strtk (bsd)
+
+
+| Description | *C++ String Toolkit Library* |
+| -- | -- |
+| Homepage | [https://www.partow.net/programming/strtk/index.html](https://www.partow.net/programming/strtk/index.html) |
+| License | MIT |
+| Versions | 2020.01.01 |
+| Architectures | i386, x86_64 |
+| Definition | [strtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install strtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("strtk")
+```
+
+
 ### swig (bsd)
 
 

+ 48 - 0
packages/cross.md

@@ -759,6 +759,30 @@ add_requires("expected")
 ```
 
 
+### exprtk (cross)
+
+
+| Description | *C++ Mathematical Expression Parsing And Evaluation Library* |
+| -- | -- |
+| Homepage | [https://www.partow.net/programming/exprtk/index.html](https://www.partow.net/programming/exprtk/index.html) |
+| License | MIT |
+| Versions | 2021.06.06 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [exprtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/exprtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] exprtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("exprtk")
+```
+
+
 
 ## f
 ### fastcppcsvparser (cross)
@@ -2935,6 +2959,30 @@ add_requires("stb")
 ```
 
 
+### strtk (cross)
+
+
+| Description | *C++ String Toolkit Library* |
+| -- | -- |
+| Homepage | [https://www.partow.net/programming/strtk/index.html](https://www.partow.net/programming/strtk/index.html) |
+| License | MIT |
+| Versions | 2020.01.01 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [strtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] strtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("strtk")
+```
+
+
 ### swig (cross)
 
 

+ 48 - 0
packages/iphoneos.md

@@ -854,6 +854,30 @@ add_requires("expected")
 ```
 
 
+### exprtk (iphoneos)
+
+
+| Description | *C++ Mathematical Expression Parsing And Evaluation Library* |
+| -- | -- |
+| Homepage | [https://www.partow.net/programming/exprtk/index.html](https://www.partow.net/programming/exprtk/index.html) |
+| License | MIT |
+| Versions | 2021.06.06 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [exprtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/exprtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos exprtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("exprtk")
+```
+
+
 
 ## f
 ### fastcppcsvparser (iphoneos)
@@ -3570,6 +3594,30 @@ add_requires("stb")
 ```
 
 
+### strtk (iphoneos)
+
+
+| Description | *C++ String Toolkit Library* |
+| -- | -- |
+| Homepage | [https://www.partow.net/programming/strtk/index.html](https://www.partow.net/programming/strtk/index.html) |
+| License | MIT |
+| Versions | 2020.01.01 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [strtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos strtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("strtk")
+```
+
+
 ### swig (iphoneos)
 
 

+ 48 - 0
packages/linux.md

@@ -2277,6 +2277,30 @@ add_requires("expresscpp")
 ```
 
 
+### exprtk (linux)
+
+
+| Description | *C++ Mathematical Expression Parsing And Evaluation Library* |
+| -- | -- |
+| Homepage | [https://www.partow.net/programming/exprtk/index.html](https://www.partow.net/programming/exprtk/index.html) |
+| License | MIT |
+| Versions | 2021.06.06 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [exprtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/exprtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install exprtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("exprtk")
+```
+
+
 ### ezc3d (linux)
 
 
@@ -11165,6 +11189,30 @@ add_requires("stlab")
 ```
 
 
+### strtk (linux)
+
+
+| Description | *C++ String Toolkit Library* |
+| -- | -- |
+| Homepage | [https://www.partow.net/programming/strtk/index.html](https://www.partow.net/programming/strtk/index.html) |
+| License | MIT |
+| Versions | 2020.01.01 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [strtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install strtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("strtk")
+```
+
+
 ### suitesparse (linux)
 
 

+ 48 - 0
packages/macosx.md

@@ -2134,6 +2134,30 @@ add_requires("expresscpp")
 ```
 
 
+### exprtk (macosx)
+
+
+| Description | *C++ Mathematical Expression Parsing And Evaluation Library* |
+| -- | -- |
+| Homepage | [https://www.partow.net/programming/exprtk/index.html](https://www.partow.net/programming/exprtk/index.html) |
+| License | MIT |
+| Versions | 2021.06.06 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [exprtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/exprtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install exprtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("exprtk")
+```
+
+
 ### ezc3d (macosx)
 
 
@@ -10481,6 +10505,30 @@ add_requires("stlab")
 ```
 
 
+### strtk (macosx)
+
+
+| Description | *C++ String Toolkit Library* |
+| -- | -- |
+| Homepage | [https://www.partow.net/programming/strtk/index.html](https://www.partow.net/programming/strtk/index.html) |
+| License | MIT |
+| Versions | 2020.01.01 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [strtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install strtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("strtk")
+```
+
+
 ### suitesparse (macosx)
 
 

+ 48 - 0
packages/mingw.md

@@ -924,6 +924,30 @@ add_requires("expected")
 ```
 
 
+### exprtk (mingw)
+
+
+| Description | *C++ Mathematical Expression Parsing And Evaluation Library* |
+| -- | -- |
+| Homepage | [https://www.partow.net/programming/exprtk/index.html](https://www.partow.net/programming/exprtk/index.html) |
+| License | MIT |
+| Versions | 2021.06.06 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [exprtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/exprtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] exprtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("exprtk")
+```
+
+
 
 ## f
 ### farmhash (mingw)
@@ -4177,6 +4201,30 @@ add_requires("stb")
 ```
 
 
+### strtk (mingw)
+
+
+| Description | *C++ String Toolkit Library* |
+| -- | -- |
+| Homepage | [https://www.partow.net/programming/strtk/index.html](https://www.partow.net/programming/strtk/index.html) |
+| License | MIT |
+| Versions | 2020.01.01 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [strtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] strtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("strtk")
+```
+
+
 ### swig (mingw)
 
 

+ 48 - 0
packages/msys.md

@@ -783,6 +783,30 @@ add_requires("expected")
 ```
 
 
+### exprtk (msys)
+
+
+| Description | *C++ Mathematical Expression Parsing And Evaluation Library* |
+| -- | -- |
+| Homepage | [https://www.partow.net/programming/exprtk/index.html](https://www.partow.net/programming/exprtk/index.html) |
+| License | MIT |
+| Versions | 2021.06.06 |
+| Architectures | i386, x86_64 |
+| Definition | [exprtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/exprtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install exprtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("exprtk")
+```
+
+
 
 ## f
 ### fastcppcsvparser (msys)
@@ -2747,6 +2771,30 @@ add_requires("stb")
 ```
 
 
+### strtk (msys)
+
+
+| Description | *C++ String Toolkit Library* |
+| -- | -- |
+| Homepage | [https://www.partow.net/programming/strtk/index.html](https://www.partow.net/programming/strtk/index.html) |
+| License | MIT |
+| Versions | 2020.01.01 |
+| Architectures | i386, x86_64 |
+| Definition | [strtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install strtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("strtk")
+```
+
+
 ### swig (msys)
 
 

+ 48 - 0
packages/windows.md

@@ -2087,6 +2087,30 @@ add_requires("expected")
 ```
 
 
+### exprtk (windows)
+
+
+| Description | *C++ Mathematical Expression Parsing And Evaluation Library* |
+| -- | -- |
+| Homepage | [https://www.partow.net/programming/exprtk/index.html](https://www.partow.net/programming/exprtk/index.html) |
+| License | MIT |
+| Versions | 2021.06.06 |
+| Architectures | x64, x86 |
+| Definition | [exprtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/exprtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install exprtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("exprtk")
+```
+
+
 ### ezc3d (windows)
 
 
@@ -8939,6 +8963,30 @@ add_requires("stlab")
 ```
 
 
+### strtk (windows)
+
+
+| Description | *C++ String Toolkit Library* |
+| -- | -- |
+| Homepage | [https://www.partow.net/programming/strtk/index.html](https://www.partow.net/programming/strtk/index.html) |
+| License | MIT |
+| Versions | 2020.01.01 |
+| Architectures | x64, x86 |
+| Definition | [strtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/strtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install strtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("strtk")
+```
+
+
 ### suitesparse (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-12-22T15:54:02+08:00</lastmod>
+  <lastmod>2021-12-23T14:09:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-12-22T15:54:04+08:00</lastmod>
+  <lastmod>2021-12-23T14:09:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-12-22T15:54:04+08:00</lastmod>
+  <lastmod>2021-12-23T14:09:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-12-22T15:54:05+08:00</lastmod>
+  <lastmod>2021-12-23T14:09:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-12-22T15:54:05+08:00</lastmod>
+  <lastmod>2021-12-23T14:09:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-12-22T15:54:05+08:00</lastmod>
+  <lastmod>2021-12-23T14:09:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-12-22T15:54:06+08:00</lastmod>
+  <lastmod>2021-12-23T14:09:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-12-22T15:54:06+08:00</lastmod>
+  <lastmod>2021-12-23T14:09:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-12-22T15:54:06+08:00</lastmod>
+  <lastmod>2021-12-23T14:09:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-12-22T15:54:06+08:00</lastmod>
+  <lastmod>2021-12-23T14:09:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-12-22T15:54:07+08:00</lastmod>
+  <lastmod>2021-12-23T14:09:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-12-22T15:54:07+08:00</lastmod>
+  <lastmod>2021-12-23T14:09:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-12-22T15:54:07+08:00</lastmod>
+  <lastmod>2021-12-23T14:10:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-12-22T15:54:07+08:00</lastmod>
+  <lastmod>2021-12-23T14:10:00+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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