Ver código fonte

autoupdate docs by xmake-repo/ci

ruki 2 anos atrás
pai
commit
97f76eab4e

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: tracy, gdal, d3d12-memory-allocator**
+- **Recently added: onnx, tracy, gdal**
 
 [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 (773)
+- Packages (774)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/linux.html

@@ -18177,6 +18177,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("onetbb")
 </code></pre>
+<h3 id="onnxlinux">onnx (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Open standard for machine learning interoperability</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://onnx.ai/">https://onnx.ai/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.11.0, v1.12.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/o/onnx/xmake.lua">onnx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install onnx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("onnx")
+</code></pre>
 <h3 id="onnxruntimelinux">onnxruntime (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -16831,6 +16831,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("onetbb")
 </code></pre>
+<h3 id="onnxmacosx">onnx (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Open standard for machine learning interoperability</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://onnx.ai/">https://onnx.ai/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.11.0, v1.12.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/o/onnx/xmake.lua">onnx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install onnx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("onnx")
+</code></pre>
 <h3 id="onnxruntimemacosx">onnxruntime (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -14314,6 +14314,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("onetbb")
 </code></pre>
+<h3 id="onnxwindows">onnx (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Open standard for machine learning interoperability</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://onnx.ai/">https://onnx.ai/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.11.0, v1.12.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/o/onnx/xmake.lua">onnx/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install onnx
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("onnx")
+</code></pre>
 <h3 id="onnxruntimewindows">onnxruntime (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/linux.md

@@ -12106,6 +12106,30 @@ add_requires("onetbb")
 ```
 
 
+### onnx (linux)
+
+
+| Description | *Open standard for machine learning interoperability* |
+| -- | -- |
+| Homepage | [https://onnx.ai/](https://onnx.ai/) |
+| License | Apache-2.0 |
+| Versions | v1.11.0, v1.12.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [onnx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/onnx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install onnx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("onnx")
+```
+
+
 ### onnxruntime (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -11209,6 +11209,30 @@ add_requires("onetbb")
 ```
 
 
+### onnx (macosx)
+
+
+| Description | *Open standard for machine learning interoperability* |
+| -- | -- |
+| Homepage | [https://onnx.ai/](https://onnx.ai/) |
+| License | Apache-2.0 |
+| Versions | v1.11.0, v1.12.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [onnx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/onnx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install onnx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("onnx")
+```
+
+
 ### onnxruntime (macosx)
 
 

+ 24 - 0
packages/windows.md

@@ -9481,6 +9481,30 @@ add_requires("onetbb")
 ```
 
 
+### onnx (windows)
+
+
+| Description | *Open standard for machine learning interoperability* |
+| -- | -- |
+| Homepage | [https://onnx.ai/](https://onnx.ai/) |
+| License | Apache-2.0 |
+| Versions | v1.11.0, v1.12.0 |
+| Architectures | x64, x86 |
+| Definition | [onnx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/onnx/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install onnx
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("onnx")
+```
+
+
 ### onnxruntime (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-10-28T11:13:25+08:00</lastmod>
+  <lastmod>2022-10-28T17:20:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-10-28T11:13:29+08:00</lastmod>
+  <lastmod>2022-10-28T17:20:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-10-28T11:13:29+08:00</lastmod>
+  <lastmod>2022-10-28T17:20:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-10-28T11:13:29+08:00</lastmod>
+  <lastmod>2022-10-28T17:20:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-10-28T11:13:29+08:00</lastmod>
+  <lastmod>2022-10-28T17:20:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-10-28T11:13:30+08:00</lastmod>
+  <lastmod>2022-10-28T17:20:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-10-28T11:13:30+08:00</lastmod>
+  <lastmod>2022-10-28T17:20:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-10-28T11:13:30+08:00</lastmod>
+  <lastmod>2022-10-28T17:20:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-10-28T11:13:30+08:00</lastmod>
+  <lastmod>2022-10-28T17:20:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-10-28T11:13:31+08:00</lastmod>
+  <lastmod>2022-10-28T17:20:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-10-28T11:13:31+08:00</lastmod>
+  <lastmod>2022-10-28T17:20:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-10-28T11:13:32+08:00</lastmod>
+  <lastmod>2022-10-28T17:20:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-10-28T11:13:32+08:00</lastmod>
+  <lastmod>2022-10-28T17:20:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-10-28T11:13:32+08:00</lastmod>
+  <lastmod>2022-10-28T17:20:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-10-28T11:13:32+08:00</lastmod>
+  <lastmod>2022-10-28T17:20:40+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: tracy, gdal, d3d12-memory-allocator**
+- **Recently added: onnx, tracy, gdal**
 
 [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)
-- 包列表 (773)
+- 包列表 (774)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)