Ver Fonte

autoupdate docs by xmake-repo/ci

ruki há 3 anos atrás
pai
commit
5b0fa463f8

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: ca-certificates, openh264, ensmallen**
+- **Recently added: lemon, soplex, ca-certificates**
 
 [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 (507)
+- Packages (509)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 75 - 5
mirror/packages/linux.html

@@ -6121,6 +6121,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lcms")
 </code></pre>
+<h3 id="lemonlinux">lemon (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Library for Efficient Modeling and Optimization in Networks.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://lemon.cs.elte.hu/trac/lemon">https://lemon.cs.elte.hu/trac/lemon</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lemon/xmake.lua">lemon/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lemon
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lemon")
+</code></pre>
 <h3 id="leptonicalinux">leptonica (linux)</h3>
 <table>
 <thead>
@@ -14800,6 +14837,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sol2")
 </code></pre>
+<h3 id="soplexlinux">soplex (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SoPlex is an optimization package for solving linear programming problems (LPs) based on an advanced implementation of the primal and dual revised simplex algorithm.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://soplex.zib.de/">https://soplex.zib.de/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>5.0.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/s/soplex/xmake.lua">soplex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install soplex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("soplex")
+</code></pre>
 <h3 id="spdloglinux">spdlog (linux)</h3>
 <table>
 <thead>
@@ -16267,7 +16337,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2020.12, 2021.07</td>
+<td>2020.12, 2021.07, 2021.10</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -16882,7 +16952,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>7.6.0</td>
+<td>7.6.0, 8.0.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -16919,7 +16989,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.23.10</td>
+<td>0.23.10, 0.24.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -16956,7 +17026,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.19.1</td>
+<td>0.19.1, 0.20.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -16993,7 +17063,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.7.2</td>
+<td>0.7.2, 0.7.3</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 74 - 4
mirror/packages/macosx.html

@@ -5796,6 +5796,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lcms")
 </code></pre>
+<h3 id="lemonmacosx">lemon (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Library for Efficient Modeling and Optimization in Networks.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://lemon.cs.elte.hu/trac/lemon">https://lemon.cs.elte.hu/trac/lemon</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lemon/xmake.lua">lemon/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lemon
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lemon")
+</code></pre>
 <h3 id="leveldbmacosx">leveldb (macosx)</h3>
 <table>
 <thead>
@@ -13911,6 +13948,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sol2")
 </code></pre>
+<h3 id="soplexmacosx">soplex (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SoPlex is an optimization package for solving linear programming problems (LPs) based on an advanced implementation of the primal and dual revised simplex algorithm.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://soplex.zib.de/">https://soplex.zib.de/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>5.0.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/s/soplex/xmake.lua">soplex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install soplex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("soplex")
+</code></pre>
 <h3 id="spdlogmacosx">spdlog (macosx)</h3>
 <table>
 <thead>
@@ -15271,7 +15341,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2020.12, 2021.07</td>
+<td>2020.12, 2021.07, 2021.10</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -15737,7 +15807,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>7.6.0</td>
+<td>7.6.0, 8.0.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -15774,7 +15844,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.23.10</td>
+<td>0.23.10, 0.24.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -15811,7 +15881,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.7.2</td>
+<td>0.7.2, 0.7.3</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 75 - 5
mirror/packages/windows.html

@@ -5512,6 +5512,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lcms")
 </code></pre>
+<h3 id="lemonwindows">lemon (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Library for Efficient Modeling and Optimization in Networks.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://lemon.cs.elte.hu/trac/lemon">https://lemon.cs.elte.hu/trac/lemon</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.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/l/lemon/xmake.lua">lemon/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lemon
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lemon")
+</code></pre>
 <h3 id="leptonicawindows">leptonica (windows)</h3>
 <table>
 <thead>
@@ -12024,6 +12061,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sol2")
 </code></pre>
+<h3 id="soplexwindows">soplex (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SoPlex is an optimization package for solving linear programming problems (LPs) based on an advanced implementation of the primal and dual revised simplex algorithm.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://soplex.zib.de/">https://soplex.zib.de/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>5.0.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/s/soplex/xmake.lua">soplex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install soplex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("soplex")
+</code></pre>
 <h3 id="spdlogwindows">spdlog (windows)</h3>
 <table>
 <thead>
@@ -13318,7 +13388,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2020.12, 2021.07</td>
+<td>2020.12, 2021.07, 2021.10</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13763,7 +13833,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>7.6.0</td>
+<td>7.6.0, 8.0.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13800,7 +13870,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.23.10</td>
+<td>0.23.10, 0.24.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13837,7 +13907,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.19.1</td>
+<td>0.19.1, 0.20.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13874,7 +13944,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.7.2</td>
+<td>0.7.2, 0.7.3</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 52 - 5
packages/linux.md

@@ -4057,6 +4057,30 @@ add_requires("lcms")
 ```
 
 
+### lemon (linux)
+
+
+| Description | *Library for Efficient Modeling and Optimization in Networks.* |
+| -- | -- |
+| Homepage | [https://lemon.cs.elte.hu/trac/lemon](https://lemon.cs.elte.hu/trac/lemon) |
+| License | BSL-1.0 |
+| Versions | 1.3.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [lemon/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lemon/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lemon
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lemon")
+```
+
+
 ### leptonica (linux)
 
 
@@ -9897,6 +9921,29 @@ add_requires("sol2")
 ```
 
 
+### soplex (linux)
+
+
+| Description | *SoPlex is an optimization package for solving linear programming problems (LPs) based on an advanced implementation of the primal and dual revised simplex algorithm.* |
+| -- | -- |
+| Homepage | [https://soplex.zib.de/](https://soplex.zib.de/) |
+| Versions | 5.0.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [soplex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/soplex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install soplex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("soplex")
+```
+
+
 ### spdlog (linux)
 
 
@@ -10876,7 +10923,7 @@ add_requires("vc")
 | -- | -- |
 | Homepage | [http://www.vcglib.net/](http://www.vcglib.net/) |
 | License | GPL-3.0 |
-| Versions | 2020.12, 2021.07 |
+| Versions | 2020.12, 2021.07, 2021.10 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [vcglib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vcglib/xmake.lua) |
 
@@ -11284,7 +11331,7 @@ add_requires("xorgproto")
 | -- | -- |
 | Homepage | [https://github.com/xtensor-stack/xsimd/](https://github.com/xtensor-stack/xsimd/) |
 | License | BSD-3-Clause |
-| Versions | 7.6.0 |
+| Versions | 7.6.0, 8.0.3 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [xsimd/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xsimd/xmake.lua) |
 
@@ -11308,7 +11355,7 @@ add_requires("xsimd")
 | -- | -- |
 | Homepage | [https://github.com/xtensor-stack/xtensor/](https://github.com/xtensor-stack/xtensor/) |
 | License | BSD-3-Clause |
-| Versions | 0.23.10 |
+| Versions | 0.23.10, 0.24.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [xtensor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xtensor/xmake.lua) |
 
@@ -11332,7 +11379,7 @@ add_requires("xtensor")
 | -- | -- |
 | Homepage | [https://github.com/xtensor-stack/xtensor-blas/](https://github.com/xtensor-stack/xtensor-blas/) |
 | License | BSD-3-Clause |
-| Versions | 0.19.1 |
+| Versions | 0.19.1, 0.20.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [xtensor-blas/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xtensor-blas/xmake.lua) |
 
@@ -11356,7 +11403,7 @@ add_requires("xtensor-blas")
 | -- | -- |
 | Homepage | [https://github.com/xtensor-stack/xtl/](https://github.com/xtensor-stack/xtl/) |
 | License | BSD-3-Clause |
-| Versions | 0.7.2 |
+| Versions | 0.7.2, 0.7.3 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [xtl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xtl/xmake.lua) |
 

+ 51 - 4
packages/macosx.md

@@ -3843,6 +3843,30 @@ add_requires("lcms")
 ```
 
 
+### lemon (macosx)
+
+
+| Description | *Library for Efficient Modeling and Optimization in Networks.* |
+| -- | -- |
+| Homepage | [https://lemon.cs.elte.hu/trac/lemon](https://lemon.cs.elte.hu/trac/lemon) |
+| License | BSL-1.0 |
+| Versions | 1.3.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [lemon/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lemon/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lemon
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lemon")
+```
+
+
 ### leveldb (macosx)
 
 
@@ -9306,6 +9330,29 @@ add_requires("sol2")
 ```
 
 
+### soplex (macosx)
+
+
+| Description | *SoPlex is an optimization package for solving linear programming problems (LPs) based on an advanced implementation of the primal and dual revised simplex algorithm.* |
+| -- | -- |
+| Homepage | [https://soplex.zib.de/](https://soplex.zib.de/) |
+| Versions | 5.0.2 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [soplex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/soplex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install soplex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("soplex")
+```
+
+
 ### spdlog (macosx)
 
 
@@ -10214,7 +10261,7 @@ add_requires("vc")
 | -- | -- |
 | Homepage | [http://www.vcglib.net/](http://www.vcglib.net/) |
 | License | GPL-3.0 |
-| Versions | 2020.12, 2021.07 |
+| Versions | 2020.12, 2021.07, 2021.10 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [vcglib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vcglib/xmake.lua) |
 
@@ -10524,7 +10571,7 @@ add_requires("xorgproto")
 | -- | -- |
 | Homepage | [https://github.com/xtensor-stack/xsimd/](https://github.com/xtensor-stack/xsimd/) |
 | License | BSD-3-Clause |
-| Versions | 7.6.0 |
+| Versions | 7.6.0, 8.0.3 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [xsimd/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xsimd/xmake.lua) |
 
@@ -10548,7 +10595,7 @@ add_requires("xsimd")
 | -- | -- |
 | Homepage | [https://github.com/xtensor-stack/xtensor/](https://github.com/xtensor-stack/xtensor/) |
 | License | BSD-3-Clause |
-| Versions | 0.23.10 |
+| Versions | 0.23.10, 0.24.0 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [xtensor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xtensor/xmake.lua) |
 
@@ -10572,7 +10619,7 @@ add_requires("xtensor")
 | -- | -- |
 | Homepage | [https://github.com/xtensor-stack/xtl/](https://github.com/xtensor-stack/xtl/) |
 | License | BSD-3-Clause |
-| Versions | 0.7.2 |
+| Versions | 0.7.2, 0.7.3 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [xtl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xtl/xmake.lua) |
 

+ 52 - 5
packages/windows.md

@@ -3632,6 +3632,30 @@ add_requires("lcms")
 ```
 
 
+### lemon (windows)
+
+
+| Description | *Library for Efficient Modeling and Optimization in Networks.* |
+| -- | -- |
+| Homepage | [https://lemon.cs.elte.hu/trac/lemon](https://lemon.cs.elte.hu/trac/lemon) |
+| License | BSL-1.0 |
+| Versions | 1.3.1 |
+| Architectures | x64, x86 |
+| Definition | [lemon/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lemon/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lemon
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lemon")
+```
+
+
 ### leptonica (windows)
 
 
@@ -8001,6 +8025,29 @@ add_requires("sol2")
 ```
 
 
+### soplex (windows)
+
+
+| Description | *SoPlex is an optimization package for solving linear programming problems (LPs) based on an advanced implementation of the primal and dual revised simplex algorithm.* |
+| -- | -- |
+| Homepage | [https://soplex.zib.de/](https://soplex.zib.de/) |
+| Versions | 5.0.2 |
+| Architectures | x64, x86 |
+| Definition | [soplex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/soplex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install soplex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("soplex")
+```
+
+
 ### spdlog (windows)
 
 
@@ -8863,7 +8910,7 @@ add_requires("vc")
 | -- | -- |
 | Homepage | [http://www.vcglib.net/](http://www.vcglib.net/) |
 | License | GPL-3.0 |
-| Versions | 2020.12, 2021.07 |
+| Versions | 2020.12, 2021.07, 2021.10 |
 | Architectures | x64, x86 |
 | Definition | [vcglib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vcglib/xmake.lua) |
 
@@ -9153,7 +9200,7 @@ add_requires("xerces-c")
 | -- | -- |
 | Homepage | [https://github.com/xtensor-stack/xsimd/](https://github.com/xtensor-stack/xsimd/) |
 | License | BSD-3-Clause |
-| Versions | 7.6.0 |
+| Versions | 7.6.0, 8.0.3 |
 | Architectures | x64, x86 |
 | Definition | [xsimd/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xsimd/xmake.lua) |
 
@@ -9177,7 +9224,7 @@ add_requires("xsimd")
 | -- | -- |
 | Homepage | [https://github.com/xtensor-stack/xtensor/](https://github.com/xtensor-stack/xtensor/) |
 | License | BSD-3-Clause |
-| Versions | 0.23.10 |
+| Versions | 0.23.10, 0.24.0 |
 | Architectures | x64, x86 |
 | Definition | [xtensor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xtensor/xmake.lua) |
 
@@ -9201,7 +9248,7 @@ add_requires("xtensor")
 | -- | -- |
 | Homepage | [https://github.com/xtensor-stack/xtensor-blas/](https://github.com/xtensor-stack/xtensor-blas/) |
 | License | BSD-3-Clause |
-| Versions | 0.19.1 |
+| Versions | 0.19.1, 0.20.0 |
 | Architectures | x64, x86 |
 | Definition | [xtensor-blas/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xtensor-blas/xmake.lua) |
 
@@ -9225,7 +9272,7 @@ add_requires("xtensor-blas")
 | -- | -- |
 | Homepage | [https://github.com/xtensor-stack/xtl/](https://github.com/xtensor-stack/xtl/) |
 | License | BSD-3-Clause |
-| Versions | 0.7.2 |
+| Versions | 0.7.2, 0.7.3 |
 | Architectures | x64, x86 |
 | Definition | [xtl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xtl/xmake.lua) |
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-20T11:31:07+08:00</lastmod>
+  <lastmod>2021-11-21T22:55:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-20T11:31:08+08:00</lastmod>
+  <lastmod>2021-11-21T22:55:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-20T11:31:09+08:00</lastmod>
+  <lastmod>2021-11-21T22:55:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-20T11:31:09+08:00</lastmod>
+  <lastmod>2021-11-21T22:55:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-20T11:31:09+08:00</lastmod>
+  <lastmod>2021-11-21T22:55:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-20T11:31:09+08:00</lastmod>
+  <lastmod>2021-11-21T22:55:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-20T11:31:10+08:00</lastmod>
+  <lastmod>2021-11-21T22:55:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-20T11:31:10+08:00</lastmod>
+  <lastmod>2021-11-21T22:55:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-20T11:31:10+08:00</lastmod>
+  <lastmod>2021-11-21T22:55:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-20T11:31:11+08:00</lastmod>
+  <lastmod>2021-11-21T22:55:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-20T11:31:11+08:00</lastmod>
+  <lastmod>2021-11-21T22:55:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-20T11:31:11+08:00</lastmod>
+  <lastmod>2021-11-21T22:55:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-20T11:31:11+08:00</lastmod>
+  <lastmod>2021-11-21T22:55:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-20T11:31:12+08:00</lastmod>
+  <lastmod>2021-11-21T22:55:21+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: ca-certificates, openh264, ensmallen**
+- **Recently added: lemon, soplex, ca-certificates**
 
 [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)
-- 包列表 (507)
+- 包列表 (509)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)