Browse Source

autoupdate docs by xmake-repo/ci

ruki 3 years ago
parent
commit
5d69adef8a

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *Simple, lightweight, cross-platform*
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: libxslt, meowhash, libspectre**
+- **Recently added: dune-common, gmsh, vc**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
   - [Quick Start](getting_started.md)
-- Packages (468)
+- Packages (471)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)

+ 111 - 0
mirror/packages/linux.html

@@ -2491,6 +2491,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("drogon")
 <pre><code class="lang-lua">add_requires("drogon")
 </code></pre>
 </code></pre>
+<h3 id="dunecommonlinux">dune-common (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations with grid-based methods.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://dune-project.org/">https://dune-project.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.8.0</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/d/dune-common/xmake.lua">dune-common/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dune-common
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dune-common")
+</code></pre>
 <h2 id="e">e</h2>
 <h2 id="e">e</h2>
 <h3 id="eabaselinux">eabase (linux)</h3>
 <h3 id="eabaselinux">eabase (linux)</h3>
 <table>
 <table>
@@ -4272,6 +4309,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gmp")
 <pre><code class="lang-lua">add_requires("gmp")
 </code></pre>
 </code></pre>
+<h3 id="gmshlinux">gmsh (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Gmsh is an open source 3D finite element mesh generator with a built-in CAD engine and post-processor.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://gmsh.info/">http://gmsh.info/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.8.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/g/gmsh/xmake.lua">gmsh/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gmsh
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gmsh")
+</code></pre>
 <h3 id="gnlinux">gn (linux)</h3>
 <h3 id="gnlinux">gn (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -14883,6 +14957,43 @@
 <pre><code class="lang-lua">add_requires("util-macros")
 <pre><code class="lang-lua">add_requires("util-macros")
 </code></pre>
 </code></pre>
 <h2 id="v">v</h2>
 <h2 id="v">v</h2>
+<h3 id="vclinux">vc (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SIMD Vector Classes for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/VcDevel/Vc">https://github.com/VcDevel/Vc</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.2</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/v/vc/xmake.lua">vc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vc")
+</code></pre>
 <h3 id="vcgliblinux">vcglib (linux)</h3>
 <h3 id="vcgliblinux">vcglib (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 111 - 0
mirror/packages/macosx.html

@@ -2343,6 +2343,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("drogon")
 <pre><code class="lang-lua">add_requires("drogon")
 </code></pre>
 </code></pre>
+<h3 id="dunecommonmacosx">dune-common (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations with grid-based methods.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://dune-project.org/">https://dune-project.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.8.0</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/d/dune-common/xmake.lua">dune-common/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dune-common
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dune-common")
+</code></pre>
 <h2 id="e">e</h2>
 <h2 id="e">e</h2>
 <h3 id="eabasemacosx">eabase (macosx)</h3>
 <h3 id="eabasemacosx">eabase (macosx)</h3>
 <table>
 <table>
@@ -3947,6 +3984,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gmp")
 <pre><code class="lang-lua">add_requires("gmp")
 </code></pre>
 </code></pre>
+<h3 id="gmshmacosx">gmsh (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Gmsh is an open source 3D finite element mesh generator with a built-in CAD engine and post-processor.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://gmsh.info/">http://gmsh.info/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.8.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/g/gmsh/xmake.lua">gmsh/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gmsh
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gmsh")
+</code></pre>
 <h3 id="gnmacosx">gn (macosx)</h3>
 <h3 id="gnmacosx">gn (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -13784,6 +13858,43 @@
 <pre><code class="lang-lua">add_requires("util-macros")
 <pre><code class="lang-lua">add_requires("util-macros")
 </code></pre>
 </code></pre>
 <h2 id="v">v</h2>
 <h2 id="v">v</h2>
+<h3 id="vcmacosx">vc (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SIMD Vector Classes for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/VcDevel/Vc">https://github.com/VcDevel/Vc</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.2</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/v/vc/xmake.lua">vc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vc")
+</code></pre>
 <h3 id="vcglibmacosx">vcglib (macosx)</h3>
 <h3 id="vcglibmacosx">vcglib (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 74 - 0
mirror/packages/windows.html

@@ -3922,6 +3922,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gmm")
 <pre><code class="lang-lua">add_requires("gmm")
 </code></pre>
 </code></pre>
+<h3 id="gmshwindows">gmsh (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Gmsh is an open source 3D finite element mesh generator with a built-in CAD engine and post-processor.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://gmsh.info/">http://gmsh.info/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.8.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/g/gmsh/xmake.lua">gmsh/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gmsh
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gmsh")
+</code></pre>
 <h3 id="gnwindows">gn (windows)</h3>
 <h3 id="gnwindows">gn (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -12168,6 +12205,43 @@
 <pre><code class="lang-lua">add_requires("uriparser")
 <pre><code class="lang-lua">add_requires("uriparser")
 </code></pre>
 </code></pre>
 <h2 id="v">v</h2>
 <h2 id="v">v</h2>
+<h3 id="vcwindows">vc (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SIMD Vector Classes for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/VcDevel/Vc">https://github.com/VcDevel/Vc</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.2</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/v/vc/xmake.lua">vc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vc")
+</code></pre>
 <h3 id="vcglibwindows">vcglib (windows)</h3>
 <h3 id="vcglibwindows">vcglib (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 72 - 0
packages/linux.md

@@ -1609,6 +1609,30 @@ add_requires("drogon")
 ```
 ```
 
 
 
 
+### dune-common (linux)
+
+
+| Description | *DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations with grid-based methods.* |
+| -- | -- |
+| Homepage | [https://dune-project.org/](https://dune-project.org/) |
+| License | GPL-2.0 |
+| Versions | 2.8.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [dune-common/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dune-common/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dune-common
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dune-common")
+```
+
+
 
 
 ## e
 ## e
 ### eabase (linux)
 ### eabase (linux)
@@ -2797,6 +2821,30 @@ add_requires("gmp")
 ```
 ```
 
 
 
 
+### gmsh (linux)
+
+
+| Description | *Gmsh is an open source 3D finite element mesh generator with a built-in CAD engine and post-processor.* |
+| -- | -- |
+| Homepage | [http://gmsh.info/](http://gmsh.info/) |
+| License | GPL-2.0 |
+| Versions | 4.8.4 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [gmsh/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gmsh/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gmsh
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gmsh")
+```
+
+
 ### gn (linux)
 ### gn (linux)
 
 
 
 
@@ -9960,6 +10008,30 @@ add_requires("util-macros")
 
 
 
 
 ## v
 ## v
+### vc (linux)
+
+
+| Description | *SIMD Vector Classes for C++* |
+| -- | -- |
+| Homepage | [https://github.com/VcDevel/Vc](https://github.com/VcDevel/Vc) |
+| License | BSD-3-Clause |
+| Versions | 1.4.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [vc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vc")
+```
+
+
 ### vcglib (linux)
 ### vcglib (linux)
 
 
 
 

+ 72 - 0
packages/macosx.md

@@ -1513,6 +1513,30 @@ add_requires("drogon")
 ```
 ```
 
 
 
 
+### dune-common (macosx)
+
+
+| Description | *DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations with grid-based methods.* |
+| -- | -- |
+| Homepage | [https://dune-project.org/](https://dune-project.org/) |
+| License | GPL-2.0 |
+| Versions | 2.8.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [dune-common/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dune-common/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dune-common
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dune-common")
+```
+
+
 
 
 ## e
 ## e
 ### eabase (macosx)
 ### eabase (macosx)
@@ -2583,6 +2607,30 @@ add_requires("gmp")
 ```
 ```
 
 
 
 
+### gmsh (macosx)
+
+
+| Description | *Gmsh is an open source 3D finite element mesh generator with a built-in CAD engine and post-processor.* |
+| -- | -- |
+| Homepage | [http://gmsh.info/](http://gmsh.info/) |
+| License | GPL-2.0 |
+| Versions | 4.8.4 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [gmsh/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gmsh/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gmsh
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gmsh")
+```
+
+
 ### gn (macosx)
 ### gn (macosx)
 
 
 
 
@@ -9228,6 +9276,30 @@ add_requires("util-macros")
 
 
 
 
 ## v
 ## v
+### vc (macosx)
+
+
+| Description | *SIMD Vector Classes for C++* |
+| -- | -- |
+| Homepage | [https://github.com/VcDevel/Vc](https://github.com/VcDevel/Vc) |
+| License | BSD-3-Clause |
+| Versions | 1.4.2 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [vc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vc")
+```
+
+
 ### vcglib (macosx)
 ### vcglib (macosx)
 
 
 
 

+ 48 - 0
packages/windows.md

@@ -2562,6 +2562,30 @@ add_requires("gmm")
 ```
 ```
 
 
 
 
+### gmsh (windows)
+
+
+| Description | *Gmsh is an open source 3D finite element mesh generator with a built-in CAD engine and post-processor.* |
+| -- | -- |
+| Homepage | [http://gmsh.info/](http://gmsh.info/) |
+| License | GPL-2.0 |
+| Versions | 4.8.4 |
+| Architectures | x64, x86 |
+| Definition | [gmsh/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gmsh/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gmsh
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gmsh")
+```
+
+
 ### gn (windows)
 ### gn (windows)
 
 
 
 
@@ -8116,6 +8140,30 @@ add_requires("uriparser")
 
 
 
 
 ## v
 ## v
+### vc (windows)
+
+
+| Description | *SIMD Vector Classes for C++* |
+| -- | -- |
+| Homepage | [https://github.com/VcDevel/Vc](https://github.com/VcDevel/Vc) |
+| License | BSD-3-Clause |
+| Versions | 1.4.2 |
+| Architectures | x64, x86 |
+| Definition | [vc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vc")
+```
+
+
 ### vcglib (windows)
 ### vcglib (windows)
 
 
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
     
 <url>
 <url>
   <loc>https://xrepo.xmake.io</loc>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-10-18T08:50:14+08:00</lastmod>
+  <lastmod>2021-10-19T07:53:53+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-10-18T08:50:15+08:00</lastmod>
+  <lastmod>2021-10-19T07:53:54+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-10-18T08:50:15+08:00</lastmod>
+  <lastmod>2021-10-19T07:53:54+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-10-18T08:50:16+08:00</lastmod>
+  <lastmod>2021-10-19T07:53:54+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-10-18T08:50:16+08:00</lastmod>
+  <lastmod>2021-10-19T07:53:54+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-10-18T08:50:16+08:00</lastmod>
+  <lastmod>2021-10-19T07:53:55+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-10-18T08:50:16+08:00</lastmod>
+  <lastmod>2021-10-19T07:53:55+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-10-18T08:50:16+08:00</lastmod>
+  <lastmod>2021-10-19T07:53:55+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-10-18T08:50:17+08:00</lastmod>
+  <lastmod>2021-10-19T07:53:55+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-10-18T08:50:17+08:00</lastmod>
+  <lastmod>2021-10-19T07:53:55+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-10-18T08:50:17+08:00</lastmod>
+  <lastmod>2021-10-19T07:53:56+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-10-18T08:50:17+08:00</lastmod>
+  <lastmod>2021-10-19T07:53:56+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-10-18T08:50:18+08:00</lastmod>
+  <lastmod>2021-10-19T07:53:56+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-10-18T08:50:18+08:00</lastmod>
+  <lastmod>2021-10-19T07:53:56+08:00</lastmod>
 </url>
 </url>
 
 
 </urlset>
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *简单,轻量,跨平台*
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: libxslt, meowhash, libspectre**
+- **Recently added: dune-common, gmsh, vc**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/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)
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (468)
+- 包列表 (471)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)