Browse Source

autoupdate docs by xmake-repo/ci

ruki 3 years ago
parent
commit
40e4b0bddc

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: zfp, liburing, libusbmuxd**
+- **Recently added: simde, zfp, liburing**
 
 [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 (547)
+- Packages (548)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -5620,6 +5620,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sentry-native")
 </code></pre>
+<h3 id="simdeandroid">simde (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Implementations of SIMD instruction sets for systems which don&#39;t natively support them.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="simd-everywhere.github.io/blog/">simd-everywhere.github.io/blog/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.7.2</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/s/simde/xmake.lua">simde/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] simde
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("simde")
+</code></pre>
 <h3 id="snappyandroid">snappy (android)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/bsd.html

@@ -4401,6 +4401,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("scons")
 </code></pre>
+<h3 id="simdebsd">simde (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Implementations of SIMD instruction sets for systems which don&#39;t natively support them.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="simd-everywhere.github.io/blog/">simd-everywhere.github.io/blog/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.7.2</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/s/simde/xmake.lua">simde/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install simde
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("simde")
+</code></pre>
 <h3 id="sol2bsd">sol2 (bsd)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -4092,6 +4092,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("scons")
 </code></pre>
+<h3 id="simdecross">simde (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Implementations of SIMD instruction sets for systems which don&#39;t natively support them.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="simd-everywhere.github.io/blog/">simd-everywhere.github.io/blog/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.7.2</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/s/simde/xmake.lua">simde/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] simde
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("simde")
+</code></pre>
 <h3 id="sol2cross">sol2 (cross)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -5002,6 +5002,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("scons")
 </code></pre>
+<h3 id="simdeiphoneos">simde (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Implementations of SIMD instruction sets for systems which don&#39;t natively support them.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="simd-everywhere.github.io/blog/">simd-everywhere.github.io/blog/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.7.2</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/s/simde/xmake.lua">simde/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos simde
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("simde")
+</code></pre>
 <h3 id="simdjsoniphoneos">simdjson (iphoneos)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -15710,6 +15710,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("simbody")
 </code></pre>
+<h3 id="simdelinux">simde (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Implementations of SIMD instruction sets for systems which don&#39;t natively support them.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="simd-everywhere.github.io/blog/">simd-everywhere.github.io/blog/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.7.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/simde/xmake.lua">simde/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install simde
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("simde")
+</code></pre>
 <h3 id="simdjsonlinux">simdjson (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -14685,6 +14685,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("simbody")
 </code></pre>
+<h3 id="simdemacosx">simde (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Implementations of SIMD instruction sets for systems which don&#39;t natively support them.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="simd-everywhere.github.io/blog/">simd-everywhere.github.io/blog/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.7.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/simde/xmake.lua">simde/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install simde
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("simde")
+</code></pre>
 <h3 id="simdjsonmacosx">simdjson (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -5830,6 +5830,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sfml")
 </code></pre>
+<h3 id="simdemingw">simde (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Implementations of SIMD instruction sets for systems which don&#39;t natively support them.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="simd-everywhere.github.io/blog/">simd-everywhere.github.io/blog/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.7.2</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/s/simde/xmake.lua">simde/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] simde
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("simde")
+</code></pre>
 <h3 id="simdjsonmingw">simdjson (mingw)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/msys.html

@@ -3811,6 +3811,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("scons")
 </code></pre>
+<h3 id="simdemsys">simde (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Implementations of SIMD instruction sets for systems which don&#39;t natively support them.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="simd-everywhere.github.io/blog/">simd-everywhere.github.io/blog/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.7.2</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/s/simde/xmake.lua">simde/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install simde
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("simde")
+</code></pre>
 <h3 id="sol2msys">sol2 (msys)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -12617,6 +12617,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("simbody")
 </code></pre>
+<h3 id="simdewindows">simde (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Implementations of SIMD instruction sets for systems which don&#39;t natively support them.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="simd-everywhere.github.io/blog/">simd-everywhere.github.io/blog/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.7.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/simde/xmake.lua">simde/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install simde
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("simde")
+</code></pre>
 <h3 id="simdjsonwindows">simdjson (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/android.md

@@ -3758,6 +3758,29 @@ add_requires("sentry-native")
 ```
 
 
+### simde (android)
+
+
+| Description | *Implementations of SIMD instruction sets for systems which don't natively support them.* |
+| -- | -- |
+| Homepage | [simd-everywhere.github.io/blog/](simd-everywhere.github.io/blog/) |
+| Versions | 0.7.2 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [simde/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simde/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] simde
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("simde")
+```
+
+
 ### snappy (android)
 
 

+ 23 - 0
packages/bsd.md

@@ -2937,6 +2937,29 @@ add_requires("scons")
 ```
 
 
+### simde (bsd)
+
+
+| Description | *Implementations of SIMD instruction sets for systems which don't natively support them.* |
+| -- | -- |
+| Homepage | [simd-everywhere.github.io/blog/](simd-everywhere.github.io/blog/) |
+| Versions | 0.7.2 |
+| Architectures | i386, x86_64 |
+| Definition | [simde/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simde/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install simde
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("simde")
+```
+
+
 ### sol2 (bsd)
 
 

+ 23 - 0
packages/cross.md

@@ -2727,6 +2727,29 @@ add_requires("scons")
 ```
 
 
+### simde (cross)
+
+
+| Description | *Implementations of SIMD instruction sets for systems which don't natively support them.* |
+| -- | -- |
+| Homepage | [simd-everywhere.github.io/blog/](simd-everywhere.github.io/blog/) |
+| Versions | 0.7.2 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [simde/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simde/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] simde
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("simde")
+```
+
+
 ### sol2 (cross)
 
 

+ 23 - 0
packages/iphoneos.md

@@ -3338,6 +3338,29 @@ add_requires("scons")
 ```
 
 
+### simde (iphoneos)
+
+
+| Description | *Implementations of SIMD instruction sets for systems which don't natively support them.* |
+| -- | -- |
+| Homepage | [simd-everywhere.github.io/blog/](simd-everywhere.github.io/blog/) |
+| Versions | 0.7.2 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [simde/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simde/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos simde
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("simde")
+```
+
+
 ### simdjson (iphoneos)
 
 

+ 23 - 0
packages/linux.md

@@ -10508,6 +10508,29 @@ add_requires("simbody")
 ```
 
 
+### simde (linux)
+
+
+| Description | *Implementations of SIMD instruction sets for systems which don't natively support them.* |
+| -- | -- |
+| Homepage | [simd-everywhere.github.io/blog/](simd-everywhere.github.io/blog/) |
+| Versions | 0.7.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [simde/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simde/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install simde
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("simde")
+```
+
+
 ### simdjson (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -9824,6 +9824,29 @@ add_requires("simbody")
 ```
 
 
+### simde (macosx)
+
+
+| Description | *Implementations of SIMD instruction sets for systems which don't natively support them.* |
+| -- | -- |
+| Homepage | [simd-everywhere.github.io/blog/](simd-everywhere.github.io/blog/) |
+| Versions | 0.7.2 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [simde/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simde/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install simde
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("simde")
+```
+
+
 ### simdjson (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -3899,6 +3899,29 @@ add_requires("sfml")
 ```
 
 
+### simde (mingw)
+
+
+| Description | *Implementations of SIMD instruction sets for systems which don't natively support them.* |
+| -- | -- |
+| Homepage | [simd-everywhere.github.io/blog/](simd-everywhere.github.io/blog/) |
+| Versions | 0.7.2 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [simde/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simde/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] simde
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("simde")
+```
+
+
 ### simdjson (mingw)
 
 

+ 23 - 0
packages/msys.md

@@ -2537,6 +2537,29 @@ add_requires("scons")
 ```
 
 
+### simde (msys)
+
+
+| Description | *Implementations of SIMD instruction sets for systems which don't natively support them.* |
+| -- | -- |
+| Homepage | [simd-everywhere.github.io/blog/](simd-everywhere.github.io/blog/) |
+| Versions | 0.7.2 |
+| Architectures | i386, x86_64 |
+| Definition | [simde/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simde/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install simde
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("simde")
+```
+
+
 ### sol2 (msys)
 
 

+ 23 - 0
packages/windows.md

@@ -8400,6 +8400,29 @@ add_requires("simbody")
 ```
 
 
+### simde (windows)
+
+
+| Description | *Implementations of SIMD instruction sets for systems which don't natively support them.* |
+| -- | -- |
+| Homepage | [simd-everywhere.github.io/blog/](simd-everywhere.github.io/blog/) |
+| Versions | 0.7.2 |
+| Architectures | x64, x86 |
+| Definition | [simde/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simde/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install simde
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("simde")
+```
+
+
 ### simdjson (windows)
 
 

+ 26 - 26
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-12-12T15:59:00+08:00</lastmod>
+  <lastmod>2021-12-13T15:25:16+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-12-12T15:59:01+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
+  <lastmod>2021-12-13T15:25:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-12-12T15:59:01+08:00</lastmod>
-</url>
-
-<url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-12-12T15:59:02+08:00</lastmod>
+  <lastmod>2021-12-13T15:25:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-12-12T15:59:02+08:00</lastmod>
+  <lastmod>2021-12-13T15:25:18+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-12-12T15:59:02+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
+  <lastmod>2021-12-13T15:25:19+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-12-12T15:59:02+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
+  <lastmod>2021-12-13T15:25:19+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-12-12T15:59:02+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
+  <lastmod>2021-12-13T15:25:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-12-12T15:59:03+08:00</lastmod>
+  <lastmod>2021-12-13T15:25:19+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-12-12T15:59:03+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
+  <lastmod>2021-12-13T15:25:20+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-12-12T15:59:03+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
+  <lastmod>2021-12-13T15:25:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-12-12T15:59:03+08:00</lastmod>
+  <lastmod>2021-12-13T15:25:20+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-12-12T15:59:03+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
+  <lastmod>2021-12-13T15:25:20+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-12-12T15:59:04+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
+  <lastmod>2021-12-13T15:25:20+08:00</lastmod>
+</url>
+
+<url>
+  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
+  <lastmod>2021-12-13T15:25:21+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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