瀏覽代碼

autoupdate docs by xmake-repo/ci

ruki 4 年之前
父節點
當前提交
0efdb6c541

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: eastl, libgcrypt, libgpg-error**
+- **Recently added: embree, metis, eastl**
 
 [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 (208)
+- Packages (210)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 1 - 1
mirror/packages/android.html

@@ -2318,7 +2318,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1, 1.4.2, 1.5.0, 1.8.0</td>
+<td>1.3.1, 1.4.2, 1.5.0, 1.8.0, 1.8.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/bsd.html

@@ -1696,7 +1696,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1, 1.4.2, 1.5.0, 1.8.0</td>
+<td>1.3.1, 1.4.2, 1.5.0, 1.8.0, 1.8.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/cross.html

@@ -1701,7 +1701,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1, 1.4.2, 1.5.0, 1.8.0</td>
+<td>1.3.1, 1.4.2, 1.5.0, 1.8.0, 1.8.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/iphoneos.html

@@ -2215,7 +2215,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1, 1.4.2, 1.5.0, 1.8.0</td>
+<td>1.3.1, 1.4.2, 1.5.0, 1.8.0, 1.8.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 71 - 1
mirror/packages/linux.html

@@ -1282,6 +1282,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("eigen")
 </code></pre>
+<h3 id="embreelinux">embree (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Intel® Embree is a collection of high-performance ray tracing kernels, developed at Intel.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.embree.org/">https://www.embree.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.12.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/e/embree/xmake.lua">embree/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install embree
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("embree")
+</code></pre>
 <h3 id="expatlinux">expat (linux)</h3>
 <table>
 <thead>
@@ -4736,6 +4773,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("meson")
 </code></pre>
+<h3 id="metislinux">metis (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Serial Graph Partitioning and Fill-reducing Matrix Ordering</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://glaros.dtc.umn.edu/gkhome/metis/metis/overview">http://glaros.dtc.umn.edu/gkhome/metis/metis/overview</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>5.1.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/m/metis/xmake.lua">metis/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install metis
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("metis")
+</code></pre>
 <h3 id="mimalloclinux">mimalloc (linux)</h3>
 <table>
 <thead>
@@ -5935,7 +6005,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1, 1.4.2, 1.5.0, 1.8.0</td>
+<td>1.3.1, 1.4.2, 1.5.0, 1.8.0, 1.8.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 71 - 1
mirror/packages/macosx.html

@@ -1249,6 +1249,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("eigen")
 </code></pre>
+<h3 id="embreemacosx">embree (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Intel® Embree is a collection of high-performance ray tracing kernels, developed at Intel.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.embree.org/">https://www.embree.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.12.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/e/embree/xmake.lua">embree/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install embree
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("embree")
+</code></pre>
 <h3 id="expatmacosx">expat (macosx)</h3>
 <table>
 <thead>
@@ -4493,6 +4530,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("meson")
 </code></pre>
+<h3 id="metismacosx">metis (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Serial Graph Partitioning and Fill-reducing Matrix Ordering</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://glaros.dtc.umn.edu/gkhome/metis/metis/overview">http://glaros.dtc.umn.edu/gkhome/metis/metis/overview</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>5.1.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/m/metis/xmake.lua">metis/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install metis
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("metis")
+</code></pre>
 <h3 id="mimallocmacosx">mimalloc (macosx)</h3>
 <table>
 <thead>
@@ -5659,7 +5729,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1, 1.4.2, 1.5.0, 1.8.0</td>
+<td>1.3.1, 1.4.2, 1.5.0, 1.8.0, 1.8.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/mingw.html

@@ -2571,7 +2571,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1, 1.4.2, 1.5.0, 1.8.0</td>
+<td>1.3.1, 1.4.2, 1.5.0, 1.8.0, 1.8.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/msys.html

@@ -1630,7 +1630,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1, 1.4.2, 1.5.0, 1.8.0</td>
+<td>1.3.1, 1.4.2, 1.5.0, 1.8.0, 1.8.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 71 - 1
mirror/packages/windows.html

@@ -1245,6 +1245,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("eigen")
 </code></pre>
+<h3 id="embreewindows">embree (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Intel® Embree is a collection of high-performance ray tracing kernels, developed at Intel.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.embree.org/">https://www.embree.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.12.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/e/embree/xmake.lua">embree/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install embree
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("embree")
+</code></pre>
 <h3 id="expatwindows">expat (windows)</h3>
 <table>
 <thead>
@@ -3215,6 +3252,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("meson")
 </code></pre>
+<h3 id="metiswindows">metis (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Serial Graph Partitioning and Fill-reducing Matrix Ordering</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://glaros.dtc.umn.edu/gkhome/metis/metis/overview">http://glaros.dtc.umn.edu/gkhome/metis/metis/overview</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>5.1.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/m/metis/xmake.lua">metis/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install metis
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("metis")
+</code></pre>
 <h3 id="mhookwindows">mhook (windows)</h3>
 <table>
 <thead>
@@ -4348,7 +4418,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1, 1.4.2, 1.5.0, 1.8.0</td>
+<td>1.3.1, 1.4.2, 1.5.0, 1.8.0, 1.8.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
packages/android.md

@@ -1543,7 +1543,7 @@ add_requires("rapidjson")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | 1.3.1, 1.4.2, 1.5.0, 1.8.0 |
+| Versions | 1.3.1, 1.4.2, 1.5.0, 1.8.0, 1.8.1 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 

+ 1 - 1
packages/bsd.md

@@ -1122,7 +1122,7 @@ add_requires("rapidjson")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | 1.3.1, 1.4.2, 1.5.0, 1.8.0 |
+| Versions | 1.3.1, 1.4.2, 1.5.0, 1.8.0, 1.8.1 |
 | Architectures | i386, x86_64 |
 | Definition | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 

+ 1 - 1
packages/cross.md

@@ -1125,7 +1125,7 @@ add_requires("rapidjson")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | 1.3.1, 1.4.2, 1.5.0, 1.8.0 |
+| Versions | 1.3.1, 1.4.2, 1.5.0, 1.8.0, 1.8.1 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 

+ 1 - 1
packages/iphoneos.md

@@ -1473,7 +1473,7 @@ add_requires("rapidjson")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | 1.3.1, 1.4.2, 1.5.0, 1.8.0 |
+| Versions | 1.3.1, 1.4.2, 1.5.0, 1.8.0, 1.8.1 |
 | Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Definition | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 

+ 48 - 1
packages/linux.md

@@ -820,6 +820,30 @@ add_requires("eigen")
 ```
 
 
+### embree (linux)
+
+
+| Description | *Intel® Embree is a collection of high-performance ray tracing kernels, developed at Intel.* |
+| -- | -- |
+| Homepage | [https://www.embree.org/](https://www.embree.org/) |
+| License | Apache-2.0 |
+| Versions | 3.12.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [embree/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/embree/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install embree
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("embree")
+```
+
+
 ### expat (linux)
 
 
@@ -3202,6 +3226,29 @@ add_requires("meson")
 ```
 
 
+### metis (linux)
+
+
+| Description | *Serial Graph Partitioning and Fill-reducing Matrix Ordering* |
+| -- | -- |
+| Homepage | [http://glaros.dtc.umn.edu/gkhome/metis/metis/overview](http://glaros.dtc.umn.edu/gkhome/metis/metis/overview) |
+| Versions | 5.1.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [metis/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/metis/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install metis
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("metis")
+```
+
+
 ### mimalloc (linux)
 
 
@@ -4029,7 +4076,7 @@ add_requires("sol2")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | 1.3.1, 1.4.2, 1.5.0, 1.8.0 |
+| Versions | 1.3.1, 1.4.2, 1.5.0, 1.8.0, 1.8.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 

+ 48 - 1
packages/macosx.md

@@ -797,6 +797,30 @@ add_requires("eigen")
 ```
 
 
+### embree (macosx)
+
+
+| Description | *Intel® Embree is a collection of high-performance ray tracing kernels, developed at Intel.* |
+| -- | -- |
+| Homepage | [https://www.embree.org/](https://www.embree.org/) |
+| License | Apache-2.0 |
+| Versions | 3.12.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [embree/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/embree/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install embree
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("embree")
+```
+
+
 ### expat (macosx)
 
 
@@ -3038,6 +3062,29 @@ add_requires("meson")
 ```
 
 
+### metis (macosx)
+
+
+| Description | *Serial Graph Partitioning and Fill-reducing Matrix Ordering* |
+| -- | -- |
+| Homepage | [http://glaros.dtc.umn.edu/gkhome/metis/metis/overview](http://glaros.dtc.umn.edu/gkhome/metis/metis/overview) |
+| Versions | 5.1.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [metis/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/metis/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install metis
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("metis")
+```
+
+
 ### mimalloc (macosx)
 
 
@@ -3842,7 +3889,7 @@ add_requires("sol2")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | 1.3.1, 1.4.2, 1.5.0, 1.8.0 |
+| Versions | 1.3.1, 1.4.2, 1.5.0, 1.8.0, 1.8.1 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 

+ 1 - 1
packages/mingw.md

@@ -1726,7 +1726,7 @@ add_requires("sfml")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | 1.3.1, 1.4.2, 1.5.0, 1.8.0 |
+| Versions | 1.3.1, 1.4.2, 1.5.0, 1.8.0, 1.8.1 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 

+ 1 - 1
packages/msys.md

@@ -1076,7 +1076,7 @@ add_requires("rapidjson")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | 1.3.1, 1.4.2, 1.5.0, 1.8.0 |
+| Versions | 1.3.1, 1.4.2, 1.5.0, 1.8.0, 1.8.1 |
 | Architectures | i386, x86_64 |
 | Definition | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 

+ 48 - 1
packages/windows.md

@@ -796,6 +796,30 @@ add_requires("eigen")
 ```
 
 
+### embree (windows)
+
+
+| Description | *Intel® Embree is a collection of high-performance ray tracing kernels, developed at Intel.* |
+| -- | -- |
+| Homepage | [https://www.embree.org/](https://www.embree.org/) |
+| License | Apache-2.0 |
+| Versions | 3.12.1 |
+| Architectures | x64, x86 |
+| Definition | [embree/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/embree/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install embree
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("embree")
+```
+
+
 ### expat (windows)
 
 
@@ -2158,6 +2182,29 @@ add_requires("meson")
 ```
 
 
+### metis (windows)
+
+
+| Description | *Serial Graph Partitioning and Fill-reducing Matrix Ordering* |
+| -- | -- |
+| Homepage | [http://glaros.dtc.umn.edu/gkhome/metis/metis/overview](http://glaros.dtc.umn.edu/gkhome/metis/metis/overview) |
+| Versions | 5.1.1 |
+| Architectures | x64, x86 |
+| Definition | [metis/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/metis/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install metis
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("metis")
+```
+
+
 ### mhook (windows)
 
 
@@ -2939,7 +2986,7 @@ add_requires("sol2")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | 1.3.1, 1.4.2, 1.5.0, 1.8.0 |
+| Versions | 1.3.1, 1.4.2, 1.5.0, 1.8.0, 1.8.1 |
 | Architectures | x64, x86 |
 | Definition | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-12-03T04:07:54+08:00</lastmod>
+  <lastmod>2020-12-03T06:07:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-12-03T04:07:55+08:00</lastmod>
+  <lastmod>2020-12-03T06:07:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-12-03T04:07:55+08:00</lastmod>
+  <lastmod>2020-12-03T06:07:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-12-03T04:07:55+08:00</lastmod>
+  <lastmod>2020-12-03T06:07:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-12-03T04:07:56+08:00</lastmod>
+  <lastmod>2020-12-03T06:07:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-12-03T04:07:56+08:00</lastmod>
+  <lastmod>2020-12-03T06:07:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-12-03T04:07:56+08:00</lastmod>
+  <lastmod>2020-12-03T06:07:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-12-03T04:07:56+08:00</lastmod>
+  <lastmod>2020-12-03T06:07:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-12-03T04:07:56+08:00</lastmod>
+  <lastmod>2020-12-03T06:07:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-12-03T04:07:57+08:00</lastmod>
+  <lastmod>2020-12-03T06:07:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-12-03T04:07:57+08:00</lastmod>
+  <lastmod>2020-12-03T06:07:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-12-03T04:07:57+08:00</lastmod>
+  <lastmod>2020-12-03T06:07:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-12-03T04:07:57+08:00</lastmod>
+  <lastmod>2020-12-03T06:07:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-12-03T04:07:57+08:00</lastmod>
+  <lastmod>2020-12-03T06:07:26+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: eastl, libgcrypt, libgpg-error**
+- **Recently added: embree, metis, eastl**
 
 [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)
-- 包列表 (208)
+- 包列表 (210)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)