Forráskód Böngészése

autoupdate docs by xmake-repo/ci

ruki 2 éve
szülő
commit
f9f189ee3e

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: linenoise, orangeduck_mpc, branchless-utf8**
+- **Recently added: mcut, linenoise, orangeduck_mpc**
 
 [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 (836)
+- Packages (837)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/linux.html

@@ -16578,6 +16578,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mbedtls")
 </code></pre>
+<h3 id="mcutlinux">mcut (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast &amp; robust mesh boolean library in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://cutdigital.github.io/mcut.site/">https://cutdigital.github.io/mcut.site/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.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/m/mcut/xmake.lua">mcut/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mcut
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mcut")
+</code></pre>
 <h3 id="memlinux">mem (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -15401,6 +15401,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mbedtls")
 </code></pre>
+<h3 id="mcutmacosx">mcut (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast &amp; robust mesh boolean library in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://cutdigital.github.io/mcut.site/">https://cutdigital.github.io/mcut.site/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.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/m/mcut/xmake.lua">mcut/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mcut
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mcut")
+</code></pre>
 <h3 id="memorymappingmacosx">memorymapping (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -6871,6 +6871,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mbedtls")
 </code></pre>
+<h3 id="mcutmingw">mcut (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast &amp; robust mesh boolean library in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://cutdigital.github.io/mcut.site/">https://cutdigital.github.io/mcut.site/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.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/m/mcut/xmake.lua">mcut/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] mcut
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mcut")
+</code></pre>
 <h3 id="mesonmingw">meson (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -12999,6 +12999,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mbedtls")
 </code></pre>
+<h3 id="mcutwindows">mcut (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast &amp; robust mesh boolean library in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://cutdigital.github.io/mcut.site/">https://cutdigital.github.io/mcut.site/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mcut/xmake.lua">mcut/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mcut
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mcut")
+</code></pre>
 <h3 id="memwindows">mem (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/linux.md

@@ -11039,6 +11039,30 @@ add_requires("mbedtls")
 ```
 
 
+### mcut (linux)
+
+
+| Description | *Fast & robust mesh boolean library in C++* |
+| -- | -- |
+| Homepage | [https://cutdigital.github.io/mcut.site/](https://cutdigital.github.io/mcut.site/) |
+| License | GPL-3.0 |
+| Versions | v1.1.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [mcut/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mcut/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mcut
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mcut")
+```
+
+
 ### mem (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -10258,6 +10258,30 @@ add_requires("mbedtls")
 ```
 
 
+### mcut (macosx)
+
+
+| Description | *Fast & robust mesh boolean library in C++* |
+| -- | -- |
+| Homepage | [https://cutdigital.github.io/mcut.site/](https://cutdigital.github.io/mcut.site/) |
+| License | GPL-3.0 |
+| Versions | v1.1.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [mcut/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mcut/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mcut
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mcut")
+```
+
+
 ### memorymapping (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -4547,6 +4547,30 @@ add_requires("mbedtls")
 ```
 
 
+### mcut (mingw)
+
+
+| Description | *Fast & robust mesh boolean library in C++* |
+| -- | -- |
+| Homepage | [https://cutdigital.github.io/mcut.site/](https://cutdigital.github.io/mcut.site/) |
+| License | GPL-3.0 |
+| Versions | v1.1.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [mcut/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mcut/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] mcut
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mcut")
+```
+
+
 ### meson (mingw)
 
 

+ 24 - 0
packages/windows.md

@@ -8603,6 +8603,30 @@ add_requires("mbedtls")
 ```
 
 
+### mcut (windows)
+
+
+| Description | *Fast & robust mesh boolean library in C++* |
+| -- | -- |
+| Homepage | [https://cutdigital.github.io/mcut.site/](https://cutdigital.github.io/mcut.site/) |
+| License | GPL-3.0 |
+| Versions | v1.1.0 |
+| Architectures | x64, x86 |
+| Definition | [mcut/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mcut/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mcut
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mcut")
+```
+
+
 ### mem (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-02-13T02:33:26+08:00</lastmod>
+  <lastmod>2023-02-13T07:19:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-02-13T02:33:29+08:00</lastmod>
+  <lastmod>2023-02-13T07:19:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-02-13T02:33:29+08:00</lastmod>
+  <lastmod>2023-02-13T07:19:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-02-13T02:33:30+08:00</lastmod>
+  <lastmod>2023-02-13T07:19:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-02-13T02:33:30+08:00</lastmod>
+  <lastmod>2023-02-13T07:19:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-02-13T02:33:30+08:00</lastmod>
+  <lastmod>2023-02-13T07:19:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-02-13T02:33:31+08:00</lastmod>
+  <lastmod>2023-02-13T07:19:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-02-13T02:33:31+08:00</lastmod>
+  <lastmod>2023-02-13T07:19:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-02-13T02:33:31+08:00</lastmod>
+  <lastmod>2023-02-13T07:19:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-02-13T02:33:31+08:00</lastmod>
+  <lastmod>2023-02-13T07:19:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-02-13T02:33:32+08:00</lastmod>
+  <lastmod>2023-02-13T07:19:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-02-13T02:33:32+08:00</lastmod>
+  <lastmod>2023-02-13T07:19:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-02-13T02:33:32+08:00</lastmod>
+  <lastmod>2023-02-13T07:19:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-02-13T02:33:32+08:00</lastmod>
+  <lastmod>2023-02-13T07:19:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-02-13T02:33:33+08:00</lastmod>
+  <lastmod>2023-02-13T07:19:19+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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