Browse Source

autoupdate docs by xmake-repo/ci

ruki 4 years ago
parent
commit
f5b100453c

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: optix, mkl, faiss**
+- **Recently added: nanovdb, nativefiledialog, optix**
 
 [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 (326)
+- Packages (328)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 70 - 0
mirror/packages/linux.html

@@ -7190,6 +7190,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nanoflann")
 </code></pre>
+<h3 id="nanovdblinux">nanovdb (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Developed by NVIDIA, NanoVDB adds real-time rendering GPU support for OpenVDB.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/nanovdb">https://developer.nvidia.com/nanovdb</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20201219</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/n/nanovdb/xmake.lua">nanovdb/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nanovdb
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanovdb")
+</code></pre>
 <h3 id="nanovglinux">nanovg (linux)</h3>
 <table>
 <thead>
@@ -7264,6 +7297,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nasm")
 </code></pre>
+<h3 id="nativefiledialoglinux">nativefiledialog (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A tiny, neat C library that portably invokes native file open and save dialogs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mlabbe/nativefiledialog">https://github.com/mlabbe/nativefiledialog</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.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/n/nativefiledialog/xmake.lua">nativefiledialog/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nativefiledialog
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nativefiledialog")
+</code></pre>
 <h3 id="ncurseslinux">ncurses (linux)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/macosx.html

@@ -6663,6 +6663,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nanoflann")
 </code></pre>
+<h3 id="nanovdbmacosx">nanovdb (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Developed by NVIDIA, NanoVDB adds real-time rendering GPU support for OpenVDB.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/nanovdb">https://developer.nvidia.com/nanovdb</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20201219</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanovdb/xmake.lua">nanovdb/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nanovdb
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanovdb")
+</code></pre>
 <h3 id="nanovgmacosx">nanovg (macosx)</h3>
 <table>
 <thead>
@@ -6737,6 +6770,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nasm")
 </code></pre>
+<h3 id="nativefiledialogmacosx">nativefiledialog (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A tiny, neat C library that portably invokes native file open and save dialogs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mlabbe/nativefiledialog">https://github.com/mlabbe/nativefiledialog</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.6</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nativefiledialog/xmake.lua">nativefiledialog/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nativefiledialog
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nativefiledialog")
+</code></pre>
 <h3 id="ncursesmacosx">ncurses (macosx)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/windows.html

@@ -5496,6 +5496,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nanoflann")
 </code></pre>
+<h3 id="nanovdbwindows">nanovdb (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Developed by NVIDIA, NanoVDB adds real-time rendering GPU support for OpenVDB.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.nvidia.com/nanovdb">https://developer.nvidia.com/nanovdb</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20201219</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/n/nanovdb/xmake.lua">nanovdb/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nanovdb
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanovdb")
+</code></pre>
 <h3 id="nanovgwindows">nanovg (windows)</h3>
 <table>
 <thead>
@@ -5570,6 +5603,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nasm")
 </code></pre>
+<h3 id="nativefiledialogwindows">nativefiledialog (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A tiny, neat C library that portably invokes native file open and save dialogs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mlabbe/nativefiledialog">https://github.com/mlabbe/nativefiledialog</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.6</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/n/nativefiledialog/xmake.lua">nativefiledialog/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nativefiledialog
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nativefiledialog")
+</code></pre>
 <h3 id="ndkwindows">ndk (windows)</h3>
 <table>
 <thead>

+ 47 - 0
packages/linux.md

@@ -4835,6 +4835,29 @@ add_requires("nanoflann")
 ```
 
 
+### nanovdb (linux)
+
+
+| Description | *Developed by NVIDIA, NanoVDB adds real-time rendering GPU support for OpenVDB.* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/nanovdb](https://developer.nvidia.com/nanovdb) |
+| Versions | 20201219 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [nanovdb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanovdb/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nanovdb
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanovdb")
+```
+
+
 ### nanovg (linux)
 
 
@@ -4883,6 +4906,30 @@ add_requires("nasm")
 ```
 
 
+### nativefiledialog (linux)
+
+
+| Description | *A tiny, neat C library that portably invokes native file open and save dialogs.* |
+| -- | -- |
+| Homepage | [https://github.com/mlabbe/nativefiledialog](https://github.com/mlabbe/nativefiledialog) |
+| License | zlib |
+| Versions | 1.1.6 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [nativefiledialog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nativefiledialog/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nativefiledialog
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nativefiledialog")
+```
+
+
 ### ncurses (linux)
 
 

+ 47 - 0
packages/macosx.md

@@ -4482,6 +4482,29 @@ add_requires("nanoflann")
 ```
 
 
+### nanovdb (macosx)
+
+
+| Description | *Developed by NVIDIA, NanoVDB adds real-time rendering GPU support for OpenVDB.* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/nanovdb](https://developer.nvidia.com/nanovdb) |
+| Versions | 20201219 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [nanovdb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanovdb/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nanovdb
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanovdb")
+```
+
+
 ### nanovg (macosx)
 
 
@@ -4530,6 +4553,30 @@ add_requires("nasm")
 ```
 
 
+### nativefiledialog (macosx)
+
+
+| Description | *A tiny, neat C library that portably invokes native file open and save dialogs.* |
+| -- | -- |
+| Homepage | [https://github.com/mlabbe/nativefiledialog](https://github.com/mlabbe/nativefiledialog) |
+| License | zlib |
+| Versions | 1.1.6 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [nativefiledialog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nativefiledialog/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nativefiledialog
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nativefiledialog")
+```
+
+
 ### ncurses (macosx)
 
 

+ 47 - 0
packages/windows.md

@@ -3674,6 +3674,29 @@ add_requires("nanoflann")
 ```
 
 
+### nanovdb (windows)
+
+
+| Description | *Developed by NVIDIA, NanoVDB adds real-time rendering GPU support for OpenVDB.* |
+| -- | -- |
+| Homepage | [https://developer.nvidia.com/nanovdb](https://developer.nvidia.com/nanovdb) |
+| Versions | 20201219 |
+| Architectures | x64, x86 |
+| Definition | [nanovdb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanovdb/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nanovdb
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanovdb")
+```
+
+
 ### nanovg (windows)
 
 
@@ -3722,6 +3745,30 @@ add_requires("nasm")
 ```
 
 
+### nativefiledialog (windows)
+
+
+| Description | *A tiny, neat C library that portably invokes native file open and save dialogs.* |
+| -- | -- |
+| Homepage | [https://github.com/mlabbe/nativefiledialog](https://github.com/mlabbe/nativefiledialog) |
+| License | zlib |
+| Versions | 1.1.6 |
+| Architectures | x64, x86 |
+| Definition | [nativefiledialog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nativefiledialog/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nativefiledialog
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nativefiledialog")
+```
+
+
 ### ndk (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-05-08T15:28:47+08:00</lastmod>
+  <lastmod>2021-05-10T15:15:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-05-08T15:28:48+08:00</lastmod>
+  <lastmod>2021-05-10T15:15:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-05-08T15:28:48+08:00</lastmod>
+  <lastmod>2021-05-10T15:15:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-05-08T15:28:48+08:00</lastmod>
+  <lastmod>2021-05-10T15:15:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-05-08T15:28:48+08:00</lastmod>
+  <lastmod>2021-05-10T15:15:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-05-08T15:28:48+08:00</lastmod>
+  <lastmod>2021-05-10T15:15:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-05-08T15:28:49+08:00</lastmod>
+  <lastmod>2021-05-10T15:15:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-05-08T15:28:49+08:00</lastmod>
+  <lastmod>2021-05-10T15:15:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-05-08T15:28:49+08:00</lastmod>
+  <lastmod>2021-05-10T15:15:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-05-08T15:28:49+08:00</lastmod>
+  <lastmod>2021-05-10T15:15:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-05-08T15:28:49+08:00</lastmod>
+  <lastmod>2021-05-10T15:15:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-05-08T15:28:50+08:00</lastmod>
+  <lastmod>2021-05-10T15:15:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-05-08T15:28:50+08:00</lastmod>
+  <lastmod>2021-05-10T15:15:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-05-08T15:28:50+08:00</lastmod>
+  <lastmod>2021-05-10T15:15:33+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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