瀏覽代碼

autoupdate docs by xmake-repo/ci

ruki 3 年之前
父節點
當前提交
4de08a1fb8

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: mumps, spot, libudev**
+- **Recently added: ceval, prvhash, mumps**
 
 [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 (512)
+- Packages (514)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 74 - 0
mirror/packages/android.html

@@ -575,6 +575,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cereal")
 </code></pre>
+<h3 id="cevalandroid">ceval (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C/C++ library for parsing and evaluation of arithmetic expressions.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/erstan/ceval">https://github.com/erstan/ceval</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.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/ceval/xmake.lua">ceval/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] ceval
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ceval")
+</code></pre>
 <h3 id="cgetoptandroid">cgetopt (android)</h3>
 <table>
 <thead>
@@ -4859,6 +4896,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("protoc")
 </code></pre>
+<h3 id="prvhashandroid">prvhash (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PRVHASH - Pseudo-Random-Value Hash</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/avaneev/prvhash">https://github.com/avaneev/prvhash</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.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/p/prvhash/xmake.lua">prvhash/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] prvhash
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("prvhash")
+</code></pre>
 <h3 id="pythonandroid">python (android)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/bsd.html

@@ -509,6 +509,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cereal")
 </code></pre>
+<h3 id="cevalbsd">ceval (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C/C++ library for parsing and evaluation of arithmetic expressions.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/erstan/ceval">https://github.com/erstan/ceval</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.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/ceval/xmake.lua">ceval/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ceval
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ceval")
+</code></pre>
 <h3 id="cgetoptbsd">cgetopt (bsd)</h3>
 <table>
 <thead>
@@ -3710,6 +3747,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("protoc")
 </code></pre>
+<h3 id="prvhashbsd">prvhash (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PRVHASH - Pseudo-Random-Value Hash</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/avaneev/prvhash">https://github.com/avaneev/prvhash</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.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/p/prvhash/xmake.lua">prvhash/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install prvhash
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("prvhash")
+</code></pre>
 <h3 id="pythonbsd">python (bsd)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/cross.html

@@ -472,6 +472,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cereal")
 </code></pre>
+<h3 id="cevalcross">ceval (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C/C++ library for parsing and evaluation of arithmetic expressions.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/erstan/ceval">https://github.com/erstan/ceval</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.0</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/c/ceval/xmake.lua">ceval/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] ceval
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ceval")
+</code></pre>
 <h3 id="cgetoptcross">cgetopt (cross)</h3>
 <table>
 <thead>
@@ -3397,6 +3434,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("protoc")
 </code></pre>
+<h3 id="prvhashcross">prvhash (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PRVHASH - Pseudo-Random-Value Hash</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/avaneev/prvhash">https://github.com/avaneev/prvhash</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0</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/p/prvhash/xmake.lua">prvhash/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] prvhash
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("prvhash")
+</code></pre>
 <h3 id="pythoncross">python (cross)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/iphoneos.html

@@ -472,6 +472,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cereal")
 </code></pre>
+<h3 id="cevaliphoneos">ceval (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C/C++ library for parsing and evaluation of arithmetic expressions.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/erstan/ceval">https://github.com/erstan/ceval</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.0</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/c/ceval/xmake.lua">ceval/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos ceval
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ceval")
+</code></pre>
 <h3 id="cgetoptiphoneos">cgetopt (iphoneos)</h3>
 <table>
 <thead>
@@ -4307,6 +4344,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("protoc")
 </code></pre>
+<h3 id="prvhashiphoneos">prvhash (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PRVHASH - Pseudo-Random-Value Hash</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/avaneev/prvhash">https://github.com/avaneev/prvhash</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0</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/p/prvhash/xmake.lua">prvhash/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos prvhash
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("prvhash")
+</code></pre>
 <h3 id="pythoniphoneos">python (iphoneos)</h3>
 <table>
 <thead>

+ 76 - 2
mirror/packages/linux.html

@@ -1362,6 +1362,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cereal")
 </code></pre>
+<h3 id="cevallinux">ceval (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C/C++ library for parsing and evaluation of arithmetic expressions.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/erstan/ceval">https://github.com/erstan/ceval</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.0</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/c/ceval/xmake.lua">ceval/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ceval
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ceval")
+</code></pre>
 <h3 id="cfitsiolinux">cfitsio (linux)</h3>
 <table>
 <thead>
@@ -2724,7 +2761,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.4.1, v1.6.0, v1.7.1</td>
+<td>v1.4.1, v1.6.0, v1.7.1, v1.7.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13792,6 +13829,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("protoc")
 </code></pre>
+<h3 id="prvhashlinux">prvhash (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PRVHASH - Pseudo-Random-Value Hash</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/avaneev/prvhash">https://github.com/avaneev/prvhash</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0</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/p/prvhash/xmake.lua">prvhash/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install prvhash
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("prvhash")
+</code></pre>
 <h3 id="ptexlinux">ptex (linux)</h3>
 <table>
 <thead>
@@ -16125,7 +16199,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.0, v1.4.1, v1.5.0</td>
+<td>v1.3.0, v1.4.1, v1.5.0, v1.5.2</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 76 - 2
mirror/packages/macosx.html

@@ -1214,6 +1214,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cereal")
 </code></pre>
+<h3 id="cevalmacosx">ceval (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C/C++ library for parsing and evaluation of arithmetic expressions.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/erstan/ceval">https://github.com/erstan/ceval</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.0</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/c/ceval/xmake.lua">ceval/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ceval
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ceval")
+</code></pre>
 <h3 id="cfitsiomacosx">cfitsio (macosx)</h3>
 <table>
 <thead>
@@ -2576,7 +2613,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.4.1, v1.6.0, v1.7.1</td>
+<td>v1.4.1, v1.6.0, v1.7.1, v1.7.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -12940,6 +12977,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("protoc")
 </code></pre>
+<h3 id="prvhashmacosx">prvhash (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PRVHASH - Pseudo-Random-Value Hash</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/avaneev/prvhash">https://github.com/avaneev/prvhash</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0</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/p/prvhash/xmake.lua">prvhash/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install prvhash
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("prvhash")
+</code></pre>
 <h3 id="ptexmacosx">ptex (macosx)</h3>
 <table>
 <thead>
@@ -15133,7 +15207,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.0, v1.4.1, v1.5.0</td>
+<td>v1.3.0, v1.4.1, v1.5.0, v1.5.2</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 74 - 0
mirror/packages/mingw.html

@@ -608,6 +608,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cereal")
 </code></pre>
+<h3 id="cevalmingw">ceval (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C/C++ library for parsing and evaluation of arithmetic expressions.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/erstan/ceval">https://github.com/erstan/ceval</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.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/ceval/xmake.lua">ceval/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] ceval
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ceval")
+</code></pre>
 <h3 id="cgetoptmingw">cgetopt (mingw)</h3>
 <table>
 <thead>
@@ -4970,6 +5007,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("protoc")
 </code></pre>
+<h3 id="prvhashmingw">prvhash (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PRVHASH - Pseudo-Random-Value Hash</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/avaneev/prvhash">https://github.com/avaneev/prvhash</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.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/p/prvhash/xmake.lua">prvhash/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] prvhash
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("prvhash")
+</code></pre>
 <h3 id="pthreads4wmingw">pthreads4w (mingw)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/msys.html

@@ -509,6 +509,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cereal")
 </code></pre>
+<h3 id="cevalmsys">ceval (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C/C++ library for parsing and evaluation of arithmetic expressions.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/erstan/ceval">https://github.com/erstan/ceval</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.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/ceval/xmake.lua">ceval/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ceval
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ceval")
+</code></pre>
 <h3 id="cgetoptmsys">cgetopt (msys)</h3>
 <table>
 <thead>
@@ -3187,6 +3224,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("protoc")
 </code></pre>
+<h3 id="prvhashmsys">prvhash (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PRVHASH - Pseudo-Random-Value Hash</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/avaneev/prvhash">https://github.com/avaneev/prvhash</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.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/p/prvhash/xmake.lua">prvhash/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install prvhash
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("prvhash")
+</code></pre>
 <h3 id="pythonmsys">python (msys)</h3>
 <table>
 <thead>

+ 76 - 2
mirror/packages/windows.html

@@ -1251,6 +1251,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cereal")
 </code></pre>
+<h3 id="cevalwindows">ceval (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C/C++ library for parsing and evaluation of arithmetic expressions.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/erstan/ceval">https://github.com/erstan/ceval</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.0</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/c/ceval/xmake.lua">ceval/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ceval
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ceval")
+</code></pre>
 <h3 id="cfitsiowindows">cfitsio (windows)</h3>
 <table>
 <thead>
@@ -2683,7 +2720,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.4.1, v1.6.0, v1.7.1</td>
+<td>v1.4.1, v1.6.0, v1.7.1, v1.7.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11016,6 +11053,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("protoc")
 </code></pre>
+<h3 id="prvhashwindows">prvhash (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PRVHASH - Pseudo-Random-Value Hash</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/avaneev/prvhash">https://github.com/avaneev/prvhash</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0</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/p/prvhash/xmake.lua">prvhash/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install prvhash
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("prvhash")
+</code></pre>
 <h3 id="ptexwindows">ptex (windows)</h3>
 <table>
 <thead>
@@ -13172,7 +13246,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.0, v1.4.1, v1.5.0</td>
+<td>v1.3.0, v1.4.1, v1.5.0, v1.5.2</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 48 - 0
packages/android.md

@@ -330,6 +330,30 @@ add_requires("cereal")
 ```
 
 
+### ceval (android)
+
+
+| Description | *A C/C++ library for parsing and evaluation of arithmetic expressions.* |
+| -- | -- |
+| Homepage | [https://github.com/erstan/ceval](https://github.com/erstan/ceval) |
+| License | MIT |
+| Versions | 1.0.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [ceval/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ceval/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] ceval
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ceval")
+```
+
+
 ### cgetopt (android)
 
 
@@ -3238,6 +3262,30 @@ add_requires("protoc")
 ```
 
 
+### prvhash (android)
+
+
+| Description | *PRVHASH - Pseudo-Random-Value Hash* |
+| -- | -- |
+| Homepage | [https://github.com/avaneev/prvhash](https://github.com/avaneev/prvhash) |
+| License | MIT |
+| Versions | 4.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [prvhash/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/prvhash/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] prvhash
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("prvhash")
+```
+
+
 ### python (android)
 
 

+ 48 - 0
packages/bsd.md

@@ -284,6 +284,30 @@ add_requires("cereal")
 ```
 
 
+### ceval (bsd)
+
+
+| Description | *A C/C++ library for parsing and evaluation of arithmetic expressions.* |
+| -- | -- |
+| Homepage | [https://github.com/erstan/ceval](https://github.com/erstan/ceval) |
+| License | MIT |
+| Versions | 1.0.0 |
+| Architectures | i386, x86_64 |
+| Definition | [ceval/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ceval/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ceval
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ceval")
+```
+
+
 ### cgetopt (bsd)
 
 
@@ -2464,6 +2488,30 @@ add_requires("protoc")
 ```
 
 
+### prvhash (bsd)
+
+
+| Description | *PRVHASH - Pseudo-Random-Value Hash* |
+| -- | -- |
+| Homepage | [https://github.com/avaneev/prvhash](https://github.com/avaneev/prvhash) |
+| License | MIT |
+| Versions | 4.0 |
+| Architectures | i386, x86_64 |
+| Definition | [prvhash/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/prvhash/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install prvhash
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("prvhash")
+```
+
+
 ### python (bsd)
 
 

+ 48 - 0
packages/cross.md

@@ -260,6 +260,30 @@ add_requires("cereal")
 ```
 
 
+### ceval (cross)
+
+
+| Description | *A C/C++ library for parsing and evaluation of arithmetic expressions.* |
+| -- | -- |
+| Homepage | [https://github.com/erstan/ceval](https://github.com/erstan/ceval) |
+| License | MIT |
+| Versions | 1.0.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [ceval/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ceval/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] ceval
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ceval")
+```
+
+
 ### cgetopt (cross)
 
 
@@ -2253,6 +2277,30 @@ add_requires("protoc")
 ```
 
 
+### prvhash (cross)
+
+
+| Description | *PRVHASH - Pseudo-Random-Value Hash* |
+| -- | -- |
+| Homepage | [https://github.com/avaneev/prvhash](https://github.com/avaneev/prvhash) |
+| License | MIT |
+| Versions | 4.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [prvhash/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/prvhash/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] prvhash
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("prvhash")
+```
+
+
 ### python (cross)
 
 

+ 48 - 0
packages/iphoneos.md

@@ -260,6 +260,30 @@ add_requires("cereal")
 ```
 
 
+### ceval (iphoneos)
+
+
+| Description | *A C/C++ library for parsing and evaluation of arithmetic expressions.* |
+| -- | -- |
+| Homepage | [https://github.com/erstan/ceval](https://github.com/erstan/ceval) |
+| License | MIT |
+| Versions | 1.0.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [ceval/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ceval/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos ceval
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ceval")
+```
+
+
 ### cgetopt (iphoneos)
 
 
@@ -2864,6 +2888,30 @@ add_requires("protoc")
 ```
 
 
+### prvhash (iphoneos)
+
+
+| Description | *PRVHASH - Pseudo-Random-Value Hash* |
+| -- | -- |
+| Homepage | [https://github.com/avaneev/prvhash](https://github.com/avaneev/prvhash) |
+| License | MIT |
+| Versions | 4.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [prvhash/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/prvhash/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos prvhash
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("prvhash")
+```
+
+
 ### python (iphoneos)
 
 

+ 50 - 2
packages/linux.md

@@ -853,6 +853,30 @@ add_requires("cereal")
 ```
 
 
+### ceval (linux)
+
+
+| Description | *A C/C++ library for parsing and evaluation of arithmetic expressions.* |
+| -- | -- |
+| Homepage | [https://github.com/erstan/ceval](https://github.com/erstan/ceval) |
+| License | MIT |
+| Versions | 1.0.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [ceval/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ceval/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ceval
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ceval")
+```
+
+
 ### cfitsio (linux)
 
 
@@ -1758,7 +1782,7 @@ add_requires("draco")
 | -- | -- |
 | Homepage | [https://github.com/an-tao/drogon/](https://github.com/an-tao/drogon/) |
 | License | MIT |
-| Versions | v1.4.1, v1.6.0, v1.7.1 |
+| Versions | v1.4.1, v1.6.0, v1.7.1, v1.7.3 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [drogon/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/drogon/xmake.lua) |
 
@@ -9212,6 +9236,30 @@ add_requires("protoc")
 ```
 
 
+### prvhash (linux)
+
+
+| Description | *PRVHASH - Pseudo-Random-Value Hash* |
+| -- | -- |
+| Homepage | [https://github.com/avaneev/prvhash](https://github.com/avaneev/prvhash) |
+| License | MIT |
+| Versions | 4.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [prvhash/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/prvhash/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install prvhash
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("prvhash")
+```
+
+
 ### ptex (linux)
 
 
@@ -10778,7 +10826,7 @@ add_requires("toml++")
 | -- | -- |
 | Homepage | [https://github.com/an-tao/trantor/](https://github.com/an-tao/trantor/) |
 | License | BSD-3-Clause |
-| Versions | v1.3.0, v1.4.1, v1.5.0 |
+| Versions | v1.3.0, v1.4.1, v1.5.0, v1.5.2 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [trantor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/trantor/xmake.lua) |
 

+ 50 - 2
packages/macosx.md

@@ -757,6 +757,30 @@ add_requires("cereal")
 ```
 
 
+### ceval (macosx)
+
+
+| Description | *A C/C++ library for parsing and evaluation of arithmetic expressions.* |
+| -- | -- |
+| Homepage | [https://github.com/erstan/ceval](https://github.com/erstan/ceval) |
+| License | MIT |
+| Versions | 1.0.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [ceval/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ceval/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ceval
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ceval")
+```
+
+
 ### cfitsio (macosx)
 
 
@@ -1662,7 +1686,7 @@ add_requires("draco")
 | -- | -- |
 | Homepage | [https://github.com/an-tao/drogon/](https://github.com/an-tao/drogon/) |
 | License | MIT |
-| Versions | v1.4.1, v1.6.0, v1.7.1 |
+| Versions | v1.4.1, v1.6.0, v1.7.1, v1.7.3 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [drogon/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/drogon/xmake.lua) |
 
@@ -8645,6 +8669,30 @@ add_requires("protoc")
 ```
 
 
+### prvhash (macosx)
+
+
+| Description | *PRVHASH - Pseudo-Random-Value Hash* |
+| -- | -- |
+| Homepage | [https://github.com/avaneev/prvhash](https://github.com/avaneev/prvhash) |
+| License | MIT |
+| Versions | 4.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [prvhash/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/prvhash/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install prvhash
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("prvhash")
+```
+
+
 ### ptex (macosx)
 
 
@@ -10117,7 +10165,7 @@ add_requires("toml++")
 | -- | -- |
 | Homepage | [https://github.com/an-tao/trantor/](https://github.com/an-tao/trantor/) |
 | License | BSD-3-Clause |
-| Versions | v1.3.0, v1.4.1, v1.5.0 |
+| Versions | v1.3.0, v1.4.1, v1.5.0, v1.5.2 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [trantor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/trantor/xmake.lua) |
 

+ 48 - 0
packages/mingw.md

@@ -353,6 +353,30 @@ add_requires("cereal")
 ```
 
 
+### ceval (mingw)
+
+
+| Description | *A C/C++ library for parsing and evaluation of arithmetic expressions.* |
+| -- | -- |
+| Homepage | [https://github.com/erstan/ceval](https://github.com/erstan/ceval) |
+| License | MIT |
+| Versions | 1.0.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [ceval/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ceval/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] ceval
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ceval")
+```
+
+
 ### cgetopt (mingw)
 
 
@@ -3310,6 +3334,30 @@ add_requires("protoc")
 ```
 
 
+### prvhash (mingw)
+
+
+| Description | *PRVHASH - Pseudo-Random-Value Hash* |
+| -- | -- |
+| Homepage | [https://github.com/avaneev/prvhash](https://github.com/avaneev/prvhash) |
+| License | MIT |
+| Versions | 4.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [prvhash/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/prvhash/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] prvhash
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("prvhash")
+```
+
+
 ### pthreads4w (mingw)
 
 

+ 48 - 0
packages/msys.md

@@ -284,6 +284,30 @@ add_requires("cereal")
 ```
 
 
+### ceval (msys)
+
+
+| Description | *A C/C++ library for parsing and evaluation of arithmetic expressions.* |
+| -- | -- |
+| Homepage | [https://github.com/erstan/ceval](https://github.com/erstan/ceval) |
+| License | MIT |
+| Versions | 1.0.0 |
+| Architectures | i386, x86_64 |
+| Definition | [ceval/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ceval/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ceval
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ceval")
+```
+
+
 ### cgetopt (msys)
 
 
@@ -2112,6 +2136,30 @@ add_requires("protoc")
 ```
 
 
+### prvhash (msys)
+
+
+| Description | *PRVHASH - Pseudo-Random-Value Hash* |
+| -- | -- |
+| Homepage | [https://github.com/avaneev/prvhash](https://github.com/avaneev/prvhash) |
+| License | MIT |
+| Versions | 4.0 |
+| Architectures | i386, x86_64 |
+| Definition | [prvhash/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/prvhash/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install prvhash
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("prvhash")
+```
+
+
 ### python (msys)
 
 

+ 50 - 2
packages/windows.md

@@ -781,6 +781,30 @@ add_requires("cereal")
 ```
 
 
+### ceval (windows)
+
+
+| Description | *A C/C++ library for parsing and evaluation of arithmetic expressions.* |
+| -- | -- |
+| Homepage | [https://github.com/erstan/ceval](https://github.com/erstan/ceval) |
+| License | MIT |
+| Versions | 1.0.0 |
+| Architectures | x64, x86 |
+| Definition | [ceval/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ceval/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ceval
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ceval")
+```
+
+
 ### cfitsio (windows)
 
 
@@ -1733,7 +1757,7 @@ add_requires("draco")
 | -- | -- |
 | Homepage | [https://github.com/an-tao/drogon/](https://github.com/an-tao/drogon/) |
 | License | MIT |
-| Versions | v1.4.1, v1.6.0, v1.7.1 |
+| Versions | v1.4.1, v1.6.0, v1.7.1, v1.7.3 |
 | Architectures | x64 |
 | Definition | [drogon/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/drogon/xmake.lua) |
 
@@ -7316,6 +7340,30 @@ add_requires("protoc")
 ```
 
 
+### prvhash (windows)
+
+
+| Description | *PRVHASH - Pseudo-Random-Value Hash* |
+| -- | -- |
+| Homepage | [https://github.com/avaneev/prvhash](https://github.com/avaneev/prvhash) |
+| License | MIT |
+| Versions | 4.0 |
+| Architectures | x64, x86 |
+| Definition | [prvhash/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/prvhash/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install prvhash
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("prvhash")
+```
+
+
 ### ptex (windows)
 
 
@@ -8764,7 +8812,7 @@ add_requires("toml++")
 | -- | -- |
 | Homepage | [https://github.com/an-tao/trantor/](https://github.com/an-tao/trantor/) |
 | License | BSD-3-Clause |
-| Versions | v1.3.0, v1.4.1, v1.5.0 |
+| Versions | v1.3.0, v1.4.1, v1.5.0, v1.5.2 |
 | Architectures | x64, x86 |
 | Definition | [trantor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/trantor/xmake.lua) |
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-24T03:54:35+08:00</lastmod>
+  <lastmod>2021-11-24T07:47:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-24T03:54:37+08:00</lastmod>
+  <lastmod>2021-11-24T07:47:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-24T03:54:38+08:00</lastmod>
+  <lastmod>2021-11-24T07:47:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-24T03:54:38+08:00</lastmod>
+  <lastmod>2021-11-24T07:47:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-24T03:54:38+08:00</lastmod>
+  <lastmod>2021-11-24T07:47:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-24T03:54:38+08:00</lastmod>
+  <lastmod>2021-11-24T07:47:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-24T03:54:39+08:00</lastmod>
+  <lastmod>2021-11-24T07:47:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-24T03:54:39+08:00</lastmod>
+  <lastmod>2021-11-24T07:47:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-24T03:54:39+08:00</lastmod>
+  <lastmod>2021-11-24T07:47:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-24T03:54:39+08:00</lastmod>
+  <lastmod>2021-11-24T07:47:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-24T03:54:40+08:00</lastmod>
+  <lastmod>2021-11-24T07:47:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-24T03:54:40+08:00</lastmod>
+  <lastmod>2021-11-24T07:47:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-24T03:54:40+08:00</lastmod>
+  <lastmod>2021-11-24T07:47:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-24T03:54:40+08:00</lastmod>
+  <lastmod>2021-11-24T07:47:09+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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