Jelajahi Sumber

autoupdate docs by xmake-repo/ci

ruki 2 tahun lalu
induk
melakukan
09a77fcd96

+ 1 - 1
_coverpage.md

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

+ 70 - 0
mirror/packages/android.html

@@ -8814,6 +8814,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("quadsort")
 </code></pre>
+<h3 id="quake_triangleandroid">quake_triangle (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.cs.cmu.edu/~quake/triangle.html">http://www.cs.cmu.edu/~quake/triangle.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6</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/q/quake_triangle/xmake.lua">quake_triangle/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] quake_triangle
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("quake_triangle")
+</code></pre>
 <h3 id="quickcpplibandroid">quickcpplib (android)</h3>
 <table>
 <thead>
@@ -10122,6 +10155,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("termcolor")
 </code></pre>
+<h3 id="tetgenandroid">tetgen (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.wias-berlin.de/software/index.jsp?id=TetGen">https://www.wias-berlin.de/software/index.jsp?id=TetGen</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>AGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6.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/t/tetgen/xmake.lua">tetgen/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] tetgen
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tetgen")
+</code></pre>
 <h3 id="threadpoolandroid">thread-pool (android)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/bsd.html

@@ -7683,6 +7683,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("quadsort")
 </code></pre>
+<h3 id="quake_trianglebsd">quake_triangle (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.cs.cmu.edu/~quake/triangle.html">http://www.cs.cmu.edu/~quake/triangle.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6</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/q/quake_triangle/xmake.lua">quake_triangle/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install quake_triangle
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("quake_triangle")
+</code></pre>
 <h3 id="quickcpplibbsd">quickcpplib (bsd)</h3>
 <table>
 <thead>
@@ -8962,6 +8995,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("termcolor")
 </code></pre>
+<h3 id="tetgenbsd">tetgen (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.wias-berlin.de/software/index.jsp?id=TetGen">https://www.wias-berlin.de/software/index.jsp?id=TetGen</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>AGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6.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/t/tetgen/xmake.lua">tetgen/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tetgen
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tetgen")
+</code></pre>
 <h3 id="threadpoolbsd">thread-pool (bsd)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/cross.html

@@ -6991,6 +6991,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("quadsort")
 </code></pre>
+<h3 id="quake_trianglecross">quake_triangle (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.cs.cmu.edu/~quake/triangle.html">http://www.cs.cmu.edu/~quake/triangle.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6</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/q/quake_triangle/xmake.lua">quake_triangle/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] quake_triangle
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("quake_triangle")
+</code></pre>
 <h3 id="quickcpplibcross">quickcpplib (cross)</h3>
 <table>
 <thead>
@@ -8200,6 +8233,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("termcolor")
 </code></pre>
+<h3 id="tetgencross">tetgen (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.wias-berlin.de/software/index.jsp?id=TetGen">https://www.wias-berlin.de/software/index.jsp?id=TetGen</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>AGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6.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/t/tetgen/xmake.lua">tetgen/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] tetgen
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tetgen")
+</code></pre>
 <h3 id="threadpoolcross">thread-pool (cross)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/iphoneos.html

@@ -7999,6 +7999,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("quadsort")
 </code></pre>
+<h3 id="quake_triangleiphoneos">quake_triangle (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.cs.cmu.edu/~quake/triangle.html">http://www.cs.cmu.edu/~quake/triangle.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6</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/q/quake_triangle/xmake.lua">quake_triangle/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos quake_triangle
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("quake_triangle")
+</code></pre>
 <h3 id="quickcpplibiphoneos">quickcpplib (iphoneos)</h3>
 <table>
 <thead>
@@ -9278,6 +9311,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("termcolor")
 </code></pre>
+<h3 id="tetgeniphoneos">tetgen (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.wias-berlin.de/software/index.jsp?id=TetGen">https://www.wias-berlin.de/software/index.jsp?id=TetGen</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>AGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6.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/t/tetgen/xmake.lua">tetgen/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos tetgen
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tetgen")
+</code></pre>
 <h3 id="threadpooliphoneos">thread-pool (iphoneos)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/linux.html

@@ -22529,6 +22529,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("quadsort")
 </code></pre>
+<h3 id="quake_trianglelinux">quake_triangle (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.cs.cmu.edu/~quake/triangle.html">http://www.cs.cmu.edu/~quake/triangle.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6</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/q/quake_triangle/xmake.lua">quake_triangle/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install quake_triangle
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("quake_triangle")
+</code></pre>
 <h3 id="quickcppliblinux">quickcpplib (linux)</h3>
 <table>
 <thead>
@@ -25290,6 +25323,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tesseract")
 </code></pre>
+<h3 id="tetgenlinux">tetgen (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.wias-berlin.de/software/index.jsp?id=TetGen">https://www.wias-berlin.de/software/index.jsp?id=TetGen</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>AGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6.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/t/tetgen/xmake.lua">tetgen/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tetgen
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tetgen")
+</code></pre>
 <h3 id="texinfolinux">texinfo (linux)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/macosx.html

@@ -21039,6 +21039,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("quadsort")
 </code></pre>
+<h3 id="quake_trianglemacosx">quake_triangle (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.cs.cmu.edu/~quake/triangle.html">http://www.cs.cmu.edu/~quake/triangle.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6</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/q/quake_triangle/xmake.lua">quake_triangle/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install quake_triangle
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("quake_triangle")
+</code></pre>
 <h3 id="quickcpplibmacosx">quickcpplib (macosx)</h3>
 <table>
 <thead>
@@ -23730,6 +23763,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tesseract")
 </code></pre>
+<h3 id="tetgenmacosx">tetgen (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.wias-berlin.de/software/index.jsp?id=TetGen">https://www.wias-berlin.de/software/index.jsp?id=TetGen</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>AGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6.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/t/tetgen/xmake.lua">tetgen/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tetgen
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tetgen")
+</code></pre>
 <h3 id="texinfomacosx">texinfo (macosx)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/mingw.html

@@ -9546,6 +9546,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("quadsort")
 </code></pre>
+<h3 id="quake_trianglemingw">quake_triangle (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.cs.cmu.edu/~quake/triangle.html">http://www.cs.cmu.edu/~quake/triangle.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6</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/q/quake_triangle/xmake.lua">quake_triangle/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] quake_triangle
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("quake_triangle")
+</code></pre>
 <h3 id="quickcpplibmingw">quickcpplib (mingw)</h3>
 <table>
 <thead>
@@ -11031,6 +11064,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("termcolor")
 </code></pre>
+<h3 id="tetgenmingw">tetgen (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.wias-berlin.de/software/index.jsp?id=TetGen">https://www.wias-berlin.de/software/index.jsp?id=TetGen</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>AGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6.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/t/tetgen/xmake.lua">tetgen/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] tetgen
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tetgen")
+</code></pre>
 <h3 id="threadpoolmingw">thread-pool (mingw)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/msys.html

@@ -6328,6 +6328,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("quadsort")
 </code></pre>
+<h3 id="quake_trianglemsys">quake_triangle (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.cs.cmu.edu/~quake/triangle.html">http://www.cs.cmu.edu/~quake/triangle.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6</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/q/quake_triangle/xmake.lua">quake_triangle/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install quake_triangle
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("quake_triangle")
+</code></pre>
 <h3 id="quickcpplibmsys">quickcpplib (msys)</h3>
 <table>
 <thead>
@@ -7397,6 +7430,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("termcolor")
 </code></pre>
+<h3 id="tetgenmsys">tetgen (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.wias-berlin.de/software/index.jsp?id=TetGen">https://www.wias-berlin.de/software/index.jsp?id=TetGen</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>AGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6.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/t/tetgen/xmake.lua">tetgen/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tetgen
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tetgen")
+</code></pre>
 <h3 id="threadpoolmsys">thread-pool (msys)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/wasm.html

@@ -6513,6 +6513,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("quadsort")
 </code></pre>
+<h3 id="quake_trianglewasm">quake_triangle (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.cs.cmu.edu/~quake/triangle.html">http://www.cs.cmu.edu/~quake/triangle.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6</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/q/quake_triangle/xmake.lua">quake_triangle/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm quake_triangle
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("quake_triangle")
+</code></pre>
 <h3 id="quickcpplibwasm">quickcpplib (wasm)</h3>
 <table>
 <thead>
@@ -7615,6 +7648,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("termcolor")
 </code></pre>
+<h3 id="tetgenwasm">tetgen (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.wias-berlin.de/software/index.jsp?id=TetGen">https://www.wias-berlin.de/software/index.jsp?id=TetGen</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>AGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6.0</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/tetgen/xmake.lua">tetgen/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm tetgen
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tetgen")
+</code></pre>
 <h3 id="threadpoolwasm">thread-pool (wasm)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/windows.html

@@ -18312,6 +18312,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("quadsort")
 </code></pre>
+<h3 id="quake_trianglewindows">quake_triangle (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.cs.cmu.edu/~quake/triangle.html">http://www.cs.cmu.edu/~quake/triangle.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6</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/q/quake_triangle/xmake.lua">quake_triangle/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install quake_triangle
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("quake_triangle")
+</code></pre>
 <h3 id="quickcpplibwindows">quickcpplib (windows)</h3>
 <table>
 <thead>
@@ -20752,6 +20785,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tesseract")
 </code></pre>
+<h3 id="tetgenwindows">tetgen (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.wias-berlin.de/software/index.jsp?id=TetGen">https://www.wias-berlin.de/software/index.jsp?id=TetGen</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>AGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6.0</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/tetgen/xmake.lua">tetgen/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tetgen
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tetgen")
+</code></pre>
 <h3 id="threadpoolwindows">thread-pool (windows)</h3>
 <table>
 <thead>

+ 47 - 0
packages/android.md

@@ -5851,6 +5851,29 @@ add_requires("quadsort")
 ```
 
 
+### quake_triangle (android)
+
+
+| Description | *A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.* |
+| -- | -- |
+| Homepage | [http://www.cs.cmu.edu/~quake/triangle.html](http://www.cs.cmu.edu/~quake/triangle.html) |
+| Versions | 1.6 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [quake_triangle/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/quake_triangle/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] quake_triangle
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("quake_triangle")
+```
+
+
 ### quickcpplib (android)
 
 
@@ -6729,6 +6752,30 @@ add_requires("termcolor")
 ```
 
 
+### tetgen (android)
+
+
+| Description | *A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator* |
+| -- | -- |
+| Homepage | [https://www.wias-berlin.de/software/index.jsp?id=TetGen](https://www.wias-berlin.de/software/index.jsp?id=TetGen) |
+| License | AGPL-3.0 |
+| Versions | 1.6.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [tetgen/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tetgen/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] tetgen
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tetgen")
+```
+
+
 ### thread-pool (android)
 
 

+ 47 - 0
packages/bsd.md

@@ -5111,6 +5111,29 @@ add_requires("quadsort")
 ```
 
 
+### quake_triangle (bsd)
+
+
+| Description | *A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.* |
+| -- | -- |
+| Homepage | [http://www.cs.cmu.edu/~quake/triangle.html](http://www.cs.cmu.edu/~quake/triangle.html) |
+| Versions | 1.6 |
+| Architectures | i386, x86_64 |
+| Definition | [quake_triangle/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/quake_triangle/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install quake_triangle
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("quake_triangle")
+```
+
+
 ### quickcpplib (bsd)
 
 
@@ -5967,6 +5990,30 @@ add_requires("termcolor")
 ```
 
 
+### tetgen (bsd)
+
+
+| Description | *A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator* |
+| -- | -- |
+| Homepage | [https://www.wias-berlin.de/software/index.jsp?id=TetGen](https://www.wias-berlin.de/software/index.jsp?id=TetGen) |
+| License | AGPL-3.0 |
+| Versions | 1.6.0 |
+| Architectures | i386, x86_64 |
+| Definition | [tetgen/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tetgen/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tetgen
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tetgen")
+```
+
+
 ### thread-pool (bsd)
 
 

+ 47 - 0
packages/cross.md

@@ -4643,6 +4643,29 @@ add_requires("quadsort")
 ```
 
 
+### quake_triangle (cross)
+
+
+| Description | *A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.* |
+| -- | -- |
+| Homepage | [http://www.cs.cmu.edu/~quake/triangle.html](http://www.cs.cmu.edu/~quake/triangle.html) |
+| Versions | 1.6 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [quake_triangle/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/quake_triangle/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] quake_triangle
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("quake_triangle")
+```
+
+
 ### quickcpplib (cross)
 
 
@@ -5452,6 +5475,30 @@ add_requires("termcolor")
 ```
 
 
+### tetgen (cross)
+
+
+| Description | *A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator* |
+| -- | -- |
+| Homepage | [https://www.wias-berlin.de/software/index.jsp?id=TetGen](https://www.wias-berlin.de/software/index.jsp?id=TetGen) |
+| License | AGPL-3.0 |
+| Versions | 1.6.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [tetgen/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tetgen/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] tetgen
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tetgen")
+```
+
+
 ### thread-pool (cross)
 
 

+ 47 - 0
packages/iphoneos.md

@@ -5308,6 +5308,29 @@ add_requires("quadsort")
 ```
 
 
+### quake_triangle (iphoneos)
+
+
+| Description | *A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.* |
+| -- | -- |
+| Homepage | [http://www.cs.cmu.edu/~quake/triangle.html](http://www.cs.cmu.edu/~quake/triangle.html) |
+| Versions | 1.6 |
+| Architectures | arm64, x86_64 |
+| Definition | [quake_triangle/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/quake_triangle/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos quake_triangle
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("quake_triangle")
+```
+
+
 ### quickcpplib (iphoneos)
 
 
@@ -6164,6 +6187,30 @@ add_requires("termcolor")
 ```
 
 
+### tetgen (iphoneos)
+
+
+| Description | *A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator* |
+| -- | -- |
+| Homepage | [https://www.wias-berlin.de/software/index.jsp?id=TetGen](https://www.wias-berlin.de/software/index.jsp?id=TetGen) |
+| License | AGPL-3.0 |
+| Versions | 1.6.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [tetgen/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tetgen/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos tetgen
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tetgen")
+```
+
+
 ### thread-pool (iphoneos)
 
 

+ 47 - 0
packages/linux.md

@@ -14997,6 +14997,29 @@ add_requires("quadsort")
 ```
 
 
+### quake_triangle (linux)
+
+
+| Description | *A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.* |
+| -- | -- |
+| Homepage | [http://www.cs.cmu.edu/~quake/triangle.html](http://www.cs.cmu.edu/~quake/triangle.html) |
+| Versions | 1.6 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [quake_triangle/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/quake_triangle/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install quake_triangle
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("quake_triangle")
+```
+
+
 ### quickcpplib (linux)
 
 
@@ -16843,6 +16866,30 @@ add_requires("tesseract")
 ```
 
 
+### tetgen (linux)
+
+
+| Description | *A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator* |
+| -- | -- |
+| Homepage | [https://www.wias-berlin.de/software/index.jsp?id=TetGen](https://www.wias-berlin.de/software/index.jsp?id=TetGen) |
+| License | AGPL-3.0 |
+| Versions | 1.6.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [tetgen/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tetgen/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tetgen
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tetgen")
+```
+
+
 ### texinfo (linux)
 
 

+ 47 - 0
packages/macosx.md

@@ -14005,6 +14005,29 @@ add_requires("quadsort")
 ```
 
 
+### quake_triangle (macosx)
+
+
+| Description | *A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.* |
+| -- | -- |
+| Homepage | [http://www.cs.cmu.edu/~quake/triangle.html](http://www.cs.cmu.edu/~quake/triangle.html) |
+| Versions | 1.6 |
+| Architectures | arm64, x86_64 |
+| Definition | [quake_triangle/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/quake_triangle/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install quake_triangle
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("quake_triangle")
+```
+
+
 ### quickcpplib (macosx)
 
 
@@ -15804,6 +15827,30 @@ add_requires("tesseract")
 ```
 
 
+### tetgen (macosx)
+
+
+| Description | *A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator* |
+| -- | -- |
+| Homepage | [https://www.wias-berlin.de/software/index.jsp?id=TetGen](https://www.wias-berlin.de/software/index.jsp?id=TetGen) |
+| License | AGPL-3.0 |
+| Versions | 1.6.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [tetgen/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tetgen/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tetgen
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tetgen")
+```
+
+
 ### texinfo (macosx)
 
 

+ 47 - 0
packages/mingw.md

@@ -6329,6 +6329,29 @@ add_requires("quadsort")
 ```
 
 
+### quake_triangle (mingw)
+
+
+| Description | *A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.* |
+| -- | -- |
+| Homepage | [http://www.cs.cmu.edu/~quake/triangle.html](http://www.cs.cmu.edu/~quake/triangle.html) |
+| Versions | 1.6 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [quake_triangle/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/quake_triangle/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] quake_triangle
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("quake_triangle")
+```
+
+
 ### quickcpplib (mingw)
 
 
@@ -7325,6 +7348,30 @@ add_requires("termcolor")
 ```
 
 
+### tetgen (mingw)
+
+
+| Description | *A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator* |
+| -- | -- |
+| Homepage | [https://www.wias-berlin.de/software/index.jsp?id=TetGen](https://www.wias-berlin.de/software/index.jsp?id=TetGen) |
+| License | AGPL-3.0 |
+| Versions | 1.6.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [tetgen/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tetgen/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] tetgen
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tetgen")
+```
+
+
 ### thread-pool (mingw)
 
 

+ 47 - 0
packages/msys.md

@@ -4197,6 +4197,29 @@ add_requires("quadsort")
 ```
 
 
+### quake_triangle (msys)
+
+
+| Description | *A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.* |
+| -- | -- |
+| Homepage | [http://www.cs.cmu.edu/~quake/triangle.html](http://www.cs.cmu.edu/~quake/triangle.html) |
+| Versions | 1.6 |
+| Architectures | i386, x86_64 |
+| Definition | [quake_triangle/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/quake_triangle/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install quake_triangle
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("quake_triangle")
+```
+
+
 ### quickcpplib (msys)
 
 
@@ -4912,6 +4935,30 @@ add_requires("termcolor")
 ```
 
 
+### tetgen (msys)
+
+
+| Description | *A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator* |
+| -- | -- |
+| Homepage | [https://www.wias-berlin.de/software/index.jsp?id=TetGen](https://www.wias-berlin.de/software/index.jsp?id=TetGen) |
+| License | AGPL-3.0 |
+| Versions | 1.6.0 |
+| Architectures | i386, x86_64 |
+| Definition | [tetgen/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tetgen/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tetgen
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tetgen")
+```
+
+
 ### thread-pool (msys)
 
 

+ 47 - 0
packages/wasm.md

@@ -4317,6 +4317,29 @@ add_requires("quadsort")
 ```
 
 
+### quake_triangle (wasm)
+
+
+| Description | *A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.* |
+| -- | -- |
+| Homepage | [http://www.cs.cmu.edu/~quake/triangle.html](http://www.cs.cmu.edu/~quake/triangle.html) |
+| Versions | 1.6 |
+| Architectures | wasm32 |
+| Definition | [quake_triangle/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/quake_triangle/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm quake_triangle
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("quake_triangle")
+```
+
+
 ### quickcpplib (wasm)
 
 
@@ -5055,6 +5078,30 @@ add_requires("termcolor")
 ```
 
 
+### tetgen (wasm)
+
+
+| Description | *A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator* |
+| -- | -- |
+| Homepage | [https://www.wias-berlin.de/software/index.jsp?id=TetGen](https://www.wias-berlin.de/software/index.jsp?id=TetGen) |
+| License | AGPL-3.0 |
+| Versions | 1.6.0 |
+| Architectures | wasm32 |
+| Definition | [tetgen/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tetgen/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm tetgen
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tetgen")
+```
+
+
 ### thread-pool (wasm)
 
 

+ 47 - 0
packages/windows.md

@@ -12136,6 +12136,29 @@ add_requires("quadsort")
 ```
 
 
+### quake_triangle (windows)
+
+
+| Description | *A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.* |
+| -- | -- |
+| Homepage | [http://www.cs.cmu.edu/~quake/triangle.html](http://www.cs.cmu.edu/~quake/triangle.html) |
+| Versions | 1.6 |
+| Architectures | arm64, x64, x86 |
+| Definition | [quake_triangle/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/quake_triangle/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install quake_triangle
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("quake_triangle")
+```
+
+
 ### quickcpplib (windows)
 
 
@@ -13769,6 +13792,30 @@ add_requires("tesseract")
 ```
 
 
+### tetgen (windows)
+
+
+| Description | *A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator* |
+| -- | -- |
+| Homepage | [https://www.wias-berlin.de/software/index.jsp?id=TetGen](https://www.wias-berlin.de/software/index.jsp?id=TetGen) |
+| License | AGPL-3.0 |
+| Versions | 1.6.0 |
+| Architectures | arm64, x64, x86 |
+| Definition | [tetgen/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tetgen/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tetgen
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tetgen")
+```
+
+
 ### thread-pool (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-02-14T11:19:44+08:00</lastmod>
+  <lastmod>2023-02-15T07:03:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-02-14T11:19:48+08:00</lastmod>
+  <lastmod>2023-02-15T07:03:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-02-14T11:19:48+08:00</lastmod>
+  <lastmod>2023-02-15T07:03:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-02-14T11:19:49+08:00</lastmod>
+  <lastmod>2023-02-15T07:03:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-02-14T11:19:49+08:00</lastmod>
+  <lastmod>2023-02-15T07:03:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-02-14T11:19:50+08:00</lastmod>
+  <lastmod>2023-02-15T07:03:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-02-14T11:19:50+08:00</lastmod>
+  <lastmod>2023-02-15T07:04:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-02-14T11:19:50+08:00</lastmod>
+  <lastmod>2023-02-15T07:04:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-02-14T11:19:51+08:00</lastmod>
+  <lastmod>2023-02-15T07:04:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-02-14T11:19:51+08:00</lastmod>
+  <lastmod>2023-02-15T07:04:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-02-14T11:19:51+08:00</lastmod>
+  <lastmod>2023-02-15T07:04:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-02-14T11:19:52+08:00</lastmod>
+  <lastmod>2023-02-15T07:04:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-02-14T11:19:52+08:00</lastmod>
+  <lastmod>2023-02-15T07:04:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-02-14T11:19:52+08:00</lastmod>
+  <lastmod>2023-02-15T07:04:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-02-14T11:19:53+08:00</lastmod>
+  <lastmod>2023-02-15T07:04:02+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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