Selaa lähdekoodia

autoupdate docs by xmake-repo/ci

ruki 3 vuotta sitten
vanhempi
commit
15efb5eabf

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: unordered_dense, nvtt, luau**
+- **Recently added: string-view-lite, unordered_dense, nvtt**
 
 [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 (742)
+- Packages (743)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -8451,6 +8451,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stb")
 </code></pre>
+<h3 id="stringviewliteandroid">string-view-lite (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martinmoene/string-view-lite">https://github.com/martinmoene/string-view-lite</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.7.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/string-view-lite/xmake.lua">string-view-lite/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] string-view-lite
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("string-view-lite")
+</code></pre>
 <h3 id="strtkandroid">strtk (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -7245,6 +7245,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stb")
 </code></pre>
+<h3 id="stringviewlitebsd">string-view-lite (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martinmoene/string-view-lite">https://github.com/martinmoene/string-view-lite</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.7.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/string-view-lite/xmake.lua">string-view-lite/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install string-view-lite
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("string-view-lite")
+</code></pre>
 <h3 id="strtkbsd">strtk (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -6578,6 +6578,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stb")
 </code></pre>
+<h3 id="stringviewlitecross">string-view-lite (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martinmoene/string-view-lite">https://github.com/martinmoene/string-view-lite</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.7.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/string-view-lite/xmake.lua">string-view-lite/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] string-view-lite
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("string-view-lite")
+</code></pre>
 <h3 id="strtkcross">strtk (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -7714,6 +7714,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stb")
 </code></pre>
+<h3 id="stringviewliteiphoneos">string-view-lite (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martinmoene/string-view-lite">https://github.com/martinmoene/string-view-lite</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.7.0</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/s/string-view-lite/xmake.lua">string-view-lite/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos string-view-lite
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("string-view-lite")
+</code></pre>
 <h3 id="strtkiphoneos">strtk (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -21870,6 +21870,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stlab")
 </code></pre>
+<h3 id="stringviewlitelinux">string-view-lite (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martinmoene/string-view-lite">https://github.com/martinmoene/string-view-lite</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.7.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/string-view-lite/xmake.lua">string-view-lite/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install string-view-lite
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("string-view-lite")
+</code></pre>
 <h3 id="strtklinux">strtk (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -20343,6 +20343,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stlab")
 </code></pre>
+<h3 id="stringviewlitemacosx">string-view-lite (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martinmoene/string-view-lite">https://github.com/martinmoene/string-view-lite</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.7.0</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/s/string-view-lite/xmake.lua">string-view-lite/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install string-view-lite
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("string-view-lite")
+</code></pre>
 <h3 id="strtkmacosx">strtk (macosx)</h3>
 <table>
 <thead>

+ 111 - 0
mirror/packages/mingw.html

@@ -945,6 +945,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ceval")
 </code></pre>
+<h3 id="cgalmingw">cgal (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CGAL is a software project that provides easy access to efficient and reliable geometric algorithms in the form of a C++ library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.cgal.org/">https://www.cgal.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>5.1.1, 5.2.1, 5.3, 5.4</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/c/cgal/xmake.lua">cgal/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] cgal
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cgal")
+</code></pre>
 <h3 id="cgetoptmingw">cgetopt (mingw)</h3>
 <table>
 <thead>
@@ -4503,6 +4540,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libflac")
 </code></pre>
+<h3 id="libiglmingw">libigl (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple C++ geometry processing library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libigl.github.io/">https://libigl.github.io/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.2.0, v2.3.0, v2.4.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/l/libigl/xmake.lua">libigl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] libigl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libigl")
+</code></pre>
 <h3 id="libjpegmingw">libjpeg (mingw)</h3>
 <table>
 <thead>
@@ -9171,6 +9245,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stb")
 </code></pre>
+<h3 id="stringviewlitemingw">string-view-lite (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martinmoene/string-view-lite">https://github.com/martinmoene/string-view-lite</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.7.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/string-view-lite/xmake.lua">string-view-lite/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] string-view-lite
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("string-view-lite")
+</code></pre>
 <h3 id="strtkmingw">strtk (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -6088,6 +6088,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stb")
 </code></pre>
+<h3 id="stringviewlitemsys">string-view-lite (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martinmoene/string-view-lite">https://github.com/martinmoene/string-view-lite</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.7.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/string-view-lite/xmake.lua">string-view-lite/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install string-view-lite
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("string-view-lite")
+</code></pre>
 <h3 id="strtkmsys">strtk (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/wasm.html

@@ -6055,6 +6055,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stb")
 </code></pre>
+<h3 id="stringviewlitewasm">string-view-lite (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martinmoene/string-view-lite">https://github.com/martinmoene/string-view-lite</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.7.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/string-view-lite/xmake.lua">string-view-lite/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm string-view-lite
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("string-view-lite")
+</code></pre>
 <h3 id="strtkwasm">strtk (wasm)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -17534,6 +17534,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("stlab")
 </code></pre>
+<h3 id="stringviewlitewindows">string-view-lite (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/martinmoene/string-view-lite">https://github.com/martinmoene/string-view-lite</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.7.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/s/string-view-lite/xmake.lua">string-view-lite/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install string-view-lite
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("string-view-lite")
+</code></pre>
 <h3 id="strtkwindows">strtk (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -5631,6 +5631,30 @@ add_requires("stb")
 ```
 
 
+### string-view-lite (android)
+
+
+| Description | *string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library* |
+| -- | -- |
+| Homepage | [https://github.com/martinmoene/string-view-lite](https://github.com/martinmoene/string-view-lite) |
+| License | BSL-1.0 |
+| Versions | v1.7.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [string-view-lite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/string-view-lite/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] string-view-lite
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("string-view-lite")
+```
+
+
 ### strtk (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -4828,6 +4828,30 @@ add_requires("stb")
 ```
 
 
+### string-view-lite (bsd)
+
+
+| Description | *string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library* |
+| -- | -- |
+| Homepage | [https://github.com/martinmoene/string-view-lite](https://github.com/martinmoene/string-view-lite) |
+| License | BSL-1.0 |
+| Versions | v1.7.0 |
+| Architectures | i386, x86_64 |
+| Definition | [string-view-lite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/string-view-lite/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install string-view-lite
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("string-view-lite")
+```
+
+
 ### strtk (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -4381,6 +4381,30 @@ add_requires("stb")
 ```
 
 
+### string-view-lite (cross)
+
+
+| Description | *string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library* |
+| -- | -- |
+| Homepage | [https://github.com/martinmoene/string-view-lite](https://github.com/martinmoene/string-view-lite) |
+| License | BSL-1.0 |
+| Versions | v1.7.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [string-view-lite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/string-view-lite/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] string-view-lite
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("string-view-lite")
+```
+
+
 ### strtk (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -5137,6 +5137,30 @@ add_requires("stb")
 ```
 
 
+### string-view-lite (iphoneos)
+
+
+| Description | *string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library* |
+| -- | -- |
+| Homepage | [https://github.com/martinmoene/string-view-lite](https://github.com/martinmoene/string-view-lite) |
+| License | BSL-1.0 |
+| Versions | v1.7.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [string-view-lite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/string-view-lite/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos string-view-lite
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("string-view-lite")
+```
+
+
 ### strtk (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -14585,6 +14585,30 @@ add_requires("stlab")
 ```
 
 
+### string-view-lite (linux)
+
+
+| Description | *string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library* |
+| -- | -- |
+| Homepage | [https://github.com/martinmoene/string-view-lite](https://github.com/martinmoene/string-view-lite) |
+| License | BSL-1.0 |
+| Versions | v1.7.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [string-view-lite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/string-view-lite/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install string-view-lite
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("string-view-lite")
+```
+
+
 ### strtk (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -13569,6 +13569,30 @@ add_requires("stlab")
 ```
 
 
+### string-view-lite (macosx)
+
+
+| Description | *string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library* |
+| -- | -- |
+| Homepage | [https://github.com/martinmoene/string-view-lite](https://github.com/martinmoene/string-view-lite) |
+| License | BSL-1.0 |
+| Versions | v1.7.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [string-view-lite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/string-view-lite/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install string-view-lite
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("string-view-lite")
+```
+
+
 ### strtk (macosx)
 
 

+ 72 - 0
packages/mingw.md

@@ -570,6 +570,30 @@ add_requires("ceval")
 ```
 
 
+### cgal (mingw)
+
+
+| Description | *CGAL is a software project that provides easy access to efficient and reliable geometric algorithms in the form of a C++ library.* |
+| -- | -- |
+| Homepage | [https://www.cgal.org/](https://www.cgal.org/) |
+| License | LGPL-3.0 |
+| Versions | 5.1.1, 5.2.1, 5.3, 5.4 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [cgal/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cgal/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] cgal
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cgal")
+```
+
+
 ### cgetopt (mingw)
 
 
@@ -2965,6 +2989,30 @@ add_requires("libflac")
 ```
 
 
+### libigl (mingw)
+
+
+| Description | *Simple C++ geometry processing library.* |
+| -- | -- |
+| Homepage | [https://libigl.github.io/](https://libigl.github.io/) |
+| License | MPL-2.0 |
+| Versions | v2.2.0, v2.3.0, v2.4.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [libigl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libigl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] libigl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libigl")
+```
+
+
 ### libjpeg (mingw)
 
 
@@ -6106,6 +6154,30 @@ add_requires("stb")
 ```
 
 
+### string-view-lite (mingw)
+
+
+| Description | *string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library* |
+| -- | -- |
+| Homepage | [https://github.com/martinmoene/string-view-lite](https://github.com/martinmoene/string-view-lite) |
+| License | BSL-1.0 |
+| Versions | v1.7.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [string-view-lite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/string-view-lite/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] string-view-lite
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("string-view-lite")
+```
+
+
 ### strtk (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -4052,6 +4052,30 @@ add_requires("stb")
 ```
 
 
+### string-view-lite (msys)
+
+
+| Description | *string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library* |
+| -- | -- |
+| Homepage | [https://github.com/martinmoene/string-view-lite](https://github.com/martinmoene/string-view-lite) |
+| License | BSL-1.0 |
+| Versions | v1.7.0 |
+| Architectures | i386, x86_64 |
+| Definition | [string-view-lite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/string-view-lite/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install string-view-lite
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("string-view-lite")
+```
+
+
 ### strtk (msys)
 
 

+ 24 - 0
packages/wasm.md

@@ -4029,6 +4029,30 @@ add_requires("stb")
 ```
 
 
+### string-view-lite (wasm)
+
+
+| Description | *string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library* |
+| -- | -- |
+| Homepage | [https://github.com/martinmoene/string-view-lite](https://github.com/martinmoene/string-view-lite) |
+| License | BSL-1.0 |
+| Versions | v1.7.0 |
+| Architectures | wasm32 |
+| Definition | [string-view-lite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/string-view-lite/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm string-view-lite
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("string-view-lite")
+```
+
+
 ### strtk (wasm)
 
 

+ 24 - 0
packages/windows.md

@@ -11650,6 +11650,30 @@ add_requires("stlab")
 ```
 
 
+### string-view-lite (windows)
+
+
+| Description | *string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library* |
+| -- | -- |
+| Homepage | [https://github.com/martinmoene/string-view-lite](https://github.com/martinmoene/string-view-lite) |
+| License | BSL-1.0 |
+| Versions | v1.7.0 |
+| Architectures | x64, x86 |
+| Definition | [string-view-lite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/string-view-lite/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install string-view-lite
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("string-view-lite")
+```
+
+
 ### strtk (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-08-18T13:27:06+08:00</lastmod>
+  <lastmod>2022-08-19T10:19:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-08-18T13:27:09+08:00</lastmod>
+  <lastmod>2022-08-19T10:19:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-08-18T13:27:09+08:00</lastmod>
+  <lastmod>2022-08-19T10:19:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-08-18T13:27:10+08:00</lastmod>
+  <lastmod>2022-08-19T10:19:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-08-18T13:27:10+08:00</lastmod>
+  <lastmod>2022-08-19T10:19:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-08-18T13:27:10+08:00</lastmod>
+  <lastmod>2022-08-19T10:19:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-08-18T13:27:11+08:00</lastmod>
+  <lastmod>2022-08-19T10:19:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-08-18T13:27:11+08:00</lastmod>
+  <lastmod>2022-08-19T10:19:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-08-18T13:27:11+08:00</lastmod>
+  <lastmod>2022-08-19T10:19:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-08-18T13:27:12+08:00</lastmod>
+  <lastmod>2022-08-19T10:19:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-08-18T13:27:12+08:00</lastmod>
+  <lastmod>2022-08-19T10:19:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-08-18T13:27:12+08:00</lastmod>
+  <lastmod>2022-08-19T10:19:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-08-18T13:27:13+08:00</lastmod>
+  <lastmod>2022-08-19T10:19:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-08-18T13:27:13+08:00</lastmod>
+  <lastmod>2022-08-19T10:19:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-08-18T13:27:13+08:00</lastmod>
+  <lastmod>2022-08-19T10:19:48+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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