浏览代码

autoupdate docs by xmake-repo/ci

ruki 4 年之前
父节点
当前提交
28ae924b4e

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: zstd, lz4, effcee**
+- **Recently added: http_parser, kcp, zstd**
 
 [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 (175)
+- Packages (177)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 69 - 2
mirror/packages/android.html

@@ -868,6 +868,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hpsocket")
 </code></pre>
+<h3 id="http_parserandroid">http_parser (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parser for HTTP messages written in C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/nodejs/http-parser">https://github.com/nodejs/http-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.9.4</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/h/http_parser/xmake.lua">http_parser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] http_parser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("http_parser")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="imguiandroid">imgui (android)</h3>
 <table>
@@ -1068,6 +1101,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("jsoncpp")
 </code></pre>
+<h2 id="k">k</h2>
+<h3 id="kcpandroid">kcp (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Fast and Reliable ARQ Protocol.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skywind3000/kcp">https://github.com/skywind3000/kcp</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.7</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kcp/xmake.lua">kcp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] kcp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("kcp")
+</code></pre>
 <h2 id="l">l</h2>
 <h3 id="libjpegandroid">libjpeg (android)</h3>
 <table>
@@ -1618,7 +1685,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.9.0</td>
+<td>1.10.1, 1.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1887,7 +1954,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.15</td>
+<td>2.7.15, 2.7.18</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 69 - 2
mirror/packages/bsd.html

@@ -666,6 +666,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hopscotch-map")
 </code></pre>
+<h3 id="http_parserbsd">http_parser (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parser for HTTP messages written in C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/nodejs/http-parser">https://github.com/nodejs/http-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.9.4</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/h/http_parser/xmake.lua">http_parser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install http_parser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("http_parser")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="injabsd">inja (bsd)</h3>
 <table>
@@ -767,6 +800,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("jsoncons")
 </code></pre>
+<h2 id="k">k</h2>
+<h3 id="kcpbsd">kcp (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Fast and Reliable ARQ Protocol.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skywind3000/kcp">https://github.com/skywind3000/kcp</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.7</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/k/kcp/xmake.lua">kcp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install kcp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("kcp")
+</code></pre>
 <h2 id="l">l</h2>
 <h3 id="libjpegbsd">libjpeg (bsd)</h3>
 <table>
@@ -1185,7 +1252,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.9.0</td>
+<td>1.10.1, 1.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1417,7 +1484,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.15</td>
+<td>2.7.15, 2.7.18</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 69 - 2
mirror/packages/cross.html

@@ -633,6 +633,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hopscotch-map")
 </code></pre>
+<h3 id="http_parsercross">http_parser (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parser for HTTP messages written in C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/nodejs/http-parser">https://github.com/nodejs/http-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.9.4</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/h/http_parser/xmake.lua">http_parser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] http_parser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("http_parser")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="injacross">inja (cross)</h3>
 <table>
@@ -767,6 +800,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("jsoncpp")
 </code></pre>
+<h2 id="k">k</h2>
+<h3 id="kcpcross">kcp (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Fast and Reliable ARQ Protocol.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skywind3000/kcp">https://github.com/skywind3000/kcp</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.7</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/k/kcp/xmake.lua">kcp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] kcp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("kcp")
+</code></pre>
 <h2 id="l">l</h2>
 <h3 id="libcurlcross">libcurl (cross)</h3>
 <table>
@@ -1156,7 +1223,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.9.0</td>
+<td>1.10.1, 1.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1422,7 +1489,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.15</td>
+<td>2.7.15, 2.7.18</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 69 - 2
mirror/packages/iphoneos.html

@@ -769,6 +769,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hopscotch-map")
 </code></pre>
+<h3 id="http_parseriphoneos">http_parser (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parser for HTTP messages written in C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/nodejs/http-parser">https://github.com/nodejs/http-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.9.4</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/h/http_parser/xmake.lua">http_parser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos http_parser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("http_parser")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="imguiiphoneos">imgui (iphoneos)</h3>
 <table>
@@ -969,6 +1002,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("jsoncpp")
 </code></pre>
+<h2 id="k">k</h2>
+<h3 id="kcpiphoneos">kcp (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Fast and Reliable ARQ Protocol.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skywind3000/kcp">https://github.com/skywind3000/kcp</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.7</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/k/kcp/xmake.lua">kcp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos kcp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("kcp")
+</code></pre>
 <h2 id="l">l</h2>
 <h3 id="libcurliphoneos">libcurl (iphoneos)</h3>
 <table>
@@ -1622,7 +1689,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.9.0</td>
+<td>1.10.1, 1.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1891,7 +1958,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.15</td>
+<td>2.7.15, 2.7.18</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 69 - 2
mirror/packages/linux.html

@@ -1805,6 +1805,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hpsocket")
 </code></pre>
+<h3 id="http_parserlinux">http_parser (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parser for HTTP messages written in C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/nodejs/http-parser">https://github.com/nodejs/http-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.9.4</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/h/http_parser/xmake.lua">http_parser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install http_parser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("http_parser")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="icu4clinux">icu4c (linux)</h3>
 <table>
@@ -2038,6 +2071,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("jsoncpp")
 </code></pre>
+<h2 id="k">k</h2>
+<h3 id="kcplinux">kcp (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Fast and Reliable ARQ Protocol.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skywind3000/kcp">https://github.com/skywind3000/kcp</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.7</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kcp/xmake.lua">kcp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install kcp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("kcp")
+</code></pre>
 <h2 id="l">l</h2>
 <h3 id="leveldblinux">leveldb (linux)</h3>
 <table>
@@ -4217,7 +4284,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.9.0</td>
+<td>1.10.1, 1.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4850,7 +4917,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.15</td>
+<td>2.7.15, 2.7.18</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 69 - 2
mirror/packages/macosx.html

@@ -1706,6 +1706,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hopscotch-map")
 </code></pre>
+<h3 id="http_parsermacosx">http_parser (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parser for HTTP messages written in C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/nodejs/http-parser">https://github.com/nodejs/http-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.9.4</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/h/http_parser/xmake.lua">http_parser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install http_parser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("http_parser")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="icu4cmacosx">icu4c (macosx)</h3>
 <table>
@@ -1939,6 +1972,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("jsoncpp")
 </code></pre>
+<h2 id="k">k</h2>
+<h3 id="kcpmacosx">kcp (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Fast and Reliable ARQ Protocol.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skywind3000/kcp">https://github.com/skywind3000/kcp</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.7</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/k/kcp/xmake.lua">kcp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install kcp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("kcp")
+</code></pre>
 <h2 id="l">l</h2>
 <h3 id="leveldbmacosx">leveldb (macosx)</h3>
 <table>
@@ -4052,7 +4119,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.9.0</td>
+<td>1.10.1, 1.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4652,7 +4719,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.15</td>
+<td>2.7.15, 2.7.18</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 69 - 2
mirror/packages/mingw.html

@@ -934,6 +934,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hopscotch-map")
 </code></pre>
+<h3 id="http_parsermingw">http_parser (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parser for HTTP messages written in C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/nodejs/http-parser">https://github.com/nodejs/http-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.9.4</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/h/http_parser/xmake.lua">http_parser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] http_parser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("http_parser")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="imguimingw">imgui (mingw)</h3>
 <table>
@@ -1101,6 +1134,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("jsoncpp")
 </code></pre>
+<h2 id="k">k</h2>
+<h3 id="kcpmingw">kcp (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Fast and Reliable ARQ Protocol.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skywind3000/kcp">https://github.com/skywind3000/kcp</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.7</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/k/kcp/xmake.lua">kcp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] kcp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("kcp")
+</code></pre>
 <h2 id="l">l</h2>
 <h3 id="leveldbmingw">leveldb (mingw)</h3>
 <table>
@@ -1787,7 +1854,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.9.0</td>
+<td>1.10.1, 1.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2189,7 +2256,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.15</td>
+<td>2.7.15, 2.7.18</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 69 - 2
mirror/packages/msys.html

@@ -699,6 +699,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hopscotch-map")
 </code></pre>
+<h3 id="http_parsermsys">http_parser (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parser for HTTP messages written in C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/nodejs/http-parser">https://github.com/nodejs/http-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.9.4</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/h/http_parser/xmake.lua">http_parser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install http_parser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("http_parser")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="injamsys">inja (msys)</h3>
 <table>
@@ -800,6 +833,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("jsoncons")
 </code></pre>
+<h2 id="k">k</h2>
+<h3 id="kcpmsys">kcp (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Fast and Reliable ARQ Protocol.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skywind3000/kcp">https://github.com/skywind3000/kcp</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.7</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/k/kcp/xmake.lua">kcp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install kcp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("kcp")
+</code></pre>
 <h2 id="l">l</h2>
 <h3 id="libjpegmsys">libjpeg (msys)</h3>
 <table>
@@ -1119,7 +1186,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.9.0</td>
+<td>1.10.1, 1.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1351,7 +1418,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.15</td>
+<td>2.7.15, 2.7.18</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 69 - 2
mirror/packages/windows.html

@@ -1570,6 +1570,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hpsocket")
 </code></pre>
+<h3 id="http_parserwindows">http_parser (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parser for HTTP messages written in C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/nodejs/http-parser">https://github.com/nodejs/http-parser</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.9.4</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/h/http_parser/xmake.lua">http_parser/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install http_parser
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("http_parser")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="imguiwindows">imgui (windows)</h3>
 <table>
@@ -1737,6 +1770,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("jsoncpp")
 </code></pre>
+<h2 id="k">k</h2>
+<h3 id="kcpwindows">kcp (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Fast and Reliable ARQ Protocol.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skywind3000/kcp">https://github.com/skywind3000/kcp</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.7</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/k/kcp/xmake.lua">kcp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install kcp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("kcp")
+</code></pre>
 <h2 id="l">l</h2>
 <h3 id="leveldbwindows">leveldb (windows)</h3>
 <table>
@@ -2819,7 +2886,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.9.0</td>
+<td>1.10.1, 1.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3419,7 +3486,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.15</td>
+<td>2.7.15, 2.7.18</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 50 - 2
packages/android.md

@@ -543,6 +543,29 @@ add_requires("hpsocket")
 ```
 
 
+### http_parser (android)
+
+
+| Description | *Parser for HTTP messages written in C.* |
+| -- | -- |
+| Homepage | [https://github.com/nodejs/http-parser](https://github.com/nodejs/http-parser) |
+| Versions | v2.9.4 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [http_parser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/http_parser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] http_parser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("http_parser")
+```
+
+
 
 ## i
 ### imgui (android)
@@ -686,6 +709,31 @@ add_requires("jsoncpp")
 
 
 
+## k
+### kcp (android)
+
+
+| Description | *A Fast and Reliable ARQ Protocol.* |
+| -- | -- |
+| Homepage | [https://github.com/skywind3000/kcp](https://github.com/skywind3000/kcp) |
+| Versions | 1.7 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [kcp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kcp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] kcp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("kcp")
+```
+
+
+
 ## l
 ### libjpeg (android)
 
@@ -1066,7 +1114,7 @@ add_requires("nasm")
 | Description | *Small build system for use with gyp or CMake.* |
 | -- | -- |
 | Homepage | [https://ninja-build.org/](https://ninja-build.org/) |
-| Versions | 1.9.0 |
+| Versions | 1.10.1, 1.9.0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 
@@ -1253,7 +1301,7 @@ add_requires("python")
 | Description | *The python programming language.* |
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
-| Versions | 2.7.15 |
+| Versions | 2.7.15, 2.7.18 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [python2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua) |
 

+ 50 - 2
packages/bsd.md

@@ -404,6 +404,29 @@ add_requires("hopscotch-map")
 ```
 
 
+### http_parser (bsd)
+
+
+| Description | *Parser for HTTP messages written in C.* |
+| -- | -- |
+| Homepage | [https://github.com/nodejs/http-parser](https://github.com/nodejs/http-parser) |
+| Versions | v2.9.4 |
+| Architectures | i386, x86_64 |
+| Definition | [http_parser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/http_parser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install http_parser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("http_parser")
+```
+
+
 
 ## i
 ### inja (bsd)
@@ -478,6 +501,31 @@ add_requires("jsoncons")
 
 
 
+## k
+### kcp (bsd)
+
+
+| Description | *A Fast and Reliable ARQ Protocol.* |
+| -- | -- |
+| Homepage | [https://github.com/skywind3000/kcp](https://github.com/skywind3000/kcp) |
+| Versions | 1.7 |
+| Architectures | i386, x86_64 |
+| Definition | [kcp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kcp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install kcp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("kcp")
+```
+
+
+
 ## l
 ### libjpeg (bsd)
 
@@ -766,7 +814,7 @@ add_requires("ncurses")
 | Description | *Small build system for use with gyp or CMake.* |
 | -- | -- |
 | Homepage | [https://ninja-build.org/](https://ninja-build.org/) |
-| Versions | 1.9.0 |
+| Versions | 1.10.1, 1.9.0 |
 | Architectures | i386, x86_64 |
 | Definition | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 
@@ -929,7 +977,7 @@ add_requires("python")
 | Description | *The python programming language.* |
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
-| Versions | 2.7.15 |
+| Versions | 2.7.15, 2.7.18 |
 | Architectures | i386, x86_64 |
 | Definition | [python2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua) |
 

+ 50 - 2
packages/cross.md

@@ -381,6 +381,29 @@ add_requires("hopscotch-map")
 ```
 
 
+### http_parser (cross)
+
+
+| Description | *Parser for HTTP messages written in C.* |
+| -- | -- |
+| Homepage | [https://github.com/nodejs/http-parser](https://github.com/nodejs/http-parser) |
+| Versions | v2.9.4 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [http_parser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/http_parser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] http_parser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("http_parser")
+```
+
+
 
 ## i
 ### inja (cross)
@@ -478,6 +501,31 @@ add_requires("jsoncpp")
 
 
 
+## k
+### kcp (cross)
+
+
+| Description | *A Fast and Reliable ARQ Protocol.* |
+| -- | -- |
+| Homepage | [https://github.com/skywind3000/kcp](https://github.com/skywind3000/kcp) |
+| Versions | 1.7 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [kcp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kcp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] kcp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("kcp")
+```
+
+
+
 ## l
 ### libcurl (cross)
 
@@ -744,7 +792,7 @@ add_requires("nasm")
 | Description | *Small build system for use with gyp or CMake.* |
 | -- | -- |
 | Homepage | [https://ninja-build.org/](https://ninja-build.org/) |
-| Versions | 1.9.0 |
+| Versions | 1.10.1, 1.9.0 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 
@@ -932,7 +980,7 @@ add_requires("python")
 | Description | *The python programming language.* |
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
-| Versions | 2.7.15 |
+| Versions | 2.7.15, 2.7.18 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [python2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua) |
 

+ 50 - 2
packages/iphoneos.md

@@ -474,6 +474,29 @@ add_requires("hopscotch-map")
 ```
 
 
+### http_parser (iphoneos)
+
+
+| Description | *Parser for HTTP messages written in C.* |
+| -- | -- |
+| Homepage | [https://github.com/nodejs/http-parser](https://github.com/nodejs/http-parser) |
+| Versions | v2.9.4 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [http_parser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/http_parser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos http_parser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("http_parser")
+```
+
+
 
 ## i
 ### imgui (iphoneos)
@@ -617,6 +640,31 @@ add_requires("jsoncpp")
 
 
 
+## k
+### kcp (iphoneos)
+
+
+| Description | *A Fast and Reliable ARQ Protocol.* |
+| -- | -- |
+| Homepage | [https://github.com/skywind3000/kcp](https://github.com/skywind3000/kcp) |
+| Versions | 1.7 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [kcp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kcp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos kcp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("kcp")
+```
+
+
+
 ## l
 ### libcurl (iphoneos)
 
@@ -1067,7 +1115,7 @@ add_requires("nasm")
 | Description | *Small build system for use with gyp or CMake.* |
 | -- | -- |
 | Homepage | [https://ninja-build.org/](https://ninja-build.org/) |
-| Versions | 1.9.0 |
+| Versions | 1.10.1, 1.9.0 |
 | Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Definition | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 
@@ -1254,7 +1302,7 @@ add_requires("python")
 | Description | *The python programming language.* |
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
-| Versions | 2.7.15 |
+| Versions | 2.7.15, 2.7.18 |
 | Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Definition | [python2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua) |
 

+ 50 - 2
packages/linux.md

@@ -1192,6 +1192,29 @@ add_requires("hpsocket")
 ```
 
 
+### http_parser (linux)
+
+
+| Description | *Parser for HTTP messages written in C.* |
+| -- | -- |
+| Homepage | [https://github.com/nodejs/http-parser](https://github.com/nodejs/http-parser) |
+| Versions | v2.9.4 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [http_parser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/http_parser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install http_parser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("http_parser")
+```
+
+
 
 ## i
 ### icu4c (linux)
@@ -1358,6 +1381,31 @@ add_requires("jsoncpp")
 
 
 
+## k
+### kcp (linux)
+
+
+| Description | *A Fast and Reliable ARQ Protocol.* |
+| -- | -- |
+| Homepage | [https://github.com/skywind3000/kcp](https://github.com/skywind3000/kcp) |
+| Versions | 1.7 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [kcp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kcp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install kcp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("kcp")
+```
+
+
+
 ## l
 ### leveldb (linux)
 
@@ -2868,7 +2916,7 @@ add_requires("ncurses")
 | Description | *Small build system for use with gyp or CMake.* |
 | -- | -- |
 | Homepage | [https://ninja-build.org/](https://ninja-build.org/) |
-| Versions | 1.9.0 |
+| Versions | 1.10.1, 1.9.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 
@@ -3310,7 +3358,7 @@ add_requires("python")
 | Description | *The python programming language.* |
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
-| Versions | 2.7.15 |
+| Versions | 2.7.15, 2.7.18 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [python2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua) |
 

+ 50 - 2
packages/macosx.md

@@ -1123,6 +1123,29 @@ add_requires("hopscotch-map")
 ```
 
 
+### http_parser (macosx)
+
+
+| Description | *Parser for HTTP messages written in C.* |
+| -- | -- |
+| Homepage | [https://github.com/nodejs/http-parser](https://github.com/nodejs/http-parser) |
+| Versions | v2.9.4 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [http_parser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/http_parser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install http_parser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("http_parser")
+```
+
+
 
 ## i
 ### icu4c (macosx)
@@ -1289,6 +1312,31 @@ add_requires("jsoncpp")
 
 
 
+## k
+### kcp (macosx)
+
+
+| Description | *A Fast and Reliable ARQ Protocol.* |
+| -- | -- |
+| Homepage | [https://github.com/skywind3000/kcp](https://github.com/skywind3000/kcp) |
+| Versions | 1.7 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [kcp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kcp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install kcp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("kcp")
+```
+
+
+
 ## l
 ### leveldb (macosx)
 
@@ -2753,7 +2801,7 @@ add_requires("ncurses")
 | Description | *Small build system for use with gyp or CMake.* |
 | -- | -- |
 | Homepage | [https://ninja-build.org/](https://ninja-build.org/) |
-| Versions | 1.9.0 |
+| Versions | 1.10.1, 1.9.0 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 
@@ -3172,7 +3220,7 @@ add_requires("python")
 | Description | *The python programming language.* |
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
-| Versions | 2.7.15 |
+| Versions | 2.7.15, 2.7.18 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [python2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua) |
 

+ 50 - 2
packages/mingw.md

@@ -589,6 +589,29 @@ add_requires("hopscotch-map")
 ```
 
 
+### http_parser (mingw)
+
+
+| Description | *Parser for HTTP messages written in C.* |
+| -- | -- |
+| Homepage | [https://github.com/nodejs/http-parser](https://github.com/nodejs/http-parser) |
+| Versions | v2.9.4 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [http_parser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/http_parser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] http_parser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("http_parser")
+```
+
+
 
 ## i
 ### imgui (mingw)
@@ -709,6 +732,31 @@ add_requires("jsoncpp")
 
 
 
+## k
+### kcp (mingw)
+
+
+| Description | *A Fast and Reliable ARQ Protocol.* |
+| -- | -- |
+| Homepage | [https://github.com/skywind3000/kcp](https://github.com/skywind3000/kcp) |
+| Versions | 1.7 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [kcp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kcp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] kcp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("kcp")
+```
+
+
+
 ## l
 ### leveldb (mingw)
 
@@ -1182,7 +1230,7 @@ add_requires("nasm")
 | Description | *Small build system for use with gyp or CMake.* |
 | -- | -- |
 | Homepage | [https://ninja-build.org/](https://ninja-build.org/) |
-| Versions | 1.9.0 |
+| Versions | 1.10.1, 1.9.0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 
@@ -1463,7 +1511,7 @@ add_requires("python")
 | Description | *The python programming language.* |
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
-| Versions | 2.7.15 |
+| Versions | 2.7.15, 2.7.18 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [python2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua) |
 

+ 50 - 2
packages/msys.md

@@ -427,6 +427,29 @@ add_requires("hopscotch-map")
 ```
 
 
+### http_parser (msys)
+
+
+| Description | *Parser for HTTP messages written in C.* |
+| -- | -- |
+| Homepage | [https://github.com/nodejs/http-parser](https://github.com/nodejs/http-parser) |
+| Versions | v2.9.4 |
+| Architectures | i386, x86_64 |
+| Definition | [http_parser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/http_parser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install http_parser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("http_parser")
+```
+
+
 
 ## i
 ### inja (msys)
@@ -501,6 +524,31 @@ add_requires("jsoncons")
 
 
 
+## k
+### kcp (msys)
+
+
+| Description | *A Fast and Reliable ARQ Protocol.* |
+| -- | -- |
+| Homepage | [https://github.com/skywind3000/kcp](https://github.com/skywind3000/kcp) |
+| Versions | 1.7 |
+| Architectures | i386, x86_64 |
+| Definition | [kcp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kcp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install kcp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("kcp")
+```
+
+
+
 ## l
 ### libjpeg (msys)
 
@@ -720,7 +768,7 @@ add_requires("nasm")
 | Description | *Small build system for use with gyp or CMake.* |
 | -- | -- |
 | Homepage | [https://ninja-build.org/](https://ninja-build.org/) |
-| Versions | 1.9.0 |
+| Versions | 1.10.1, 1.9.0 |
 | Architectures | i386, x86_64 |
 | Definition | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 
@@ -883,7 +931,7 @@ add_requires("python")
 | Description | *The python programming language.* |
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
-| Versions | 2.7.15 |
+| Versions | 2.7.15, 2.7.18 |
 | Architectures | i386, x86_64 |
 | Definition | [python2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua) |
 

+ 50 - 2
packages/windows.md

@@ -1030,6 +1030,29 @@ add_requires("hpsocket")
 ```
 
 
+### http_parser (windows)
+
+
+| Description | *Parser for HTTP messages written in C.* |
+| -- | -- |
+| Homepage | [https://github.com/nodejs/http-parser](https://github.com/nodejs/http-parser) |
+| Versions | v2.9.4 |
+| Architectures | x64, x86 |
+| Definition | [http_parser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/http_parser/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install http_parser
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("http_parser")
+```
+
+
 
 ## i
 ### imgui (windows)
@@ -1150,6 +1173,31 @@ add_requires("jsoncpp")
 
 
 
+## k
+### kcp (windows)
+
+
+| Description | *A Fast and Reliable ARQ Protocol.* |
+| -- | -- |
+| Homepage | [https://github.com/skywind3000/kcp](https://github.com/skywind3000/kcp) |
+| Versions | 1.7 |
+| Architectures | x64, x86 |
+| Definition | [kcp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kcp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install kcp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("kcp")
+```
+
+
+
 ## l
 ### leveldb (windows)
 
@@ -1899,7 +1947,7 @@ add_requires("nasm")
 | Description | *Small build system for use with gyp or CMake.* |
 | -- | -- |
 | Homepage | [https://ninja-build.org/](https://ninja-build.org/) |
-| Versions | 1.9.0 |
+| Versions | 1.10.1, 1.9.0 |
 | Architectures | x64, x86 |
 | Definition | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 
@@ -2318,7 +2366,7 @@ add_requires("python")
 | Description | *The python programming language.* |
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
-| Versions | 2.7.15 |
+| Versions | 2.7.15, 2.7.18 |
 | Architectures | x64, x86 |
 | Definition | [python2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua) |
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-20T01:12:45+08:00</lastmod>
+  <lastmod>2020-11-22T04:49:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-11-20T01:12:46+08:00</lastmod>
+  <lastmod>2020-11-22T04:49:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-11-20T01:12:46+08:00</lastmod>
+  <lastmod>2020-11-22T04:49:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-11-20T01:12:46+08:00</lastmod>
+  <lastmod>2020-11-22T04:49:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-11-20T01:12:46+08:00</lastmod>
+  <lastmod>2020-11-22T04:49:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-11-20T01:12:46+08:00</lastmod>
+  <lastmod>2020-11-22T04:49:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-11-20T01:12:46+08:00</lastmod>
+  <lastmod>2020-11-22T04:49:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-11-20T01:12:47+08:00</lastmod>
+  <lastmod>2020-11-22T04:49:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-11-20T01:12:47+08:00</lastmod>
+  <lastmod>2020-11-22T04:49:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-11-20T01:12:47+08:00</lastmod>
+  <lastmod>2020-11-22T04:49:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-11-20T01:12:47+08:00</lastmod>
+  <lastmod>2020-11-22T04:49:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-11-20T01:12:47+08:00</lastmod>
+  <lastmod>2020-11-22T04:49:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-11-20T01:12:48+08:00</lastmod>
+  <lastmod>2020-11-22T04:49:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-11-20T01:12:48+08:00</lastmod>
+  <lastmod>2020-11-22T04:49:12+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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