Browse Source

autoupdate docs by xmake-repo/ci

ruki 3 years ago
parent
commit
8f63d933de

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: wolfssl, xtensor-io, zydis**
+- **Recently added: thrust, wolfssl, xtensor-io**
 
 [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 (708)
+- Packages (709)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -8271,6 +8271,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="thrustandroid">thrust (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The C++ parallel algorithms library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NVIDIA/thrust">https://github.com/NVIDIA/thrust</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.17.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/t/thrust/xmake.lua">thrust/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] thrust
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("thrust")
+</code></pre>
 <h3 id="tinycborandroid">tinycbor (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -6892,6 +6892,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="thrustbsd">thrust (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The C++ parallel algorithms library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NVIDIA/thrust">https://github.com/NVIDIA/thrust</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.17.0</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/t/thrust/xmake.lua">thrust/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install thrust
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("thrust")
+</code></pre>
 <h3 id="tinycborbsd">tinycbor (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -6369,6 +6369,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("thrift")
 </code></pre>
+<h3 id="thrustcross">thrust (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The C++ parallel algorithms library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NVIDIA/thrust">https://github.com/NVIDIA/thrust</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.17.0</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/t/thrust/xmake.lua">thrust/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] thrust
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("thrust")
+</code></pre>
 <h3 id="tinycborcross">tinycbor (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -7468,6 +7468,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="thrustiphoneos">thrust (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The C++ parallel algorithms library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NVIDIA/thrust">https://github.com/NVIDIA/thrust</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.17.0</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/t/thrust/xmake.lua">thrust/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos thrust
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("thrust")
+</code></pre>
 <h3 id="tinycboriphoneos">tinycbor (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -21365,6 +21365,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("thrift")
 </code></pre>
+<h3 id="thrustlinux">thrust (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The C++ parallel algorithms library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NVIDIA/thrust">https://github.com/NVIDIA/thrust</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.17.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/t/thrust/xmake.lua">thrust/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install thrust
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("thrust")
+</code></pre>
 <h3 id="tiltedcorelinux">tiltedcore (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -19838,6 +19838,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("thrift")
 </code></pre>
+<h3 id="thrustmacosx">thrust (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The C++ parallel algorithms library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NVIDIA/thrust">https://github.com/NVIDIA/thrust</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.17.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/t/thrust/xmake.lua">thrust/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install thrust
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("thrust")
+</code></pre>
 <h3 id="tinycbormacosx">tinycbor (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -8777,6 +8777,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="thrustmingw">thrust (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The C++ parallel algorithms library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NVIDIA/thrust">https://github.com/NVIDIA/thrust</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.17.0</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/t/thrust/xmake.lua">thrust/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] thrust
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("thrust")
+</code></pre>
 <h3 id="tinycbormingw">tinycbor (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -5908,6 +5908,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="thrustmsys">thrust (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The C++ parallel algorithms library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NVIDIA/thrust">https://github.com/NVIDIA/thrust</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.17.0</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/t/thrust/xmake.lua">thrust/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install thrust
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("thrust")
+</code></pre>
 <h3 id="tiltedcoremsys">tiltedcore (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -17099,6 +17099,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tesseract")
 </code></pre>
+<h3 id="thrustwindows">thrust (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The C++ parallel algorithms library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NVIDIA/thrust">https://github.com/NVIDIA/thrust</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.17.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/t/thrust/xmake.lua">thrust/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install thrust
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("thrust")
+</code></pre>
 <h3 id="tiltedcorewindows">tiltedcore (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -5514,6 +5514,30 @@ add_requires("tclap")
 ```
 
 
+### thrust (android)
+
+
+| Description | *The C++ parallel algorithms library.* |
+| -- | -- |
+| Homepage | [https://github.com/NVIDIA/thrust](https://github.com/NVIDIA/thrust) |
+| License | Apache-2.0 |
+| Versions | 1.17.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [thrust/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/thrust/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] thrust
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("thrust")
+```
+
+
 ### tinycbor (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -4594,6 +4594,30 @@ add_requires("tclap")
 ```
 
 
+### thrust (bsd)
+
+
+| Description | *The C++ parallel algorithms library.* |
+| -- | -- |
+| Homepage | [https://github.com/NVIDIA/thrust](https://github.com/NVIDIA/thrust) |
+| License | Apache-2.0 |
+| Versions | 1.17.0 |
+| Architectures | i386, x86_64 |
+| Definition | [thrust/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/thrust/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install thrust
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("thrust")
+```
+
+
 ### tinycbor (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -4242,6 +4242,30 @@ add_requires("thrift")
 ```
 
 
+### thrust (cross)
+
+
+| Description | *The C++ parallel algorithms library.* |
+| -- | -- |
+| Homepage | [https://github.com/NVIDIA/thrust](https://github.com/NVIDIA/thrust) |
+| License | Apache-2.0 |
+| Versions | 1.17.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [thrust/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/thrust/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] thrust
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("thrust")
+```
+
+
 ### tinycbor (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -4974,6 +4974,30 @@ add_requires("tclap")
 ```
 
 
+### thrust (iphoneos)
+
+
+| Description | *The C++ parallel algorithms library.* |
+| -- | -- |
+| Homepage | [https://github.com/NVIDIA/thrust](https://github.com/NVIDIA/thrust) |
+| License | Apache-2.0 |
+| Versions | 1.17.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [thrust/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/thrust/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos thrust
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("thrust")
+```
+
+
 ### tinycbor (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -14254,6 +14254,30 @@ add_requires("thrift")
 ```
 
 
+### thrust (linux)
+
+
+| Description | *The C++ parallel algorithms library.* |
+| -- | -- |
+| Homepage | [https://github.com/NVIDIA/thrust](https://github.com/NVIDIA/thrust) |
+| License | Apache-2.0 |
+| Versions | 1.17.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [thrust/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/thrust/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install thrust
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("thrust")
+```
+
+
 ### tiltedcore (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -13238,6 +13238,30 @@ add_requires("thrift")
 ```
 
 
+### thrust (macosx)
+
+
+| Description | *The C++ parallel algorithms library.* |
+| -- | -- |
+| Homepage | [https://github.com/NVIDIA/thrust](https://github.com/NVIDIA/thrust) |
+| License | Apache-2.0 |
+| Versions | 1.17.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [thrust/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/thrust/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install thrust
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("thrust")
+```
+
+
 ### tinycbor (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -5847,6 +5847,30 @@ add_requires("tclap")
 ```
 
 
+### thrust (mingw)
+
+
+| Description | *The C++ parallel algorithms library.* |
+| -- | -- |
+| Homepage | [https://github.com/NVIDIA/thrust](https://github.com/NVIDIA/thrust) |
+| License | Apache-2.0 |
+| Versions | 1.17.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [thrust/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/thrust/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] thrust
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("thrust")
+```
+
+
 ### tinycbor (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -3935,6 +3935,30 @@ add_requires("tclap")
 ```
 
 
+### thrust (msys)
+
+
+| Description | *The C++ parallel algorithms library.* |
+| -- | -- |
+| Homepage | [https://github.com/NVIDIA/thrust](https://github.com/NVIDIA/thrust) |
+| License | Apache-2.0 |
+| Versions | 1.17.0 |
+| Architectures | i386, x86_64 |
+| Definition | [thrust/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/thrust/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install thrust
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("thrust")
+```
+
+
 ### tiltedcore (msys)
 
 

+ 24 - 0
packages/windows.md

@@ -11366,6 +11366,30 @@ add_requires("tesseract")
 ```
 
 
+### thrust (windows)
+
+
+| Description | *The C++ parallel algorithms library.* |
+| -- | -- |
+| Homepage | [https://github.com/NVIDIA/thrust](https://github.com/NVIDIA/thrust) |
+| License | Apache-2.0 |
+| Versions | 1.17.0 |
+| Architectures | x64, x86 |
+| Definition | [thrust/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/thrust/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install thrust
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("thrust")
+```
+
+
 ### tiltedcore (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-06-21T02:59:43+08:00</lastmod>
+  <lastmod>2022-06-21T10:54:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-06-21T02:59:47+08:00</lastmod>
+  <lastmod>2022-06-21T10:54:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-06-21T02:59:47+08:00</lastmod>
+  <lastmod>2022-06-21T10:55:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-06-21T02:59:47+08:00</lastmod>
+  <lastmod>2022-06-21T10:55:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-06-21T02:59:47+08:00</lastmod>
+  <lastmod>2022-06-21T10:55:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-06-21T02:59:48+08:00</lastmod>
+  <lastmod>2022-06-21T10:55:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-06-21T02:59:48+08:00</lastmod>
+  <lastmod>2022-06-21T10:55:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-06-21T02:59:48+08:00</lastmod>
+  <lastmod>2022-06-21T10:55:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-06-21T02:59:49+08:00</lastmod>
+  <lastmod>2022-06-21T10:55:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-06-21T02:59:49+08:00</lastmod>
+  <lastmod>2022-06-21T10:55:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-06-21T02:59:49+08:00</lastmod>
+  <lastmod>2022-06-21T10:55:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-06-21T02:59:49+08:00</lastmod>
+  <lastmod>2022-06-21T10:55:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-06-21T02:59:49+08:00</lastmod>
+  <lastmod>2022-06-21T10:55:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-06-21T02:59:50+08:00</lastmod>
+  <lastmod>2022-06-21T10:55:02+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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