Browse Source

autoupdate docs by xmake-repo/ci

ruki 1 day ago
parent
commit
da6ebf2843

+ 74 - 0
mirror/packages/android.html

@@ -26705,6 +26705,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("olive.c")
 </code></pre>
+<h3 id="omathandroid">omath (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform modern general purpose math library written in C++23</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://libomath.org">http://libomath.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/o/omath/xmake.lua">omath/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] omath
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("omath")
+</code></pre>
 <h3 id="oneshotandroid">oneshot (android)</h3>
 <table>
 <thead>
@@ -30231,6 +30268,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pseudo-double-cpp")
 </code></pre>
+<h3 id="ptexandroid">ptex (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Per-Face Texture Mapping for Production Rendering</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://ptex.us/">http://ptex.us/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua">ptex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] ptex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ptex")
+</code></pre>
 <h3 id="pugixmlandroid">pugixml (android)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/bsd.html

@@ -27186,6 +27186,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("olive.c")
 </code></pre>
+<h3 id="omathbsd">omath (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform modern general purpose math library written in C++23</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://libomath.org">http://libomath.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.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/o/omath/xmake.lua">omath/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install omath
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("omath")
+</code></pre>
 <h3 id="oneshotbsd">oneshot (bsd)</h3>
 <table>
 <thead>
@@ -30675,6 +30712,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pseudo-double-cpp")
 </code></pre>
+<h3 id="ptexbsd">ptex (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Per-Face Texture Mapping for Production Rendering</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://ptex.us/">http://ptex.us/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua">ptex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ptex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ptex")
+</code></pre>
 <h3 id="pugixmlbsd">pugixml (bsd)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/cross.html

@@ -26065,7 +26065,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0</td>
+<td>v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -29321,6 +29321,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("prvhash")
 </code></pre>
+<h3 id="ptexcross">ptex (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Per-Face Texture Mapping for Production Rendering</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://ptex.us/">http://ptex.us/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua">ptex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] ptex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ptex")
+</code></pre>
 <h3 id="pugixmlcross">pugixml (cross)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/iphoneos.html

@@ -25458,6 +25458,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("olive.c")
 </code></pre>
+<h3 id="omathiphoneos">omath (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform modern general purpose math library written in C++23</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://libomath.org">http://libomath.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/o/omath/xmake.lua">omath/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos omath
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("omath")
+</code></pre>
 <h3 id="oneshotiphoneos">oneshot (iphoneos)</h3>
 <table>
 <thead>
@@ -28696,6 +28733,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("prvhash")
 </code></pre>
+<h3 id="ptexiphoneos">ptex (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Per-Face Texture Mapping for Production Rendering</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://ptex.us/">http://ptex.us/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua">ptex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos ptex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ptex")
+</code></pre>
 <h3 id="pugixmliphoneos">pugixml (iphoneos)</h3>
 <table>
 <thead>

+ 3 - 3
mirror/packages/linux.html

@@ -42376,7 +42376,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0</td>
+<td>v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -47634,7 +47634,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.3.2, v2.4.1, v2.4.2, v2.4.3</td>
+<td>v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -61844,7 +61844,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x56048bab0db0</td>
+<td>table: 0x560d3d233ff0</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 39 - 2
mirror/packages/macosx.html

@@ -39012,6 +39012,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("olive.c")
 </code></pre>
+<h3 id="omathmacosx">omath (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform modern general purpose math library written in C++23</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://libomath.org">http://libomath.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/o/omath/xmake.lua">omath/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install omath
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("omath")
+</code></pre>
 <h3 id="onednnmacosx">onednn (macosx)</h3>
 <table>
 <thead>
@@ -43857,7 +43894,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.3.2, v2.4.1, v2.4.2, v2.4.3</td>
+<td>v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -57096,7 +57133,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x56048bab0db0</td>
+<td>table: 0x560d3d233ff0</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 38 - 1
mirror/packages/mingw.html

@@ -28472,7 +28472,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0</td>
+<td>v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -31934,6 +31934,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("prvhash")
 </code></pre>
+<h3 id="ptexmingw">ptex (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Per-Face Texture Mapping for Production Rendering</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://ptex.us/">http://ptex.us/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua">ptex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] ptex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ptex")
+</code></pre>
 <h3 id="pthreads4wmingw">pthreads4w (mingw)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/msys.html

@@ -25995,7 +25995,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0</td>
+<td>v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -29173,6 +29173,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("prvhash")
 </code></pre>
+<h3 id="ptexmsys">ptex (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Per-Face Texture Mapping for Production Rendering</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://ptex.us/">http://ptex.us/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua">ptex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ptex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ptex")
+</code></pre>
 <h3 id="pugixmlmsys">pugixml (msys)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/wasm.html

@@ -22902,7 +22902,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0</td>
+<td>v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -25685,6 +25685,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pseudo-double-c")
 </code></pre>
+<h3 id="ptexwasm">ptex (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Per-Face Texture Mapping for Production Rendering</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://ptex.us/">http://ptex.us/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua">ptex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm ptex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ptex")
+</code></pre>
 <h3 id="pugixmlwasm">pugixml (wasm)</h3>
 <table>
 <thead>

+ 2 - 2
mirror/packages/windows.html

@@ -37391,7 +37391,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0</td>
+<td>v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -42258,7 +42258,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.3.2, v2.4.1, v2.4.2, v2.4.3</td>
+<td>v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 48 - 0
packages/android.md

@@ -17431,6 +17431,30 @@ add_requires("olive.c")
 ```
 
 
+### omath (android)
+
+
+| Description | *Cross-platform modern general purpose math library written in C++23* |
+| -- | -- |
+| Homepage | [http://libomath.org](http://libomath.org) |
+| License | zlib |
+| Versions | v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
+| Definition | [omath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/omath/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] omath
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("omath")
+```
+
+
 ### oneshot (android)
 
 
@@ -19745,6 +19769,30 @@ add_requires("pseudo-double-cpp")
 ```
 
 
+### ptex (android)
+
+
+| Description | *Per-Face Texture Mapping for Production Rendering* |
+| -- | -- |
+| Homepage | [http://ptex.us/](http://ptex.us/) |
+| License | BSD-3-Clause |
+| Versions | v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64 |
+| Definition | [ptex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] ptex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ptex")
+```
+
+
 ### pugixml (android)
 
 

+ 48 - 0
packages/bsd.md

@@ -17756,6 +17756,30 @@ add_requires("olive.c")
 ```
 
 
+### omath (bsd)
+
+
+| Description | *Cross-platform modern general purpose math library written in C++23* |
+| -- | -- |
+| Homepage | [http://libomath.org](http://libomath.org) |
+| License | zlib |
+| Versions | v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.0 |
+| Architectures | i386, x86_64 |
+| Definition | [omath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/omath/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install omath
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("omath")
+```
+
+
 ### oneshot (bsd)
 
 
@@ -20046,6 +20070,30 @@ add_requires("pseudo-double-cpp")
 ```
 
 
+### ptex (bsd)
+
+
+| Description | *Per-Face Texture Mapping for Production Rendering* |
+| -- | -- |
+| Homepage | [http://ptex.us/](http://ptex.us/) |
+| License | BSD-3-Clause |
+| Versions | v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1 |
+| Architectures | i386, x86_64 |
+| Definition | [ptex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ptex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ptex")
+```
+
+
 ### pugixml (bsd)
 
 

+ 25 - 1
packages/cross.md

@@ -17006,7 +17006,7 @@ add_requires("olive.c")
 | -- | -- |
 | Homepage | [http://libomath.org](http://libomath.org) |
 | License | zlib |
-| Versions | v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0 |
+| Versions | v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.0 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [omath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/omath/xmake.lua) |
 
@@ -19147,6 +19147,30 @@ add_requires("prvhash")
 ```
 
 
+### ptex (cross)
+
+
+| Description | *Per-Face Texture Mapping for Production Rendering* |
+| -- | -- |
+| Homepage | [http://ptex.us/](http://ptex.us/) |
+| License | BSD-3-Clause |
+| Versions | v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [ptex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] ptex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ptex")
+```
+
+
 ### pugixml (cross)
 
 

+ 48 - 0
packages/iphoneos.md

@@ -16616,6 +16616,30 @@ add_requires("olive.c")
 ```
 
 
+### omath (iphoneos)
+
+
+| Description | *Cross-platform modern general purpose math library written in C++23* |
+| -- | -- |
+| Homepage | [http://libomath.org](http://libomath.org) |
+| License | zlib |
+| Versions | v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [omath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/omath/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos omath
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("omath")
+```
+
+
 ### oneshot (iphoneos)
 
 
@@ -18740,6 +18764,30 @@ add_requires("prvhash")
 ```
 
 
+### ptex (iphoneos)
+
+
+| Description | *Per-Face Texture Mapping for Production Rendering* |
+| -- | -- |
+| Homepage | [http://ptex.us/](http://ptex.us/) |
+| License | BSD-3-Clause |
+| Versions | v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1 |
+| Architectures | arm64, x86_64 |
+| Definition | [ptex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos ptex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ptex")
+```
+
+
 ### pugixml (iphoneos)
 
 

+ 3 - 3
packages/linux.md

@@ -27791,7 +27791,7 @@ add_requires("olive.c")
 | -- | -- |
 | Homepage | [http://libomath.org](http://libomath.org) |
 | License | zlib |
-| Versions | v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0 |
+| Versions | v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.0 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [omath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/omath/xmake.lua) |
 
@@ -31246,7 +31246,7 @@ add_requires("psimd")
 | -- | -- |
 | Homepage | [http://ptex.us/](http://ptex.us/) |
 | License | BSD-3-Clause |
-| Versions | v2.3.2, v2.4.1, v2.4.2, v2.4.3 |
+| Versions | v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [ptex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua) |
 
@@ -40578,7 +40578,7 @@ add_requires("whisper.cpp")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x56048bab0db0 |
+| License | table: 0x560d3d233ff0 |
 | Versions | 1.13 |
 | Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 26 - 2
packages/macosx.md

@@ -25576,6 +25576,30 @@ add_requires("olive.c")
 ```
 
 
+### omath (macosx)
+
+
+| Description | *Cross-platform modern general purpose math library written in C++23* |
+| -- | -- |
+| Homepage | [http://libomath.org](http://libomath.org) |
+| License | zlib |
+| Versions | v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [omath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/omath/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install omath
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("omath")
+```
+
+
 ### onednn (macosx)
 
 
@@ -28753,7 +28777,7 @@ add_requires("psimd")
 | -- | -- |
 | Homepage | [http://ptex.us/](http://ptex.us/) |
 | License | BSD-3-Clause |
-| Versions | v2.3.2, v2.4.1, v2.4.2, v2.4.3 |
+| Versions | v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1 |
 | Architectures | arm64, x86_64 |
 | Definition | [ptex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua) |
 
@@ -37444,7 +37468,7 @@ add_requires("which")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x56048bab0db0 |
+| License | table: 0x560d3d233ff0 |
 | Versions | 1.13 |
 | Architectures | arm64, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 25 - 1
packages/mingw.md

@@ -18583,7 +18583,7 @@ add_requires("olive.c")
 | -- | -- |
 | Homepage | [http://libomath.org](http://libomath.org) |
 | License | zlib |
-| Versions | v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0 |
+| Versions | v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [omath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/omath/xmake.lua) |
 
@@ -20864,6 +20864,30 @@ add_requires("prvhash")
 ```
 
 
+### ptex (mingw)
+
+
+| Description | *Per-Face Texture Mapping for Production Rendering* |
+| -- | -- |
+| Homepage | [http://ptex.us/](http://ptex.us/) |
+| License | BSD-3-Clause |
+| Versions | v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1 |
+| Architectures | arm, arm64, x86_64 |
+| Definition | [ptex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] ptex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ptex")
+```
+
+
 ### pthreads4w (mingw)
 
 

+ 25 - 1
packages/msys.md

@@ -16959,7 +16959,7 @@ add_requires("olive.c")
 | -- | -- |
 | Homepage | [http://libomath.org](http://libomath.org) |
 | License | zlib |
-| Versions | v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0 |
+| Versions | v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.0 |
 | Architectures | i386, x86_64 |
 | Definition | [omath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/omath/xmake.lua) |
 
@@ -19051,6 +19051,30 @@ add_requires("prvhash")
 ```
 
 
+### ptex (msys)
+
+
+| Description | *Per-Face Texture Mapping for Production Rendering* |
+| -- | -- |
+| Homepage | [http://ptex.us/](http://ptex.us/) |
+| License | BSD-3-Clause |
+| Versions | v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1 |
+| Architectures | i386, x86_64 |
+| Definition | [ptex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ptex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ptex")
+```
+
+
 ### pugixml (msys)
 
 

+ 25 - 1
packages/wasm.md

@@ -14932,7 +14932,7 @@ add_requires("olive.c")
 | -- | -- |
 | Homepage | [http://libomath.org](http://libomath.org) |
 | License | zlib |
-| Versions | v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0 |
+| Versions | v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.0 |
 | Architectures | wasm32, wasm64 |
 | Definition | [omath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/omath/xmake.lua) |
 
@@ -16763,6 +16763,30 @@ add_requires("pseudo-double-c")
 ```
 
 
+### ptex (wasm)
+
+
+| Description | *Per-Face Texture Mapping for Production Rendering* |
+| -- | -- |
+| Homepage | [http://ptex.us/](http://ptex.us/) |
+| License | BSD-3-Clause |
+| Versions | v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1 |
+| Architectures | wasm32, wasm64 |
+| Definition | [ptex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm ptex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ptex")
+```
+
+
 ### pugixml (wasm)
 
 

+ 2 - 2
packages/windows.md

@@ -24443,7 +24443,7 @@ add_requires("olive.c")
 | -- | -- |
 | Homepage | [http://libomath.org](http://libomath.org) |
 | License | zlib |
-| Versions | v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0 |
+| Versions | v3.8.1, v3.8.2, v3.9.0, v3.9.3, v3.9.4, v3.10.1, v4.0.1, v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.0 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [omath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/omath/xmake.lua) |
 
@@ -27638,7 +27638,7 @@ add_requires("pseudo-double-cpp")
 | -- | -- |
 | Homepage | [http://ptex.us/](http://ptex.us/) |
 | License | BSD-3-Clause |
-| Versions | v2.3.2, v2.4.1, v2.4.2, v2.4.3 |
+| Versions | v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [ptex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua) |
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2025-12-14T07:24:07+08:00</lastmod>
+  <lastmod>2025-12-15T02:44:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2025-12-14T07:24:20+08:00</lastmod>
+  <lastmod>2025-12-15T02:44:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2025-12-14T07:24:20+08:00</lastmod>
+  <lastmod>2025-12-15T02:44:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2025-12-14T07:24:20+08:00</lastmod>
+  <lastmod>2025-12-15T02:44:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2025-12-14T07:24:20+08:00</lastmod>
+  <lastmod>2025-12-15T02:44:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2025-12-14T07:24:20+08:00</lastmod>
+  <lastmod>2025-12-15T02:44:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2025-12-14T07:24:21+08:00</lastmod>
+  <lastmod>2025-12-15T02:44:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2025-12-14T07:24:21+08:00</lastmod>
+  <lastmod>2025-12-15T02:44:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2025-12-14T07:24:22+08:00</lastmod>
+  <lastmod>2025-12-15T02:44:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2025-12-14T07:24:22+08:00</lastmod>
+  <lastmod>2025-12-15T02:44:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2025-12-14T07:24:22+08:00</lastmod>
+  <lastmod>2025-12-15T02:44:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2025-12-14T07:24:23+08:00</lastmod>
+  <lastmod>2025-12-15T02:44:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2025-12-14T07:24:23+08:00</lastmod>
+  <lastmod>2025-12-15T02:44:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2025-12-14T07:24:24+08:00</lastmod>
+  <lastmod>2025-12-15T02:44:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2025-12-14T07:24:24+08:00</lastmod>
+  <lastmod>2025-12-15T02:44:18+08:00</lastmod>
 </url>
 
 </urlset>