Sfoglia il codice sorgente

autoupdate docs by xmake-repo/ci

ruki 2 anni fa
parent
commit
59355eea6a

+ 38 - 1
mirror/packages/android.html

@@ -4705,6 +4705,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsais")
 </code></pre>
+<h3 id="libsdlandroid">libsdl (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libsdl.org/">https://www.libsdl.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1</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/l/libsdl/xmake.lua">libsdl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libsdl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl")
+</code></pre>
 <h3 id="libsndfileandroid">libsndfile (android)</h3>
 <table>
 <thead>
@@ -9887,7 +9924,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.1.0</td>
+<td>v1.1.0, v1.4.0, v2.0.2, v3.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 2 - 2
mirror/packages/bsd.html

@@ -4061,7 +4061,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0</td>
+<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -8739,7 +8739,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.1.0</td>
+<td>v1.1.0, v1.4.0, v2.0.2, v3.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/cross.html

@@ -3857,6 +3857,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsais")
 </code></pre>
+<h3 id="libsdlcross">libsdl (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libsdl.org/">https://www.libsdl.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1</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/l/libsdl/xmake.lua">libsdl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libsdl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl")
+</code></pre>
 <h3 id="libsoundiocross">libsoundio (cross)</h3>
 <table>
 <thead>
@@ -8117,7 +8154,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.1.0</td>
+<td>v1.1.0, v1.4.0, v2.0.2, v3.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/iphoneos.html

@@ -4314,6 +4314,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsais")
 </code></pre>
+<h3 id="libsdliphoneos">libsdl (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libsdl.org/">https://www.libsdl.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1</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/l/libsdl/xmake.lua">libsdl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos libsdl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl")
+</code></pre>
 <h3 id="libsndfileiphoneos">libsndfile (iphoneos)</h3>
 <table>
 <thead>
@@ -9150,7 +9187,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.1.0</td>
+<td>v1.1.0, v1.4.0, v2.0.2, v3.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 2 - 2
mirror/packages/linux.html

@@ -12388,7 +12388,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0</td>
+<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -24969,7 +24969,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.1.0</td>
+<td>v1.1.0, v1.4.0, v2.0.2, v3.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 2 - 2
mirror/packages/macosx.html

@@ -11429,7 +11429,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0</td>
+<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -23306,7 +23306,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.1.0</td>
+<td>v1.1.0, v1.4.0, v2.0.2, v3.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 2 - 2
mirror/packages/mingw.html

@@ -5164,7 +5164,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0</td>
+<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10899,7 +10899,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.1.0</td>
+<td>v1.1.0, v1.4.0, v2.0.2, v3.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 71 - 1
mirror/packages/msys.html

@@ -627,6 +627,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bullet3")
 </code></pre>
+<h3 id="bzip2msys">bzip2 (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Freely available, patent free, high-quality data compressor.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceware.org/bzip2/">https://sourceware.org/bzip2/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.8</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/b/bzip2/xmake.lua">bzip2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install bzip2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("bzip2")
+</code></pre>
 <h2 id="c">c</h2>
 <h3 id="cacertificatesmsys">ca-certificates (msys)</h3>
 <table>
@@ -3367,6 +3400,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsais")
 </code></pre>
+<h3 id="libsdlmsys">libsdl (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libsdl.org/">https://www.libsdl.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1</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/l/libsdl/xmake.lua">libsdl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsdl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl")
+</code></pre>
 <h3 id="libsoundiomsys">libsoundio (msys)</h3>
 <table>
 <thead>
@@ -7343,7 +7413,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.1.0</td>
+<td>v1.1.0, v1.4.0, v2.0.2, v3.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 108 - 1
mirror/packages/wasm.html

@@ -590,6 +590,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bullet3")
 </code></pre>
+<h3 id="bzip2wasm">bzip2 (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Freely available, patent free, high-quality data compressor.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceware.org/bzip2/">https://sourceware.org/bzip2/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.8</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bzip2/xmake.lua">bzip2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm bzip2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("bzip2")
+</code></pre>
 <h2 id="c">c</h2>
 <h3 id="cacertificateswasm">ca-certificates (wasm)</h3>
 <table>
@@ -3338,6 +3371,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libogg")
 </code></pre>
+<h3 id="libpngwasm">libpng (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The official PNG reference library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.libpng.org/pub/png/libpng.html">http://www.libpng.org/pub/png/libpng.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>libpng-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.6.34, v1.6.35, v1.6.36, v1.6.37</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libpng/xmake.lua">libpng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm libpng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libpng")
+</code></pre>
 <h3 id="librdkafkawasm">librdkafka (wasm)</h3>
 <table>
 <thead>
@@ -3408,6 +3478,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsais")
 </code></pre>
+<h3 id="libsdlwasm">libsdl (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libsdl.org/">https://www.libsdl.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua">libsdl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm libsdl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl")
+</code></pre>
 <h3 id="libsimdppwasm">libsimdpp (wasm)</h3>
 <table>
 <thead>
@@ -7454,7 +7561,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.1.0</td>
+<td>v1.1.0, v1.4.0, v2.0.2, v3.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 2 - 2
mirror/packages/windows.html

@@ -10152,7 +10152,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0</td>
+<td>2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -20402,7 +20402,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.1.0</td>
+<td>v1.1.0, v1.4.0, v2.0.2, v3.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 25 - 1
packages/android.md

@@ -3104,6 +3104,30 @@ add_requires("libsais")
 ```
 
 
+### libsdl (android)
+
+
+| Description | *Simple DirectMedia Layer* |
+| -- | -- |
+| Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
+| License | zlib |
+| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] libsdl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl")
+```
+
+
 ### libsndfile (android)
 
 
@@ -6571,7 +6595,7 @@ add_requires("uchardet")
 | -- | -- |
 | Homepage | [https://github.com/martinus/unordered_dense](https://github.com/martinus/unordered_dense) |
 | License | MIT |
-| Versions | v1.1.0 |
+| Versions | v1.1.0, v1.4.0, v2.0.2, v3.0.0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [unordered_dense/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/unordered_dense/xmake.lua) |
 

+ 2 - 2
packages/bsd.md

@@ -2665,7 +2665,7 @@ add_requires("libsais")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
 | License | zlib |
-| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0 |
+| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1 |
 | Architectures | i386, x86_64 |
 | Definition | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
 
@@ -5812,7 +5812,7 @@ add_requires("uchardet")
 | -- | -- |
 | Homepage | [https://github.com/martinus/unordered_dense](https://github.com/martinus/unordered_dense) |
 | License | MIT |
-| Versions | v1.1.0 |
+| Versions | v1.1.0, v1.4.0, v2.0.2, v3.0.0 |
 | Architectures | i386, x86_64 |
 | Definition | [unordered_dense/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/unordered_dense/xmake.lua) |
 

+ 25 - 1
packages/cross.md

@@ -2538,6 +2538,30 @@ add_requires("libsais")
 ```
 
 
+### libsdl (cross)
+
+
+| Description | *Simple DirectMedia Layer* |
+| -- | -- |
+| Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
+| License | zlib |
+| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] libsdl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl")
+```
+
+
 ### libsoundio (cross)
 
 
@@ -5391,7 +5415,7 @@ add_requires("uchardet")
 | -- | -- |
 | Homepage | [https://github.com/martinus/unordered_dense](https://github.com/martinus/unordered_dense) |
 | License | MIT |
-| Versions | v1.1.0 |
+| Versions | v1.1.0, v1.4.0, v2.0.2, v3.0.0 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [unordered_dense/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/unordered_dense/xmake.lua) |
 

+ 25 - 1
packages/iphoneos.md

@@ -2844,6 +2844,30 @@ add_requires("libsais")
 ```
 
 
+### libsdl (iphoneos)
+
+
+| Description | *Simple DirectMedia Layer* |
+| -- | -- |
+| Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
+| License | zlib |
+| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1 |
+| Architectures | arm64, x86_64 |
+| Definition | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos libsdl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl")
+```
+
+
 ### libsndfile (iphoneos)
 
 
@@ -6077,7 +6101,7 @@ add_requires("uchardet")
 | -- | -- |
 | Homepage | [https://github.com/martinus/unordered_dense](https://github.com/martinus/unordered_dense) |
 | License | MIT |
-| Versions | v1.1.0 |
+| Versions | v1.1.0, v1.4.0, v2.0.2, v3.0.0 |
 | Architectures | arm64, x86_64 |
 | Definition | [unordered_dense/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/unordered_dense/xmake.lua) |
 

+ 2 - 2
packages/linux.md

@@ -8222,7 +8222,7 @@ add_requires("libsais")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
 | License | zlib |
-| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0 |
+| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
 
@@ -16634,7 +16634,7 @@ add_requires("unicorn")
 | -- | -- |
 | Homepage | [https://github.com/martinus/unordered_dense](https://github.com/martinus/unordered_dense) |
 | License | MIT |
-| Versions | v1.1.0 |
+| Versions | v1.1.0, v1.4.0, v2.0.2, v3.0.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [unordered_dense/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/unordered_dense/xmake.lua) |
 

+ 2 - 2
packages/macosx.md

@@ -7584,7 +7584,7 @@ add_requires("libsais")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
 | License | zlib |
-| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0 |
+| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1 |
 | Architectures | arm64, x86_64 |
 | Definition | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
 
@@ -15525,7 +15525,7 @@ add_requires("unicorn")
 | -- | -- |
 | Homepage | [https://github.com/martinus/unordered_dense](https://github.com/martinus/unordered_dense) |
 | License | MIT |
-| Versions | v1.1.0 |
+| Versions | v1.1.0, v1.4.0, v2.0.2, v3.0.0 |
 | Architectures | arm64, x86_64 |
 | Definition | [unordered_dense/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/unordered_dense/xmake.lua) |
 

+ 2 - 2
packages/mingw.md

@@ -3398,7 +3398,7 @@ add_requires("libsais")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
 | License | zlib |
-| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0 |
+| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
 
@@ -7237,7 +7237,7 @@ add_requires("uchardet")
 | -- | -- |
 | Homepage | [https://github.com/martinus/unordered_dense](https://github.com/martinus/unordered_dense) |
 | License | MIT |
-| Versions | v1.1.0 |
+| Versions | v1.1.0, v1.4.0, v2.0.2, v3.0.0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [unordered_dense/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/unordered_dense/xmake.lua) |
 

+ 48 - 1
packages/msys.md

@@ -356,6 +356,29 @@ add_requires("bullet3")
 ```
 
 
+### bzip2 (msys)
+
+
+| Description | *Freely available, patent free, high-quality data compressor.* |
+| -- | -- |
+| Homepage | [https://sourceware.org/bzip2/](https://sourceware.org/bzip2/) |
+| Versions | 1.0.8 |
+| Architectures | i386, x86_64 |
+| Definition | [bzip2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bzip2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install bzip2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("bzip2")
+```
+
+
 
 ## c
 ### ca-certificates (msys)
@@ -2209,6 +2232,30 @@ add_requires("libsais")
 ```
 
 
+### libsdl (msys)
+
+
+| Description | *Simple DirectMedia Layer* |
+| -- | -- |
+| Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
+| License | zlib |
+| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1 |
+| Architectures | i386, x86_64 |
+| Definition | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsdl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl")
+```
+
+
 ### libsoundio (msys)
 
 
@@ -4873,7 +4920,7 @@ add_requires("uchardet")
 | -- | -- |
 | Homepage | [https://github.com/martinus/unordered_dense](https://github.com/martinus/unordered_dense) |
 | License | MIT |
-| Versions | v1.1.0 |
+| Versions | v1.1.0, v1.4.0, v2.0.2, v3.0.0 |
 | Architectures | i386, x86_64 |
 | Definition | [unordered_dense/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/unordered_dense/xmake.lua) |
 

+ 72 - 1
packages/wasm.md

@@ -332,6 +332,29 @@ add_requires("bullet3")
 ```
 
 
+### bzip2 (wasm)
+
+
+| Description | *Freely available, patent free, high-quality data compressor.* |
+| -- | -- |
+| Homepage | [https://sourceware.org/bzip2/](https://sourceware.org/bzip2/) |
+| Versions | 1.0.8 |
+| Architectures | wasm32 |
+| Definition | [bzip2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bzip2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm bzip2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("bzip2")
+```
+
+
 
 ## c
 ### ca-certificates (wasm)
@@ -2187,6 +2210,30 @@ add_requires("libogg")
 ```
 
 
+### libpng (wasm)
+
+
+| Description | *The official PNG reference library* |
+| -- | -- |
+| Homepage | [http://www.libpng.org/pub/png/libpng.html](http://www.libpng.org/pub/png/libpng.html) |
+| License | libpng-2.0 |
+| Versions | v1.6.34, v1.6.35, v1.6.36, v1.6.37 |
+| Architectures | wasm32 |
+| Definition | [libpng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libpng/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm libpng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libpng")
+```
+
+
 ### librdkafka (wasm)
 
 
@@ -2234,6 +2281,30 @@ add_requires("libsais")
 ```
 
 
+### libsdl (wasm)
+
+
+| Description | *Simple DirectMedia Layer* |
+| -- | -- |
+| Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
+| License | zlib |
+| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1 |
+| Architectures | wasm32 |
+| Definition | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm libsdl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl")
+```
+
+
 ### libsimdpp (wasm)
 
 
@@ -4945,7 +5016,7 @@ add_requires("uchardet")
 | -- | -- |
 | Homepage | [https://github.com/martinus/unordered_dense](https://github.com/martinus/unordered_dense) |
 | License | MIT |
-| Versions | v1.1.0 |
+| Versions | v1.1.0, v1.4.0, v2.0.2, v3.0.0 |
 | Architectures | wasm32 |
 | Definition | [unordered_dense/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/unordered_dense/xmake.lua) |
 

+ 2 - 2
packages/windows.md

@@ -6697,7 +6697,7 @@ add_requires("libsais")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
 | License | zlib |
-| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0 |
+| Versions | 2.0.12, 2.0.14, 2.0.16, 2.0.18, 2.0.20, 2.0.22, 2.0.8, 2.24.0, 2.24.2, 2.26.0, 2.26.1 |
 | Architectures | arm64, x64, x86 |
 | Definition | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
 
@@ -13538,7 +13538,7 @@ add_requires("unicorn")
 | -- | -- |
 | Homepage | [https://github.com/martinus/unordered_dense](https://github.com/martinus/unordered_dense) |
 | License | MIT |
-| Versions | v1.1.0 |
+| Versions | v1.1.0, v1.4.0, v2.0.2, v3.0.0 |
 | Architectures | arm64, x64, x86 |
 | Definition | [unordered_dense/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/unordered_dense/xmake.lua) |
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-12-23T03:37:45+08:00</lastmod>
+  <lastmod>2022-12-23T12:31:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-12-23T03:37:48+08:00</lastmod>
+  <lastmod>2022-12-23T12:31:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-12-23T03:37:49+08:00</lastmod>
+  <lastmod>2022-12-23T12:31:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-12-23T03:37:49+08:00</lastmod>
+  <lastmod>2022-12-23T12:31:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-12-23T03:37:49+08:00</lastmod>
+  <lastmod>2022-12-23T12:31:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-12-23T03:37:49+08:00</lastmod>
+  <lastmod>2022-12-23T12:31:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-12-23T03:37:50+08:00</lastmod>
+  <lastmod>2022-12-23T12:31:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-12-23T03:37:50+08:00</lastmod>
+  <lastmod>2022-12-23T12:31:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-12-23T03:37:50+08:00</lastmod>
+  <lastmod>2022-12-23T12:31:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-12-23T03:37:50+08:00</lastmod>
+  <lastmod>2022-12-23T12:31:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-12-23T03:37:51+08:00</lastmod>
+  <lastmod>2022-12-23T12:31:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-12-23T03:37:51+08:00</lastmod>
+  <lastmod>2022-12-23T12:31:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-12-23T03:37:51+08:00</lastmod>
+  <lastmod>2022-12-23T12:31:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-12-23T03:37:52+08:00</lastmod>
+  <lastmod>2022-12-23T12:31:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-12-23T03:37:52+08:00</lastmod>
+  <lastmod>2022-12-23T12:31:08+08:00</lastmod>
 </url>
 
 </urlset>