Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 năm trước cách đây
mục cha
commit
17dce80724

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: immer, quake_triangle, tetgen**
+- **Recently added: tinyexpr, toojpeg, immer**
 
 [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 (842)
+- Packages (844)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 74 - 0
mirror/packages/android.html

@@ -10373,6 +10373,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinycrypt")
 </code></pre>
+<h3 id="tinyexprandroid">tinyexpr (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TinyExpr is a very small parser and evaluation library for evaluating math expressions from C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://codeplea.com/tinyexpr">https://codeplea.com/tinyexpr</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.21</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/t/tinyexpr/xmake.lua">tinyexpr/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] tinyexpr
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyexpr")
+</code></pre>
 <h3 id="tinyexrandroid">tinyexr (android)</h3>
 <table>
 <thead>
@@ -10731,6 +10768,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml11")
 </code></pre>
+<h3 id="toojpegandroid">toojpeg (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A JPEG encoder in a single C++ file</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://create.stephan-brumme.com/toojpeg/">https://create.stephan-brumme.com/toojpeg/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.5</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/t/toojpeg/xmake.lua">toojpeg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] toojpeg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toojpeg")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="uchardetandroid">uchardet (android)</h3>
 <table>

+ 74 - 0
mirror/packages/bsd.html

@@ -9246,6 +9246,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinycrypt")
 </code></pre>
+<h3 id="tinyexprbsd">tinyexpr (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TinyExpr is a very small parser and evaluation library for evaluating math expressions from C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://codeplea.com/tinyexpr">https://codeplea.com/tinyexpr</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.21</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/t/tinyexpr/xmake.lua">tinyexpr/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinyexpr
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyexpr")
+</code></pre>
 <h3 id="tinyexrbsd">tinyexr (bsd)</h3>
 <table>
 <thead>
@@ -9534,6 +9571,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml11")
 </code></pre>
+<h3 id="toojpegbsd">toojpeg (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A JPEG encoder in a single C++ file</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://create.stephan-brumme.com/toojpeg/">https://create.stephan-brumme.com/toojpeg/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.5</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/t/toojpeg/xmake.lua">toojpeg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install toojpeg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toojpeg")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="uchardetbsd">uchardet (bsd)</h3>
 <table>

+ 74 - 0
mirror/packages/cross.html

@@ -8488,6 +8488,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinycrypt")
 </code></pre>
+<h3 id="tinyexprcross">tinyexpr (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TinyExpr is a very small parser and evaluation library for evaluating math expressions from C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://codeplea.com/tinyexpr">https://codeplea.com/tinyexpr</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.21</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/t/tinyexpr/xmake.lua">tinyexpr/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] tinyexpr
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyexpr")
+</code></pre>
 <h3 id="tinyexrcross">tinyexr (cross)</h3>
 <table>
 <thead>
@@ -8776,6 +8813,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml11")
 </code></pre>
+<h3 id="toojpegcross">toojpeg (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A JPEG encoder in a single C++ file</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://create.stephan-brumme.com/toojpeg/">https://create.stephan-brumme.com/toojpeg/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.5</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/t/toojpeg/xmake.lua">toojpeg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] toojpeg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toojpeg")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="uchardetcross">uchardet (cross)</h3>
 <table>

+ 74 - 0
mirror/packages/iphoneos.html

@@ -9529,6 +9529,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinycrypt")
 </code></pre>
+<h3 id="tinyexpriphoneos">tinyexpr (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TinyExpr is a very small parser and evaluation library for evaluating math expressions from C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://codeplea.com/tinyexpr">https://codeplea.com/tinyexpr</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.21</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/tinyexpr/xmake.lua">tinyexpr/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos tinyexpr
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyexpr")
+</code></pre>
 <h3 id="tinyexriphoneos">tinyexr (iphoneos)</h3>
 <table>
 <thead>
@@ -9887,6 +9924,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml11")
 </code></pre>
+<h3 id="toojpegiphoneos">toojpeg (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A JPEG encoder in a single C++ file</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://create.stephan-brumme.com/toojpeg/">https://create.stephan-brumme.com/toojpeg/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.5</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/toojpeg/xmake.lua">toojpeg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos toojpeg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toojpeg")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="uchardetiphoneos">uchardet (iphoneos)</h3>
 <table>

+ 75 - 1
mirror/packages/linux.html

@@ -20785,7 +20785,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.14.0</td>
+<td>v1.14.0, v1.14.6</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -25718,6 +25718,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinycrypt")
 </code></pre>
+<h3 id="tinyexprlinux">tinyexpr (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TinyExpr is a very small parser and evaluation library for evaluating math expressions from C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://codeplea.com/tinyexpr">https://codeplea.com/tinyexpr</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.21</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/t/tinyexpr/xmake.lua">tinyexpr/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinyexpr
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyexpr")
+</code></pre>
 <h3 id="tinyexrlinux">tinyexr (linux)</h3>
 <table>
 <thead>
@@ -26146,6 +26183,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml11")
 </code></pre>
+<h3 id="toojpeglinux">toojpeg (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A JPEG encoder in a single C++ file</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://create.stephan-brumme.com/toojpeg/">https://create.stephan-brumme.com/toojpeg/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.5</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/t/toojpeg/xmake.lua">toojpeg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install toojpeg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toojpeg")
+</code></pre>
 <h3 id="tracylinux">tracy (linux)</h3>
 <table>
 <thead>

+ 75 - 1
mirror/packages/macosx.html

@@ -19365,7 +19365,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.14.0</td>
+<td>v1.14.0, v1.14.6</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -24125,6 +24125,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinycrypt")
 </code></pre>
+<h3 id="tinyexprmacosx">tinyexpr (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TinyExpr is a very small parser and evaluation library for evaluating math expressions from C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://codeplea.com/tinyexpr">https://codeplea.com/tinyexpr</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.21</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/tinyexpr/xmake.lua">tinyexpr/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinyexpr
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyexpr")
+</code></pre>
 <h3 id="tinyexrmacosx">tinyexr (macosx)</h3>
 <table>
 <thead>
@@ -24553,6 +24590,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml11")
 </code></pre>
+<h3 id="toojpegmacosx">toojpeg (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A JPEG encoder in a single C++ file</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://create.stephan-brumme.com/toojpeg/">https://create.stephan-brumme.com/toojpeg/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.5</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/toojpeg/xmake.lua">toojpeg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install toojpeg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toojpeg")
+</code></pre>
 <h3 id="tracymacosx">tracy (macosx)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/mingw.html

@@ -11245,6 +11245,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinycrypt")
 </code></pre>
+<h3 id="tinyexprmingw">tinyexpr (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TinyExpr is a very small parser and evaluation library for evaluating math expressions from C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://codeplea.com/tinyexpr">https://codeplea.com/tinyexpr</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.21</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/t/tinyexpr/xmake.lua">tinyexpr/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] tinyexpr
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyexpr")
+</code></pre>
 <h3 id="tinyexrmingw">tinyexr (mingw)</h3>
 <table>
 <thead>
@@ -11636,6 +11673,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml11")
 </code></pre>
+<h3 id="toojpegmingw">toojpeg (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A JPEG encoder in a single C++ file</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://create.stephan-brumme.com/toojpeg/">https://create.stephan-brumme.com/toojpeg/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.5</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/t/toojpeg/xmake.lua">toojpeg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] toojpeg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toojpeg")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="uchardetmingw">uchardet (mingw)</h3>
 <table>

+ 74 - 0
mirror/packages/msys.html

@@ -7644,6 +7644,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinycrypt")
 </code></pre>
+<h3 id="tinyexprmsys">tinyexpr (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TinyExpr is a very small parser and evaluation library for evaluating math expressions from C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://codeplea.com/tinyexpr">https://codeplea.com/tinyexpr</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.21</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/t/tinyexpr/xmake.lua">tinyexpr/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinyexpr
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyexpr")
+</code></pre>
 <h3 id="tinyexrmsys">tinyexr (msys)</h3>
 <table>
 <thead>
@@ -7932,6 +7969,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml11")
 </code></pre>
+<h3 id="toojpegmsys">toojpeg (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A JPEG encoder in a single C++ file</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://create.stephan-brumme.com/toojpeg/">https://create.stephan-brumme.com/toojpeg/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.5</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/t/toojpeg/xmake.lua">toojpeg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install toojpeg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toojpeg")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="uchardetmsys">uchardet (msys)</h3>
 <table>

+ 74 - 0
mirror/packages/wasm.html

@@ -7903,6 +7903,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinycrypt")
 </code></pre>
+<h3 id="tinyexprwasm">tinyexpr (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TinyExpr is a very small parser and evaluation library for evaluating math expressions from C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://codeplea.com/tinyexpr">https://codeplea.com/tinyexpr</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.21</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyexpr/xmake.lua">tinyexpr/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm tinyexpr
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyexpr")
+</code></pre>
 <h3 id="tinyexrwasm">tinyexr (wasm)</h3>
 <table>
 <thead>
@@ -8191,6 +8228,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml11")
 </code></pre>
+<h3 id="toojpegwasm">toojpeg (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A JPEG encoder in a single C++ file</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://create.stephan-brumme.com/toojpeg/">https://create.stephan-brumme.com/toojpeg/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toojpeg/xmake.lua">toojpeg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm toojpeg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toojpeg")
+</code></pre>
 <h2 id="u">u</h2>
 <h3 id="uchardetwasm">uchardet (wasm)</h3>
 <table>

+ 75 - 1
mirror/packages/windows.html

@@ -16675,7 +16675,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.14.0</td>
+<td>v1.14.0, v1.14.6</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -21106,6 +21106,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinycrypt")
 </code></pre>
+<h3 id="tinyexprwindows">tinyexpr (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TinyExpr is a very small parser and evaluation library for evaluating math expressions from C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://codeplea.com/tinyexpr">https://codeplea.com/tinyexpr</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.21</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyexpr/xmake.lua">tinyexpr/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinyexpr
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyexpr")
+</code></pre>
 <h3 id="tinyexrwindows">tinyexr (windows)</h3>
 <table>
 <thead>
@@ -21534,6 +21571,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml11")
 </code></pre>
+<h3 id="toojpegwindows">toojpeg (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A JPEG encoder in a single C++ file</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://create.stephan-brumme.com/toojpeg/">https://create.stephan-brumme.com/toojpeg/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toojpeg/xmake.lua">toojpeg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install toojpeg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("toojpeg")
+</code></pre>
 <h3 id="tracywindows">tracy (windows)</h3>
 <table>
 <thead>

+ 48 - 0
packages/android.md

@@ -6895,6 +6895,30 @@ add_requires("tinycrypt")
 ```
 
 
+### tinyexpr (android)
+
+
+| Description | *TinyExpr is a very small parser and evaluation library for evaluating math expressions from C.* |
+| -- | -- |
+| Homepage | [https://codeplea.com/tinyexpr](https://codeplea.com/tinyexpr) |
+| License | zlib |
+| Versions | 2022.11.21 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [tinyexpr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyexpr/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] tinyexpr
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyexpr")
+```
+
+
 ### tinyexr (android)
 
 
@@ -7132,6 +7156,30 @@ add_requires("toml11")
 ```
 
 
+### toojpeg (android)
+
+
+| Description | *A JPEG encoder in a single C++ file* |
+| -- | -- |
+| Homepage | [https://create.stephan-brumme.com/toojpeg/](https://create.stephan-brumme.com/toojpeg/) |
+| License | zlib |
+| Versions | 1.5 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [toojpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toojpeg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] toojpeg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toojpeg")
+```
+
+
 
 ## u
 ### uchardet (android)

+ 48 - 0
packages/bsd.md

@@ -6156,6 +6156,30 @@ add_requires("tinycrypt")
 ```
 
 
+### tinyexpr (bsd)
+
+
+| Description | *TinyExpr is a very small parser and evaluation library for evaluating math expressions from C.* |
+| -- | -- |
+| Homepage | [https://codeplea.com/tinyexpr](https://codeplea.com/tinyexpr) |
+| License | zlib |
+| Versions | 2022.11.21 |
+| Architectures | i386, x86_64 |
+| Definition | [tinyexpr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyexpr/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinyexpr
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyexpr")
+```
+
+
 ### tinyexr (bsd)
 
 
@@ -6346,6 +6370,30 @@ add_requires("toml11")
 ```
 
 
+### toojpeg (bsd)
+
+
+| Description | *A JPEG encoder in a single C++ file* |
+| -- | -- |
+| Homepage | [https://create.stephan-brumme.com/toojpeg/](https://create.stephan-brumme.com/toojpeg/) |
+| License | zlib |
+| Versions | 1.5 |
+| Architectures | i386, x86_64 |
+| Definition | [toojpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toojpeg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install toojpeg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toojpeg")
+```
+
+
 
 ## u
 ### uchardet (bsd)

+ 48 - 0
packages/cross.md

@@ -5642,6 +5642,30 @@ add_requires("tinycrypt")
 ```
 
 
+### tinyexpr (cross)
+
+
+| Description | *TinyExpr is a very small parser and evaluation library for evaluating math expressions from C.* |
+| -- | -- |
+| Homepage | [https://codeplea.com/tinyexpr](https://codeplea.com/tinyexpr) |
+| License | zlib |
+| Versions | 2022.11.21 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [tinyexpr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyexpr/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] tinyexpr
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyexpr")
+```
+
+
 ### tinyexr (cross)
 
 
@@ -5832,6 +5856,30 @@ add_requires("toml11")
 ```
 
 
+### toojpeg (cross)
+
+
+| Description | *A JPEG encoder in a single C++ file* |
+| -- | -- |
+| Homepage | [https://create.stephan-brumme.com/toojpeg/](https://create.stephan-brumme.com/toojpeg/) |
+| License | zlib |
+| Versions | 1.5 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [toojpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toojpeg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] toojpeg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toojpeg")
+```
+
+
 
 ## u
 ### uchardet (cross)

+ 48 - 0
packages/iphoneos.md

@@ -6330,6 +6330,30 @@ add_requires("tinycrypt")
 ```
 
 
+### tinyexpr (iphoneos)
+
+
+| Description | *TinyExpr is a very small parser and evaluation library for evaluating math expressions from C.* |
+| -- | -- |
+| Homepage | [https://codeplea.com/tinyexpr](https://codeplea.com/tinyexpr) |
+| License | zlib |
+| Versions | 2022.11.21 |
+| Architectures | arm64, x86_64 |
+| Definition | [tinyexpr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyexpr/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos tinyexpr
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyexpr")
+```
+
+
 ### tinyexr (iphoneos)
 
 
@@ -6567,6 +6591,30 @@ add_requires("toml11")
 ```
 
 
+### toojpeg (iphoneos)
+
+
+| Description | *A JPEG encoder in a single C++ file* |
+| -- | -- |
+| Homepage | [https://create.stephan-brumme.com/toojpeg/](https://create.stephan-brumme.com/toojpeg/) |
+| License | zlib |
+| Versions | 1.5 |
+| Architectures | arm64, x86_64 |
+| Definition | [toojpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toojpeg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos toojpeg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toojpeg")
+```
+
+
 
 ## u
 ### uchardet (iphoneos)

+ 49 - 1
packages/linux.md

@@ -13824,7 +13824,7 @@ add_requires("parallel-hashmap")
 | -- | -- |
 | Homepage | [http://partio.us/](http://partio.us/) |
 | License | BSD-3-Clause |
-| Versions | v1.14.0 |
+| Versions | v1.14.0, v1.14.6 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [partio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/partio/xmake.lua) |
 
@@ -17127,6 +17127,30 @@ add_requires("tinycrypt")
 ```
 
 
+### tinyexpr (linux)
+
+
+| Description | *TinyExpr is a very small parser and evaluation library for evaluating math expressions from C.* |
+| -- | -- |
+| Homepage | [https://codeplea.com/tinyexpr](https://codeplea.com/tinyexpr) |
+| License | zlib |
+| Versions | 2022.11.21 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [tinyexpr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyexpr/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinyexpr
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyexpr")
+```
+
+
 ### tinyexr (linux)
 
 
@@ -17411,6 +17435,30 @@ add_requires("toml11")
 ```
 
 
+### toojpeg (linux)
+
+
+| Description | *A JPEG encoder in a single C++ file* |
+| -- | -- |
+| Homepage | [https://create.stephan-brumme.com/toojpeg/](https://create.stephan-brumme.com/toojpeg/) |
+| License | zlib |
+| Versions | 1.5 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [toojpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toojpeg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install toojpeg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toojpeg")
+```
+
+
 ### tracy (linux)
 
 

+ 49 - 1
packages/macosx.md

@@ -12879,7 +12879,7 @@ add_requires("parallel-hashmap")
 | -- | -- |
 | Homepage | [http://partio.us/](http://partio.us/) |
 | License | BSD-3-Clause |
-| Versions | v1.14.0 |
+| Versions | v1.14.0, v1.14.6 |
 | Architectures | arm64, x86_64 |
 | Definition | [partio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/partio/xmake.lua) |
 
@@ -16065,6 +16065,30 @@ add_requires("tinycrypt")
 ```
 
 
+### tinyexpr (macosx)
+
+
+| Description | *TinyExpr is a very small parser and evaluation library for evaluating math expressions from C.* |
+| -- | -- |
+| Homepage | [https://codeplea.com/tinyexpr](https://codeplea.com/tinyexpr) |
+| License | zlib |
+| Versions | 2022.11.21 |
+| Architectures | arm64, x86_64 |
+| Definition | [tinyexpr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyexpr/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinyexpr
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyexpr")
+```
+
+
 ### tinyexr (macosx)
 
 
@@ -16349,6 +16373,30 @@ add_requires("toml11")
 ```
 
 
+### toojpeg (macosx)
+
+
+| Description | *A JPEG encoder in a single C++ file* |
+| -- | -- |
+| Homepage | [https://create.stephan-brumme.com/toojpeg/](https://create.stephan-brumme.com/toojpeg/) |
+| License | zlib |
+| Versions | 1.5 |
+| Architectures | arm64, x86_64 |
+| Definition | [toojpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toojpeg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install toojpeg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toojpeg")
+```
+
+
 ### tracy (macosx)
 
 

+ 48 - 0
packages/mingw.md

@@ -7467,6 +7467,30 @@ add_requires("tinycrypt")
 ```
 
 
+### tinyexpr (mingw)
+
+
+| Description | *TinyExpr is a very small parser and evaluation library for evaluating math expressions from C.* |
+| -- | -- |
+| Homepage | [https://codeplea.com/tinyexpr](https://codeplea.com/tinyexpr) |
+| License | zlib |
+| Versions | 2022.11.21 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [tinyexpr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyexpr/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] tinyexpr
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyexpr")
+```
+
+
 ### tinyexr (mingw)
 
 
@@ -7727,6 +7751,30 @@ add_requires("toml11")
 ```
 
 
+### toojpeg (mingw)
+
+
+| Description | *A JPEG encoder in a single C++ file* |
+| -- | -- |
+| Homepage | [https://create.stephan-brumme.com/toojpeg/](https://create.stephan-brumme.com/toojpeg/) |
+| License | zlib |
+| Versions | 1.5 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [toojpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toojpeg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] toojpeg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toojpeg")
+```
+
+
 
 ## u
 ### uchardet (mingw)

+ 48 - 0
packages/msys.md

@@ -5077,6 +5077,30 @@ add_requires("tinycrypt")
 ```
 
 
+### tinyexpr (msys)
+
+
+| Description | *TinyExpr is a very small parser and evaluation library for evaluating math expressions from C.* |
+| -- | -- |
+| Homepage | [https://codeplea.com/tinyexpr](https://codeplea.com/tinyexpr) |
+| License | zlib |
+| Versions | 2022.11.21 |
+| Architectures | i386, x86_64 |
+| Definition | [tinyexpr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyexpr/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinyexpr
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyexpr")
+```
+
+
 ### tinyexr (msys)
 
 
@@ -5267,6 +5291,30 @@ add_requires("toml11")
 ```
 
 
+### toojpeg (msys)
+
+
+| Description | *A JPEG encoder in a single C++ file* |
+| -- | -- |
+| Homepage | [https://create.stephan-brumme.com/toojpeg/](https://create.stephan-brumme.com/toojpeg/) |
+| License | zlib |
+| Versions | 1.5 |
+| Architectures | i386, x86_64 |
+| Definition | [toojpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toojpeg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install toojpeg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toojpeg")
+```
+
+
 
 ## u
 ### uchardet (msys)

+ 48 - 0
packages/wasm.md

@@ -5245,6 +5245,30 @@ add_requires("tinycrypt")
 ```
 
 
+### tinyexpr (wasm)
+
+
+| Description | *TinyExpr is a very small parser and evaluation library for evaluating math expressions from C.* |
+| -- | -- |
+| Homepage | [https://codeplea.com/tinyexpr](https://codeplea.com/tinyexpr) |
+| License | zlib |
+| Versions | 2022.11.21 |
+| Architectures | wasm32 |
+| Definition | [tinyexpr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyexpr/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm tinyexpr
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyexpr")
+```
+
+
 ### tinyexr (wasm)
 
 
@@ -5435,6 +5459,30 @@ add_requires("toml11")
 ```
 
 
+### toojpeg (wasm)
+
+
+| Description | *A JPEG encoder in a single C++ file* |
+| -- | -- |
+| Homepage | [https://create.stephan-brumme.com/toojpeg/](https://create.stephan-brumme.com/toojpeg/) |
+| License | zlib |
+| Versions | 1.5 |
+| Architectures | wasm32 |
+| Definition | [toojpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toojpeg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm toojpeg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toojpeg")
+```
+
+
 
 ## u
 ### uchardet (wasm)

+ 49 - 1
packages/windows.md

@@ -11034,7 +11034,7 @@ add_requires("parallel-hashmap")
 | -- | -- |
 | Homepage | [http://partio.us/](http://partio.us/) |
 | License | BSD-3-Clause |
-| Versions | v1.14.0 |
+| Versions | v1.14.0, v1.14.6 |
 | Architectures | arm64, x64, x86 |
 | Definition | [partio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/partio/xmake.lua) |
 
@@ -14005,6 +14005,30 @@ add_requires("tinycrypt")
 ```
 
 
+### tinyexpr (windows)
+
+
+| Description | *TinyExpr is a very small parser and evaluation library for evaluating math expressions from C.* |
+| -- | -- |
+| Homepage | [https://codeplea.com/tinyexpr](https://codeplea.com/tinyexpr) |
+| License | zlib |
+| Versions | 2022.11.21 |
+| Architectures | arm64, x64, x86 |
+| Definition | [tinyexpr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyexpr/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinyexpr
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyexpr")
+```
+
+
 ### tinyexr (windows)
 
 
@@ -14289,6 +14313,30 @@ add_requires("toml11")
 ```
 
 
+### toojpeg (windows)
+
+
+| Description | *A JPEG encoder in a single C++ file* |
+| -- | -- |
+| Homepage | [https://create.stephan-brumme.com/toojpeg/](https://create.stephan-brumme.com/toojpeg/) |
+| License | zlib |
+| Versions | 1.5 |
+| Architectures | arm64, x64, x86 |
+| Definition | [toojpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/toojpeg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install toojpeg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("toojpeg")
+```
+
+
 ### tracy (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-02-19T15:05:13+08:00</lastmod>
+  <lastmod>2023-02-21T12:51:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-02-19T15:05:16+08:00</lastmod>
+  <lastmod>2023-02-21T12:51:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-02-19T15:05:16+08:00</lastmod>
+  <lastmod>2023-02-21T12:51:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-02-19T15:05:16+08:00</lastmod>
+  <lastmod>2023-02-21T12:51:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-02-19T15:05:16+08:00</lastmod>
+  <lastmod>2023-02-21T12:51:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-02-19T15:05:16+08:00</lastmod>
+  <lastmod>2023-02-21T12:51:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-02-19T15:05:17+08:00</lastmod>
+  <lastmod>2023-02-21T12:51:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-02-19T15:05:17+08:00</lastmod>
+  <lastmod>2023-02-21T12:51:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-02-19T15:05:17+08:00</lastmod>
+  <lastmod>2023-02-21T12:51:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-02-19T15:05:18+08:00</lastmod>
+  <lastmod>2023-02-21T12:51:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-02-19T15:05:18+08:00</lastmod>
+  <lastmod>2023-02-21T12:51:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-02-19T15:05:18+08:00</lastmod>
+  <lastmod>2023-02-21T12:51:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-02-19T15:05:19+08:00</lastmod>
+  <lastmod>2023-02-21T12:51:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-02-19T15:05:19+08:00</lastmod>
+  <lastmod>2023-02-21T12:51:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-02-19T15:05:19+08:00</lastmod>
+  <lastmod>2023-02-21T12:51:31+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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