Kaynağa Gözat

autoupdate docs by xmake-repo/ci

ruki 4 yıl önce
ebeveyn
işleme
6dba0060a9

+ 1 - 1
_coverpage.md

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

+ 1 - 1
mirror/packages/android.html

@@ -786,7 +786,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.3.0, 6.0.0, 6.2.0</td>
+<td>5.3.0, 6.0.0, 6.2.0, 7.1.3</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/bsd.html

@@ -547,7 +547,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.3.0, 6.0.0, 6.2.0</td>
+<td>5.3.0, 6.0.0, 6.2.0, 7.1.3</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/cross.html

@@ -514,7 +514,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.3.0, 6.0.0, 6.2.0</td>
+<td>5.3.0, 6.0.0, 6.2.0, 7.1.3</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/iphoneos.html

@@ -650,7 +650,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.3.0, 6.0.0, 6.2.0</td>
+<td>5.3.0, 6.0.0, 6.2.0, 7.1.3</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 75 - 1
mirror/packages/linux.html

@@ -1430,7 +1430,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.3.0, 6.0.0, 6.2.0</td>
+<td>5.3.0, 6.0.0, 6.2.0, 7.1.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1618,6 +1618,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("giflib")
 </code></pre>
+<h3 id="gladlinux">glad (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glad.dav1d.de/">https://glad.dav1d.de/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1.34</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/g/glad/xmake.lua">glad/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glad
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glad")
+</code></pre>
 <h3 id="glewlinux">glew (linux)</h3>
 <table>
 <thead>
@@ -6565,6 +6602,43 @@
 <pre><code class="lang-lua">add_requires("xz")
 </code></pre>
 <h2 id="y">y</h2>
+<h3 id="yamlcpplinux">yaml-cpp (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A YAML parser and emitter in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/jbeder/yaml-cpp/">https://github.com/jbeder/yaml-cpp/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.6.3</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/y/yaml-cpp/xmake.lua">yaml-cpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install yaml-cpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("yaml-cpp")
+</code></pre>
 <h3 id="yasmlinux">yasm (linux)</h3>
 <table>
 <thead>

+ 75 - 1
mirror/packages/macosx.html

@@ -1397,7 +1397,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.3.0, 6.0.0, 6.2.0</td>
+<td>5.3.0, 6.0.0, 6.2.0, 7.1.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1552,6 +1552,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("giflib")
 </code></pre>
+<h3 id="gladmacosx">glad (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glad.dav1d.de/">https://glad.dav1d.de/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1.34</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/g/glad/xmake.lua">glad/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glad
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glad")
+</code></pre>
 <h3 id="glewmacosx">glew (macosx)</h3>
 <table>
 <thead>
@@ -6362,6 +6399,43 @@
 <pre><code class="lang-lua">add_requires("xz")
 </code></pre>
 <h2 id="y">y</h2>
+<h3 id="yamlcppmacosx">yaml-cpp (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A YAML parser and emitter in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/jbeder/yaml-cpp/">https://github.com/jbeder/yaml-cpp/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.6.3</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/y/yaml-cpp/xmake.lua">yaml-cpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install yaml-cpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("yaml-cpp")
+</code></pre>
 <h3 id="yasmmacosx">yasm (macosx)</h3>
 <table>
 <thead>

+ 1 - 1
mirror/packages/mingw.html

@@ -712,7 +712,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.3.0, 6.0.0, 6.2.0</td>
+<td>5.3.0, 6.0.0, 6.2.0, 7.1.3</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/msys.html

@@ -580,7 +580,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.3.0, 6.0.0, 6.2.0</td>
+<td>5.3.0, 6.0.0, 6.2.0, 7.1.3</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 75 - 1
mirror/packages/windows.html

@@ -1327,7 +1327,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.3.0, 6.0.0, 6.2.0</td>
+<td>5.3.0, 6.0.0, 6.2.0, 7.1.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1449,6 +1449,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("giflib")
 </code></pre>
+<h3 id="gladwindows">glad (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glad.dav1d.de/">https://glad.dav1d.de/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.1.34</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/g/glad/xmake.lua">glad/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glad
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glad")
+</code></pre>
 <h3 id="glewwindows">glew (windows)</h3>
 <table>
 <thead>
@@ -4853,6 +4890,43 @@
 <pre><code class="lang-lua">add_requires("xz")
 </code></pre>
 <h2 id="y">y</h2>
+<h3 id="yamlcppwindows">yaml-cpp (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A YAML parser and emitter in C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/jbeder/yaml-cpp/">https://github.com/jbeder/yaml-cpp/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.6.3</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/y/yaml-cpp/xmake.lua">yaml-cpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install yaml-cpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("yaml-cpp")
+</code></pre>
 <h3 id="yasmwindows">yasm (windows)</h3>
 <table>
 <thead>

+ 1 - 1
packages/android.md

@@ -477,7 +477,7 @@ add_requires("fltk")
 | Description | *fmt is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.* |
 | -- | -- |
 | Homepage | [https://fmt.dev](https://fmt.dev) |
-| Versions | 5.3.0, 6.0.0, 6.2.0 |
+| Versions | 5.3.0, 6.0.0, 6.2.0, 7.1.3 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [fmt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fmt/xmake.lua) |
 

+ 1 - 1
packages/bsd.md

@@ -314,7 +314,7 @@ add_requires("doctest")
 | Description | *fmt is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.* |
 | -- | -- |
 | Homepage | [https://fmt.dev](https://fmt.dev) |
-| Versions | 5.3.0, 6.0.0, 6.2.0 |
+| Versions | 5.3.0, 6.0.0, 6.2.0, 7.1.3 |
 | Architectures | i386, x86_64 |
 | Definition | [fmt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fmt/xmake.lua) |
 

+ 1 - 1
packages/cross.md

@@ -291,7 +291,7 @@ add_requires("doctest")
 | Description | *fmt is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.* |
 | -- | -- |
 | Homepage | [https://fmt.dev](https://fmt.dev) |
-| Versions | 5.3.0, 6.0.0, 6.2.0 |
+| Versions | 5.3.0, 6.0.0, 6.2.0, 7.1.3 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [fmt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fmt/xmake.lua) |
 

+ 1 - 1
packages/iphoneos.md

@@ -384,7 +384,7 @@ add_requires("doctest")
 | Description | *fmt is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.* |
 | -- | -- |
 | Homepage | [https://fmt.dev](https://fmt.dev) |
-| Versions | 5.3.0, 6.0.0, 6.2.0 |
+| Versions | 5.3.0, 6.0.0, 6.2.0, 7.1.3 |
 | Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Definition | [fmt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fmt/xmake.lua) |
 

+ 49 - 1
packages/linux.md

@@ -920,7 +920,7 @@ add_requires("fltk")
 | Description | *fmt is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.* |
 | -- | -- |
 | Homepage | [https://fmt.dev](https://fmt.dev) |
-| Versions | 5.3.0, 6.0.0, 6.2.0 |
+| Versions | 5.3.0, 6.0.0, 6.2.0, 7.1.3 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [fmt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fmt/xmake.lua) |
 
@@ -1055,6 +1055,30 @@ add_requires("giflib")
 ```
 
 
+### glad (linux)
+
+
+| Description | *Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.* |
+| -- | -- |
+| Homepage | [https://glad.dav1d.de/](https://glad.dav1d.de/) |
+| License | MIT |
+| Versions | v0.1.34 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [glad/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glad/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glad
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glad")
+```
+
+
 ### glew (linux)
 
 
@@ -4475,6 +4499,30 @@ add_requires("xz")
 
 
 ## y
+### yaml-cpp (linux)
+
+
+| Description | *A YAML parser and emitter in C++* |
+| -- | -- |
+| Homepage | [https://github.com/jbeder/yaml-cpp/](https://github.com/jbeder/yaml-cpp/) |
+| License | MIT |
+| Versions | 0.6.3 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [yaml-cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/y/yaml-cpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install yaml-cpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("yaml-cpp")
+```
+
+
 ### yasm (linux)
 
 

+ 49 - 1
packages/macosx.md

@@ -897,7 +897,7 @@ add_requires("fltk")
 | Description | *fmt is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.* |
 | -- | -- |
 | Homepage | [https://fmt.dev](https://fmt.dev) |
-| Versions | 5.3.0, 6.0.0, 6.2.0 |
+| Versions | 5.3.0, 6.0.0, 6.2.0, 7.1.3 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [fmt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fmt/xmake.lua) |
 
@@ -1009,6 +1009,30 @@ add_requires("giflib")
 ```
 
 
+### glad (macosx)
+
+
+| Description | *Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.* |
+| -- | -- |
+| Homepage | [https://glad.dav1d.de/](https://glad.dav1d.de/) |
+| License | MIT |
+| Versions | v0.1.34 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [glad/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glad/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glad
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glad")
+```
+
+
 ### glew (macosx)
 
 
@@ -4334,6 +4358,30 @@ add_requires("xz")
 
 
 ## y
+### yaml-cpp (macosx)
+
+
+| Description | *A YAML parser and emitter in C++* |
+| -- | -- |
+| Homepage | [https://github.com/jbeder/yaml-cpp/](https://github.com/jbeder/yaml-cpp/) |
+| License | MIT |
+| Versions | 0.6.3 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [yaml-cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/y/yaml-cpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install yaml-cpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("yaml-cpp")
+```
+
+
 ### yasm (macosx)
 
 

+ 1 - 1
packages/mingw.md

@@ -429,7 +429,7 @@ add_requires("fltk")
 | Description | *fmt is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.* |
 | -- | -- |
 | Homepage | [https://fmt.dev](https://fmt.dev) |
-| Versions | 5.3.0, 6.0.0, 6.2.0 |
+| Versions | 5.3.0, 6.0.0, 6.2.0, 7.1.3 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [fmt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fmt/xmake.lua) |
 

+ 1 - 1
packages/msys.md

@@ -337,7 +337,7 @@ add_requires("doctest")
 | Description | *fmt is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.* |
 | -- | -- |
 | Homepage | [https://fmt.dev](https://fmt.dev) |
-| Versions | 5.3.0, 6.0.0, 6.2.0 |
+| Versions | 5.3.0, 6.0.0, 6.2.0, 7.1.3 |
 | Architectures | i386, x86_64 |
 | Definition | [fmt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fmt/xmake.lua) |
 

+ 49 - 1
packages/windows.md

@@ -850,7 +850,7 @@ add_requires("fltk")
 | Description | *fmt is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.* |
 | -- | -- |
 | Homepage | [https://fmt.dev](https://fmt.dev) |
-| Versions | 5.3.0, 6.0.0, 6.2.0 |
+| Versions | 5.3.0, 6.0.0, 6.2.0, 7.1.3 |
 | Architectures | x64, x86 |
 | Definition | [fmt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fmt/xmake.lua) |
 
@@ -939,6 +939,30 @@ add_requires("giflib")
 ```
 
 
+### glad (windows)
+
+
+| Description | *Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.* |
+| -- | -- |
+| Homepage | [https://glad.dav1d.de/](https://glad.dav1d.de/) |
+| License | MIT |
+| Versions | v0.1.34 |
+| Architectures | x64, x86 |
+| Definition | [glad/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glad/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glad
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glad")
+```
+
+
 ### glew (windows)
 
 
@@ -3293,6 +3317,30 @@ add_requires("xz")
 
 
 ## y
+### yaml-cpp (windows)
+
+
+| Description | *A YAML parser and emitter in C++* |
+| -- | -- |
+| Homepage | [https://github.com/jbeder/yaml-cpp/](https://github.com/jbeder/yaml-cpp/) |
+| License | MIT |
+| Versions | 0.6.3 |
+| Architectures | x64, x86 |
+| Definition | [yaml-cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/y/yaml-cpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install yaml-cpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("yaml-cpp")
+```
+
+
 ### yasm (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-12-01T15:45:20+08:00</lastmod>
+  <lastmod>2020-12-02T00:59:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-12-01T15:45:20+08:00</lastmod>
+  <lastmod>2020-12-02T00:59:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-12-01T15:45:21+08:00</lastmod>
+  <lastmod>2020-12-02T00:59:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-12-01T15:45:21+08:00</lastmod>
+  <lastmod>2020-12-02T00:59:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-12-01T15:45:21+08:00</lastmod>
+  <lastmod>2020-12-02T00:59:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-12-01T15:45:21+08:00</lastmod>
+  <lastmod>2020-12-02T00:59:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-12-01T15:45:21+08:00</lastmod>
+  <lastmod>2020-12-02T00:59:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-12-01T15:45:22+08:00</lastmod>
+  <lastmod>2020-12-02T00:59:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-12-01T15:45:22+08:00</lastmod>
+  <lastmod>2020-12-02T00:59:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-12-01T15:45:22+08:00</lastmod>
+  <lastmod>2020-12-02T00:59:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-12-01T15:45:22+08:00</lastmod>
+  <lastmod>2020-12-02T00:59:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-12-01T15:45:22+08:00</lastmod>
+  <lastmod>2020-12-02T00:59:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-12-01T15:45:22+08:00</lastmod>
+  <lastmod>2020-12-02T00:59:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-12-01T15:45:23+08:00</lastmod>
+  <lastmod>2020-12-02T00:59:16+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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