Browse Source

autoupdate docs by xmake-repo/ci

ruki 3 năm trước cách đây
mục cha
commit
fa272377fd

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: uchardet, wil, reproc**
+- **Recently added: fastor, uchardet, wil**
 
 [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 (756)
+- Packages (757)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 38 - 1
mirror/packages/linux.html

@@ -1231,7 +1231,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.8</td>
+<td>3.8, 3.8.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5134,6 +5134,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fastcppcsvparser")
 </code></pre>
+<h3 id="fastorlinux">fastor (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight high performance tensor algebra framework for modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/romeric/Fastor">https://github.com/romeric/Fastor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.6.3</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/f/fastor/xmake.lua">fastor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fastor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fastor")
+</code></pre>
 <h3 id="fcllinux">fcl (linux)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/macosx.html

@@ -1042,7 +1042,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.8</td>
+<td>3.8, 3.8.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4702,6 +4702,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fastcppcsvparser")
 </code></pre>
+<h3 id="fastormacosx">fastor (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight high performance tensor algebra framework for modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/romeric/Fastor">https://github.com/romeric/Fastor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.6.3</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/f/fastor/xmake.lua">fastor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fastor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fastor")
+</code></pre>
 <h3 id="fclmacosx">fcl (macosx)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/mingw.html

@@ -2561,6 +2561,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fastcppcsvparser")
 </code></pre>
+<h3 id="fastormingw">fastor (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight high performance tensor algebra framework for modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/romeric/Fastor">https://github.com/romeric/Fastor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.6.3</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/f/fastor/xmake.lua">fastor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] fastor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fastor")
+</code></pre>
 <h3 id="ffmpegmingw">ffmpeg (mingw)</h3>
 <table>
 <thead>
@@ -3019,6 +3056,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("giflib")
 </code></pre>
+<h3 id="gladmingw">glad (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glad.dav1d.de/">https://glad.dav1d.de/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1.34, v0.1.36</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/g/glad/xmake.lua">glad/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] glad
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glad")
+</code></pre>
 <h3 id="glewmingw">glew (mingw)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/windows.html

@@ -906,7 +906,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.8</td>
+<td>3.8, 3.8.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4636,6 +4636,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fastcppcsvparser")
 </code></pre>
+<h3 id="fastorwindows">fastor (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A lightweight high performance tensor algebra framework for modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/romeric/Fastor">https://github.com/romeric/Fastor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.6.3</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/f/fastor/xmake.lua">fastor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fastor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fastor")
+</code></pre>
 <h3 id="fclwindows">fcl (windows)</h3>
 <table>
 <thead>

+ 25 - 1
packages/linux.md

@@ -747,7 +747,7 @@ add_requires("bison")
 | -- | -- |
 | Homepage | [https://bitbucket.org/blaze-lib/blaze/](https://bitbucket.org/blaze-lib/blaze/) |
 | License | BSD-3-Clause |
-| Versions | 3.8 |
+| Versions | 3.8, 3.8.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [blaze/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blaze/xmake.lua) |
 
@@ -3350,6 +3350,30 @@ add_requires("fastcppcsvparser")
 ```
 
 
+### fastor (linux)
+
+
+| Description | *A lightweight high performance tensor algebra framework for modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/romeric/Fastor](https://github.com/romeric/Fastor) |
+| License | MIT |
+| Versions | 0.6.3 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [fastor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fastor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fastor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fastor")
+```
+
+
 ### fcl (linux)
 
 

+ 25 - 1
packages/macosx.md

@@ -626,7 +626,7 @@ add_requires("bison")
 | -- | -- |
 | Homepage | [https://bitbucket.org/blaze-lib/blaze/](https://bitbucket.org/blaze-lib/blaze/) |
 | License | BSD-3-Clause |
-| Versions | 3.8 |
+| Versions | 3.8, 3.8.1 |
 | Architectures | arm64, x86_64 |
 | Definition | [blaze/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blaze/xmake.lua) |
 
@@ -3065,6 +3065,30 @@ add_requires("fastcppcsvparser")
 ```
 
 
+### fastor (macosx)
+
+
+| Description | *A lightweight high performance tensor algebra framework for modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/romeric/Fastor](https://github.com/romeric/Fastor) |
+| License | MIT |
+| Versions | 0.6.3 |
+| Architectures | arm64, x86_64 |
+| Definition | [fastor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fastor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fastor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fastor")
+```
+
+
 ### fcl (macosx)
 
 

+ 48 - 0
packages/mingw.md

@@ -1643,6 +1643,30 @@ add_requires("fastcppcsvparser")
 ```
 
 
+### fastor (mingw)
+
+
+| Description | *A lightweight high performance tensor algebra framework for modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/romeric/Fastor](https://github.com/romeric/Fastor) |
+| License | MIT |
+| Versions | 0.6.3 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [fastor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fastor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] fastor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fastor")
+```
+
+
 ### ffmpeg (mingw)
 
 
@@ -1951,6 +1975,30 @@ add_requires("giflib")
 ```
 
 
+### glad (mingw)
+
+
+| Description | *Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.* |
+| -- | -- |
+| Homepage | [https://glad.dav1d.de/](https://glad.dav1d.de/) |
+| License | MIT |
+| Versions | v0.1.34, v0.1.36 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [glad/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glad/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] glad
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glad")
+```
+
+
 ### glew (mingw)
 
 

+ 25 - 1
packages/windows.md

@@ -533,7 +533,7 @@ add_requires("bison")
 | -- | -- |
 | Homepage | [https://bitbucket.org/blaze-lib/blaze/](https://bitbucket.org/blaze-lib/blaze/) |
 | License | BSD-3-Clause |
-| Versions | 3.8 |
+| Versions | 3.8, 3.8.1 |
 | Architectures | x64 |
 | Definition | [blaze/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blaze/xmake.lua) |
 
@@ -3019,6 +3019,30 @@ add_requires("fastcppcsvparser")
 ```
 
 
+### fastor (windows)
+
+
+| Description | *A lightweight high performance tensor algebra framework for modern C++* |
+| -- | -- |
+| Homepage | [https://github.com/romeric/Fastor](https://github.com/romeric/Fastor) |
+| License | MIT |
+| Versions | 0.6.3 |
+| Architectures | arm64, x64, x86 |
+| Definition | [fastor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fastor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fastor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fastor")
+```
+
+
 ### fcl (windows)
 
 

+ 27 - 27
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-09-22T15:25:40+08:00</lastmod>
+  <lastmod>2022-09-24T13:36:06+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-09-22T15:25:43+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
+  <lastmod>2022-09-24T13:36:10+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-09-22T15:25:43+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
+  <lastmod>2022-09-24T13:36:10+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-09-22T15:25:43+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
+  <lastmod>2022-09-24T13:36:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-09-22T15:25:43+08:00</lastmod>
+  <lastmod>2022-09-24T13:36:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-09-22T15:25:44+08:00</lastmod>
+  <lastmod>2022-09-24T13:36:11+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-09-22T15:25:44+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
+  <lastmod>2022-09-24T13:36:12+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-09-22T15:25:44+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
+  <lastmod>2022-09-24T13:36:12+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-09-22T15:25:44+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
+  <lastmod>2022-09-24T13:36:12+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-09-22T15:25:45+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
+  <lastmod>2022-09-24T13:36:13+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-09-22T15:25:45+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
+  <lastmod>2022-09-24T13:36:13+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-09-22T15:25:45+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
+  <lastmod>2022-09-24T13:36:13+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-09-22T15:25:46+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
+  <lastmod>2022-09-24T13:36:13+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-09-22T15:25:46+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
+  <lastmod>2022-09-24T13:36:14+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-09-22T15:25:46+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
+  <lastmod>2022-09-24T13:36:14+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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