Sfoglia il codice sorgente

autoupdate docs by xmake-repo/ci

ruki 3 anni fa
parent
commit
bcf7df9dc7

+ 1 - 1
_coverpage.md

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

+ 37 - 0
mirror/packages/android.html

@@ -962,6 +962,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cryptopp")
 </code></pre>
+<h3 id="csv2android">csv2 (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A CSV parser library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/csv2">https://github.com/p-ranav/csv2</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1</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/c/csv2/xmake.lua">csv2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] csv2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("csv2")
+</code></pre>
 <h3 id="csvparserandroid">csvparser (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -748,6 +748,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cryptopp")
 </code></pre>
+<h3 id="csv2bsd">csv2 (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A CSV parser library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/csv2">https://github.com/p-ranav/csv2</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1</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/c/csv2/xmake.lua">csv2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install csv2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("csv2")
+</code></pre>
 <h3 id="csvparserbsd">csvparser (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -678,6 +678,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-httplib")
 </code></pre>
+<h3 id="csv2cross">csv2 (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A CSV parser library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/csv2">https://github.com/p-ranav/csv2</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1</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/c/csv2/xmake.lua">csv2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] csv2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("csv2")
+</code></pre>
 <h3 id="csvparsercross">csvparser (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -822,6 +822,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cryptopp")
 </code></pre>
+<h3 id="csv2iphoneos">csv2 (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A CSV parser library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/csv2">https://github.com/p-ranav/csv2</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1</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/c/csv2/xmake.lua">csv2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos csv2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("csv2")
+</code></pre>
 <h3 id="csvparseriphoneos">csvparser (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -2206,6 +2206,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cryptopp")
 </code></pre>
+<h3 id="csv2linux">csv2 (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A CSV parser library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/csv2">https://github.com/p-ranav/csv2</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1</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/c/csv2/xmake.lua">csv2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install csv2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("csv2")
+</code></pre>
 <h3 id="csvparserlinux">csvparser (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -2058,6 +2058,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cryptopp")
 </code></pre>
+<h3 id="csv2macosx">csv2 (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A CSV parser library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/csv2">https://github.com/p-ranav/csv2</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1</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/c/csv2/xmake.lua">csv2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install csv2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("csv2")
+</code></pre>
 <h3 id="csvparsermacosx">csvparser (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -888,6 +888,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-httplib")
 </code></pre>
+<h3 id="csv2mingw">csv2 (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A CSV parser library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/csv2">https://github.com/p-ranav/csv2</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1</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/csv2/xmake.lua">csv2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] csv2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("csv2")
+</code></pre>
 <h3 id="csvparsermingw">csvparser (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -715,6 +715,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-httplib")
 </code></pre>
+<h3 id="csv2msys">csv2 (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A CSV parser library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/csv2">https://github.com/p-ranav/csv2</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1</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/c/csv2/xmake.lua">csv2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install csv2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("csv2")
+</code></pre>
 <h3 id="csvparsermsys">csvparser (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -2058,6 +2058,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cryptopp")
 </code></pre>
+<h3 id="csv2windows">csv2 (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A CSV parser library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/csv2">https://github.com/p-ranav/csv2</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1</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/c/csv2/xmake.lua">csv2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install csv2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("csv2")
+</code></pre>
 <h3 id="csvparserwindows">csvparser (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -589,6 +589,30 @@ add_requires("cryptopp")
 ```
 
 
+### csv2 (android)
+
+
+| Description | *A CSV parser library* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/csv2](https://github.com/p-ranav/csv2) |
+| License | MIT |
+| Versions | v0.1 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [csv2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/csv2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] csv2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("csv2")
+```
+
+
 ### csvparser (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -447,6 +447,30 @@ add_requires("cryptopp")
 ```
 
 
+### csv2 (bsd)
+
+
+| Description | *A CSV parser library* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/csv2](https://github.com/p-ranav/csv2) |
+| License | MIT |
+| Versions | v0.1 |
+| Architectures | i386, x86_64 |
+| Definition | [csv2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/csv2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install csv2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("csv2")
+```
+
+
 ### csvparser (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -400,6 +400,30 @@ add_requires("cpp-httplib")
 ```
 
 
+### csv2 (cross)
+
+
+| Description | *A CSV parser library* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/csv2](https://github.com/p-ranav/csv2) |
+| License | MIT |
+| Versions | v0.1 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [csv2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/csv2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] csv2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("csv2")
+```
+
+
 ### csvparser (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -495,6 +495,30 @@ add_requires("cryptopp")
 ```
 
 
+### csv2 (iphoneos)
+
+
+| Description | *A CSV parser library* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/csv2](https://github.com/p-ranav/csv2) |
+| License | MIT |
+| Versions | v0.1 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [csv2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/csv2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos csv2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("csv2")
+```
+
+
 ### csvparser (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -1418,6 +1418,30 @@ add_requires("cryptopp")
 ```
 
 
+### csv2 (linux)
+
+
+| Description | *A CSV parser library* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/csv2](https://github.com/p-ranav/csv2) |
+| License | MIT |
+| Versions | v0.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [csv2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/csv2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install csv2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("csv2")
+```
+
+
 ### csvparser (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -1322,6 +1322,30 @@ add_requires("cryptopp")
 ```
 
 
+### csv2 (macosx)
+
+
+| Description | *A CSV parser library* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/csv2](https://github.com/p-ranav/csv2) |
+| License | MIT |
+| Versions | v0.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [csv2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/csv2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install csv2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("csv2")
+```
+
+
 ### csvparser (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -541,6 +541,30 @@ add_requires("cpp-httplib")
 ```
 
 
+### csv2 (mingw)
+
+
+| Description | *A CSV parser library* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/csv2](https://github.com/p-ranav/csv2) |
+| License | MIT |
+| Versions | v0.1 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [csv2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/csv2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] csv2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("csv2")
+```
+
+
 ### csvparser (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -424,6 +424,30 @@ add_requires("cpp-httplib")
 ```
 
 
+### csv2 (msys)
+
+
+| Description | *A CSV parser library* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/csv2](https://github.com/p-ranav/csv2) |
+| License | MIT |
+| Versions | v0.1 |
+| Architectures | i386, x86_64 |
+| Definition | [csv2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/csv2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install csv2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("csv2")
+```
+
+
 ### csvparser (msys)
 
 

+ 24 - 0
packages/windows.md

@@ -1322,6 +1322,30 @@ add_requires("cryptopp")
 ```
 
 
+### csv2 (windows)
+
+
+| Description | *A CSV parser library* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/csv2](https://github.com/p-ranav/csv2) |
+| License | MIT |
+| Versions | v0.1 |
+| Architectures | x64, x86 |
+| Definition | [csv2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/csv2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install csv2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("csv2")
+```
+
+
 ### csvparser (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-12-21T02:29:56+08:00</lastmod>
+  <lastmod>2021-12-21T03:43:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-12-21T02:29:58+08:00</lastmod>
+  <lastmod>2021-12-21T03:43:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-12-21T02:29:58+08:00</lastmod>
+  <lastmod>2021-12-21T03:43:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-12-21T02:29:58+08:00</lastmod>
+  <lastmod>2021-12-21T03:43:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-12-21T02:29:58+08:00</lastmod>
+  <lastmod>2021-12-21T03:43:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-12-21T02:29:59+08:00</lastmod>
+  <lastmod>2021-12-21T03:43:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-12-21T02:29:59+08:00</lastmod>
+  <lastmod>2021-12-21T03:43:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-12-21T02:29:59+08:00</lastmod>
+  <lastmod>2021-12-21T03:43:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-12-21T02:29:59+08:00</lastmod>
+  <lastmod>2021-12-21T03:43:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-12-21T02:30:00+08:00</lastmod>
+  <lastmod>2021-12-21T03:43:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-12-21T02:30:00+08:00</lastmod>
+  <lastmod>2021-12-21T03:43:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-12-21T02:30:00+08:00</lastmod>
+  <lastmod>2021-12-21T03:43:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-12-21T02:30:00+08:00</lastmod>
+  <lastmod>2021-12-21T03:43:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-12-21T02:30:00+08:00</lastmod>
+  <lastmod>2021-12-21T03:43:32+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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