Quellcode durchsuchen

autoupdate docs by xmake-repo/ci

ruki vor 4 Jahren
Ursprung
Commit
64f87437e0

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: wayland, fltk, chaiscript**
+- **Recently added: directxshadercompiler, gn, libjpeg-turbo**
 
 [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 (186)
+- Packages (188)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 75 - 1
mirror/packages/android.html

@@ -838,6 +838,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glm")
 </code></pre>
+<h3 id="gnandroid">gn (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>GN is a meta-build system that generates build files for Ninja.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gn.googlesource.com/gn">https://gn.googlesource.com/gn</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20201128</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/g/gn/xmake.lua">gn/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] gn
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gn")
+</code></pre>
 <h3 id="gtestandroid">gtest (android)</h3>
 <table>
 <thead>
@@ -1681,6 +1714,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("meson")
 </code></pre>
+<h3 id="mimallocandroid">mimalloc (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>mimalloc (pronounced &#39;me-malloc&#39;) is a general purpose allocator with excellent performance characteristics.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/microsoft/mimalloc">https://github.com/microsoft/mimalloc</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.6.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/m/mimalloc/xmake.lua">mimalloc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] mimalloc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mimalloc")
+</code></pre>
 <h3 id="moonjitandroid">moonjit (android)</h3>
 <table>
 <thead>
@@ -1729,8 +1799,12 @@
 <td><a href="https://www.nasm.us/">https://www.nasm.us/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>2.13.03</td>
+<td>2.13.03, 2.15.05</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/bsd.html

@@ -599,6 +599,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glm")
 </code></pre>
+<h3 id="gnbsd">gn (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>GN is a meta-build system that generates build files for Ninja.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gn.googlesource.com/gn">https://gn.googlesource.com/gn</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20201128</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/g/gn/xmake.lua">gn/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gn
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gn")
+</code></pre>
 <h3 id="gtestbsd">gtest (bsd)</h3>
 <table>
 <thead>
@@ -1185,8 +1218,12 @@
 <td><a href="https://www.nasm.us/">https://www.nasm.us/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>2.13.03</td>
+<td>2.13.03, 2.15.05</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/cross.html

@@ -566,6 +566,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glm")
 </code></pre>
+<h3 id="gncross">gn (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>GN is a meta-build system that generates build files for Ninja.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gn.googlesource.com/gn">https://gn.googlesource.com/gn</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20201128</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/g/gn/xmake.lua">gn/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] gn
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gn")
+</code></pre>
 <h3 id="gtestcross">gtest (cross)</h3>
 <table>
 <thead>
@@ -1189,8 +1222,12 @@
 <td><a href="https://www.nasm.us/">https://www.nasm.us/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>2.13.03</td>
+<td>2.13.03, 2.15.05</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/iphoneos.html

@@ -739,6 +739,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glm")
 </code></pre>
+<h3 id="gniphoneos">gn (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>GN is a meta-build system that generates build files for Ninja.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gn.googlesource.com/gn">https://gn.googlesource.com/gn</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20201128</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/g/gn/xmake.lua">gn/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos gn
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gn")
+</code></pre>
 <h3 id="gtestiphoneos">gtest (iphoneos)</h3>
 <table>
 <thead>
@@ -1700,8 +1733,12 @@
 <td><a href="https://www.nasm.us/">https://www.nasm.us/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>2.13.03</td>
+<td>2.13.03, 2.15.05</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 81 - 3
mirror/packages/linux.html

@@ -1709,6 +1709,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gmm")
 </code></pre>
+<h3 id="gnlinux">gn (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>GN is a meta-build system that generates build files for Ninja.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gn.googlesource.com/gn">https://gn.googlesource.com/gn</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20201128</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/g/gn/xmake.lua">gn/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gn
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gn")
+</code></pre>
 <h3 id="gnusedlinux">gnu-sed (linux)</h3>
 <table>
 <thead>
@@ -1957,11 +1990,11 @@
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://ssl.icu-project.org/">https://ssl.icu-project.org/</a></td>
+<td><a href="http://site.icu-project.org/">http://site.icu-project.org/</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>64.2</td>
+<td>64.2, 68.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2444,6 +2477,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libjpeg")
 </code></pre>
+<h3 id="libjpegturbolinux">libjpeg-turbo (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A JPEG image codec that uses SIMD instructions (MMX, SSE2, AVX2, Neon, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, Arm, and PowerPC systems.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libjpeg-turbo.org/">https://libjpeg-turbo.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.5, 2.0.6</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/l/libjpeg-turbo/xmake.lua">libjpeg-turbo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libjpeg-turbo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libjpeg-turbo")
+</code></pre>
 <h3 id="libmilllinux">libmill (linux)</h3>
 <table>
 <thead>
@@ -4166,6 +4236,10 @@
 <td><a href="https://github.com/microsoft/mimalloc">https://github.com/microsoft/mimalloc</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
 <td>1.6.7</td>
 </tr>
@@ -4332,8 +4406,12 @@
 <td><a href="https://www.nasm.us/">https://www.nasm.us/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>2.13.03</td>
+<td>2.13.03, 2.15.05</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 81 - 3
mirror/packages/macosx.html

@@ -1643,6 +1643,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gmm")
 </code></pre>
+<h3 id="gnmacosx">gn (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>GN is a meta-build system that generates build files for Ninja.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gn.googlesource.com/gn">https://gn.googlesource.com/gn</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20201128</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/g/gn/xmake.lua">gn/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gn
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gn")
+</code></pre>
 <h3 id="gnusedmacosx">gnu-sed (macosx)</h3>
 <table>
 <thead>
@@ -1858,11 +1891,11 @@
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://ssl.icu-project.org/">https://ssl.icu-project.org/</a></td>
+<td><a href="http://site.icu-project.org/">http://site.icu-project.org/</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>64.2</td>
+<td>64.2, 68.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2312,6 +2345,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libjpeg")
 </code></pre>
+<h3 id="libjpegturbomacosx">libjpeg-turbo (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A JPEG image codec that uses SIMD instructions (MMX, SSE2, AVX2, Neon, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, Arm, and PowerPC systems.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libjpeg-turbo.org/">https://libjpeg-turbo.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.5, 2.0.6</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/l/libjpeg-turbo/xmake.lua">libjpeg-turbo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libjpeg-turbo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libjpeg-turbo")
+</code></pre>
 <h3 id="libmillmacosx">libmill (macosx)</h3>
 <table>
 <thead>
@@ -4034,6 +4104,10 @@
 <td><a href="https://github.com/microsoft/mimalloc">https://github.com/microsoft/mimalloc</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
 <td>1.6.7</td>
 </tr>
@@ -4167,8 +4241,12 @@
 <td><a href="https://www.nasm.us/">https://www.nasm.us/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>2.13.03</td>
+<td>2.13.03, 2.15.05</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/mingw.html

@@ -900,6 +900,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gmm")
 </code></pre>
+<h3 id="gnmingw">gn (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>GN is a meta-build system that generates build files for Ninja.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gn.googlesource.com/gn">https://gn.googlesource.com/gn</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20201128</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/g/gn/xmake.lua">gn/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] gn
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gn")
+</code></pre>
 <h3 id="gtestmingw">gtest (mingw)</h3>
 <table>
 <thead>
@@ -1853,8 +1886,12 @@
 <td><a href="https://www.nasm.us/">https://www.nasm.us/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>2.13.03</td>
+<td>2.13.03, 2.15.05</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/msys.html

@@ -632,6 +632,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glm")
 </code></pre>
+<h3 id="gnmsys">gn (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>GN is a meta-build system that generates build files for Ninja.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gn.googlesource.com/gn">https://gn.googlesource.com/gn</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20201128</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/g/gn/xmake.lua">gn/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gn
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gn")
+</code></pre>
 <h3 id="gtestmsys">gtest (msys)</h3>
 <table>
 <thead>
@@ -1152,8 +1185,12 @@
 <td><a href="https://www.nasm.us/">https://www.nasm.us/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>2.13.03</td>
+<td>2.13.03, 2.15.05</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 112 - 1
mirror/packages/windows.html

@@ -1544,6 +1544,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gmm")
 </code></pre>
+<h3 id="gnwindows">gn (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>GN is a meta-build system that generates build files for Ninja.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gn.googlesource.com/gn">https://gn.googlesource.com/gn</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20201128</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/g/gn/xmake.lua">gn/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gn
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gn")
+</code></pre>
 <h3 id="gowindows">go (windows)</h3>
 <table>
 <thead>
@@ -1711,6 +1744,39 @@
 <pre><code class="lang-lua">add_requires("http_parser")
 </code></pre>
 <h2 id="i">i</h2>
+<h3 id="icu4cwindows">icu4c (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C/C++ libraries for Unicode and globalization.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://site.icu-project.org/">http://site.icu-project.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>64.2, 68.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/i/icu4c/xmake.lua">icu4c/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install icu4c
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("icu4c")
+</code></pre>
 <h3 id="imguiwindows">imgui (windows)</h3>
 <table>
 <thead>
@@ -2011,6 +2077,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libjpeg")
 </code></pre>
+<h3 id="libjpegturbowindows">libjpeg-turbo (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A JPEG image codec that uses SIMD instructions (MMX, SSE2, AVX2, Neon, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, Arm, and PowerPC systems.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libjpeg-turbo.org/">https://libjpeg-turbo.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.5, 2.0.6</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/l/libjpeg-turbo/xmake.lua">libjpeg-turbo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libjpeg-turbo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libjpeg-turbo")
+</code></pre>
 <h3 id="libpngwindows">libpng (windows)</h3>
 <table>
 <thead>
@@ -2867,6 +2970,10 @@
 <td><a href="https://github.com/microsoft/mimalloc">https://github.com/microsoft/mimalloc</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
 <td>1.6.7</td>
 </tr>
@@ -2967,8 +3074,12 @@
 <td><a href="https://www.nasm.us/">https://www.nasm.us/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>2.13.03</td>
+<td>2.13.03, 2.15.05</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 49 - 1
packages/android.md

@@ -519,6 +519,29 @@ add_requires("glm")
 ```
 
 
+### gn (android)
+
+
+| Description | *GN is a meta-build system that generates build files for Ninja.* |
+| -- | -- |
+| Homepage | [https://gn.googlesource.com/gn](https://gn.googlesource.com/gn) |
+| Versions | 20201128 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [gn/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gn/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] gn
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gn")
+```
+
+
 ### gtest (android)
 
 
@@ -1109,6 +1132,30 @@ add_requires("meson")
 ```
 
 
+### mimalloc (android)
+
+
+| Description | *mimalloc (pronounced 'me-malloc') is a general purpose allocator with excellent performance characteristics.* |
+| -- | -- |
+| Homepage | [https://github.com/microsoft/mimalloc](https://github.com/microsoft/mimalloc) |
+| License | MIT |
+| Versions | 1.6.7 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [mimalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mimalloc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] mimalloc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mimalloc")
+```
+
+
 ### moonjit (android)
 
 
@@ -1140,7 +1187,8 @@ add_requires("moonjit")
 | Description | *Netwide Assembler (NASM) is an 80x86 assembler.* |
 | -- | -- |
 | Homepage | [https://www.nasm.us/](https://www.nasm.us/) |
-| Versions | 2.13.03 |
+| License | BSD-2-Clause |
+| Versions | 2.13.03, 2.15.05 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [nasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua) |
 

+ 25 - 1
packages/bsd.md

@@ -356,6 +356,29 @@ add_requires("glm")
 ```
 
 
+### gn (bsd)
+
+
+| Description | *GN is a meta-build system that generates build files for Ninja.* |
+| -- | -- |
+| Homepage | [https://gn.googlesource.com/gn](https://gn.googlesource.com/gn) |
+| Versions | 20201128 |
+| Architectures | i386, x86_64 |
+| Definition | [gn/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gn/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gn
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gn")
+```
+
+
 ### gtest (bsd)
 
 
@@ -768,7 +791,8 @@ add_requires("moonjit")
 | Description | *Netwide Assembler (NASM) is an 80x86 assembler.* |
 | -- | -- |
 | Homepage | [https://www.nasm.us/](https://www.nasm.us/) |
-| Versions | 2.13.03 |
+| License | BSD-2-Clause |
+| Versions | 2.13.03, 2.15.05 |
 | Architectures | i386, x86_64 |
 | Definition | [nasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua) |
 

+ 25 - 1
packages/cross.md

@@ -333,6 +333,29 @@ add_requires("glm")
 ```
 
 
+### gn (cross)
+
+
+| Description | *GN is a meta-build system that generates build files for Ninja.* |
+| -- | -- |
+| Homepage | [https://gn.googlesource.com/gn](https://gn.googlesource.com/gn) |
+| Versions | 20201128 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [gn/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gn/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] gn
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gn")
+```
+
+
 ### gtest (cross)
 
 
@@ -769,7 +792,8 @@ add_requires("meson")
 | Description | *Netwide Assembler (NASM) is an 80x86 assembler.* |
 | -- | -- |
 | Homepage | [https://www.nasm.us/](https://www.nasm.us/) |
-| Versions | 2.13.03 |
+| License | BSD-2-Clause |
+| Versions | 2.13.03, 2.15.05 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [nasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua) |
 

+ 25 - 1
packages/iphoneos.md

@@ -450,6 +450,29 @@ add_requires("glm")
 ```
 
 
+### gn (iphoneos)
+
+
+| Description | *GN is a meta-build system that generates build files for Ninja.* |
+| -- | -- |
+| Homepage | [https://gn.googlesource.com/gn](https://gn.googlesource.com/gn) |
+| Versions | 20201128 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [gn/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gn/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos gn
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gn")
+```
+
+
 ### gtest (iphoneos)
 
 
@@ -1118,7 +1141,8 @@ add_requires("moonjit")
 | Description | *Netwide Assembler (NASM) is an 80x86 assembler.* |
 | -- | -- |
 | Homepage | [https://www.nasm.us/](https://www.nasm.us/) |
-| Versions | 2.13.03 |
+| License | BSD-2-Clause |
+| Versions | 2.13.03, 2.15.05 |
 | Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Definition | [nasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua) |
 

+ 52 - 3
packages/linux.md

@@ -1122,6 +1122,29 @@ add_requires("gmm")
 ```
 
 
+### gn (linux)
+
+
+| Description | *GN is a meta-build system that generates build files for Ninja.* |
+| -- | -- |
+| Homepage | [https://gn.googlesource.com/gn](https://gn.googlesource.com/gn) |
+| Versions | 20201128 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [gn/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gn/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gn
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gn")
+```
+
+
 ### gnu-sed (linux)
 
 
@@ -1293,8 +1316,8 @@ add_requires("http_parser")
 
 | Description | *C/C++ libraries for Unicode and globalization.* |
 | -- | -- |
-| Homepage | [https://ssl.icu-project.org/](https://ssl.icu-project.org/) |
-| Versions | 64.2 |
+| Homepage | [http://site.icu-project.org/](http://site.icu-project.org/) |
+| Versions | 64.2, 68.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [icu4c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/icu4c/xmake.lua) |
 
@@ -1639,6 +1662,30 @@ add_requires("libjpeg")
 ```
 
 
+### libjpeg-turbo (linux)
+
+
+| Description | *A JPEG image codec that uses SIMD instructions (MMX, SSE2, AVX2, Neon, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, Arm, and PowerPC systems.* |
+| -- | -- |
+| Homepage | [https://libjpeg-turbo.org/](https://libjpeg-turbo.org/) |
+| License | BSD-3-Clause |
+| Versions | 2.0.5, 2.0.6 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libjpeg-turbo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libjpeg-turbo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libjpeg-turbo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libjpeg-turbo")
+```
+
+
 ### libmill (linux)
 
 
@@ -2826,6 +2873,7 @@ add_requires("meson")
 | Description | *mimalloc (pronounced 'me-malloc') is a general purpose allocator with excellent performance characteristics.* |
 | -- | -- |
 | Homepage | [https://github.com/microsoft/mimalloc](https://github.com/microsoft/mimalloc) |
+| License | MIT |
 | Versions | 1.6.7 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [mimalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mimalloc/xmake.lua) |
@@ -2943,7 +2991,8 @@ add_requires("nana")
 | Description | *Netwide Assembler (NASM) is an 80x86 assembler.* |
 | -- | -- |
 | Homepage | [https://www.nasm.us/](https://www.nasm.us/) |
-| Versions | 2.13.03 |
+| License | BSD-2-Clause |
+| Versions | 2.13.03, 2.15.05 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [nasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua) |
 

+ 52 - 3
packages/macosx.md

@@ -1076,6 +1076,29 @@ add_requires("gmm")
 ```
 
 
+### gn (macosx)
+
+
+| Description | *GN is a meta-build system that generates build files for Ninja.* |
+| -- | -- |
+| Homepage | [https://gn.googlesource.com/gn](https://gn.googlesource.com/gn) |
+| Versions | 20201128 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [gn/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gn/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gn
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gn")
+```
+
+
 ### gnu-sed (macosx)
 
 
@@ -1224,8 +1247,8 @@ add_requires("http_parser")
 
 | Description | *C/C++ libraries for Unicode and globalization.* |
 | -- | -- |
-| Homepage | [https://ssl.icu-project.org/](https://ssl.icu-project.org/) |
-| Versions | 64.2 |
+| Homepage | [http://site.icu-project.org/](http://site.icu-project.org/) |
+| Versions | 64.2, 68.1 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [icu4c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/icu4c/xmake.lua) |
 
@@ -1547,6 +1570,30 @@ add_requires("libjpeg")
 ```
 
 
+### libjpeg-turbo (macosx)
+
+
+| Description | *A JPEG image codec that uses SIMD instructions (MMX, SSE2, AVX2, Neon, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, Arm, and PowerPC systems.* |
+| -- | -- |
+| Homepage | [https://libjpeg-turbo.org/](https://libjpeg-turbo.org/) |
+| License | BSD-3-Clause |
+| Versions | 2.0.5, 2.0.6 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libjpeg-turbo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libjpeg-turbo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libjpeg-turbo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libjpeg-turbo")
+```
+
+
 ### libmill (macosx)
 
 
@@ -2734,6 +2781,7 @@ add_requires("meson")
 | Description | *mimalloc (pronounced 'me-malloc') is a general purpose allocator with excellent performance characteristics.* |
 | -- | -- |
 | Homepage | [https://github.com/microsoft/mimalloc](https://github.com/microsoft/mimalloc) |
+| License | MIT |
 | Versions | 1.6.7 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [mimalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mimalloc/xmake.lua) |
@@ -2828,7 +2876,8 @@ add_requires("mysql")
 | Description | *Netwide Assembler (NASM) is an 80x86 assembler.* |
 | -- | -- |
 | Homepage | [https://www.nasm.us/](https://www.nasm.us/) |
-| Versions | 2.13.03 |
+| License | BSD-2-Clause |
+| Versions | 2.13.03, 2.15.05 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [nasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua) |
 

+ 25 - 1
packages/mingw.md

@@ -564,6 +564,29 @@ add_requires("gmm")
 ```
 
 
+### gn (mingw)
+
+
+| Description | *GN is a meta-build system that generates build files for Ninja.* |
+| -- | -- |
+| Homepage | [https://gn.googlesource.com/gn](https://gn.googlesource.com/gn) |
+| Versions | 20201128 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [gn/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gn/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] gn
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gn")
+```
+
+
 ### gtest (mingw)
 
 
@@ -1230,7 +1253,8 @@ add_requires("meson")
 | Description | *Netwide Assembler (NASM) is an 80x86 assembler.* |
 | -- | -- |
 | Homepage | [https://www.nasm.us/](https://www.nasm.us/) |
-| Versions | 2.13.03 |
+| License | BSD-2-Clause |
+| Versions | 2.13.03, 2.15.05 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [nasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua) |
 

+ 25 - 1
packages/msys.md

@@ -379,6 +379,29 @@ add_requires("glm")
 ```
 
 
+### gn (msys)
+
+
+| Description | *GN is a meta-build system that generates build files for Ninja.* |
+| -- | -- |
+| Homepage | [https://gn.googlesource.com/gn](https://gn.googlesource.com/gn) |
+| Versions | 20201128 |
+| Architectures | i386, x86_64 |
+| Definition | [gn/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gn/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gn
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gn")
+```
+
+
 ### gtest (msys)
 
 
@@ -745,7 +768,8 @@ add_requires("meson")
 | Description | *Netwide Assembler (NASM) is an 80x86 assembler.* |
 | -- | -- |
 | Homepage | [https://www.nasm.us/](https://www.nasm.us/) |
-| Versions | 2.13.03 |
+| License | BSD-2-Clause |
+| Versions | 2.13.03, 2.15.05 |
 | Architectures | i386, x86_64 |
 | Definition | [nasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua) |
 

+ 73 - 1
packages/windows.md

@@ -1007,6 +1007,29 @@ add_requires("gmm")
 ```
 
 
+### gn (windows)
+
+
+| Description | *GN is a meta-build system that generates build files for Ninja.* |
+| -- | -- |
+| Homepage | [https://gn.googlesource.com/gn](https://gn.googlesource.com/gn) |
+| Versions | 20201128 |
+| Architectures | x64, x86 |
+| Definition | [gn/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gn/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gn
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gn")
+```
+
+
 ### go (windows)
 
 
@@ -1126,6 +1149,29 @@ add_requires("http_parser")
 
 
 ## i
+### icu4c (windows)
+
+
+| Description | *C/C++ libraries for Unicode and globalization.* |
+| -- | -- |
+| Homepage | [http://site.icu-project.org/](http://site.icu-project.org/) |
+| Versions | 64.2, 68.1 |
+| Architectures | x64, x86 |
+| Definition | [icu4c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/icu4c/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install icu4c
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("icu4c")
+```
+
+
 ### imgui (windows)
 
 
@@ -1339,6 +1385,30 @@ add_requires("libjpeg")
 ```
 
 
+### libjpeg-turbo (windows)
+
+
+| Description | *A JPEG image codec that uses SIMD instructions (MMX, SSE2, AVX2, Neon, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, Arm, and PowerPC systems.* |
+| -- | -- |
+| Homepage | [https://libjpeg-turbo.org/](https://libjpeg-turbo.org/) |
+| License | BSD-3-Clause |
+| Versions | 2.0.5, 2.0.6 |
+| Architectures | x64, x86 |
+| Definition | [libjpeg-turbo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libjpeg-turbo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libjpeg-turbo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libjpeg-turbo")
+```
+
+
 ### libpng (windows)
 
 
@@ -1926,6 +1996,7 @@ add_requires("mhook")
 | Description | *mimalloc (pronounced 'me-malloc') is a general purpose allocator with excellent performance characteristics.* |
 | -- | -- |
 | Homepage | [https://github.com/microsoft/mimalloc](https://github.com/microsoft/mimalloc) |
+| License | MIT |
 | Versions | 1.6.7 |
 | Architectures | x64, x86 |
 | Definition | [mimalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mimalloc/xmake.lua) |
@@ -1997,7 +2068,8 @@ add_requires("nana")
 | Description | *Netwide Assembler (NASM) is an 80x86 assembler.* |
 | -- | -- |
 | Homepage | [https://www.nasm.us/](https://www.nasm.us/) |
-| Versions | 2.13.03 |
+| License | BSD-2-Clause |
+| Versions | 2.13.03, 2.15.05 |
 | Architectures | x64, x86 |
 | Definition | [nasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua) |
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-27T14:41:32+08:00</lastmod>
+  <lastmod>2020-11-28T14:57:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-11-27T14:41:32+08:00</lastmod>
+  <lastmod>2020-11-28T14:57:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-11-27T14:41:33+08:00</lastmod>
+  <lastmod>2020-11-28T14:57:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-11-27T14:41:33+08:00</lastmod>
+  <lastmod>2020-11-28T14:57:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-11-27T14:41:33+08:00</lastmod>
+  <lastmod>2020-11-28T14:57:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-11-27T14:41:33+08:00</lastmod>
+  <lastmod>2020-11-28T14:57:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-11-27T14:41:33+08:00</lastmod>
+  <lastmod>2020-11-28T14:57:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-11-27T14:41:34+08:00</lastmod>
+  <lastmod>2020-11-28T14:57:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-11-27T14:41:34+08:00</lastmod>
+  <lastmod>2020-11-28T14:57:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-11-27T14:41:34+08:00</lastmod>
+  <lastmod>2020-11-28T14:57:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-11-27T14:41:34+08:00</lastmod>
+  <lastmod>2020-11-28T14:57:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-11-27T14:41:35+08:00</lastmod>
+  <lastmod>2020-11-28T14:57:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-11-27T14:41:35+08:00</lastmod>
+  <lastmod>2020-11-28T14:57:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-11-27T14:41:35+08:00</lastmod>
+  <lastmod>2020-11-28T14:57:10+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: wayland, fltk, chaiscript**
+- **Recently added: directxshadercompiler, gn, libjpeg-turbo**
 
 [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)
-- 包列表 (186)
+- 包列表 (188)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)