Skip to content

Commit da6ebf2

Browse files
committed
autoupdate docs by xmake-repo/ci
1 parent 39bdc3d commit da6ebf2

File tree

21 files changed

+708
-37
lines changed

21 files changed

+708
-37
lines changed

mirror/packages/android.html

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

mirror/packages/bsd.html

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27186,6 +27186,43 @@ <h5 id="installcommand">Install command</h5>
2718627186
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
2718727187
<pre><code class="lang-lua">add_requires("olive.c")
2718827188
</code></pre>
27189+
<h3 id="omathbsd">omath (bsd)</h3>
27190+
<table>
27191+
<thead>
27192+
<tr>
27193+
<th>Description</th>
27194+
<th><em>Cross-platform modern general purpose math library written in C++23</em></th>
27195+
</tr>
27196+
</thead>
27197+
<tbody>
27198+
<tr>
27199+
<td>Homepage</td>
27200+
<td><a href="http://libomath.org">http://libomath.org</a></td>
27201+
</tr>
27202+
<tr>
27203+
<td>License</td>
27204+
<td>zlib</td>
27205+
</tr>
27206+
<tr>
27207+
<td>Versions</td>
27208+
<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>
27209+
</tr>
27210+
<tr>
27211+
<td>Architectures</td>
27212+
<td>i386, x86_64</td>
27213+
</tr>
27214+
<tr>
27215+
<td>Definition</td>
27216+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/o/omath/xmake.lua">omath/xmake.lua</a></td>
27217+
</tr>
27218+
</tbody>
27219+
</table>
27220+
<h5 id="installcommand">Install command</h5>
27221+
<pre><code class="lang-console">xrepo install omath
27222+
</code></pre>
27223+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
27224+
<pre><code class="lang-lua">add_requires("omath")
27225+
</code></pre>
2718927226
<h3 id="oneshotbsd">oneshot (bsd)</h3>
2719027227
<table>
2719127228
<thead>
@@ -30675,6 +30712,43 @@ <h5 id="installcommand">Install command</h5>
3067530712
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
3067630713
<pre><code class="lang-lua">add_requires("pseudo-double-cpp")
3067730714
</code></pre>
30715+
<h3 id="ptexbsd">ptex (bsd)</h3>
30716+
<table>
30717+
<thead>
30718+
<tr>
30719+
<th>Description</th>
30720+
<th><em>Per-Face Texture Mapping for Production Rendering</em></th>
30721+
</tr>
30722+
</thead>
30723+
<tbody>
30724+
<tr>
30725+
<td>Homepage</td>
30726+
<td><a href="http://ptex.us/">http://ptex.us/</a></td>
30727+
</tr>
30728+
<tr>
30729+
<td>License</td>
30730+
<td>BSD-3-Clause</td>
30731+
</tr>
30732+
<tr>
30733+
<td>Versions</td>
30734+
<td>v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1</td>
30735+
</tr>
30736+
<tr>
30737+
<td>Architectures</td>
30738+
<td>i386, x86_64</td>
30739+
</tr>
30740+
<tr>
30741+
<td>Definition</td>
30742+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua">ptex/xmake.lua</a></td>
30743+
</tr>
30744+
</tbody>
30745+
</table>
30746+
<h5 id="installcommand">Install command</h5>
30747+
<pre><code class="lang-console">xrepo install ptex
30748+
</code></pre>
30749+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
30750+
<pre><code class="lang-lua">add_requires("ptex")
30751+
</code></pre>
3067830752
<h3 id="pugixmlbsd">pugixml (bsd)</h3>
3067930753
<table>
3068030754
<thead>

mirror/packages/cross.html

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26065,7 +26065,7 @@ <h3 id="omathcross">omath (cross)</h3>
2606526065
</tr>
2606626066
<tr>
2606726067
<td>Versions</td>
26068-
<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>
26068+
<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>
2606926069
</tr>
2607026070
<tr>
2607126071
<td>Architectures</td>
@@ -29321,6 +29321,43 @@ <h5 id="installcommand">Install command</h5>
2932129321
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
2932229322
<pre><code class="lang-lua">add_requires("prvhash")
2932329323
</code></pre>
29324+
<h3 id="ptexcross">ptex (cross)</h3>
29325+
<table>
29326+
<thead>
29327+
<tr>
29328+
<th>Description</th>
29329+
<th><em>Per-Face Texture Mapping for Production Rendering</em></th>
29330+
</tr>
29331+
</thead>
29332+
<tbody>
29333+
<tr>
29334+
<td>Homepage</td>
29335+
<td><a href="http://ptex.us/">http://ptex.us/</a></td>
29336+
</tr>
29337+
<tr>
29338+
<td>License</td>
29339+
<td>BSD-3-Clause</td>
29340+
</tr>
29341+
<tr>
29342+
<td>Versions</td>
29343+
<td>v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1</td>
29344+
</tr>
29345+
<tr>
29346+
<td>Architectures</td>
29347+
<td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
29348+
</tr>
29349+
<tr>
29350+
<td>Definition</td>
29351+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua">ptex/xmake.lua</a></td>
29352+
</tr>
29353+
</tbody>
29354+
</table>
29355+
<h5 id="installcommand">Install command</h5>
29356+
<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] ptex
29357+
</code></pre>
29358+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
29359+
<pre><code class="lang-lua">add_requires("ptex")
29360+
</code></pre>
2932429361
<h3 id="pugixmlcross">pugixml (cross)</h3>
2932529362
<table>
2932629363
<thead>

mirror/packages/iphoneos.html

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25458,6 +25458,43 @@ <h5 id="installcommand">Install command</h5>
2545825458
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
2545925459
<pre><code class="lang-lua">add_requires("olive.c")
2546025460
</code></pre>
25461+
<h3 id="omathiphoneos">omath (iphoneos)</h3>
25462+
<table>
25463+
<thead>
25464+
<tr>
25465+
<th>Description</th>
25466+
<th><em>Cross-platform modern general purpose math library written in C++23</em></th>
25467+
</tr>
25468+
</thead>
25469+
<tbody>
25470+
<tr>
25471+
<td>Homepage</td>
25472+
<td><a href="http://libomath.org">http://libomath.org</a></td>
25473+
</tr>
25474+
<tr>
25475+
<td>License</td>
25476+
<td>zlib</td>
25477+
</tr>
25478+
<tr>
25479+
<td>Versions</td>
25480+
<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>
25481+
</tr>
25482+
<tr>
25483+
<td>Architectures</td>
25484+
<td>arm64, x86_64</td>
25485+
</tr>
25486+
<tr>
25487+
<td>Definition</td>
25488+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/o/omath/xmake.lua">omath/xmake.lua</a></td>
25489+
</tr>
25490+
</tbody>
25491+
</table>
25492+
<h5 id="installcommand">Install command</h5>
25493+
<pre><code class="lang-console">xrepo install -p iphoneos omath
25494+
</code></pre>
25495+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
25496+
<pre><code class="lang-lua">add_requires("omath")
25497+
</code></pre>
2546125498
<h3 id="oneshotiphoneos">oneshot (iphoneos)</h3>
2546225499
<table>
2546325500
<thead>
@@ -28696,6 +28733,43 @@ <h5 id="installcommand">Install command</h5>
2869628733
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
2869728734
<pre><code class="lang-lua">add_requires("prvhash")
2869828735
</code></pre>
28736+
<h3 id="ptexiphoneos">ptex (iphoneos)</h3>
28737+
<table>
28738+
<thead>
28739+
<tr>
28740+
<th>Description</th>
28741+
<th><em>Per-Face Texture Mapping for Production Rendering</em></th>
28742+
</tr>
28743+
</thead>
28744+
<tbody>
28745+
<tr>
28746+
<td>Homepage</td>
28747+
<td><a href="http://ptex.us/">http://ptex.us/</a></td>
28748+
</tr>
28749+
<tr>
28750+
<td>License</td>
28751+
<td>BSD-3-Clause</td>
28752+
</tr>
28753+
<tr>
28754+
<td>Versions</td>
28755+
<td>v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1</td>
28756+
</tr>
28757+
<tr>
28758+
<td>Architectures</td>
28759+
<td>arm64, x86_64</td>
28760+
</tr>
28761+
<tr>
28762+
<td>Definition</td>
28763+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua">ptex/xmake.lua</a></td>
28764+
</tr>
28765+
</tbody>
28766+
</table>
28767+
<h5 id="installcommand">Install command</h5>
28768+
<pre><code class="lang-console">xrepo install -p iphoneos ptex
28769+
</code></pre>
28770+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
28771+
<pre><code class="lang-lua">add_requires("ptex")
28772+
</code></pre>
2869928773
<h3 id="pugixmliphoneos">pugixml (iphoneos)</h3>
2870028774
<table>
2870128775
<thead>

mirror/packages/linux.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42376,7 +42376,7 @@ <h3 id="omathlinux">omath (linux)</h3>
4237642376
</tr>
4237742377
<tr>
4237842378
<td>Versions</td>
42379-
<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>
42379+
<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>
4238042380
</tr>
4238142381
<tr>
4238242382
<td>Architectures</td>
@@ -47634,7 +47634,7 @@ <h3 id="ptexlinux">ptex (linux)</h3>
4763447634
</tr>
4763547635
<tr>
4763647636
<td>Versions</td>
47637-
<td>v2.3.2, v2.4.1, v2.4.2, v2.4.3</td>
47637+
<td>v2.3.2, v2.4.1, v2.4.2, v2.4.3, v2.5.1</td>
4763847638
</tr>
4763947639
<tr>
4764047640
<td>Architectures</td>
@@ -61844,7 +61844,7 @@ <h3 id="wigxjpflinux">wigxjpf (linux)</h3>
6184461844
</tr>
6184561845
<tr>
6184661846
<td>License</td>
61847-
<td>table: 0x56048bab0db0</td>
61847+
<td>table: 0x560d3d233ff0</td>
6184861848
</tr>
6184961849
<tr>
6185061850
<td>Versions</td>

0 commit comments

Comments
 (0)