Ver Fonte

autoupdate docs by xmake-repo/ci

ruki há 3 anos atrás
pai
commit
bf05df22ad

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: robotstxt, libimobiledevice, csv2**
+- **Recently added: qoi, robotstxt, libimobiledevice**
 
 [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 (557)
+- Packages (558)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -5268,6 +5268,39 @@
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
 <h2 id="q">q</h2>
+<h3 id="qoiandroid">qoi (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Quite OK Image Format for fast, lossless image compression</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/phoboslab/qoi">https://github.com/phoboslab/qoi</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.22</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/q/qoi/xmake.lua">qoi/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] qoi
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("qoi")
+</code></pre>
 <h3 id="quickjsandroid">quickjs (android)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/bsd.html

@@ -2108,6 +2108,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libmagic")
 </code></pre>
+<h3 id="libpngbsd">libpng (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The official PNG reference library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.libpng.org/pub/png/libpng.html">http://www.libpng.org/pub/png/libpng.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>libpng-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.6.34, v1.6.35, v1.6.36, v1.6.37</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/l/libpng/xmake.lua">libpng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libpng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libpng")
+</code></pre>
 <h3 id="libresslbsd">libressl (bsd)</h3>
 <table>
 <thead>
@@ -4115,6 +4152,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("qdcae")
 </code></pre>
+<h3 id="qoibsd">qoi (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Quite OK Image Format for fast, lossless image compression</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/phoboslab/qoi">https://github.com/phoboslab/qoi</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.22</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/q/qoi/xmake.lua">qoi/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install qoi
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("qoi")
+</code></pre>
 <h2 id="r">r</h2>
 <h3 id="rangev3bsd">range-v3 (bsd)</h3>
 <table>

+ 33 - 0
mirror/packages/cross.html

@@ -3773,6 +3773,39 @@
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
 <h2 id="q">q</h2>
+<h3 id="qoicross">qoi (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Quite OK Image Format for fast, lossless image compression</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/phoboslab/qoi">https://github.com/phoboslab/qoi</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.22</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/q/qoi/xmake.lua">qoi/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] qoi
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("qoi")
+</code></pre>
 <h3 id="quickjscross">quickjs (cross)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -4683,6 +4683,39 @@
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
 <h2 id="q">q</h2>
+<h3 id="qoiiphoneos">qoi (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Quite OK Image Format for fast, lossless image compression</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/phoboslab/qoi">https://github.com/phoboslab/qoi</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.22</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/q/qoi/xmake.lua">qoi/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos qoi
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("qoi")
+</code></pre>
 <h3 id="quickjsiphoneos">quickjs (iphoneos)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -15214,6 +15214,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("qhull")
 </code></pre>
+<h3 id="qoilinux">qoi (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Quite OK Image Format for fast, lossless image compression</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/phoboslab/qoi">https://github.com/phoboslab/qoi</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.22</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/q/qoi/xmake.lua">qoi/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install qoi
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("qoi")
+</code></pre>
 <h3 id="quickjslinux">quickjs (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -14226,6 +14226,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("qhull")
 </code></pre>
+<h3 id="qoimacosx">qoi (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Quite OK Image Format for fast, lossless image compression</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/phoboslab/qoi">https://github.com/phoboslab/qoi</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.22</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/q/qoi/xmake.lua">qoi/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install qoi
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("qoi")
+</code></pre>
 <h3 id="quickjsmacosx">quickjs (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -5511,6 +5511,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("qhull")
 </code></pre>
+<h3 id="qoimingw">qoi (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Quite OK Image Format for fast, lossless image compression</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/phoboslab/qoi">https://github.com/phoboslab/qoi</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.22</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/q/qoi/xmake.lua">qoi/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] qoi
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("qoi")
+</code></pre>
 <h3 id="quickjsmingw">quickjs (mingw)</h3>
 <table>
 <thead>

+ 34 - 0
mirror/packages/msys.html

@@ -3525,6 +3525,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
+<h2 id="q">q</h2>
+<h3 id="qoimsys">qoi (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Quite OK Image Format for fast, lossless image compression</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/phoboslab/qoi">https://github.com/phoboslab/qoi</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.22</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/q/qoi/xmake.lua">qoi/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install qoi
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("qoi")
+</code></pre>
 <h2 id="r">r</h2>
 <h3 id="rangev3msys">range-v3 (msys)</h3>
 <table>

+ 33 - 0
mirror/packages/windows.html

@@ -12121,6 +12121,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("qhull")
 </code></pre>
+<h3 id="qoiwindows">qoi (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Quite OK Image Format for fast, lossless image compression</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/phoboslab/qoi">https://github.com/phoboslab/qoi</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.22</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/q/qoi/xmake.lua">qoi/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install qoi
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("qoi")
+</code></pre>
 <h2 id="r">r</h2>
 <h3 id="rangev3windows">range-v3 (windows)</h3>
 <table>

+ 23 - 0
packages/android.md

@@ -3519,6 +3519,29 @@ add_requires("python2")
 
 
 ## q
+### qoi (android)
+
+
+| Description | *The Quite OK Image Format for fast, lossless image compression* |
+| -- | -- |
+| Homepage | [https://github.com/phoboslab/qoi](https://github.com/phoboslab/qoi) |
+| Versions | 2021.12.22 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [qoi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/qoi/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] qoi
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("qoi")
+```
+
+
 ### quickjs (android)
 
 

+ 47 - 0
packages/bsd.md

@@ -1378,6 +1378,30 @@ add_requires("libmagic")
 ```
 
 
+### libpng (bsd)
+
+
+| Description | *The official PNG reference library* |
+| -- | -- |
+| Homepage | [http://www.libpng.org/pub/png/libpng.html](http://www.libpng.org/pub/png/libpng.html) |
+| License | libpng-2.0 |
+| Versions | v1.6.34, v1.6.35, v1.6.36, v1.6.37 |
+| Architectures | i386, x86_64 |
+| Definition | [libpng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libpng/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libpng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libpng")
+```
+
+
 ### libressl (bsd)
 
 
@@ -2744,6 +2768,29 @@ add_requires("qdcae")
 ```
 
 
+### qoi (bsd)
+
+
+| Description | *The Quite OK Image Format for fast, lossless image compression* |
+| -- | -- |
+| Homepage | [https://github.com/phoboslab/qoi](https://github.com/phoboslab/qoi) |
+| Versions | 2021.12.22 |
+| Architectures | i386, x86_64 |
+| Definition | [qoi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/qoi/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install qoi
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("qoi")
+```
+
+
 
 ## r
 ### range-v3 (bsd)

+ 23 - 0
packages/cross.md

@@ -2511,6 +2511,29 @@ add_requires("python2")
 
 
 ## q
+### qoi (cross)
+
+
+| Description | *The Quite OK Image Format for fast, lossless image compression* |
+| -- | -- |
+| Homepage | [https://github.com/phoboslab/qoi](https://github.com/phoboslab/qoi) |
+| Versions | 2021.12.22 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [qoi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/qoi/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] qoi
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("qoi")
+```
+
+
 ### quickjs (cross)
 
 

+ 23 - 0
packages/iphoneos.md

@@ -3122,6 +3122,29 @@ add_requires("python2")
 
 
 ## q
+### qoi (iphoneos)
+
+
+| Description | *The Quite OK Image Format for fast, lossless image compression* |
+| -- | -- |
+| Homepage | [https://github.com/phoboslab/qoi](https://github.com/phoboslab/qoi) |
+| Versions | 2021.12.22 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [qoi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/qoi/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos qoi
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("qoi")
+```
+
+
 ### quickjs (iphoneos)
 
 

+ 23 - 0
packages/linux.md

@@ -10174,6 +10174,29 @@ add_requires("qhull")
 ```
 
 
+### qoi (linux)
+
+
+| Description | *The Quite OK Image Format for fast, lossless image compression* |
+| -- | -- |
+| Homepage | [https://github.com/phoboslab/qoi](https://github.com/phoboslab/qoi) |
+| Versions | 2021.12.22 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [qoi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/qoi/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install qoi
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("qoi")
+```
+
+
 ### quickjs (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -9514,6 +9514,29 @@ add_requires("qhull")
 ```
 
 
+### qoi (macosx)
+
+
+| Description | *The Quite OK Image Format for fast, lossless image compression* |
+| -- | -- |
+| Homepage | [https://github.com/phoboslab/qoi](https://github.com/phoboslab/qoi) |
+| Versions | 2021.12.22 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [qoi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/qoi/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install qoi
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("qoi")
+```
+
+
 ### quickjs (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -3683,6 +3683,29 @@ add_requires("qhull")
 ```
 
 
+### qoi (mingw)
+
+
+| Description | *The Quite OK Image Format for fast, lossless image compression* |
+| -- | -- |
+| Homepage | [https://github.com/phoboslab/qoi](https://github.com/phoboslab/qoi) |
+| Versions | 2021.12.22 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [qoi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/qoi/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] qoi
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("qoi")
+```
+
+
 ### quickjs (mingw)
 
 

+ 25 - 0
packages/msys.md

@@ -2345,6 +2345,31 @@ add_requires("python2")
 
 
 
+## q
+### qoi (msys)
+
+
+| Description | *The Quite OK Image Format for fast, lossless image compression* |
+| -- | -- |
+| Homepage | [https://github.com/phoboslab/qoi](https://github.com/phoboslab/qoi) |
+| Versions | 2021.12.22 |
+| Architectures | i386, x86_64 |
+| Definition | [qoi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/qoi/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install qoi
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("qoi")
+```
+
+
+
 ## r
 ### range-v3 (msys)
 

+ 23 - 0
packages/windows.md

@@ -8066,6 +8066,29 @@ add_requires("qhull")
 ```
 
 
+### qoi (windows)
+
+
+| Description | *The Quite OK Image Format for fast, lossless image compression* |
+| -- | -- |
+| Homepage | [https://github.com/phoboslab/qoi](https://github.com/phoboslab/qoi) |
+| Versions | 2021.12.22 |
+| Architectures | x64, x86 |
+| Definition | [qoi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/qoi/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install qoi
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("qoi")
+```
+
+
 
 ## r
 ### range-v3 (windows)

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-12-22T02:11:55+08:00</lastmod>
+  <lastmod>2021-12-22T15:34:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-12-22T02:11:57+08:00</lastmod>
+  <lastmod>2021-12-22T15:34:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-12-22T02:11:57+08:00</lastmod>
+  <lastmod>2021-12-22T15:34:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-12-22T02:11:58+08:00</lastmod>
+  <lastmod>2021-12-22T15:34:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-12-22T02:11:58+08:00</lastmod>
+  <lastmod>2021-12-22T15:34:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-12-22T02:11:58+08:00</lastmod>
+  <lastmod>2021-12-22T15:34:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-12-22T02:11:58+08:00</lastmod>
+  <lastmod>2021-12-22T15:34:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-12-22T02:11:59+08:00</lastmod>
+  <lastmod>2021-12-22T15:34:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-12-22T02:11:59+08:00</lastmod>
+  <lastmod>2021-12-22T15:34:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-12-22T02:11:59+08:00</lastmod>
+  <lastmod>2021-12-22T15:34:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-12-22T02:12:00+08:00</lastmod>
+  <lastmod>2021-12-22T15:34:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-12-22T02:12:00+08:00</lastmod>
+  <lastmod>2021-12-22T15:34:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-12-22T02:12:00+08:00</lastmod>
+  <lastmod>2021-12-22T15:34:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-12-22T02:12:00+08:00</lastmod>
+  <lastmod>2021-12-22T15:34:15+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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