Quellcode durchsuchen

autoupdate docs by xmake-repo/ci

ruki vor 2 Jahren
Ursprung
Commit
1eab95acb1

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: rocksdb, godotcpp4, span-lite**
+- **Recently added: snitch, rocksdb, godotcpp4**
 
 [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 (853)
+- Packages (854)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -9767,6 +9767,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("snappy")
 </code></pre>
+<h3 id="snitchandroid">snitch (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Lightweight C++20 testing framework.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cschreib/snitch">https://github.com/cschreib/snitch</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.0</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/s/snitch/xmake.lua">snitch/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] snitch
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("snitch")
+</code></pre>
 <h3 id="sokolandroid">sokol (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -8504,6 +8504,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("simplethreadpool")
 </code></pre>
+<h3 id="snitchbsd">snitch (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Lightweight C++20 testing framework.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cschreib/snitch">https://github.com/cschreib/snitch</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.0</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/s/snitch/xmake.lua">snitch/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install snitch
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("snitch")
+</code></pre>
 <h3 id="snmallocbsd">snmalloc (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -7812,6 +7812,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("simplethreadpool")
 </code></pre>
+<h3 id="snitchcross">snitch (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Lightweight C++20 testing framework.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cschreib/snitch">https://github.com/cschreib/snitch</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.0</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/s/snitch/xmake.lua">snitch/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] snitch
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("snitch")
+</code></pre>
 <h3 id="sokolcross">sokol (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -8923,6 +8923,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("simplethreadpool")
 </code></pre>
+<h3 id="snitchiphoneos">snitch (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Lightweight C++20 testing framework.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cschreib/snitch">https://github.com/cschreib/snitch</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.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/s/snitch/xmake.lua">snitch/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos snitch
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("snitch")
+</code></pre>
 <h3 id="sokoliphoneos">sokol (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -24367,6 +24367,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("snappy")
 </code></pre>
+<h3 id="snitchlinux">snitch (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Lightweight C++20 testing framework.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cschreib/snitch">https://github.com/cschreib/snitch</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.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/s/snitch/xmake.lua">snitch/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install snitch
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("snitch")
+</code></pre>
 <h3 id="snmalloclinux">snmalloc (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -22770,6 +22770,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("snappy")
 </code></pre>
+<h3 id="snitchmacosx">snitch (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Lightweight C++20 testing framework.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cschreib/snitch">https://github.com/cschreib/snitch</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.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/s/snitch/xmake.lua">snitch/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install snitch
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("snitch")
+</code></pre>
 <h3 id="snmallocmacosx">snmalloc (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -10384,6 +10384,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("snappy")
 </code></pre>
+<h3 id="snitchmingw">snitch (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Lightweight C++20 testing framework.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cschreib/snitch">https://github.com/cschreib/snitch</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.0</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/s/snitch/xmake.lua">snitch/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] snitch
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("snitch")
+</code></pre>
 <h3 id="sokolmingw">sokol (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -7005,6 +7005,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("simde")
 </code></pre>
+<h3 id="snitchmsys">snitch (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Lightweight C++20 testing framework.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cschreib/snitch">https://github.com/cschreib/snitch</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.0</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/s/snitch/xmake.lua">snitch/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install snitch
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("snitch")
+</code></pre>
 <h3 id="sokolmsys">sokol (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/wasm.html

@@ -7363,6 +7363,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("simde")
 </code></pre>
+<h3 id="snitchwasm">snitch (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Lightweight C++20 testing framework.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cschreib/snitch">https://github.com/cschreib/snitch</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.0</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/s/snitch/xmake.lua">snitch/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm snitch
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("snitch")
+</code></pre>
 <h3 id="sokolwasm">sokol (wasm)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -19899,6 +19899,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("snappy")
 </code></pre>
+<h3 id="snitchwindows">snitch (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Lightweight C++20 testing framework.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cschreib/snitch">https://github.com/cschreib/snitch</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.0</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/s/snitch/xmake.lua">snitch/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install snitch
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("snitch")
+</code></pre>
 <h3 id="snmallocwindows">snmalloc (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -6491,6 +6491,30 @@ add_requires("snappy")
 ```
 
 
+### snitch (android)
+
+
+| Description | *Lightweight C++20 testing framework.* |
+| -- | -- |
+| Homepage | [https://github.com/cschreib/snitch](https://github.com/cschreib/snitch) |
+| License | BSL-1.0 |
+| Versions | 1.0.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [snitch/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snitch/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] snitch
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("snitch")
+```
+
+
 ### sokol (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -5659,6 +5659,30 @@ add_requires("simplethreadpool")
 ```
 
 
+### snitch (bsd)
+
+
+| Description | *Lightweight C++20 testing framework.* |
+| -- | -- |
+| Homepage | [https://github.com/cschreib/snitch](https://github.com/cschreib/snitch) |
+| License | BSL-1.0 |
+| Versions | 1.0.0 |
+| Architectures | i386, x86_64 |
+| Definition | [snitch/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snitch/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install snitch
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("snitch")
+```
+
+
 ### snmalloc (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -5191,6 +5191,30 @@ add_requires("simplethreadpool")
 ```
 
 
+### snitch (cross)
+
+
+| Description | *Lightweight C++20 testing framework.* |
+| -- | -- |
+| Homepage | [https://github.com/cschreib/snitch](https://github.com/cschreib/snitch) |
+| License | BSL-1.0 |
+| Versions | 1.0.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [snitch/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snitch/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] snitch
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("snitch")
+```
+
+
 ### sokol (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -5926,6 +5926,30 @@ add_requires("simplethreadpool")
 ```
 
 
+### snitch (iphoneos)
+
+
+| Description | *Lightweight C++20 testing framework.* |
+| -- | -- |
+| Homepage | [https://github.com/cschreib/snitch](https://github.com/cschreib/snitch) |
+| License | BSL-1.0 |
+| Versions | 1.0.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [snitch/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snitch/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos snitch
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("snitch")
+```
+
+
 ### sokol (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -16227,6 +16227,30 @@ add_requires("snappy")
 ```
 
 
+### snitch (linux)
+
+
+| Description | *Lightweight C++20 testing framework.* |
+| -- | -- |
+| Homepage | [https://github.com/cschreib/snitch](https://github.com/cschreib/snitch) |
+| License | BSL-1.0 |
+| Versions | 1.0.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [snitch/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snitch/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install snitch
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("snitch")
+```
+
+
 ### snmalloc (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -15164,6 +15164,30 @@ add_requires("snappy")
 ```
 
 
+### snitch (macosx)
+
+
+| Description | *Lightweight C++20 testing framework.* |
+| -- | -- |
+| Homepage | [https://github.com/cschreib/snitch](https://github.com/cschreib/snitch) |
+| License | BSL-1.0 |
+| Versions | 1.0.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [snitch/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snitch/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install snitch
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("snitch")
+```
+
+
 ### snmalloc (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -6896,6 +6896,30 @@ add_requires("snappy")
 ```
 
 
+### snitch (mingw)
+
+
+| Description | *Lightweight C++20 testing framework.* |
+| -- | -- |
+| Homepage | [https://github.com/cschreib/snitch](https://github.com/cschreib/snitch) |
+| License | BSL-1.0 |
+| Versions | 1.0.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [snitch/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snitch/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] snitch
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("snitch")
+```
+
+
 ### sokol (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -4650,6 +4650,30 @@ add_requires("simde")
 ```
 
 
+### snitch (msys)
+
+
+| Description | *Lightweight C++20 testing framework.* |
+| -- | -- |
+| Homepage | [https://github.com/cschreib/snitch](https://github.com/cschreib/snitch) |
+| License | BSL-1.0 |
+| Versions | 1.0.0 |
+| Architectures | i386, x86_64 |
+| Definition | [snitch/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snitch/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install snitch
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("snitch")
+```
+
+
 ### sokol (msys)
 
 

+ 24 - 0
packages/wasm.md

@@ -4887,6 +4887,30 @@ add_requires("simde")
 ```
 
 
+### snitch (wasm)
+
+
+| Description | *Lightweight C++20 testing framework.* |
+| -- | -- |
+| Homepage | [https://github.com/cschreib/snitch](https://github.com/cschreib/snitch) |
+| License | BSL-1.0 |
+| Versions | 1.0.0 |
+| Architectures | wasm32 |
+| Definition | [snitch/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snitch/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm snitch
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("snitch")
+```
+
+
 ### sokol (wasm)
 
 

+ 24 - 0
packages/windows.md

@@ -13200,6 +13200,30 @@ add_requires("snappy")
 ```
 
 
+### snitch (windows)
+
+
+| Description | *Lightweight C++20 testing framework.* |
+| -- | -- |
+| Homepage | [https://github.com/cschreib/snitch](https://github.com/cschreib/snitch) |
+| License | BSL-1.0 |
+| Versions | 1.0.0 |
+| Architectures | arm64, x64, x86 |
+| Definition | [snitch/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/snitch/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install snitch
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("snitch")
+```
+
+
 ### snmalloc (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-03-10T04:15:03+08:00</lastmod>
+  <lastmod>2023-03-11T13:47:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-03-10T04:15:06+08:00</lastmod>
+  <lastmod>2023-03-11T13:47:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-03-10T04:15:07+08:00</lastmod>
+  <lastmod>2023-03-11T13:47:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-03-10T04:15:07+08:00</lastmod>
+  <lastmod>2023-03-11T13:47:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-03-10T04:15:07+08:00</lastmod>
+  <lastmod>2023-03-11T13:47:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-03-10T04:15:07+08:00</lastmod>
+  <lastmod>2023-03-11T13:47:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-03-10T04:15:08+08:00</lastmod>
+  <lastmod>2023-03-11T13:47:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-03-10T04:15:08+08:00</lastmod>
+  <lastmod>2023-03-11T13:47:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-03-10T04:15:09+08:00</lastmod>
+  <lastmod>2023-03-11T13:47:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-03-10T04:15:09+08:00</lastmod>
+  <lastmod>2023-03-11T13:47:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-03-10T04:15:09+08:00</lastmod>
+  <lastmod>2023-03-11T13:47:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-03-10T04:15:10+08:00</lastmod>
+  <lastmod>2023-03-11T13:47:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-03-10T04:15:10+08:00</lastmod>
+  <lastmod>2023-03-11T13:47:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-03-10T04:15:10+08:00</lastmod>
+  <lastmod>2023-03-11T13:47:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-03-10T04:15:11+08:00</lastmod>
+  <lastmod>2023-03-11T13:47:48+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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