@@ -26705,6 +26705,43 @@ <h5 id="installcommand">Install command</h5>
2670526705<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
2670626706<pre><code class="lang-lua">add_requires("olive.c")
2670726707</code></pre>
26708+ <h3 id="omathandroid">omath (android)</h3>
26709+ <table>
26710+ <thead>
26711+ <tr>
26712+ <th>Description</th>
26713+ <th><em>Cross-platform modern general purpose math library written in C++23</em></th>
26714+ </tr>
26715+ </thead>
26716+ <tbody>
26717+ <tr>
26718+ <td>Homepage</td>
26719+ <td><a href="http://libomath.org">http://libomath.org</a></td>
26720+ </tr>
26721+ <tr>
26722+ <td>License</td>
26723+ <td>zlib</td>
26724+ </tr>
26725+ <tr>
26726+ <td>Versions</td>
26727+ <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>
26728+ </tr>
26729+ <tr>
26730+ <td>Architectures</td>
26731+ <td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
26732+ </tr>
26733+ <tr>
26734+ <td>Definition</td>
26735+ <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/o/omath/xmake.lua">omath/xmake.lua</a></td>
26736+ </tr>
26737+ </tbody>
26738+ </table>
26739+ <h5 id="installcommand">Install command</h5>
26740+ <pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] omath
26741+ </code></pre>
26742+ <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
26743+ <pre><code class="lang-lua">add_requires("omath")
26744+ </code></pre>
2670826745<h3 id="oneshotandroid">oneshot (android)</h3>
2670926746<table>
2671026747<thead>
@@ -30231,6 +30268,43 @@ <h5 id="installcommand">Install command</h5>
3023130268<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
3023230269<pre><code class="lang-lua">add_requires("pseudo-double-cpp")
3023330270</code></pre>
30271+ <h3 id="ptexandroid">ptex (android)</h3>
30272+ <table>
30273+ <thead>
30274+ <tr>
30275+ <th>Description</th>
30276+ <th><em>Per-Face Texture Mapping for Production Rendering</em></th>
30277+ </tr>
30278+ </thead>
30279+ <tbody>
30280+ <tr>
30281+ <td>Homepage</td>
30282+ <td><a href="http://ptex.us/">http://ptex.us/</a></td>
30283+ </tr>
30284+ <tr>
30285+ <td>License</td>
30286+ <td>BSD-3-Clause</td>
30287+ </tr>
30288+ <tr>
30289+ <td>Versions</td>
30290+ <td>v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1</td>
30291+ </tr>
30292+ <tr>
30293+ <td>Architectures</td>
30294+ <td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
30295+ </tr>
30296+ <tr>
30297+ <td>Definition</td>
30298+ <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua">ptex/xmake.lua</a></td>
30299+ </tr>
30300+ </tbody>
30301+ </table>
30302+ <h5 id="installcommand">Install command</h5>
30303+ <pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] ptex
30304+ </code></pre>
30305+ <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
30306+ <pre><code class="lang-lua">add_requires("ptex")
30307+ </code></pre>
3023430308<h3 id="pugixmlandroid">pugixml (android)</h3>
3023530309<table>
3023630310<thead>
0 commit comments