Explorar el Código

autoupdate docs by xmake-repo/ci

ruki hace 2 años
padre
commit
e0378b6bc2

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: cppast, debug_assert, type_safe**
+- **Recently added: utf8_range, cppast, debug_assert**
 
 [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 (858)
+- Packages (859)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 38 - 1
mirror/packages/linux.html

@@ -1928,7 +1928,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.16.1, 1.17.0, 1.17.1, 1.17.2, 1.18.0, 1.18.1</td>
+<td>1.16.1, 1.17.0, 1.17.1, 1.17.2, 1.18.0, 1.18.1, 1.19.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -27246,6 +27246,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("utf8.h")
 </code></pre>
+<h3 id="utf8_rangelinux">utf8_range (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Utf8 range</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/protocolbuffers/utf8_range">https://github.com/protocolbuffers/utf8_range</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.15</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/u/utf8_range/xmake.lua">utf8_range/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install utf8_range
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utf8_range")
+</code></pre>
 <h3 id="utf8proclinux">utf8proc (linux)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/macosx.html

@@ -1706,7 +1706,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.16.1, 1.17.0, 1.17.1, 1.17.2, 1.18.0, 1.18.1</td>
+<td>1.16.1, 1.17.0, 1.17.1, 1.17.2, 1.18.0, 1.18.1, 1.19.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -25509,6 +25509,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("utf8.h")
 </code></pre>
+<h3 id="utf8_rangemacosx">utf8_range (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Utf8 range</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/protocolbuffers/utf8_range">https://github.com/protocolbuffers/utf8_range</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.15</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/u/utf8_range/xmake.lua">utf8_range/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install utf8_range
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utf8_range")
+</code></pre>
 <h3 id="utf8procmacosx">utf8proc (macosx)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/windows.html

@@ -1471,7 +1471,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.16.1, 1.17.0, 1.17.1, 1.17.2, 1.18.0, 1.18.1</td>
+<td>1.16.1, 1.17.0, 1.17.1, 1.17.2, 1.18.0, 1.18.1, 1.19.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -22494,6 +22494,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("utf8.h")
 </code></pre>
+<h3 id="utf8_rangewindows">utf8_range (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Utf8 range</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/protocolbuffers/utf8_range">https://github.com/protocolbuffers/utf8_range</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.15</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/u/utf8_range/xmake.lua">utf8_range/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install utf8_range
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("utf8_range")
+</code></pre>
 <h3 id="utf8procwindows">utf8proc (windows)</h3>
 <table>
 <thead>

+ 25 - 1
packages/linux.md

@@ -1218,7 +1218,7 @@ add_requires("bzip2")
 | Description | *A C library for asynchronous DNS requests* |
 | -- | -- |
 | Homepage | [https://c-ares.org/](https://c-ares.org/) |
-| Versions | 1.16.1, 1.17.0, 1.17.1, 1.17.2, 1.18.0, 1.18.1 |
+| Versions | 1.16.1, 1.17.0, 1.17.1, 1.17.2, 1.18.0, 1.18.1, 1.19.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [c-ares/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/c-ares/xmake.lua) |
 
@@ -18145,6 +18145,30 @@ add_requires("utf8.h")
 ```
 
 
+### utf8_range (linux)
+
+
+| Description | *Utf8 range* |
+| -- | -- |
+| Homepage | [https://github.com/protocolbuffers/utf8_range](https://github.com/protocolbuffers/utf8_range) |
+| License | MIT |
+| Versions | 2022.11.15 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [utf8_range/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utf8_range/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install utf8_range
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utf8_range")
+```
+
+
 ### utf8proc (linux)
 
 

+ 25 - 1
packages/macosx.md

@@ -1074,7 +1074,7 @@ add_requires("bzip2")
 | Description | *A C library for asynchronous DNS requests* |
 | -- | -- |
 | Homepage | [https://c-ares.org/](https://c-ares.org/) |
-| Versions | 1.16.1, 1.17.0, 1.17.1, 1.17.2, 1.18.0, 1.18.1 |
+| Versions | 1.16.1, 1.17.0, 1.17.1, 1.17.2, 1.18.0, 1.18.1, 1.19.0 |
 | Architectures | arm64, x86_64 |
 | Definition | [c-ares/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/c-ares/xmake.lua) |
 
@@ -16988,6 +16988,30 @@ add_requires("utf8.h")
 ```
 
 
+### utf8_range (macosx)
+
+
+| Description | *Utf8 range* |
+| -- | -- |
+| Homepage | [https://github.com/protocolbuffers/utf8_range](https://github.com/protocolbuffers/utf8_range) |
+| License | MIT |
+| Versions | 2022.11.15 |
+| Architectures | arm64, x86_64 |
+| Definition | [utf8_range/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utf8_range/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install utf8_range
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utf8_range")
+```
+
+
 ### utf8proc (macosx)
 
 

+ 25 - 1
packages/windows.md

@@ -912,7 +912,7 @@ add_requires("bzip2")
 | Description | *A C library for asynchronous DNS requests* |
 | -- | -- |
 | Homepage | [https://c-ares.org/](https://c-ares.org/) |
-| Versions | 1.16.1, 1.17.0, 1.17.1, 1.17.2, 1.18.0, 1.18.1 |
+| Versions | 1.16.1, 1.17.0, 1.17.1, 1.17.2, 1.18.0, 1.18.1, 1.19.0 |
 | Architectures | arm64, x64, x86 |
 | Definition | [c-ares/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/c-ares/xmake.lua) |
 
@@ -14929,6 +14929,30 @@ add_requires("utf8.h")
 ```
 
 
+### utf8_range (windows)
+
+
+| Description | *Utf8 range* |
+| -- | -- |
+| Homepage | [https://github.com/protocolbuffers/utf8_range](https://github.com/protocolbuffers/utf8_range) |
+| License | MIT |
+| Versions | 2022.11.15 |
+| Architectures | arm64, x64, x86 |
+| Definition | [utf8_range/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utf8_range/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install utf8_range
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("utf8_range")
+```
+
+
 ### utf8proc (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-03-12T15:04:55+08:00</lastmod>
+  <lastmod>2023-03-13T12:01:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-03-12T15:04:58+08:00</lastmod>
+  <lastmod>2023-03-13T12:02:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-03-12T15:04:59+08:00</lastmod>
+  <lastmod>2023-03-13T12:02:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-03-12T15:04:59+08:00</lastmod>
+  <lastmod>2023-03-13T12:02:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-03-12T15:04:59+08:00</lastmod>
+  <lastmod>2023-03-13T12:02:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-03-12T15:04:59+08:00</lastmod>
+  <lastmod>2023-03-13T12:02:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-03-12T15:05:00+08:00</lastmod>
+  <lastmod>2023-03-13T12:02:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-03-12T15:05:00+08:00</lastmod>
+  <lastmod>2023-03-13T12:02:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-03-12T15:05:01+08:00</lastmod>
+  <lastmod>2023-03-13T12:02:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-03-12T15:05:01+08:00</lastmod>
+  <lastmod>2023-03-13T12:02:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-03-12T15:05:02+08:00</lastmod>
+  <lastmod>2023-03-13T12:02:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-03-12T15:05:02+08:00</lastmod>
+  <lastmod>2023-03-13T12:02:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-03-12T15:05:02+08:00</lastmod>
+  <lastmod>2023-03-13T12:02:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-03-12T15:05:03+08:00</lastmod>
+  <lastmod>2023-03-13T12:02:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-03-12T15:05:03+08:00</lastmod>
+  <lastmod>2023-03-13T12:02:05+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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