Browse Source

autoupdate docs by xmake-repo/ci

ruki 1 ngày trước cách đây
mục cha
commit
29774a9b3d

+ 1 - 1
mirror/packages/linux.html

@@ -61844,7 +61844,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x561889e4f4f0</td>
+<td>table: 0x55863e660ed0</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 1 - 1
mirror/packages/macosx.html

@@ -57133,7 +57133,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x561889e4f4f0</td>
+<td>table: 0x55863e660ed0</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 37 - 0
mirror/packages/mingw.html

@@ -24219,6 +24219,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mathter")
 </code></pre>
+<h3 id="matiomingw">matio (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>MATLAB MAT File I/O Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://matio.sourceforge.io">https://matio.sourceforge.io</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.5.26, v1.5.27, v1.5.28, v1.5.29</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/matio/xmake.lua">matio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] matio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("matio")
+</code></pre>
 <h3 id="matlabmingw">matlab (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -22363,6 +22363,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mathter")
 </code></pre>
+<h3 id="matiomsys">matio (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>MATLAB MAT File I/O Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://matio.sourceforge.io">https://matio.sourceforge.io</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.5.26, v1.5.27, v1.5.28, v1.5.29</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/m/matio/xmake.lua">matio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install matio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("matio")
+</code></pre>
 <h3 id="matlabmsys">matlab (msys)</h3>
 <table>
 <thead>

+ 1 - 1
packages/linux.md

@@ -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: 0x561889e4f4f0 |
+| License | table: 0x55863e660ed0 |
 | 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) |

+ 1 - 1
packages/macosx.md

@@ -37468,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: 0x561889e4f4f0 |
+| License | table: 0x55863e660ed0 |
 | 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) |

+ 24 - 0
packages/mingw.md

@@ -15803,6 +15803,30 @@ add_requires("mathter")
 ```
 
 
+### matio (mingw)
+
+
+| Description | *MATLAB MAT File I/O Library* |
+| -- | -- |
+| Homepage | [https://matio.sourceforge.io](https://matio.sourceforge.io) |
+| License | BSD-2-Clause |
+| Versions | v1.5.26, v1.5.27, v1.5.28, v1.5.29 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [matio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/matio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] matio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("matio")
+```
+
+
 ### matlab (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -14585,6 +14585,30 @@ add_requires("mathter")
 ```
 
 
+### matio (msys)
+
+
+| Description | *MATLAB MAT File I/O Library* |
+| -- | -- |
+| Homepage | [https://matio.sourceforge.io](https://matio.sourceforge.io) |
+| License | BSD-2-Clause |
+| Versions | v1.5.26, v1.5.27, v1.5.28, v1.5.29 |
+| Architectures | i386, x86_64 |
+| Definition | [matio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/matio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install matio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("matio")
+```
+
+
 ### matlab (msys)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2025-12-22T10:55:59+08:00</lastmod>
+  <lastmod>2025-12-22T11:50:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2025-12-22T10:56:11+08:00</lastmod>
+  <lastmod>2025-12-22T11:50:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2025-12-22T10:56:11+08:00</lastmod>
+  <lastmod>2025-12-22T11:50:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2025-12-22T10:56:11+08:00</lastmod>
+  <lastmod>2025-12-22T11:50:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2025-12-22T10:56:11+08:00</lastmod>
+  <lastmod>2025-12-22T11:50:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2025-12-22T10:56:12+08:00</lastmod>
+  <lastmod>2025-12-22T11:50:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2025-12-22T10:56:12+08:00</lastmod>
+  <lastmod>2025-12-22T11:50:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2025-12-22T10:56:13+08:00</lastmod>
+  <lastmod>2025-12-22T11:50:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2025-12-22T10:56:13+08:00</lastmod>
+  <lastmod>2025-12-22T11:50:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2025-12-22T10:56:14+08:00</lastmod>
+  <lastmod>2025-12-22T11:50:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2025-12-22T10:56:14+08:00</lastmod>
+  <lastmod>2025-12-22T11:50:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2025-12-22T10:56:14+08:00</lastmod>
+  <lastmod>2025-12-22T11:50:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2025-12-22T10:56:15+08:00</lastmod>
+  <lastmod>2025-12-22T11:50:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2025-12-22T10:56:15+08:00</lastmod>
+  <lastmod>2025-12-22T11:50:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2025-12-22T10:56:16+08:00</lastmod>
+  <lastmod>2025-12-22T11:50:20+08:00</lastmod>
 </url>
 
 </urlset>