瀏覽代碼

autoupdate docs by xmake-repo/ci

ruki 4 年之前
父節點
當前提交
2982d7abf2

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: eabase, ip2region, minhook**
+- **Recently added: bison, cpu-features, openjpeg**
 
 [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 (199)
+- Packages (202)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -600,6 +600,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-taskflow")
 </code></pre>
+<h3 id="cpufeaturesandroid">cpu-features (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A cross platform C99 library to get cpu features at runtime.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/cpu_features">https://github.com/google/cpu_features</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.6.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpu-features/xmake.lua">cpu-features/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] cpu-features
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpu-features")
+</code></pre>
 <h3 id="cxxoptsandroid">cxxopts (android)</h3>
 <table>
 <thead>

+ 111 - 0
mirror/packages/linux.html

@@ -360,6 +360,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("binutils")
 </code></pre>
+<h3 id="bisonlinux">bison (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A general-purpose parser generator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.gnu.org/software/bison/">https://www.gnu.org/software/bison/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.7.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/b/bison/xmake.lua">bison/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install bison
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("bison")
+</code></pre>
 <h3 id="blosclinux">blosc (linux)</h3>
 <table>
 <thead>
@@ -996,6 +1033,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-taskflow")
 </code></pre>
+<h3 id="cpufeatureslinux">cpu-features (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A cross platform C99 library to get cpu features at runtime.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/cpu_features">https://github.com/google/cpu_features</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.6.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/c/cpu-features/xmake.lua">cpu-features/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cpu-features
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpu-features")
+</code></pre>
 <h3 id="cxxoptslinux">cxxopts (linux)</h3>
 <table>
 <thead>
@@ -4953,6 +5027,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openexr")
 </code></pre>
+<h3 id="openjpeglinux">openjpeg (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenJPEG is an open-source JPEG 2000 codec written in C language.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.openjpeg.org/">http://www.openjpeg.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.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/o/openjpeg/xmake.lua">openjpeg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install openjpeg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("openjpeg")
+</code></pre>
 <h3 id="openssllinux">openssl (linux)</h3>
 <table>
 <thead>

+ 111 - 0
mirror/packages/macosx.html

@@ -327,6 +327,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("binutils")
 </code></pre>
+<h3 id="bisonmacosx">bison (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A general-purpose parser generator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.gnu.org/software/bison/">https://www.gnu.org/software/bison/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.7.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/b/bison/xmake.lua">bison/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install bison
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("bison")
+</code></pre>
 <h3 id="bloscmacosx">blosc (macosx)</h3>
 <table>
 <thead>
@@ -963,6 +1000,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-taskflow")
 </code></pre>
+<h3 id="cpufeaturesmacosx">cpu-features (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A cross platform C99 library to get cpu features at runtime.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/cpu_features">https://github.com/google/cpu_features</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.6.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/c/cpu-features/xmake.lua">cpu-features/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cpu-features
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpu-features")
+</code></pre>
 <h3 id="cxxoptsmacosx">cxxopts (macosx)</h3>
 <table>
 <thead>
@@ -4755,6 +4829,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openexr")
 </code></pre>
+<h3 id="openjpegmacosx">openjpeg (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenJPEG is an open-source JPEG 2000 codec written in C language.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.openjpeg.org/">http://www.openjpeg.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.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/o/openjpeg/xmake.lua">openjpeg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install openjpeg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("openjpeg")
+</code></pre>
 <h3 id="opensslmacosx">openssl (macosx)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/windows.html

@@ -963,6 +963,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-taskflow")
 </code></pre>
+<h3 id="cpufeatureswindows">cpu-features (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A cross platform C99 library to get cpu features at runtime.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/cpu_features">https://github.com/google/cpu_features</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.6.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpu-features/xmake.lua">cpu-features/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cpu-features
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpu-features")
+</code></pre>
 <h3 id="cxxoptswindows">cxxopts (windows)</h3>
 <table>
 <thead>
@@ -3481,6 +3518,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openexr")
 </code></pre>
+<h3 id="openjpegwindows">openjpeg (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenJPEG is an open-source JPEG 2000 codec written in C language.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.openjpeg.org/">http://www.openjpeg.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.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/o/openjpeg/xmake.lua">openjpeg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install openjpeg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("openjpeg")
+</code></pre>
 <h3 id="openvdbwindows">openvdb (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -351,6 +351,30 @@ add_requires("cpp-taskflow")
 ```
 
 
+### cpu-features (android)
+
+
+| Description | *A cross platform C99 library to get cpu features at runtime.* |
+| -- | -- |
+| Homepage | [https://github.com/google/cpu_features](https://github.com/google/cpu_features) |
+| License | Apache-2.0 |
+| Versions | v0.6.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [cpu-features/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpu-features/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] cpu-features
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpu-features")
+```
+
+
 ### cxxopts (android)
 
 

+ 72 - 0
packages/linux.md

@@ -186,6 +186,30 @@ add_requires("binutils")
 ```
 
 
+### bison (linux)
+
+
+| Description | *A general-purpose parser generator.* |
+| -- | -- |
+| Homepage | [https://www.gnu.org/software/bison/](https://www.gnu.org/software/bison/) |
+| License | GPL-3.0 |
+| Versions | 3.7.4 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [bison/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bison/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install bison
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("bison")
+```
+
+
 ### blosc (linux)
 
 
@@ -627,6 +651,30 @@ add_requires("cpp-taskflow")
 ```
 
 
+### cpu-features (linux)
+
+
+| Description | *A cross platform C99 library to get cpu features at runtime.* |
+| -- | -- |
+| Homepage | [https://github.com/google/cpu_features](https://github.com/google/cpu_features) |
+| License | Apache-2.0 |
+| Versions | v0.6.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [cpu-features/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpu-features/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cpu-features
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpu-features")
+```
+
+
 ### cxxopts (linux)
 
 
@@ -3363,6 +3411,30 @@ add_requires("openexr")
 ```
 
 
+### openjpeg (linux)
+
+
+| Description | *OpenJPEG is an open-source JPEG 2000 codec written in C language.* |
+| -- | -- |
+| Homepage | [http://www.openjpeg.org/](http://www.openjpeg.org/) |
+| License | BSD-2-Clause |
+| Versions | 2.3.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [openjpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openjpeg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install openjpeg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("openjpeg")
+```
+
+
 ### openssl (linux)
 
 

+ 72 - 0
packages/macosx.md

@@ -163,6 +163,30 @@ add_requires("binutils")
 ```
 
 
+### bison (macosx)
+
+
+| Description | *A general-purpose parser generator.* |
+| -- | -- |
+| Homepage | [https://www.gnu.org/software/bison/](https://www.gnu.org/software/bison/) |
+| License | GPL-3.0 |
+| Versions | 3.7.4 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [bison/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bison/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install bison
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("bison")
+```
+
+
 ### blosc (macosx)
 
 
@@ -604,6 +628,30 @@ add_requires("cpp-taskflow")
 ```
 
 
+### cpu-features (macosx)
+
+
+| Description | *A cross platform C99 library to get cpu features at runtime.* |
+| -- | -- |
+| Homepage | [https://github.com/google/cpu_features](https://github.com/google/cpu_features) |
+| License | Apache-2.0 |
+| Versions | v0.6.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [cpu-features/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpu-features/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cpu-features
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpu-features")
+```
+
+
 ### cxxopts (macosx)
 
 
@@ -3225,6 +3273,30 @@ add_requires("openexr")
 ```
 
 
+### openjpeg (macosx)
+
+
+| Description | *OpenJPEG is an open-source JPEG 2000 codec written in C language.* |
+| -- | -- |
+| Homepage | [http://www.openjpeg.org/](http://www.openjpeg.org/) |
+| License | BSD-2-Clause |
+| Versions | 2.3.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [openjpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openjpeg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install openjpeg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("openjpeg")
+```
+
+
 ### openssl (macosx)
 
 

+ 48 - 0
packages/windows.md

@@ -604,6 +604,30 @@ add_requires("cpp-taskflow")
 ```
 
 
+### cpu-features (windows)
+
+
+| Description | *A cross platform C99 library to get cpu features at runtime.* |
+| -- | -- |
+| Homepage | [https://github.com/google/cpu_features](https://github.com/google/cpu_features) |
+| License | Apache-2.0 |
+| Versions | v0.6.0 |
+| Architectures | x64, x86 |
+| Definition | [cpu-features/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpu-features/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cpu-features
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpu-features")
+```
+
+
 ### cxxopts (windows)
 
 
@@ -2346,6 +2370,30 @@ add_requires("openexr")
 ```
 
 
+### openjpeg (windows)
+
+
+| Description | *OpenJPEG is an open-source JPEG 2000 codec written in C language.* |
+| -- | -- |
+| Homepage | [http://www.openjpeg.org/](http://www.openjpeg.org/) |
+| License | BSD-2-Clause |
+| Versions | 2.3.1 |
+| Architectures | x64, x86 |
+| Definition | [openjpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openjpeg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install openjpeg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("openjpeg")
+```
+
+
 ### openvdb (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-12-01T14:58:31+08:00</lastmod>
+  <lastmod>2020-12-01T15:45:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-12-01T14:58:32+08:00</lastmod>
+  <lastmod>2020-12-01T15:45:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-12-01T14:58:32+08:00</lastmod>
+  <lastmod>2020-12-01T15:45:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-12-01T14:58:32+08:00</lastmod>
+  <lastmod>2020-12-01T15:45:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-12-01T14:58:32+08:00</lastmod>
+  <lastmod>2020-12-01T15:45:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-12-01T14:58:33+08:00</lastmod>
+  <lastmod>2020-12-01T15:45:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-12-01T14:58:33+08:00</lastmod>
+  <lastmod>2020-12-01T15:45:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-12-01T14:58:33+08:00</lastmod>
+  <lastmod>2020-12-01T15:45:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-12-01T14:58:33+08:00</lastmod>
+  <lastmod>2020-12-01T15:45:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-12-01T14:58:33+08:00</lastmod>
+  <lastmod>2020-12-01T15:45:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-12-01T14:58:34+08:00</lastmod>
+  <lastmod>2020-12-01T15:45:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-12-01T14:58:34+08:00</lastmod>
+  <lastmod>2020-12-01T15:45:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-12-01T14:58:34+08:00</lastmod>
+  <lastmod>2020-12-01T15:45:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-12-01T14:58:34+08:00</lastmod>
+  <lastmod>2020-12-01T15:45:23+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: eabase, ip2region, minhook**
+- **Recently added: bison, cpu-features, openjpeg**
 
 [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)
-- 包列表 (199)
+- 包列表 (202)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)