Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 years ago
parent
commit
b07dc86277

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: pulsar, dotnet, hlslpp**
+- **Recently added: nanobench, pulsar, dotnet**
 
 [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 (870)
+- Packages (871)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -7382,6 +7382,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("named_type")
 </code></pre>
+<h3 id="nanobenchandroid">nanobench (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://nanobench.ankerl.com">https://nanobench.ankerl.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v4.3.11</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/nanobench/xmake.lua">nanobench/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] nanobench
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanobench")
+</code></pre>
 <h3 id="nanoflannandroid">nanoflann (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -6551,6 +6551,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("named_type")
 </code></pre>
+<h3 id="nanobenchbsd">nanobench (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://nanobench.ankerl.com">https://nanobench.ankerl.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v4.3.11</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/nanobench/xmake.lua">nanobench/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nanobench
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanobench")
+</code></pre>
 <h3 id="nanoflannbsd">nanoflann (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -5954,6 +5954,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("named_type")
 </code></pre>
+<h3 id="nanobenchcross">nanobench (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://nanobench.ankerl.com">https://nanobench.ankerl.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v4.3.11</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/nanobench/xmake.lua">nanobench/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] nanobench
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanobench")
+</code></pre>
 <h3 id="nanoflanncross">nanoflann (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -6736,6 +6736,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("named_type")
 </code></pre>
+<h3 id="nanobenchiphoneos">nanobench (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://nanobench.ankerl.com">https://nanobench.ankerl.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v4.3.11</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/n/nanobench/xmake.lua">nanobench/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos nanobench
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanobench")
+</code></pre>
 <h3 id="nanoflanniphoneos">nanoflann (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -18579,6 +18579,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nana")
 </code></pre>
+<h3 id="nanobenchlinux">nanobench (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://nanobench.ankerl.com">https://nanobench.ankerl.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v4.3.11</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/nanobench/xmake.lua">nanobench/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nanobench
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanobench")
+</code></pre>
 <h3 id="nanoflannlinux">nanoflann (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -17229,6 +17229,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("named_type")
 </code></pre>
+<h3 id="nanobenchmacosx">nanobench (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://nanobench.ankerl.com">https://nanobench.ankerl.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v4.3.11</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/n/nanobench/xmake.lua">nanobench/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nanobench
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanobench")
+</code></pre>
 <h3 id="nanoflannmacosx">nanoflann (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -7567,6 +7567,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("named_type")
 </code></pre>
+<h3 id="nanobenchmingw">nanobench (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://nanobench.ankerl.com">https://nanobench.ankerl.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v4.3.11</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/nanobench/xmake.lua">nanobench/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] nanobench
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanobench")
+</code></pre>
 <h3 id="nanoflannmingw">nanoflann (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -5316,6 +5316,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("named_type")
 </code></pre>
+<h3 id="nanobenchmsys">nanobench (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://nanobench.ankerl.com">https://nanobench.ankerl.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v4.3.11</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/nanobench/xmake.lua">nanobench/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nanobench
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanobench")
+</code></pre>
 <h3 id="nanoflannmsys">nanoflann (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/wasm.html

@@ -5575,6 +5575,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("named_type")
 </code></pre>
+<h3 id="nanobenchwasm">nanobench (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://nanobench.ankerl.com">https://nanobench.ankerl.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v4.3.11</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanobench/xmake.lua">nanobench/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm nanobench
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanobench")
+</code></pre>
 <h3 id="nanoflannwasm">nanoflann (wasm)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -14580,6 +14580,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nana")
 </code></pre>
+<h3 id="nanobenchwindows">nanobench (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://nanobench.ankerl.com">https://nanobench.ankerl.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v4.3.11</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/n/nanobench/xmake.lua">nanobench/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nanobench
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanobench")
+</code></pre>
 <h3 id="nanoflannwindows">nanoflann (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -4883,6 +4883,30 @@ add_requires("named_type")
 ```
 
 
+### nanobench (android)
+
+
+| Description | *Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20* |
+| -- | -- |
+| Homepage | [https://nanobench.ankerl.com](https://nanobench.ankerl.com) |
+| License | MIT |
+| Versions | v4.3.11 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [nanobench/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanobench/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] nanobench
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanobench")
+```
+
+
 ### nanoflann (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -4336,6 +4336,30 @@ add_requires("named_type")
 ```
 
 
+### nanobench (bsd)
+
+
+| Description | *Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20* |
+| -- | -- |
+| Homepage | [https://nanobench.ankerl.com](https://nanobench.ankerl.com) |
+| License | MIT |
+| Versions | v4.3.11 |
+| Architectures | i386, x86_64 |
+| Definition | [nanobench/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanobench/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nanobench
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanobench")
+```
+
+
 ### nanoflann (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -3936,6 +3936,30 @@ add_requires("named_type")
 ```
 
 
+### nanobench (cross)
+
+
+| Description | *Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20* |
+| -- | -- |
+| Homepage | [https://nanobench.ankerl.com](https://nanobench.ankerl.com) |
+| License | MIT |
+| Versions | v4.3.11 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [nanobench/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanobench/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] nanobench
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanobench")
+```
+
+
 ### nanoflann (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -4456,6 +4456,30 @@ add_requires("named_type")
 ```
 
 
+### nanobench (iphoneos)
+
+
+| Description | *Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20* |
+| -- | -- |
+| Homepage | [https://nanobench.ankerl.com](https://nanobench.ankerl.com) |
+| License | MIT |
+| Versions | v4.3.11 |
+| Architectures | arm64, x86_64 |
+| Definition | [nanobench/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanobench/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos nanobench
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanobench")
+```
+
+
 ### nanoflann (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -12367,6 +12367,30 @@ add_requires("nana")
 ```
 
 
+### nanobench (linux)
+
+
+| Description | *Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20* |
+| -- | -- |
+| Homepage | [https://nanobench.ankerl.com](https://nanobench.ankerl.com) |
+| License | MIT |
+| Versions | v4.3.11 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [nanobench/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanobench/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nanobench
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanobench")
+```
+
+
 ### nanoflann (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -11469,6 +11469,30 @@ add_requires("named_type")
 ```
 
 
+### nanobench (macosx)
+
+
+| Description | *Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20* |
+| -- | -- |
+| Homepage | [https://nanobench.ankerl.com](https://nanobench.ankerl.com) |
+| License | MIT |
+| Versions | v4.3.11 |
+| Architectures | arm64, x86_64 |
+| Definition | [nanobench/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanobench/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nanobench
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanobench")
+```
+
+
 ### nanoflann (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -5003,6 +5003,30 @@ add_requires("named_type")
 ```
 
 
+### nanobench (mingw)
+
+
+| Description | *Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20* |
+| -- | -- |
+| Homepage | [https://nanobench.ankerl.com](https://nanobench.ankerl.com) |
+| License | MIT |
+| Versions | v4.3.11 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [nanobench/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanobench/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] nanobench
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanobench")
+```
+
+
 ### nanoflann (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -3511,6 +3511,30 @@ add_requires("named_type")
 ```
 
 
+### nanobench (msys)
+
+
+| Description | *Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20* |
+| -- | -- |
+| Homepage | [https://nanobench.ankerl.com](https://nanobench.ankerl.com) |
+| License | MIT |
+| Versions | v4.3.11 |
+| Architectures | i386, x86_64 |
+| Definition | [nanobench/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanobench/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nanobench
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanobench")
+```
+
+
 ### nanoflann (msys)
 
 

+ 24 - 0
packages/wasm.md

@@ -3679,6 +3679,30 @@ add_requires("named_type")
 ```
 
 
+### nanobench (wasm)
+
+
+| Description | *Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20* |
+| -- | -- |
+| Homepage | [https://nanobench.ankerl.com](https://nanobench.ankerl.com) |
+| License | MIT |
+| Versions | v4.3.11 |
+| Architectures | wasm32 |
+| Definition | [nanobench/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanobench/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm nanobench
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanobench")
+```
+
+
 ### nanoflann (wasm)
 
 

+ 24 - 0
packages/windows.md

@@ -9649,6 +9649,30 @@ add_requires("nana")
 ```
 
 
+### nanobench (windows)
+
+
+| Description | *Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20* |
+| -- | -- |
+| Homepage | [https://nanobench.ankerl.com](https://nanobench.ankerl.com) |
+| License | MIT |
+| Versions | v4.3.11 |
+| Architectures | arm64, x64, x86 |
+| Definition | [nanobench/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanobench/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nanobench
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanobench")
+```
+
+
 ### nanoflann (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-04-03T09:22:58+08:00</lastmod>
+  <lastmod>2023-04-04T02:47:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-04-03T09:23:02+08:00</lastmod>
+  <lastmod>2023-04-04T02:47:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-04-03T09:23:03+08:00</lastmod>
+  <lastmod>2023-04-04T02:47:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-04-03T09:23:03+08:00</lastmod>
+  <lastmod>2023-04-04T02:47:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-04-03T09:23:03+08:00</lastmod>
+  <lastmod>2023-04-04T02:48:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-04-03T09:23:04+08:00</lastmod>
+  <lastmod>2023-04-04T02:48:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-04-03T09:23:04+08:00</lastmod>
+  <lastmod>2023-04-04T02:48:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-04-03T09:23:04+08:00</lastmod>
+  <lastmod>2023-04-04T02:48:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-04-03T09:23:05+08:00</lastmod>
+  <lastmod>2023-04-04T02:48:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-04-03T09:23:05+08:00</lastmod>
+  <lastmod>2023-04-04T02:48:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-04-03T09:23:06+08:00</lastmod>
+  <lastmod>2023-04-04T02:48:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-04-03T09:23:06+08:00</lastmod>
+  <lastmod>2023-04-04T02:48:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-04-03T09:23:06+08:00</lastmod>
+  <lastmod>2023-04-04T02:48:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-04-03T09:23:07+08:00</lastmod>
+  <lastmod>2023-04-04T02:48:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-04-03T09:23:07+08:00</lastmod>
+  <lastmod>2023-04-04T02:48:03+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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