소스 검색

autoupdate docs by xmake-repo/ci

ruki 4 년 전
부모
커밋
5b93cf958c

+ 1 - 1
_coverpage.md

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

+ 66 - 0
mirror/packages/android.html

@@ -814,6 +814,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cryptopp")
 </code></pre>
+<h3 id="csvparserandroid">csvparser (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/vincentlaucsb/csv-parser">https://github.com/vincentlaucsb/csv-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.1.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/csvparser/xmake.lua">csvparser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] csvparser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("csvparser")
+</code></pre>
 <h3 id="cxxoptsandroid">cxxopts (android)</h3>
 <table>
 <thead>
@@ -3486,6 +3519,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("range-v3")
 </code></pre>
+<h3 id="rapidcsvandroid">rapidcsv (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ header-only library for CSV parsing (by d99kris)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/d99kris/rapidcsv">https://github.com/d99kris/rapidcsv</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>8.50</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/r/rapidcsv/xmake.lua">rapidcsv/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] rapidcsv
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rapidcsv")
+</code></pre>
 <h3 id="rapidjsonandroid">rapidjson (android)</h3>
 <table>
 <thead>

+ 66 - 0
mirror/packages/bsd.html

@@ -567,6 +567,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cryptopp")
 </code></pre>
+<h3 id="csvparserbsd">csvparser (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/vincentlaucsb/csv-parser">https://github.com/vincentlaucsb/csv-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.1.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/csvparser/xmake.lua">csvparser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install csvparser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("csvparser")
+</code></pre>
 <h3 id="cxxoptsbsd">cxxopts (bsd)</h3>
 <table>
 <thead>
@@ -2489,6 +2522,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("range-v3")
 </code></pre>
+<h3 id="rapidcsvbsd">rapidcsv (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ header-only library for CSV parsing (by d99kris)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/d99kris/rapidcsv">https://github.com/d99kris/rapidcsv</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>8.50</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/r/rapidcsv/xmake.lua">rapidcsv/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rapidcsv
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rapidcsv")
+</code></pre>
 <h3 id="rapidjsonbsd">rapidjson (bsd)</h3>
 <table>
 <thead>

+ 66 - 0
mirror/packages/cross.html

@@ -534,6 +534,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-httplib")
 </code></pre>
+<h3 id="csvparsercross">csvparser (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/vincentlaucsb/csv-parser">https://github.com/vincentlaucsb/csv-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.1.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/csvparser/xmake.lua">csvparser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] csvparser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("csvparser")
+</code></pre>
 <h3 id="cxxoptscross">cxxopts (cross)</h3>
 <table>
 <thead>
@@ -2353,6 +2386,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("range-v3")
 </code></pre>
+<h3 id="rapidcsvcross">rapidcsv (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ header-only library for CSV parsing (by d99kris)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/d99kris/rapidcsv">https://github.com/d99kris/rapidcsv</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>8.50</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/r/rapidcsv/xmake.lua">rapidcsv/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] rapidcsv
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rapidcsv")
+</code></pre>
 <h3 id="rapidjsoncross">rapidjson (cross)</h3>
 <table>
 <thead>

+ 66 - 0
mirror/packages/iphoneos.html

@@ -674,6 +674,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cryptopp")
 </code></pre>
+<h3 id="csvparseriphoneos">csvparser (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/vincentlaucsb/csv-parser">https://github.com/vincentlaucsb/csv-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.1.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/csvparser/xmake.lua">csvparser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos csvparser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("csvparser")
+</code></pre>
 <h3 id="cxxoptsiphoneos">cxxopts (iphoneos)</h3>
 <table>
 <thead>
@@ -3147,6 +3180,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("range-v3")
 </code></pre>
+<h3 id="rapidcsviphoneos">rapidcsv (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ header-only library for CSV parsing (by d99kris)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/d99kris/rapidcsv">https://github.com/d99kris/rapidcsv</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>8.50</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/r/rapidcsv/xmake.lua">rapidcsv/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos rapidcsv
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rapidcsv")
+</code></pre>
 <h3 id="rapidjsoniphoneos">rapidjson (iphoneos)</h3>
 <table>
 <thead>

+ 66 - 0
mirror/packages/linux.html

@@ -1292,6 +1292,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cryptopp")
 </code></pre>
+<h3 id="csvparserlinux">csvparser (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/vincentlaucsb/csv-parser">https://github.com/vincentlaucsb/csv-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.1.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/csvparser/xmake.lua">csvparser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install csvparser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("csvparser")
+</code></pre>
 <h3 id="cxxoptslinux">cxxopts (linux)</h3>
 <table>
 <thead>
@@ -8035,6 +8068,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("range-v3")
 </code></pre>
+<h3 id="rapidcsvlinux">rapidcsv (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ header-only library for CSV parsing (by d99kris)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/d99kris/rapidcsv">https://github.com/d99kris/rapidcsv</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>8.50</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/r/rapidcsv/xmake.lua">rapidcsv/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rapidcsv
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rapidcsv")
+</code></pre>
 <h3 id="rapidjsonlinux">rapidjson (linux)</h3>
 <table>
 <thead>

+ 66 - 0
mirror/packages/macosx.html

@@ -1255,6 +1255,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cryptopp")
 </code></pre>
+<h3 id="csvparsermacosx">csvparser (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/vincentlaucsb/csv-parser">https://github.com/vincentlaucsb/csv-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.1.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/csvparser/xmake.lua">csvparser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install csvparser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("csvparser")
+</code></pre>
 <h3 id="cxxoptsmacosx">cxxopts (macosx)</h3>
 <table>
 <thead>
@@ -7512,6 +7545,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("range-v3")
 </code></pre>
+<h3 id="rapidcsvmacosx">rapidcsv (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ header-only library for CSV parsing (by d99kris)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/d99kris/rapidcsv">https://github.com/d99kris/rapidcsv</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>8.50</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/r/rapidcsv/xmake.lua">rapidcsv/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rapidcsv
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rapidcsv")
+</code></pre>
 <h3 id="rapidjsonmacosx">rapidjson (macosx)</h3>
 <table>
 <thead>

+ 66 - 0
mirror/packages/mingw.html

@@ -711,6 +711,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-httplib")
 </code></pre>
+<h3 id="csvparsermingw">csvparser (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/vincentlaucsb/csv-parser">https://github.com/vincentlaucsb/csv-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.1.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/csvparser/xmake.lua">csvparser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] csvparser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("csvparser")
+</code></pre>
 <h3 id="cxxoptsmingw">cxxopts (mingw)</h3>
 <table>
 <thead>
@@ -3454,6 +3487,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("range-v3")
 </code></pre>
+<h3 id="rapidcsvmingw">rapidcsv (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ header-only library for CSV parsing (by d99kris)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/d99kris/rapidcsv">https://github.com/d99kris/rapidcsv</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>8.50</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/r/rapidcsv/xmake.lua">rapidcsv/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] rapidcsv
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rapidcsv")
+</code></pre>
 <h3 id="rapidjsonmingw">rapidjson (mingw)</h3>
 <table>
 <thead>

+ 66 - 0
mirror/packages/msys.html

@@ -571,6 +571,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-httplib")
 </code></pre>
+<h3 id="csvparsermsys">csvparser (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/vincentlaucsb/csv-parser">https://github.com/vincentlaucsb/csv-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.1.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/csvparser/xmake.lua">csvparser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install csvparser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("csvparser")
+</code></pre>
 <h3 id="cxxoptsmsys">cxxopts (msys)</h3>
 <table>
 <thead>
@@ -2220,6 +2253,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("range-v3")
 </code></pre>
+<h3 id="rapidcsvmsys">rapidcsv (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ header-only library for CSV parsing (by d99kris)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/d99kris/rapidcsv">https://github.com/d99kris/rapidcsv</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>8.50</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/r/rapidcsv/xmake.lua">rapidcsv/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rapidcsv
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rapidcsv")
+</code></pre>
 <h3 id="rapidjsonmsys">rapidjson (msys)</h3>
 <table>
 <thead>

+ 66 - 0
mirror/packages/windows.html

@@ -1259,6 +1259,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cryptopp")
 </code></pre>
+<h3 id="csvparserwindows">csvparser (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/vincentlaucsb/csv-parser">https://github.com/vincentlaucsb/csv-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.1.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/csvparser/xmake.lua">csvparser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install csvparser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("csvparser")
+</code></pre>
 <h3 id="cxxoptswindows">cxxopts (windows)</h3>
 <table>
 <thead>
@@ -6300,6 +6333,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("range-v3")
 </code></pre>
+<h3 id="rapidcsvwindows">rapidcsv (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ header-only library for CSV parsing (by d99kris)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/d99kris/rapidcsv">https://github.com/d99kris/rapidcsv</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>8.50</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/r/rapidcsv/xmake.lua">rapidcsv/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rapidcsv
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rapidcsv")
+</code></pre>
 <h3 id="rapidjsonwindows">rapidjson (windows)</h3>
 <table>
 <thead>

+ 46 - 0
packages/android.md

@@ -493,6 +493,29 @@ add_requires("cryptopp")
 ```
 
 
+### csvparser (android)
+
+
+| Description | *A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)* |
+| -- | -- |
+| Homepage | [https://github.com/vincentlaucsb/csv-parser](https://github.com/vincentlaucsb/csv-parser) |
+| Versions | 2.1.1 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [csvparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/csvparser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] csvparser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("csvparser")
+```
+
+
 ### cxxopts (android)
 
 
@@ -2336,6 +2359,29 @@ add_requires("range-v3")
 ```
 
 
+### rapidcsv (android)
+
+
+| Description | *C++ header-only library for CSV parsing (by d99kris)* |
+| -- | -- |
+| Homepage | [https://github.com/d99kris/rapidcsv](https://github.com/d99kris/rapidcsv) |
+| Versions | 8.50 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [rapidcsv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidcsv/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] rapidcsv
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rapidcsv")
+```
+
+
 ### rapidjson (android)
 
 

+ 46 - 0
packages/bsd.md

@@ -328,6 +328,29 @@ add_requires("cryptopp")
 ```
 
 
+### csvparser (bsd)
+
+
+| Description | *A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)* |
+| -- | -- |
+| Homepage | [https://github.com/vincentlaucsb/csv-parser](https://github.com/vincentlaucsb/csv-parser) |
+| Versions | 2.1.1 |
+| Architectures | i386, x86_64 |
+| Definition | [csvparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/csvparser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install csvparser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("csvparser")
+```
+
+
 ### cxxopts (bsd)
 
 
@@ -1659,6 +1682,29 @@ add_requires("range-v3")
 ```
 
 
+### rapidcsv (bsd)
+
+
+| Description | *C++ header-only library for CSV parsing (by d99kris)* |
+| -- | -- |
+| Homepage | [https://github.com/d99kris/rapidcsv](https://github.com/d99kris/rapidcsv) |
+| Versions | 8.50 |
+| Architectures | i386, x86_64 |
+| Definition | [rapidcsv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidcsv/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rapidcsv
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rapidcsv")
+```
+
+
 ### rapidjson (bsd)
 
 

+ 46 - 0
packages/cross.md

@@ -305,6 +305,29 @@ add_requires("cpp-httplib")
 ```
 
 
+### csvparser (cross)
+
+
+| Description | *A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)* |
+| -- | -- |
+| Homepage | [https://github.com/vincentlaucsb/csv-parser](https://github.com/vincentlaucsb/csv-parser) |
+| Versions | 2.1.1 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [csvparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/csvparser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] csvparser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("csvparser")
+```
+
+
 ### cxxopts (cross)
 
 
@@ -1566,6 +1589,29 @@ add_requires("range-v3")
 ```
 
 
+### rapidcsv (cross)
+
+
+| Description | *C++ header-only library for CSV parsing (by d99kris)* |
+| -- | -- |
+| Homepage | [https://github.com/d99kris/rapidcsv](https://github.com/d99kris/rapidcsv) |
+| Versions | 8.50 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [rapidcsv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidcsv/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] rapidcsv
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rapidcsv")
+```
+
+
 ### rapidjson (cross)
 
 

+ 46 - 0
packages/iphoneos.md

@@ -399,6 +399,29 @@ add_requires("cryptopp")
 ```
 
 
+### csvparser (iphoneos)
+
+
+| Description | *A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)* |
+| -- | -- |
+| Homepage | [https://github.com/vincentlaucsb/csv-parser](https://github.com/vincentlaucsb/csv-parser) |
+| Versions | 2.1.1 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [csvparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/csvparser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos csvparser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("csvparser")
+```
+
+
 ### cxxopts (iphoneos)
 
 
@@ -2102,6 +2125,29 @@ add_requires("range-v3")
 ```
 
 
+### rapidcsv (iphoneos)
+
+
+| Description | *C++ header-only library for CSV parsing (by d99kris)* |
+| -- | -- |
+| Homepage | [https://github.com/d99kris/rapidcsv](https://github.com/d99kris/rapidcsv) |
+| Versions | 8.50 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [rapidcsv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidcsv/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos rapidcsv
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rapidcsv")
+```
+
+
 ### rapidjson (iphoneos)
 
 

+ 46 - 0
packages/linux.md

@@ -819,6 +819,29 @@ add_requires("cryptopp")
 ```
 
 
+### csvparser (linux)
+
+
+| Description | *A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)* |
+| -- | -- |
+| Homepage | [https://github.com/vincentlaucsb/csv-parser](https://github.com/vincentlaucsb/csv-parser) |
+| Versions | 2.1.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [csvparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/csvparser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install csvparser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("csvparser")
+```
+
+
 ### cxxopts (linux)
 
 
@@ -5422,6 +5445,29 @@ add_requires("range-v3")
 ```
 
 
+### rapidcsv (linux)
+
+
+| Description | *C++ header-only library for CSV parsing (by d99kris)* |
+| -- | -- |
+| Homepage | [https://github.com/d99kris/rapidcsv](https://github.com/d99kris/rapidcsv) |
+| Versions | 8.50 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [rapidcsv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidcsv/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rapidcsv
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rapidcsv")
+```
+
+
 ### rapidjson (linux)
 
 

+ 46 - 0
packages/macosx.md

@@ -795,6 +795,29 @@ add_requires("cryptopp")
 ```
 
 
+### csvparser (macosx)
+
+
+| Description | *A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)* |
+| -- | -- |
+| Homepage | [https://github.com/vincentlaucsb/csv-parser](https://github.com/vincentlaucsb/csv-parser) |
+| Versions | 2.1.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [csvparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/csvparser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install csvparser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("csvparser")
+```
+
+
 ### cxxopts (macosx)
 
 
@@ -5070,6 +5093,29 @@ add_requires("range-v3")
 ```
 
 
+### rapidcsv (macosx)
+
+
+| Description | *C++ header-only library for CSV parsing (by d99kris)* |
+| -- | -- |
+| Homepage | [https://github.com/d99kris/rapidcsv](https://github.com/d99kris/rapidcsv) |
+| Versions | 8.50 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [rapidcsv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidcsv/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rapidcsv
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rapidcsv")
+```
+
+
 ### rapidjson (macosx)
 
 

+ 46 - 0
packages/mingw.md

@@ -423,6 +423,29 @@ add_requires("cpp-httplib")
 ```
 
 
+### csvparser (mingw)
+
+
+| Description | *A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)* |
+| -- | -- |
+| Homepage | [https://github.com/vincentlaucsb/csv-parser](https://github.com/vincentlaucsb/csv-parser) |
+| Versions | 2.1.1 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [csvparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/csvparser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] csvparser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("csvparser")
+```
+
+
 ### cxxopts (mingw)
 
 
@@ -2315,6 +2338,29 @@ add_requires("range-v3")
 ```
 
 
+### rapidcsv (mingw)
+
+
+| Description | *C++ header-only library for CSV parsing (by d99kris)* |
+| -- | -- |
+| Homepage | [https://github.com/d99kris/rapidcsv](https://github.com/d99kris/rapidcsv) |
+| Versions | 8.50 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [rapidcsv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidcsv/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] rapidcsv
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rapidcsv")
+```
+
+
 ### rapidjson (mingw)
 
 

+ 46 - 0
packages/msys.md

@@ -329,6 +329,29 @@ add_requires("cpp-httplib")
 ```
 
 
+### csvparser (msys)
+
+
+| Description | *A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)* |
+| -- | -- |
+| Homepage | [https://github.com/vincentlaucsb/csv-parser](https://github.com/vincentlaucsb/csv-parser) |
+| Versions | 2.1.1 |
+| Architectures | i386, x86_64 |
+| Definition | [csvparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/csvparser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install csvparser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("csvparser")
+```
+
+
 ### cxxopts (msys)
 
 
@@ -1472,6 +1495,29 @@ add_requires("range-v3")
 ```
 
 
+### rapidcsv (msys)
+
+
+| Description | *C++ header-only library for CSV parsing (by d99kris)* |
+| -- | -- |
+| Homepage | [https://github.com/d99kris/rapidcsv](https://github.com/d99kris/rapidcsv) |
+| Versions | 8.50 |
+| Architectures | i386, x86_64 |
+| Definition | [rapidcsv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidcsv/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rapidcsv
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rapidcsv")
+```
+
+
 ### rapidjson (msys)
 
 

+ 46 - 0
packages/windows.md

@@ -796,6 +796,29 @@ add_requires("cryptopp")
 ```
 
 
+### csvparser (windows)
+
+
+| Description | *A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)* |
+| -- | -- |
+| Homepage | [https://github.com/vincentlaucsb/csv-parser](https://github.com/vincentlaucsb/csv-parser) |
+| Versions | 2.1.1 |
+| Architectures | x64, x86 |
+| Definition | [csvparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/csvparser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install csvparser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("csvparser")
+```
+
+
 ### cxxopts (windows)
 
 
@@ -4236,6 +4259,29 @@ add_requires("range-v3")
 ```
 
 
+### rapidcsv (windows)
+
+
+| Description | *C++ header-only library for CSV parsing (by d99kris)* |
+| -- | -- |
+| Homepage | [https://github.com/d99kris/rapidcsv](https://github.com/d99kris/rapidcsv) |
+| Versions | 8.50 |
+| Architectures | x64, x86 |
+| Definition | [rapidcsv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rapidcsv/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rapidcsv
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rapidcsv")
+```
+
+
 ### rapidjson (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-04-20T15:05:36+08:00</lastmod>
+  <lastmod>2021-04-21T01:35:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-04-20T15:05:37+08:00</lastmod>
+  <lastmod>2021-04-21T01:35:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-04-20T15:05:37+08:00</lastmod>
+  <lastmod>2021-04-21T01:35:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-04-20T15:05:37+08:00</lastmod>
+  <lastmod>2021-04-21T01:35:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-04-20T15:05:37+08:00</lastmod>
+  <lastmod>2021-04-21T01:35:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-04-20T15:05:38+08:00</lastmod>
+  <lastmod>2021-04-21T01:35:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-04-20T15:05:38+08:00</lastmod>
+  <lastmod>2021-04-21T01:35:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-04-20T15:05:38+08:00</lastmod>
+  <lastmod>2021-04-21T01:35:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-04-20T15:05:38+08:00</lastmod>
+  <lastmod>2021-04-21T01:35:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-04-20T15:05:39+08:00</lastmod>
+  <lastmod>2021-04-21T01:35:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-04-20T15:05:39+08:00</lastmod>
+  <lastmod>2021-04-21T01:35:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-04-20T15:05:39+08:00</lastmod>
+  <lastmod>2021-04-21T01:35:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-04-20T15:05:39+08:00</lastmod>
+  <lastmod>2021-04-21T01:35:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-04-20T15:05:39+08:00</lastmod>
+  <lastmod>2021-04-21T01:35:43+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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