Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 years ago
parent
commit
2eea3874d9

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: concurrencpp, port, ntkernel-error-category**
+- **Recently added: port, llfio, concurrencpp**
 
 [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 (792)
+- Packages (793)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -5014,6 +5014,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("littlefs")
 </code></pre>
+<h3 id="llfioandroid">llfio (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>UTF8-CPP: UTF-8 with C++ in a Portable Way</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/llfio">https://github.com/ned14/llfio</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.9.7</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/l/llfio/xmake.lua">llfio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] llfio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("llfio")
+</code></pre>
 <h3 id="llhttpandroid">llhttp (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -4553,6 +4553,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("littlefs")
 </code></pre>
+<h3 id="llfioiphoneos">llfio (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>UTF8-CPP: UTF-8 with C++ in a Portable Way</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/llfio">https://github.com/ned14/llfio</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.9.7</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/l/llfio/xmake.lua">llfio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos llfio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("llfio")
+</code></pre>
 <h3 id="llhttpiphoneos">llhttp (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -14729,6 +14729,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("littlefs")
 </code></pre>
+<h3 id="llfiolinux">llfio (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>UTF8-CPP: UTF-8 with C++ in a Portable Way</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/llfio">https://github.com/ned14/llfio</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.9.7</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/l/llfio/xmake.lua">llfio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install llfio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("llfio")
+</code></pre>
 <h3 id="llhttplinux">llhttp (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -13556,6 +13556,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("littlefs")
 </code></pre>
+<h3 id="llfiomacosx">llfio (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>UTF8-CPP: UTF-8 with C++ in a Portable Way</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/llfio">https://github.com/ned14/llfio</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.9.7</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/l/llfio/xmake.lua">llfio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install llfio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("llfio")
+</code></pre>
 <h3 id="llhttpmacosx">llhttp (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -11224,6 +11224,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("littlefs")
 </code></pre>
+<h3 id="llfiowindows">llfio (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>UTF8-CPP: UTF-8 with C++ in a Portable Way</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/llfio">https://github.com/ned14/llfio</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.9.7</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/l/llfio/xmake.lua">llfio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install llfio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("llfio")
+</code></pre>
 <h3 id="llhttpwindows">llhttp (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -3314,6 +3314,30 @@ add_requires("littlefs")
 ```
 
 
+### llfio (android)
+
+
+| Description | *UTF8-CPP: UTF-8 with C++ in a Portable Way* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/llfio](https://github.com/ned14/llfio) |
+| License | Apache-2.0 |
+| Versions | 2022.9.7 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [llfio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llfio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] llfio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("llfio")
+```
+
+
 ### llhttp (android)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -3007,6 +3007,30 @@ add_requires("littlefs")
 ```
 
 
+### llfio (iphoneos)
+
+
+| Description | *UTF8-CPP: UTF-8 with C++ in a Portable Way* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/llfio](https://github.com/ned14/llfio) |
+| License | Apache-2.0 |
+| Versions | 2022.9.7 |
+| Architectures | arm64, x86_64 |
+| Definition | [llfio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llfio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos llfio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("llfio")
+```
+
+
 ### llhttp (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -9808,6 +9808,30 @@ add_requires("littlefs")
 ```
 
 
+### llfio (linux)
+
+
+| Description | *UTF8-CPP: UTF-8 with C++ in a Portable Way* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/llfio](https://github.com/ned14/llfio) |
+| License | Apache-2.0 |
+| Versions | 2022.9.7 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [llfio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llfio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install llfio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("llfio")
+```
+
+
 ### llhttp (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -9028,6 +9028,30 @@ add_requires("littlefs")
 ```
 
 
+### llfio (macosx)
+
+
+| Description | *UTF8-CPP: UTF-8 with C++ in a Portable Way* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/llfio](https://github.com/ned14/llfio) |
+| License | Apache-2.0 |
+| Versions | 2022.9.7 |
+| Architectures | arm64, x86_64 |
+| Definition | [llfio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llfio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install llfio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("llfio")
+```
+
+
 ### llhttp (macosx)
 
 

+ 24 - 0
packages/windows.md

@@ -7420,6 +7420,30 @@ add_requires("littlefs")
 ```
 
 
+### llfio (windows)
+
+
+| Description | *UTF8-CPP: UTF-8 with C++ in a Portable Way* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/llfio](https://github.com/ned14/llfio) |
+| License | Apache-2.0 |
+| Versions | 2022.9.7 |
+| Architectures | arm64, x64, x86 |
+| Definition | [llfio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llfio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install llfio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("llfio")
+```
+
+
 ### llhttp (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-11-25T14:59:52+08:00</lastmod>
+  <lastmod>2022-11-28T09:37:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-11-25T14:59:55+08:00</lastmod>
+  <lastmod>2022-11-28T09:37:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-11-25T14:59:55+08:00</lastmod>
+  <lastmod>2022-11-28T09:37:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-11-25T14:59:56+08:00</lastmod>
+  <lastmod>2022-11-28T09:37:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-11-25T14:59:56+08:00</lastmod>
+  <lastmod>2022-11-28T09:37:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-11-25T14:59:56+08:00</lastmod>
+  <lastmod>2022-11-28T09:37:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-11-25T14:59:57+08:00</lastmod>
+  <lastmod>2022-11-28T09:37:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-11-25T14:59:57+08:00</lastmod>
+  <lastmod>2022-11-28T09:37:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-11-25T14:59:57+08:00</lastmod>
+  <lastmod>2022-11-28T09:37:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-11-25T14:59:57+08:00</lastmod>
+  <lastmod>2022-11-28T09:37:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-11-25T14:59:58+08:00</lastmod>
+  <lastmod>2022-11-28T09:37:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-11-25T14:59:58+08:00</lastmod>
+  <lastmod>2022-11-28T09:37:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-11-25T14:59:58+08:00</lastmod>
+  <lastmod>2022-11-28T09:37:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-11-25T14:59:58+08:00</lastmod>
+  <lastmod>2022-11-28T09:37:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-11-25T14:59:58+08:00</lastmod>
+  <lastmod>2022-11-28T09:37:28+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: concurrencpp, port, ntkernel-error-category**
+- **Recently added: port, llfio, concurrencpp**
 
 [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)
-- 包列表 (792)
+- 包列表 (793)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)