Browse Source

autoupdate docs by xmake-repo/ci

ruki 1 year ago
parent
commit
85d5fb74e1

+ 39 - 2
mirror/packages/android.html

@@ -21780,7 +21780,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -24155,7 +24155,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2</td>
+<td>v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2, v0.14.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -25654,6 +25654,43 @@
 <pre><code class="lang-lua">add_requires("xxhash")
 </code></pre>
 <h2 id="y">y</h2>
+<h3 id="yamlcppandroid">yaml-cpp (android)</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, 0.7.0, 0.8.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/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 -p android [--ndk=/xxx] 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="yasandroid">yas (android)</h3>
 <table>
 <thead>

+ 40 - 3
mirror/packages/bsd.html

@@ -1362,7 +1362,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.7.12, v0.8.1, v0.8.2</td>
+<td>v0.7.12, v0.8.1, v0.8.2, v0.8.7</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -22006,7 +22006,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -24484,7 +24484,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2</td>
+<td>v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2, v0.14.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -25864,6 +25864,43 @@
 <pre><code class="lang-lua">add_requires("xxhash")
 </code></pre>
 <h2 id="y">y</h2>
+<h3 id="yamlcppbsd">yaml-cpp (bsd)</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, 0.7.0, 0.8.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/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="yasbsd">yas (bsd)</h3>
 <table>
 <thead>

+ 40 - 3
mirror/packages/cross.html

@@ -1288,7 +1288,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.7.12, v0.8.1, v0.8.2</td>
+<td>v0.7.12, v0.8.1, v0.8.2, v0.8.7</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -20746,7 +20746,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -23121,7 +23121,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2</td>
+<td>v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2, v0.14.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -24258,6 +24258,43 @@
 <pre><code class="lang-lua">add_requires("xxhash")
 </code></pre>
 <h2 id="y">y</h2>
+<h3 id="yamlcppcross">yaml-cpp (cross)</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, 0.7.0, 0.8.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, 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/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 -p cross [--sdk=/xxx] 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="yascross">yas (cross)</h3>
 <table>
 <thead>

+ 39 - 2
mirror/packages/iphoneos.html

@@ -20788,7 +20788,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -23130,7 +23130,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2</td>
+<td>v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2, v0.14.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -24267,6 +24267,43 @@
 <pre><code class="lang-lua">add_requires("xxhash")
 </code></pre>
 <h2 id="y">y</h2>
+<h3 id="yamlcppiphoneos">yaml-cpp (iphoneos)</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, 0.7.0, 0.8.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, 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 -p iphoneos 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="yasiphoneos">yas (iphoneos)</h3>
 <table>
 <thead>

+ 5 - 5
mirror/packages/linux.html

@@ -2092,7 +2092,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.7.12, v0.8.1, v0.8.2</td>
+<td>v0.7.12, v0.8.1, v0.8.2, v0.8.7</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -42214,7 +42214,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -45762,7 +45762,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2</td>
+<td>v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2, v0.14.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -48109,7 +48109,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55701207acf0</td>
+<td>table: 0x55b7e63183f0</td>
 </tr>
 <tr>
 <td>Versions</td>
@@ -50408,7 +50408,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.13.72, v0.13.73, v0.13.74, v0.13.76, v0.13.77</td>
+<td>v0.13.72, v0.13.73, v0.13.74, v0.13.76, v0.13.77, v0.13.78</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 5 - 5
mirror/packages/macosx.html

@@ -1866,7 +1866,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.7.12, v0.8.1, v0.8.2</td>
+<td>v0.7.12, v0.8.1, v0.8.2, v0.8.7</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -39165,7 +39165,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -42499,7 +42499,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2</td>
+<td>v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2, v0.14.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -44665,7 +44665,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55701207acf0</td>
+<td>table: 0x55b7e63183f0</td>
 </tr>
 <tr>
 <td>Versions</td>
@@ -46890,7 +46890,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.13.72, v0.13.73, v0.13.74, v0.13.76, v0.13.77</td>
+<td>v0.13.72, v0.13.73, v0.13.74, v0.13.76, v0.13.77, v0.13.78</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 2 - 2
mirror/packages/mingw.html

@@ -24688,7 +24688,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -27384,7 +27384,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2</td>
+<td>v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2, v0.14.3</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 40 - 3
mirror/packages/msys.html

@@ -1251,7 +1251,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.7.12, v0.8.1, v0.8.2</td>
+<td>v0.7.12, v0.8.1, v0.8.2, v0.8.7</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -19389,7 +19389,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -21690,7 +21690,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2</td>
+<td>v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2, v0.14.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -22864,6 +22864,43 @@
 <pre><code class="lang-lua">add_requires("xxhash")
 </code></pre>
 <h2 id="y">y</h2>
+<h3 id="yamlcppmsys">yaml-cpp (msys)</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, 0.7.0, 0.8.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/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="yasmsys">yas (msys)</h3>
 <table>
 <thead>

+ 39 - 2
mirror/packages/wasm.html

@@ -18151,7 +18151,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -20234,7 +20234,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2</td>
+<td>v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2, v0.14.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -21219,6 +21219,43 @@
 <pre><code class="lang-lua">add_requires("xxhash")
 </code></pre>
 <h2 id="y">y</h2>
+<h3 id="yamlcppwasm">yaml-cpp (wasm)</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, 0.7.0, 0.8.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</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 -p wasm 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="yaswasm">yas (wasm)</h3>
 <table>
 <thead>

+ 5 - 5
mirror/packages/windows.html

@@ -1841,7 +1841,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.7.12, v0.8.1, v0.8.2</td>
+<td>v0.7.12, v0.8.1, v0.8.2, v0.8.7</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -36364,7 +36364,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -39706,7 +39706,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2</td>
+<td>v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2, v0.14.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -40789,7 +40789,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.0.6, 5.0.7, 5.0.9</td>
+<td>5.0.6, 5.0.7, 5.0.9, 5.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -44088,7 +44088,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v0.13.72, v0.13.73, v0.13.74, v0.13.76, v0.13.77</td>
+<td>v0.13.72, v0.13.73, v0.13.74, v0.13.76, v0.13.77, v0.13.78</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 26 - 2
packages/android.md

@@ -14262,7 +14262,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -15818,7 +15818,7 @@ add_requires("udt")
 | -- | -- |
 | Homepage | [https://github.com/ufbx/ufbx](https://github.com/ufbx/ufbx) |
 | License | MIT |
-| Versions | v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2 |
+| Versions | v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2, v0.14.3 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [ufbx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/ufbx/xmake.lua) |
 
@@ -16817,6 +16817,30 @@ add_requires("xxhash")
 
 
 ## y
+### yaml-cpp (android)
+
+
+| 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, 0.7.0, 0.8.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, 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 -p android [--ndk=/xxx] yaml-cpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("yaml-cpp")
+```
+
+
 ### yas (android)
 
 

+ 27 - 3
packages/bsd.md

@@ -820,7 +820,7 @@ add_requires("aws-c-event-stream")
 | -- | -- |
 | Homepage | [https://github.com/awslabs/aws-c-http](https://github.com/awslabs/aws-c-http) |
 | License | Apache-2.0 |
-| Versions | v0.7.12, v0.8.1, v0.8.2 |
+| Versions | v0.7.12, v0.8.1, v0.8.2, v0.8.7 |
 | Architectures | i386, x86_64 |
 | Definition | [aws-c-http/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aws-c-http/xmake.lua) |
 
@@ -14420,7 +14420,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -16046,7 +16046,7 @@ add_requires("udt")
 | -- | -- |
 | Homepage | [https://github.com/ufbx/ufbx](https://github.com/ufbx/ufbx) |
 | License | MIT |
-| Versions | v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2 |
+| Versions | v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2, v0.14.3 |
 | Architectures | i386, x86_64 |
 | Definition | [ufbx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/ufbx/xmake.lua) |
 
@@ -16971,6 +16971,30 @@ add_requires("xxhash")
 
 
 ## y
+### yaml-cpp (bsd)
+
+
+| 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, 0.7.0, 0.8.0 |
+| Architectures | 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")
+```
+
+
 ### yas (bsd)
 
 

+ 27 - 3
packages/cross.md

@@ -772,7 +772,7 @@ add_requires("aws-c-event-stream")
 | -- | -- |
 | Homepage | [https://github.com/awslabs/aws-c-http](https://github.com/awslabs/aws-c-http) |
 | License | Apache-2.0 |
-| Versions | v0.7.12, v0.8.1, v0.8.2 |
+| Versions | v0.7.12, v0.8.1, v0.8.2, v0.8.7 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [aws-c-http/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aws-c-http/xmake.lua) |
 
@@ -13574,7 +13574,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -15130,7 +15130,7 @@ add_requires("udt")
 | -- | -- |
 | Homepage | [https://github.com/ufbx/ufbx](https://github.com/ufbx/ufbx) |
 | License | MIT |
-| Versions | v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2 |
+| Versions | v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2, v0.14.3 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [ufbx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/ufbx/xmake.lua) |
 
@@ -15891,6 +15891,30 @@ add_requires("xxhash")
 
 
 ## y
+### yaml-cpp (cross)
+
+
+| 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, 0.7.0, 0.8.0 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, 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 -p cross [--sdk=/xxx] yaml-cpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("yaml-cpp")
+```
+
+
 ### yas (cross)
 
 

+ 26 - 2
packages/iphoneos.md

@@ -13614,7 +13614,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -15147,7 +15147,7 @@ add_requires("udt")
 | -- | -- |
 | Homepage | [https://github.com/ufbx/ufbx](https://github.com/ufbx/ufbx) |
 | License | MIT |
-| Versions | v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2 |
+| Versions | v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2, v0.14.3 |
 | Architectures | arm64, x86_64 |
 | Definition | [ufbx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/ufbx/xmake.lua) |
 
@@ -15908,6 +15908,30 @@ add_requires("xxhash")
 
 
 ## y
+### yaml-cpp (iphoneos)
+
+
+| 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, 0.7.0, 0.8.0 |
+| Architectures | arm64, 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 -p iphoneos yaml-cpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("yaml-cpp")
+```
+
+
 ### yas (iphoneos)
 
 

+ 5 - 5
packages/linux.md

@@ -1301,7 +1301,7 @@ add_requires("aws-c-event-stream")
 | -- | -- |
 | Homepage | [https://github.com/awslabs/aws-c-http](https://github.com/awslabs/aws-c-http) |
 | License | Apache-2.0 |
-| Versions | v0.7.12, v0.8.1, v0.8.2 |
+| Versions | v0.7.12, v0.8.1, v0.8.2, v0.8.7 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [aws-c-http/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aws-c-http/xmake.lua) |
 
@@ -27787,7 +27787,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -30123,7 +30123,7 @@ add_requires("udt")
 | -- | -- |
 | Homepage | [https://github.com/ufbx/ufbx](https://github.com/ufbx/ufbx) |
 | License | MIT |
-| Versions | v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2 |
+| Versions | v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2, v0.14.3 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [ufbx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/ufbx/xmake.lua) |
 
@@ -31672,7 +31672,7 @@ add_requires("whisper.cpp")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x55701207acf0 |
+| License | table: 0x55b7e63183f0 |
 | Versions | 1.13 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |
@@ -33196,7 +33196,7 @@ add_requires("zydis")
 | -- | -- |
 | Homepage | [http://zziplib.sourceforge.net/](http://zziplib.sourceforge.net/) |
 | License | GPL-2.0 |
-| Versions | v0.13.72, v0.13.73, v0.13.74, v0.13.76, v0.13.77 |
+| Versions | v0.13.72, v0.13.73, v0.13.74, v0.13.76, v0.13.77, v0.13.78 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [zziplib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zziplib/xmake.lua) |
 

+ 5 - 5
packages/macosx.md

@@ -1156,7 +1156,7 @@ add_requires("aws-c-event-stream")
 | -- | -- |
 | Homepage | [https://github.com/awslabs/aws-c-http](https://github.com/awslabs/aws-c-http) |
 | License | Apache-2.0 |
-| Versions | v0.7.12, v0.8.1, v0.8.2 |
+| Versions | v0.7.12, v0.8.1, v0.8.2, v0.8.7 |
 | Architectures | arm64, x86_64 |
 | Definition | [aws-c-http/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aws-c-http/xmake.lua) |
 
@@ -25771,7 +25771,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -27965,7 +27965,7 @@ add_requires("udt")
 | -- | -- |
 | Homepage | [https://github.com/ufbx/ufbx](https://github.com/ufbx/ufbx) |
 | License | MIT |
-| Versions | v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2 |
+| Versions | v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2, v0.14.3 |
 | Architectures | arm64, x86_64 |
 | Definition | [ufbx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/ufbx/xmake.lua) |
 
@@ -29395,7 +29395,7 @@ add_requires("which")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x55701207acf0 |
+| License | table: 0x55b7e63183f0 |
 | Versions | 1.13 |
 | Architectures | arm64, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |
@@ -30871,7 +30871,7 @@ add_requires("zydis")
 | -- | -- |
 | Homepage | [http://zziplib.sourceforge.net/](http://zziplib.sourceforge.net/) |
 | License | GPL-2.0 |
-| Versions | v0.13.72, v0.13.73, v0.13.74, v0.13.76, v0.13.77 |
+| Versions | v0.13.72, v0.13.73, v0.13.74, v0.13.76, v0.13.77, v0.13.78 |
 | Architectures | arm64, x86_64 |
 | Definition | [zziplib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zziplib/xmake.lua) |
 

+ 2 - 2
packages/mingw.md

@@ -16169,7 +16169,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -17938,7 +17938,7 @@ add_requires("udt")
 | -- | -- |
 | Homepage | [https://github.com/ufbx/ufbx](https://github.com/ufbx/ufbx) |
 | License | MIT |
-| Versions | v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2 |
+| Versions | v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2, v0.14.3 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [ufbx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/ufbx/xmake.lua) |
 

+ 27 - 3
packages/msys.md

@@ -748,7 +748,7 @@ add_requires("aws-c-event-stream")
 | -- | -- |
 | Homepage | [https://github.com/awslabs/aws-c-http](https://github.com/awslabs/aws-c-http) |
 | License | Apache-2.0 |
-| Versions | v0.7.12, v0.8.1, v0.8.2 |
+| Versions | v0.7.12, v0.8.1, v0.8.2, v0.8.7 |
 | Architectures | i386, x86_64 |
 | Definition | [aws-c-http/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aws-c-http/xmake.lua) |
 
@@ -12689,7 +12689,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -14197,7 +14197,7 @@ add_requires("udt")
 | -- | -- |
 | Homepage | [https://github.com/ufbx/ufbx](https://github.com/ufbx/ufbx) |
 | License | MIT |
-| Versions | v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2 |
+| Versions | v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2, v0.14.3 |
 | Architectures | i386, x86_64 |
 | Definition | [ufbx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/ufbx/xmake.lua) |
 
@@ -14982,6 +14982,30 @@ add_requires("xxhash")
 
 
 ## y
+### yaml-cpp (msys)
+
+
+| 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, 0.7.0, 0.8.0 |
+| Architectures | 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")
+```
+
+
 ### yas (msys)
 
 

+ 26 - 2
packages/wasm.md

@@ -11878,7 +11878,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0 |
 | Architectures | wasm32, wasm64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -13243,7 +13243,7 @@ add_requires("udt")
 | -- | -- |
 | Homepage | [https://github.com/ufbx/ufbx](https://github.com/ufbx/ufbx) |
 | License | MIT |
-| Versions | v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2 |
+| Versions | v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2, v0.14.3 |
 | Architectures | wasm32, wasm64 |
 | Definition | [ufbx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/ufbx/xmake.lua) |
 
@@ -13907,6 +13907,30 @@ add_requires("xxhash")
 
 
 ## y
+### yaml-cpp (wasm)
+
+
+| 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, 0.7.0, 0.8.0 |
+| Architectures | wasm32, wasm64 |
+| 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 -p wasm yaml-cpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("yaml-cpp")
+```
+
+
 ### yas (wasm)
 
 

+ 5 - 5
packages/windows.md

@@ -1135,7 +1135,7 @@ add_requires("aws-c-event-stream")
 | -- | -- |
 | Homepage | [https://github.com/awslabs/aws-c-http](https://github.com/awslabs/aws-c-http) |
 | License | Apache-2.0 |
-| Versions | v0.7.12, v0.8.1, v0.8.2 |
+| Versions | v0.7.12, v0.8.1, v0.8.2, v0.8.7 |
 | Architectures | x64, x86 |
 | Definition | [aws-c-http/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aws-c-http/xmake.lua) |
 
@@ -23854,7 +23854,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -26050,7 +26050,7 @@ add_requires("udt")
 | -- | -- |
 | Homepage | [https://github.com/ufbx/ufbx](https://github.com/ufbx/ufbx) |
 | License | MIT |
-| Versions | v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2 |
+| Versions | v0.6.1, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.2, v0.14.3 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [ufbx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/ufbx/xmake.lua) |
 
@@ -26765,7 +26765,7 @@ add_requires("vc")
 | -- | -- |
 | Homepage | [https://github.com/Chuyu-Team/VC-LTL5](https://github.com/Chuyu-Team/VC-LTL5) |
 | License | EPL-2.0 |
-| Versions | 5.0.6, 5.0.7, 5.0.9 |
+| Versions | 5.0.6, 5.0.7, 5.0.9, 5.1.1 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [vc-ltl5/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vc-ltl5/xmake.lua) |
 
@@ -28939,7 +28939,7 @@ add_requires("zydis")
 | -- | -- |
 | Homepage | [http://zziplib.sourceforge.net/](http://zziplib.sourceforge.net/) |
 | License | GPL-2.0 |
-| Versions | v0.13.72, v0.13.73, v0.13.74, v0.13.76, v0.13.77 |
+| Versions | v0.13.72, v0.13.73, v0.13.74, v0.13.76, v0.13.77, v0.13.78 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [zziplib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zziplib/xmake.lua) |
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2024-08-13T15:26:26+08:00</lastmod>
+  <lastmod>2024-08-15T01:32:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-08-13T15:26:32+08:00</lastmod>
+  <lastmod>2024-08-15T01:32:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-08-13T15:26:33+08:00</lastmod>
+  <lastmod>2024-08-15T01:32:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-08-13T15:26:33+08:00</lastmod>
+  <lastmod>2024-08-15T01:32:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-08-13T15:26:33+08:00</lastmod>
+  <lastmod>2024-08-15T01:32:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-08-13T15:26:33+08:00</lastmod>
+  <lastmod>2024-08-15T01:32:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-08-13T15:26:34+08:00</lastmod>
+  <lastmod>2024-08-15T01:32:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-08-13T15:26:34+08:00</lastmod>
+  <lastmod>2024-08-15T01:32:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-08-13T15:26:34+08:00</lastmod>
+  <lastmod>2024-08-15T01:32:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-08-13T15:26:35+08:00</lastmod>
+  <lastmod>2024-08-15T01:32:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-08-13T15:26:35+08:00</lastmod>
+  <lastmod>2024-08-15T01:32:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-08-13T15:26:36+08:00</lastmod>
+  <lastmod>2024-08-15T01:32:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-08-13T15:26:36+08:00</lastmod>
+  <lastmod>2024-08-15T01:32:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-08-13T15:26:36+08:00</lastmod>
+  <lastmod>2024-08-15T01:32:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-08-13T15:26:37+08:00</lastmod>
+  <lastmod>2024-08-15T01:32:19+08:00</lastmod>
 </url>
 
 </urlset>