Bläddra i källkod

autoupdate docs by xmake-repo/ci

ruki 4 år sedan
förälder
incheckning
bbaac6e010

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: rapidcsv, csvparser, miniz**
+- **Recently added: fastcppcsvparser, rapidcsv, csvparser**
 
 [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 (305)
+- Packages (306)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -986,6 +986,39 @@
 <pre><code class="lang-lua">add_requires("expected")
 </code></pre>
 <h2 id="f">f</h2>
+<h3 id="fastcppcsvparserandroid">fastcppcsvparser (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>This is a small, easy-to-use and fast header-only library for reading comma separated value (CSV) files (by ben-strasser)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ben-strasser/fast-cpp-csv-parser">https://github.com/ben-strasser/fast-cpp-csv-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.01.03</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/f/fastcppcsvparser/xmake.lua">fastcppcsvparser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] fastcppcsvparser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fastcppcsvparser")
+</code></pre>
 <h3 id="ffmpegandroid">ffmpeg (android)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/bsd.html

@@ -739,6 +739,39 @@
 <pre><code class="lang-lua">add_requires("expected")
 </code></pre>
 <h2 id="f">f</h2>
+<h3 id="fastcppcsvparserbsd">fastcppcsvparser (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>This is a small, easy-to-use and fast header-only library for reading comma separated value (CSV) files (by ben-strasser)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ben-strasser/fast-cpp-csv-parser">https://github.com/ben-strasser/fast-cpp-csv-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.01.03</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/f/fastcppcsvparser/xmake.lua">fastcppcsvparser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fastcppcsvparser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fastcppcsvparser")
+</code></pre>
 <h3 id="fmtbsd">fmt (bsd)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -706,6 +706,39 @@
 <pre><code class="lang-lua">add_requires("expected")
 </code></pre>
 <h2 id="f">f</h2>
+<h3 id="fastcppcsvparsercross">fastcppcsvparser (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>This is a small, easy-to-use and fast header-only library for reading comma separated value (CSV) files (by ben-strasser)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ben-strasser/fast-cpp-csv-parser">https://github.com/ben-strasser/fast-cpp-csv-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.01.03</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/f/fastcppcsvparser/xmake.lua">fastcppcsvparser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] fastcppcsvparser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fastcppcsvparser")
+</code></pre>
 <h3 id="fmtcross">fmt (cross)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -846,6 +846,39 @@
 <pre><code class="lang-lua">add_requires("expected")
 </code></pre>
 <h2 id="f">f</h2>
+<h3 id="fastcppcsvparseriphoneos">fastcppcsvparser (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>This is a small, easy-to-use and fast header-only library for reading comma separated value (CSV) files (by ben-strasser)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ben-strasser/fast-cpp-csv-parser">https://github.com/ben-strasser/fast-cpp-csv-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.01.03</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/f/fastcppcsvparser/xmake.lua">fastcppcsvparser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos fastcppcsvparser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fastcppcsvparser")
+</code></pre>
 <h3 id="flatbuffersiphoneos">flatbuffers (iphoneos)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -1822,6 +1822,39 @@
 <pre><code class="lang-lua">add_requires("expresscpp")
 </code></pre>
 <h2 id="f">f</h2>
+<h3 id="fastcppcsvparserlinux">fastcppcsvparser (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>This is a small, easy-to-use and fast header-only library for reading comma separated value (CSV) files (by ben-strasser)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ben-strasser/fast-cpp-csv-parser">https://github.com/ben-strasser/fast-cpp-csv-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.01.03</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/f/fastcppcsvparser/xmake.lua">fastcppcsvparser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fastcppcsvparser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fastcppcsvparser")
+</code></pre>
 <h3 id="ffmpeglinux">ffmpeg (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -1715,6 +1715,39 @@
 <pre><code class="lang-lua">add_requires("expresscpp")
 </code></pre>
 <h2 id="f">f</h2>
+<h3 id="fastcppcsvparsermacosx">fastcppcsvparser (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>This is a small, easy-to-use and fast header-only library for reading comma separated value (CSV) files (by ben-strasser)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ben-strasser/fast-cpp-csv-parser">https://github.com/ben-strasser/fast-cpp-csv-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.01.03</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/f/fastcppcsvparser/xmake.lua">fastcppcsvparser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fastcppcsvparser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fastcppcsvparser")
+</code></pre>
 <h3 id="ffmpegmacosx">ffmpeg (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -920,6 +920,39 @@
 <pre><code class="lang-lua">add_requires("expected")
 </code></pre>
 <h2 id="f">f</h2>
+<h3 id="fastcppcsvparsermingw">fastcppcsvparser (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>This is a small, easy-to-use and fast header-only library for reading comma separated value (CSV) files (by ben-strasser)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ben-strasser/fast-cpp-csv-parser">https://github.com/ben-strasser/fast-cpp-csv-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.01.03</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/f/fastcppcsvparser/xmake.lua">fastcppcsvparser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] fastcppcsvparser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fastcppcsvparser")
+</code></pre>
 <h3 id="flatbuffersmingw">flatbuffers (mingw)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/msys.html

@@ -743,6 +743,39 @@
 <pre><code class="lang-lua">add_requires("expected")
 </code></pre>
 <h2 id="f">f</h2>
+<h3 id="fastcppcsvparsermsys">fastcppcsvparser (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>This is a small, easy-to-use and fast header-only library for reading comma separated value (CSV) files (by ben-strasser)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ben-strasser/fast-cpp-csv-parser">https://github.com/ben-strasser/fast-cpp-csv-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.01.03</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/f/fastcppcsvparser/xmake.lua">fastcppcsvparser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fastcppcsvparser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fastcppcsvparser")
+</code></pre>
 <h3 id="fmtmsys">fmt (msys)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -1752,6 +1752,39 @@
 <pre><code class="lang-lua">add_requires("expected")
 </code></pre>
 <h2 id="f">f</h2>
+<h3 id="fastcppcsvparserwindows">fastcppcsvparser (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>This is a small, easy-to-use and fast header-only library for reading comma separated value (CSV) files (by ben-strasser)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ben-strasser/fast-cpp-csv-parser">https://github.com/ben-strasser/fast-cpp-csv-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.01.03</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/f/fastcppcsvparser/xmake.lua">fastcppcsvparser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fastcppcsvparser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fastcppcsvparser")
+</code></pre>
 <h3 id="fftwwindows">fftw (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/android.md

@@ -615,6 +615,29 @@ add_requires("expected")
 
 
 ## f
+### fastcppcsvparser (android)
+
+
+| Description | *This is a small, easy-to-use and fast header-only library for reading comma separated value (CSV) files (by ben-strasser)* |
+| -- | -- |
+| Homepage | [https://github.com/ben-strasser/fast-cpp-csv-parser](https://github.com/ben-strasser/fast-cpp-csv-parser) |
+| Versions | 2021.01.03 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [fastcppcsvparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fastcppcsvparser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] fastcppcsvparser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fastcppcsvparser")
+```
+
+
 ### ffmpeg (android)
 
 

+ 23 - 0
packages/bsd.md

@@ -450,6 +450,29 @@ add_requires("expected")
 
 
 ## f
+### fastcppcsvparser (bsd)
+
+
+| Description | *This is a small, easy-to-use and fast header-only library for reading comma separated value (CSV) files (by ben-strasser)* |
+| -- | -- |
+| Homepage | [https://github.com/ben-strasser/fast-cpp-csv-parser](https://github.com/ben-strasser/fast-cpp-csv-parser) |
+| Versions | 2021.01.03 |
+| Architectures | i386, x86_64 |
+| Definition | [fastcppcsvparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fastcppcsvparser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fastcppcsvparser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fastcppcsvparser")
+```
+
+
 ### fmt (bsd)
 
 

+ 23 - 0
packages/cross.md

@@ -427,6 +427,29 @@ add_requires("expected")
 
 
 ## f
+### fastcppcsvparser (cross)
+
+
+| Description | *This is a small, easy-to-use and fast header-only library for reading comma separated value (CSV) files (by ben-strasser)* |
+| -- | -- |
+| Homepage | [https://github.com/ben-strasser/fast-cpp-csv-parser](https://github.com/ben-strasser/fast-cpp-csv-parser) |
+| Versions | 2021.01.03 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [fastcppcsvparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fastcppcsvparser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] fastcppcsvparser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fastcppcsvparser")
+```
+
+
 ### fmt (cross)
 
 

+ 23 - 0
packages/iphoneos.md

@@ -521,6 +521,29 @@ add_requires("expected")
 
 
 ## f
+### fastcppcsvparser (iphoneos)
+
+
+| Description | *This is a small, easy-to-use and fast header-only library for reading comma separated value (CSV) files (by ben-strasser)* |
+| -- | -- |
+| Homepage | [https://github.com/ben-strasser/fast-cpp-csv-parser](https://github.com/ben-strasser/fast-cpp-csv-parser) |
+| Versions | 2021.01.03 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [fastcppcsvparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fastcppcsvparser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos fastcppcsvparser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fastcppcsvparser")
+```
+
+
 ### flatbuffers (iphoneos)
 
 

+ 23 - 0
packages/linux.md

@@ -1178,6 +1178,29 @@ add_requires("expresscpp")
 
 
 ## f
+### fastcppcsvparser (linux)
+
+
+| Description | *This is a small, easy-to-use and fast header-only library for reading comma separated value (CSV) files (by ben-strasser)* |
+| -- | -- |
+| Homepage | [https://github.com/ben-strasser/fast-cpp-csv-parser](https://github.com/ben-strasser/fast-cpp-csv-parser) |
+| Versions | 2021.01.03 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [fastcppcsvparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fastcppcsvparser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fastcppcsvparser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fastcppcsvparser")
+```
+
+
 ### ffmpeg (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -1107,6 +1107,29 @@ add_requires("expresscpp")
 
 
 ## f
+### fastcppcsvparser (macosx)
+
+
+| Description | *This is a small, easy-to-use and fast header-only library for reading comma separated value (CSV) files (by ben-strasser)* |
+| -- | -- |
+| Homepage | [https://github.com/ben-strasser/fast-cpp-csv-parser](https://github.com/ben-strasser/fast-cpp-csv-parser) |
+| Versions | 2021.01.03 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [fastcppcsvparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fastcppcsvparser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fastcppcsvparser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fastcppcsvparser")
+```
+
+
 ### ffmpeg (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -569,6 +569,29 @@ add_requires("expected")
 
 
 ## f
+### fastcppcsvparser (mingw)
+
+
+| Description | *This is a small, easy-to-use and fast header-only library for reading comma separated value (CSV) files (by ben-strasser)* |
+| -- | -- |
+| Homepage | [https://github.com/ben-strasser/fast-cpp-csv-parser](https://github.com/ben-strasser/fast-cpp-csv-parser) |
+| Versions | 2021.01.03 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [fastcppcsvparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fastcppcsvparser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] fastcppcsvparser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fastcppcsvparser")
+```
+
+
 ### flatbuffers (mingw)
 
 

+ 23 - 0
packages/msys.md

@@ -451,6 +451,29 @@ add_requires("expected")
 
 
 ## f
+### fastcppcsvparser (msys)
+
+
+| Description | *This is a small, easy-to-use and fast header-only library for reading comma separated value (CSV) files (by ben-strasser)* |
+| -- | -- |
+| Homepage | [https://github.com/ben-strasser/fast-cpp-csv-parser](https://github.com/ben-strasser/fast-cpp-csv-parser) |
+| Versions | 2021.01.03 |
+| Architectures | i386, x86_64 |
+| Definition | [fastcppcsvparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fastcppcsvparser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fastcppcsvparser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fastcppcsvparser")
+```
+
+
 ### fmt (msys)
 
 

+ 23 - 0
packages/windows.md

@@ -1131,6 +1131,29 @@ add_requires("expected")
 
 
 ## f
+### fastcppcsvparser (windows)
+
+
+| Description | *This is a small, easy-to-use and fast header-only library for reading comma separated value (CSV) files (by ben-strasser)* |
+| -- | -- |
+| Homepage | [https://github.com/ben-strasser/fast-cpp-csv-parser](https://github.com/ben-strasser/fast-cpp-csv-parser) |
+| Versions | 2021.01.03 |
+| Architectures | x64, x86 |
+| Definition | [fastcppcsvparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fastcppcsvparser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fastcppcsvparser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fastcppcsvparser")
+```
+
+
 ### fftw (windows)
 
 

+ 27 - 27
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-04-21T01:35:40+08:00</lastmod>
+  <lastmod>2021-04-21T14:18:54+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-04-21T01:35:40+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
+  <lastmod>2021-04-21T14:18:55+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-04-21T01:35:41+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
+  <lastmod>2021-04-21T14:18:55+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-04-21T01:35:41+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
+  <lastmod>2021-04-21T14:18:55+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-04-21T01:35:41+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
+  <lastmod>2021-04-21T14:18:55+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-04-21T01:35:41+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
+  <lastmod>2021-04-21T14:18:56+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-04-21T01:35:42+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
+  <lastmod>2021-04-21T14:18:56+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-04-21T01:35:42+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
+  <lastmod>2021-04-21T14:18:56+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-04-21T01:35:42+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
+  <lastmod>2021-04-21T14:18:56+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-04-21T01:35:42+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
+  <lastmod>2021-04-21T14:18:57+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-04-21T01:35:42+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
+  <lastmod>2021-04-21T14:18:57+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-04-21T01:35:42+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
+  <lastmod>2021-04-21T14:18:57+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-04-21T01:35:43+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
+  <lastmod>2021-04-21T14:18:57+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-04-21T01:35:43+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
+  <lastmod>2021-04-21T14:18:57+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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