Explorar o código

autoupdate docs by xmake-repo/ci

ruki %!s(int64=4) %!d(string=hai) anos
pai
achega
9ae1df39a8

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: hypre, msmpi, hdf5**
+- **Recently added: filament, nanoflann, tinyfiledialogs**
 
 [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 (320)
+- Packages (323)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -3042,6 +3042,43 @@
 <pre><code class="lang-lua">add_requires("muslcc")
 </code></pre>
 <h2 id="n">n</h2>
+<h3 id="nanoflannandroid">nanoflann (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/jlblancoc/nanoflann/">https://github.com/jlblancoc/nanoflann/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanoflann/xmake.lua">nanoflann/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] nanoflann
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanoflann")
+</code></pre>
 <h3 id="nasmandroid">nasm (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -2115,6 +2115,43 @@
 <pre><code class="lang-lua">add_requires("muslcc")
 </code></pre>
 <h2 id="n">n</h2>
+<h3 id="nanoflannbsd">nanoflann (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/jlblancoc/nanoflann/">https://github.com/jlblancoc/nanoflann/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.2</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/n/nanoflann/xmake.lua">nanoflann/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nanoflann
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanoflann")
+</code></pre>
 <h3 id="nasmbsd">nasm (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -2012,6 +2012,43 @@
 <pre><code class="lang-lua">add_requires("muslcc")
 </code></pre>
 <h2 id="n">n</h2>
+<h3 id="nanoflanncross">nanoflann (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/jlblancoc/nanoflann/">https://github.com/jlblancoc/nanoflann/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanoflann/xmake.lua">nanoflann/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] nanoflann
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanoflann")
+</code></pre>
 <h3 id="nasmcross">nasm (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -2737,6 +2737,43 @@
 <pre><code class="lang-lua">add_requires("muslcc")
 </code></pre>
 <h2 id="n">n</h2>
+<h3 id="nanoflanniphoneos">nanoflann (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/jlblancoc/nanoflann/">https://github.com/jlblancoc/nanoflann/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanoflann/xmake.lua">nanoflann/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos nanoflann
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanoflann")
+</code></pre>
 <h3 id="nasmiphoneos">nasm (iphoneos)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/linux.html

@@ -7050,6 +7050,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nana")
 </code></pre>
+<h3 id="nanoflannlinux">nanoflann (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/jlblancoc/nanoflann/">https://github.com/jlblancoc/nanoflann/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.2</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/nanoflann/xmake.lua">nanoflann/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nanoflann
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanoflann")
+</code></pre>
 <h3 id="nanovglinux">nanovg (linux)</h3>
 <table>
 <thead>
@@ -9466,6 +9503,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinycc")
 </code></pre>
+<h3 id="tinyfiledialogslinux">tinyfiledialogs (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Native dialog library for WINDOWS MAC OSX GTK+ QT CONSOLE</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/tinyfiledialogs/">https://sourceforge.net/projects/tinyfiledialogs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.8.8</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/t/tinyfiledialogs/xmake.lua">tinyfiledialogs/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinyfiledialogs
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyfiledialogs")
+</code></pre>
 <h3 id="tinyformatlinux">tinyformat (linux)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/macosx.html

@@ -6593,6 +6593,43 @@
 <pre><code class="lang-lua">add_requires("mysql")
 </code></pre>
 <h2 id="n">n</h2>
+<h3 id="nanoflannmacosx">nanoflann (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/jlblancoc/nanoflann/">https://github.com/jlblancoc/nanoflann/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.2</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/nanoflann/xmake.lua">nanoflann/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nanoflann
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanoflann")
+</code></pre>
 <h3 id="nanovgmacosx">nanovg (macosx)</h3>
 <table>
 <thead>
@@ -8873,6 +8910,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinycc")
 </code></pre>
+<h3 id="tinyfiledialogsmacosx">tinyfiledialogs (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Native dialog library for WINDOWS MAC OSX GTK+ QT CONSOLE</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/tinyfiledialogs/">https://sourceforge.net/projects/tinyfiledialogs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.8.8</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/t/tinyfiledialogs/xmake.lua">tinyfiledialogs/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinyfiledialogs
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyfiledialogs")
+</code></pre>
 <h3 id="tinyformatmacosx">tinyformat (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -2939,6 +2939,43 @@
 <pre><code class="lang-lua">add_requires("muslcc")
 </code></pre>
 <h2 id="n">n</h2>
+<h3 id="nanoflannmingw">nanoflann (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/jlblancoc/nanoflann/">https://github.com/jlblancoc/nanoflann/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.2</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/n/nanoflann/xmake.lua">nanoflann/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] nanoflann
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanoflann")
+</code></pre>
 <h3 id="nasmmingw">nasm (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -1913,6 +1913,43 @@
 <pre><code class="lang-lua">add_requires("muslcc")
 </code></pre>
 <h2 id="n">n</h2>
+<h3 id="nanoflannmsys">nanoflann (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/jlblancoc/nanoflann/">https://github.com/jlblancoc/nanoflann/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.2</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/n/nanoflann/xmake.lua">nanoflann/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nanoflann
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanoflann")
+</code></pre>
 <h3 id="nasmmsys">nasm (msys)</h3>
 <table>
 <thead>

+ 111 - 0
mirror/packages/windows.html

@@ -1892,6 +1892,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fftw")
 </code></pre>
+<h3 id="filamentwindows">filament (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Filament is a real-time physically-based renderer written in C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://google.github.io/filament/">https://google.github.io/filament/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.9.23</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/f/filament/xmake.lua">filament/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install filament
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("filament")
+</code></pre>
 <h3 id="flatbufferswindows">flatbuffers (windows)</h3>
 <table>
 <thead>
@@ -5352,6 +5389,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nana")
 </code></pre>
+<h3 id="nanoflannwindows">nanoflann (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/jlblancoc/nanoflann/">https://github.com/jlblancoc/nanoflann/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.2</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/nanoflann/xmake.lua">nanoflann/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nanoflann
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanoflann")
+</code></pre>
 <h3 id="nanovgwindows">nanovg (windows)</h3>
 <table>
 <thead>
@@ -7731,6 +7805,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinycc")
 </code></pre>
+<h3 id="tinyfiledialogswindows">tinyfiledialogs (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Native dialog library for WINDOWS MAC OSX GTK+ QT CONSOLE</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/tinyfiledialogs/">https://sourceforge.net/projects/tinyfiledialogs/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.8.8</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/t/tinyfiledialogs/xmake.lua">tinyfiledialogs/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinyfiledialogs
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyfiledialogs")
+</code></pre>
 <h3 id="tinyformatwindows">tinyformat (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -2028,6 +2028,30 @@ add_requires("muslcc")
 
 
 ## n
+### nanoflann (android)
+
+
+| Description | *nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees* |
+| -- | -- |
+| Homepage | [https://github.com/jlblancoc/nanoflann/](https://github.com/jlblancoc/nanoflann/) |
+| License | BSD-2-Clause |
+| Versions | v1.3.2 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [nanoflann/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanoflann/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] nanoflann
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanoflann")
+```
+
+
 ### nasm (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -1398,6 +1398,30 @@ add_requires("muslcc")
 
 
 ## n
+### nanoflann (bsd)
+
+
+| Description | *nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees* |
+| -- | -- |
+| Homepage | [https://github.com/jlblancoc/nanoflann/](https://github.com/jlblancoc/nanoflann/) |
+| License | BSD-2-Clause |
+| Versions | v1.3.2 |
+| Architectures | i386, x86_64 |
+| Definition | [nanoflann/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanoflann/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nanoflann
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanoflann")
+```
+
+
 ### nasm (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -1328,6 +1328,30 @@ add_requires("muslcc")
 
 
 ## n
+### nanoflann (cross)
+
+
+| Description | *nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees* |
+| -- | -- |
+| Homepage | [https://github.com/jlblancoc/nanoflann/](https://github.com/jlblancoc/nanoflann/) |
+| License | BSD-2-Clause |
+| Versions | v1.3.2 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [nanoflann/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanoflann/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] nanoflann
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanoflann")
+```
+
+
 ### nasm (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -1819,6 +1819,30 @@ add_requires("muslcc")
 
 
 ## n
+### nanoflann (iphoneos)
+
+
+| Description | *nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees* |
+| -- | -- |
+| Homepage | [https://github.com/jlblancoc/nanoflann/](https://github.com/jlblancoc/nanoflann/) |
+| License | BSD-2-Clause |
+| Versions | v1.3.2 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [nanoflann/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanoflann/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos nanoflann
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanoflann")
+```
+
+
 ### nasm (iphoneos)
 
 

+ 48 - 0
packages/linux.md

@@ -4741,6 +4741,30 @@ add_requires("nana")
 ```
 
 
+### nanoflann (linux)
+
+
+| Description | *nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees* |
+| -- | -- |
+| Homepage | [https://github.com/jlblancoc/nanoflann/](https://github.com/jlblancoc/nanoflann/) |
+| License | BSD-2-Clause |
+| Versions | v1.3.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [nanoflann/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanoflann/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nanoflann
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanoflann")
+```
+
+
 ### nanovg (linux)
 
 
@@ -6388,6 +6412,30 @@ add_requires("tinycc")
 ```
 
 
+### tinyfiledialogs (linux)
+
+
+| Description | *Native dialog library for WINDOWS MAC OSX GTK+ QT CONSOLE* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/tinyfiledialogs/](https://sourceforge.net/projects/tinyfiledialogs/) |
+| License | zlib |
+| Versions | 3.8.8 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [tinyfiledialogs/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyfiledialogs/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinyfiledialogs
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyfiledialogs")
+```
+
+
 ### tinyformat (linux)
 
 

+ 48 - 0
packages/macosx.md

@@ -4435,6 +4435,30 @@ add_requires("mysql")
 
 
 ## n
+### nanoflann (macosx)
+
+
+| Description | *nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees* |
+| -- | -- |
+| Homepage | [https://github.com/jlblancoc/nanoflann/](https://github.com/jlblancoc/nanoflann/) |
+| License | BSD-2-Clause |
+| Versions | v1.3.2 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [nanoflann/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanoflann/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nanoflann
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanoflann")
+```
+
+
 ### nanovg (macosx)
 
 
@@ -5989,6 +6013,30 @@ add_requires("tinycc")
 ```
 
 
+### tinyfiledialogs (macosx)
+
+
+| Description | *Native dialog library for WINDOWS MAC OSX GTK+ QT CONSOLE* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/tinyfiledialogs/](https://sourceforge.net/projects/tinyfiledialogs/) |
+| License | zlib |
+| Versions | 3.8.8 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [tinyfiledialogs/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyfiledialogs/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinyfiledialogs
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyfiledialogs")
+```
+
+
 ### tinyformat (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -1958,6 +1958,30 @@ add_requires("muslcc")
 
 
 ## n
+### nanoflann (mingw)
+
+
+| Description | *nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees* |
+| -- | -- |
+| Homepage | [https://github.com/jlblancoc/nanoflann/](https://github.com/jlblancoc/nanoflann/) |
+| License | BSD-2-Clause |
+| Versions | v1.3.2 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [nanoflann/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanoflann/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] nanoflann
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanoflann")
+```
+
+
 ### nasm (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -1259,6 +1259,30 @@ add_requires("muslcc")
 
 
 ## n
+### nanoflann (msys)
+
+
+| Description | *nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees* |
+| -- | -- |
+| Homepage | [https://github.com/jlblancoc/nanoflann/](https://github.com/jlblancoc/nanoflann/) |
+| License | BSD-2-Clause |
+| Versions | v1.3.2 |
+| Architectures | i386, x86_64 |
+| Definition | [nanoflann/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanoflann/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nanoflann
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanoflann")
+```
+
+
 ### nasm (msys)
 
 

+ 72 - 0
packages/windows.md

@@ -1225,6 +1225,30 @@ add_requires("fftw")
 ```
 
 
+### filament (windows)
+
+
+| Description | *Filament is a real-time physically-based renderer written in C++.* |
+| -- | -- |
+| Homepage | [https://google.github.io/filament/](https://google.github.io/filament/) |
+| License | Apache-2.0 |
+| Versions | v1.9.23 |
+| Architectures | x64 |
+| Definition | [filament/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/filament/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install filament
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("filament")
+```
+
+
 ### flatbuffers (windows)
 
 
@@ -3579,6 +3603,30 @@ add_requires("nana")
 ```
 
 
+### nanoflann (windows)
+
+
+| Description | *nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees* |
+| -- | -- |
+| Homepage | [https://github.com/jlblancoc/nanoflann/](https://github.com/jlblancoc/nanoflann/) |
+| License | BSD-2-Clause |
+| Versions | v1.3.2 |
+| Architectures | x64, x86 |
+| Definition | [nanoflann/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanoflann/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nanoflann
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanoflann")
+```
+
+
 ### nanovg (windows)
 
 
@@ -5202,6 +5250,30 @@ add_requires("tinycc")
 ```
 
 
+### tinyfiledialogs (windows)
+
+
+| Description | *Native dialog library for WINDOWS MAC OSX GTK+ QT CONSOLE* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/tinyfiledialogs/](https://sourceforge.net/projects/tinyfiledialogs/) |
+| License | zlib |
+| Versions | 3.8.8 |
+| Architectures | x64, x86 |
+| Definition | [tinyfiledialogs/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyfiledialogs/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinyfiledialogs
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyfiledialogs")
+```
+
+
 ### tinyformat (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-05-05T14:56:50+08:00</lastmod>
+  <lastmod>2021-05-06T08:03:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-05-05T14:56:51+08:00</lastmod>
+  <lastmod>2021-05-06T08:03:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-05-05T14:56:51+08:00</lastmod>
+  <lastmod>2021-05-06T08:03:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-05-05T14:56:52+08:00</lastmod>
+  <lastmod>2021-05-06T08:03:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-05-05T14:56:52+08:00</lastmod>
+  <lastmod>2021-05-06T08:03:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-05-05T14:56:52+08:00</lastmod>
+  <lastmod>2021-05-06T08:03:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-05-05T14:56:53+08:00</lastmod>
+  <lastmod>2021-05-06T08:03:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-05-05T14:56:53+08:00</lastmod>
+  <lastmod>2021-05-06T08:03:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-05-05T14:56:53+08:00</lastmod>
+  <lastmod>2021-05-06T08:03:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-05-05T14:56:53+08:00</lastmod>
+  <lastmod>2021-05-06T08:03:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-05-05T14:56:54+08:00</lastmod>
+  <lastmod>2021-05-06T08:03:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-05-05T14:56:54+08:00</lastmod>
+  <lastmod>2021-05-06T08:03:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-05-05T14:56:54+08:00</lastmod>
+  <lastmod>2021-05-06T08:03:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-05-05T14:56:54+08:00</lastmod>
+  <lastmod>2021-05-06T08:03:17+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: hypre, msmpi, hdf5**
+- **Recently added: filament, nanoflann, tinyfiledialogs**
 
 [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)
-- 包列表 (320)
+- 包列表 (323)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)