Parcourir la source

autoupdate docs by xmake-repo/ci

ruki il y a 2 ans
Parent
commit
050006c32a

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: tinyexpr, toojpeg, immer**
+- **Recently added: rlottie, tinyexpr, toojpeg**
 
 [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 (844)
+- Packages (845)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 34 - 1
mirror/packages/android.html

@@ -9169,6 +9169,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("reproc")
 </code></pre>
+<h3 id="rlottieandroid">rlottie (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A platform independent standalone library that plays Lottie Animation. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Samsung/rlottie">https://github.com/Samsung/rlottie</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.1, 0.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rlottie/xmake.lua">rlottie/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] rlottie
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rlottie")
+</code></pre>
 <h3 id="robinhoodhashingandroid">robin-hood-hashing (android)</h3>
 <table>
 <thead>
@@ -9774,7 +9807,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2021.07.13, 2021.09.10, 2023.01.30</td>
+<td>2019.02.07, 2021.07.13, 2021.09.10, 2023.01.30</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/bsd.html

@@ -8614,7 +8614,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2021.07.13, 2021.09.10, 2023.01.30</td>
+<td>2019.02.07, 2021.07.13, 2021.09.10, 2023.01.30</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/cross.html

@@ -7885,7 +7885,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2021.07.13, 2021.09.10, 2023.01.30</td>
+<td>2019.02.07, 2021.07.13, 2021.09.10, 2023.01.30</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/iphoneos.html

@@ -8963,7 +8963,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2021.07.13, 2021.09.10, 2023.01.30</td>
+<td>2019.02.07, 2021.07.13, 2021.09.10, 2023.01.30</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 35 - 2
mirror/packages/linux.html

@@ -21275,7 +21275,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.40.0, 0.42.2</td>
+<td>0.40.0, 0.42.0, 0.42.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -23201,6 +23201,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rhash")
 </code></pre>
+<h3 id="rlottielinux">rlottie (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A platform independent standalone library that plays Lottie Animation. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Samsung/rlottie">https://github.com/Samsung/rlottie</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.1, 0.2</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/r/rlottie/xmake.lua">rlottie/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rlottie
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rlottie")
+</code></pre>
 <h3 id="rmluilinux">rmlui (linux)</h3>
 <table>
 <thead>
@@ -24736,7 +24769,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2021.07.13, 2021.09.10, 2023.01.30</td>
+<td>2019.02.07, 2021.07.13, 2021.09.10, 2023.01.30</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 35 - 2
mirror/packages/macosx.html

@@ -19855,7 +19855,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.40.0, 0.42.2</td>
+<td>0.40.0, 0.42.0, 0.42.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -21678,6 +21678,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("reproc")
 </code></pre>
+<h3 id="rlottiemacosx">rlottie (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A platform independent standalone library that plays Lottie Animation. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Samsung/rlottie">https://github.com/Samsung/rlottie</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.1, 0.2</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/r/rlottie/xmake.lua">rlottie/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rlottie
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rlottie")
+</code></pre>
 <h3 id="rmluimacosx">rmlui (macosx)</h3>
 <table>
 <thead>
@@ -23176,7 +23209,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2021.07.13, 2021.09.10, 2023.01.30</td>
+<td>2019.02.07, 2021.07.13, 2021.09.10, 2023.01.30</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/mingw.html

@@ -10646,7 +10646,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2021.07.13, 2021.09.10, 2023.01.30</td>
+<td>2019.02.07, 2021.07.13, 2021.09.10, 2023.01.30</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/msys.html

@@ -7082,7 +7082,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2021.07.13, 2021.09.10, 2023.01.30</td>
+<td>2019.02.07, 2021.07.13, 2021.09.10, 2023.01.30</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 67 - 1
mirror/packages/wasm.html

@@ -6141,6 +6141,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("picojson")
 </code></pre>
+<h3 id="pixmanwasm">pixman (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Low-level library for pixel manipulation.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://cairographics.org/">https://cairographics.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.40.0, 0.42.0, 0.42.2</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/p/pixman/xmake.lua">pixman/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm pixman
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pixman")
+</code></pre>
 <h3 id="pkgconfigwasm">pkg-config (wasm)</h3>
 <table>
 <thead>
@@ -6872,6 +6905,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("reproc")
 </code></pre>
+<h3 id="rlottiewasm">rlottie (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A platform independent standalone library that plays Lottie Animation. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Samsung/rlottie">https://github.com/Samsung/rlottie</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.1, 0.2</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/r/rlottie/xmake.lua">rlottie/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm rlottie
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rlottie")
+</code></pre>
 <h3 id="robinhoodhashingwasm">robin-hood-hashing (wasm)</h3>
 <table>
 <thead>
@@ -7374,7 +7440,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2021.07.13, 2021.09.10, 2023.01.30</td>
+<td>2019.02.07, 2021.07.13, 2021.09.10, 2023.01.30</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 35 - 2
mirror/packages/windows.html

@@ -17095,7 +17095,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.40.0, 0.42.2</td>
+<td>0.40.0, 0.42.0, 0.42.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -18877,6 +18877,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("reproc")
 </code></pre>
+<h3 id="rlottiewindows">rlottie (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A platform independent standalone library that plays Lottie Animation. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Samsung/rlottie">https://github.com/Samsung/rlottie</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.1, 0.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rlottie/xmake.lua">rlottie/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rlottie
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rlottie")
+</code></pre>
 <h3 id="rmluiwindows">rmlui (windows)</h3>
 <table>
 <thead>
@@ -20231,7 +20264,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2021.07.13, 2021.09.10, 2023.01.30</td>
+<td>2019.02.07, 2021.07.13, 2021.09.10, 2023.01.30</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 24 - 1
packages/android.md

@@ -6089,6 +6089,29 @@ add_requires("reproc")
 ```
 
 
+### rlottie (android)
+
+
+| Description | *A platform independent standalone library that plays Lottie Animation. * |
+| -- | -- |
+| Homepage | [https://github.com/Samsung/rlottie](https://github.com/Samsung/rlottie) |
+| Versions | 0.1, 0.2 |
+| Architectures | arm64-v8a |
+| Definition | [rlottie/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rlottie/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] rlottie
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rlottie")
+```
+
+
 ### robin-hood-hashing (android)
 
 
@@ -6495,7 +6518,7 @@ add_requires("sqlite3")
 | Description | *single-file public domain (or MIT licensed) libraries for C/C++* |
 | -- | -- |
 | Homepage | [https://github.com/nothings/stb](https://github.com/nothings/stb) |
-| Versions | 2021.07.13, 2021.09.10, 2023.01.30 |
+| Versions | 2019.02.07, 2021.07.13, 2021.09.10, 2023.01.30 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [stb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua) |
 

+ 1 - 1
packages/bsd.md

@@ -5733,7 +5733,7 @@ add_requires("sqlite3")
 | Description | *single-file public domain (or MIT licensed) libraries for C/C++* |
 | -- | -- |
 | Homepage | [https://github.com/nothings/stb](https://github.com/nothings/stb) |
-| Versions | 2021.07.13, 2021.09.10, 2023.01.30 |
+| Versions | 2019.02.07, 2021.07.13, 2021.09.10, 2023.01.30 |
 | Architectures | i386, x86_64 |
 | Definition | [stb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua) |
 

+ 1 - 1
packages/cross.md

@@ -5241,7 +5241,7 @@ add_requires("sqlite3")
 | Description | *single-file public domain (or MIT licensed) libraries for C/C++* |
 | -- | -- |
 | Homepage | [https://github.com/nothings/stb](https://github.com/nothings/stb) |
-| Versions | 2021.07.13, 2021.09.10, 2023.01.30 |
+| Versions | 2019.02.07, 2021.07.13, 2021.09.10, 2023.01.30 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [stb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua) |
 

+ 1 - 1
packages/iphoneos.md

@@ -5953,7 +5953,7 @@ add_requires("sqlite3")
 | Description | *single-file public domain (or MIT licensed) libraries for C/C++* |
 | -- | -- |
 | Homepage | [https://github.com/nothings/stb](https://github.com/nothings/stb) |
-| Versions | 2021.07.13, 2021.09.10, 2023.01.30 |
+| Versions | 2019.02.07, 2021.07.13, 2021.09.10, 2023.01.30 |
 | Architectures | arm64, x86_64 |
 | Definition | [stb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua) |
 

+ 25 - 2
packages/linux.md

@@ -14153,7 +14153,7 @@ add_requires("pigz")
 | Description | *Low-level library for pixel manipulation.* |
 | -- | -- |
 | Homepage | [https://cairographics.org/](https://cairographics.org/) |
-| Versions | 0.40.0, 0.42.2 |
+| Versions | 0.40.0, 0.42.0, 0.42.2 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [pixman/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pixman/xmake.lua) |
 
@@ -15447,6 +15447,29 @@ add_requires("rhash")
 ```
 
 
+### rlottie (linux)
+
+
+| Description | *A platform independent standalone library that plays Lottie Animation. * |
+| -- | -- |
+| Homepage | [https://github.com/Samsung/rlottie](https://github.com/Samsung/rlottie) |
+| Versions | 0.1, 0.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [rlottie/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rlottie/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rlottie
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rlottie")
+```
+
+
 ### rmlui (linux)
 
 
@@ -16469,7 +16492,7 @@ add_requires("starpu")
 | Description | *single-file public domain (or MIT licensed) libraries for C/C++* |
 | -- | -- |
 | Homepage | [https://github.com/nothings/stb](https://github.com/nothings/stb) |
-| Versions | 2021.07.13, 2021.09.10, 2023.01.30 |
+| Versions | 2019.02.07, 2021.07.13, 2021.09.10, 2023.01.30 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [stb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua) |
 

+ 25 - 2
packages/macosx.md

@@ -13208,7 +13208,7 @@ add_requires("pigz")
 | Description | *Low-level library for pixel manipulation.* |
 | -- | -- |
 | Homepage | [https://cairographics.org/](https://cairographics.org/) |
-| Versions | 0.40.0, 0.42.2 |
+| Versions | 0.40.0, 0.42.0, 0.42.2 |
 | Architectures | arm64, x86_64 |
 | Definition | [pixman/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pixman/xmake.lua) |
 
@@ -14432,6 +14432,29 @@ add_requires("reproc")
 ```
 
 
+### rlottie (macosx)
+
+
+| Description | *A platform independent standalone library that plays Lottie Animation. * |
+| -- | -- |
+| Homepage | [https://github.com/Samsung/rlottie](https://github.com/Samsung/rlottie) |
+| Versions | 0.1, 0.2 |
+| Architectures | arm64, x86_64 |
+| Definition | [rlottie/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rlottie/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rlottie
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rlottie")
+```
+
+
 ### rmlui (macosx)
 
 
@@ -15430,7 +15453,7 @@ add_requires("starpu")
 | Description | *single-file public domain (or MIT licensed) libraries for C/C++* |
 | -- | -- |
 | Homepage | [https://github.com/nothings/stb](https://github.com/nothings/stb) |
-| Versions | 2021.07.13, 2021.09.10, 2023.01.30 |
+| Versions | 2019.02.07, 2021.07.13, 2021.09.10, 2023.01.30 |
 | Architectures | arm64, x86_64 |
 | Definition | [stb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua) |
 

+ 1 - 1
packages/mingw.md

@@ -7067,7 +7067,7 @@ add_requires("sqlite3")
 | Description | *single-file public domain (or MIT licensed) libraries for C/C++* |
 | -- | -- |
 | Homepage | [https://github.com/nothings/stb](https://github.com/nothings/stb) |
-| Versions | 2021.07.13, 2021.09.10, 2023.01.30 |
+| Versions | 2019.02.07, 2021.07.13, 2021.09.10, 2023.01.30 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [stb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua) |
 

+ 1 - 1
packages/msys.md

@@ -4701,7 +4701,7 @@ add_requires("sqlite3")
 | Description | *single-file public domain (or MIT licensed) libraries for C/C++* |
 | -- | -- |
 | Homepage | [https://github.com/nothings/stb](https://github.com/nothings/stb) |
-| Versions | 2021.07.13, 2021.09.10, 2023.01.30 |
+| Versions | 2019.02.07, 2021.07.13, 2021.09.10, 2023.01.30 |
 | Architectures | i386, x86_64 |
 | Definition | [stb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua) |
 

+ 47 - 1
packages/wasm.md

@@ -4060,6 +4060,29 @@ add_requires("picojson")
 ```
 
 
+### pixman (wasm)
+
+
+| Description | *Low-level library for pixel manipulation.* |
+| -- | -- |
+| Homepage | [https://cairographics.org/](https://cairographics.org/) |
+| Versions | 0.40.0, 0.42.0, 0.42.2 |
+| Architectures | wasm32 |
+| Definition | [pixman/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pixman/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm pixman
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pixman")
+```
+
+
 ### pkg-config (wasm)
 
 
@@ -4556,6 +4579,29 @@ add_requires("reproc")
 ```
 
 
+### rlottie (wasm)
+
+
+| Description | *A platform independent standalone library that plays Lottie Animation. * |
+| -- | -- |
+| Homepage | [https://github.com/Samsung/rlottie](https://github.com/Samsung/rlottie) |
+| Versions | 0.1, 0.2 |
+| Architectures | wasm32 |
+| Definition | [rlottie/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rlottie/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm rlottie
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rlottie")
+```
+
+
 ### robin-hood-hashing (wasm)
 
 
@@ -4892,7 +4938,7 @@ add_requires("sqlite3")
 | Description | *single-file public domain (or MIT licensed) libraries for C/C++* |
 | -- | -- |
 | Homepage | [https://github.com/nothings/stb](https://github.com/nothings/stb) |
-| Versions | 2021.07.13, 2021.09.10, 2023.01.30 |
+| Versions | 2019.02.07, 2021.07.13, 2021.09.10, 2023.01.30 |
 | Architectures | wasm32 |
 | Definition | [stb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua) |
 

+ 25 - 2
packages/windows.md

@@ -11316,7 +11316,7 @@ add_requires("piex")
 | Description | *Low-level library for pixel manipulation.* |
 | -- | -- |
 | Homepage | [https://cairographics.org/](https://cairographics.org/) |
-| Versions | 0.40.0, 0.42.2 |
+| Versions | 0.40.0, 0.42.0, 0.42.2 |
 | Architectures | x64, x86 |
 | Definition | [pixman/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pixman/xmake.lua) |
 
@@ -12515,6 +12515,29 @@ add_requires("reproc")
 ```
 
 
+### rlottie (windows)
+
+
+| Description | *A platform independent standalone library that plays Lottie Animation. * |
+| -- | -- |
+| Homepage | [https://github.com/Samsung/rlottie](https://github.com/Samsung/rlottie) |
+| Versions | 0.1, 0.2 |
+| Architectures | arm64, x64, x86 |
+| Definition | [rlottie/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rlottie/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rlottie
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rlottie")
+```
+
+
 ### rmlui (windows)
 
 
@@ -13418,7 +13441,7 @@ add_requires("stackwalker")
 | Description | *single-file public domain (or MIT licensed) libraries for C/C++* |
 | -- | -- |
 | Homepage | [https://github.com/nothings/stb](https://github.com/nothings/stb) |
-| Versions | 2021.07.13, 2021.09.10, 2023.01.30 |
+| Versions | 2019.02.07, 2021.07.13, 2021.09.10, 2023.01.30 |
 | Architectures | arm64, x64, x86 |
 | Definition | [stb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua) |
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-02-22T02:32:05+08:00</lastmod>
+  <lastmod>2023-02-22T15:07:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-02-22T02:32:08+08:00</lastmod>
+  <lastmod>2023-02-22T15:07:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-02-22T02:32:08+08:00</lastmod>
+  <lastmod>2023-02-22T15:07:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-02-22T02:32:09+08:00</lastmod>
+  <lastmod>2023-02-22T15:07:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-02-22T02:32:09+08:00</lastmod>
+  <lastmod>2023-02-22T15:07:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-02-22T02:32:09+08:00</lastmod>
+  <lastmod>2023-02-22T15:07:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-02-22T02:32:09+08:00</lastmod>
+  <lastmod>2023-02-22T15:07:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-02-22T02:32:10+08:00</lastmod>
+  <lastmod>2023-02-22T15:07:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-02-22T02:32:10+08:00</lastmod>
+  <lastmod>2023-02-22T15:07:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-02-22T02:32:10+08:00</lastmod>
+  <lastmod>2023-02-22T15:07:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-02-22T02:32:10+08:00</lastmod>
+  <lastmod>2023-02-22T15:07:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-02-22T02:32:11+08:00</lastmod>
+  <lastmod>2023-02-22T15:07:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-02-22T02:32:11+08:00</lastmod>
+  <lastmod>2023-02-22T15:07:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-02-22T02:32:11+08:00</lastmod>
+  <lastmod>2023-02-22T15:07:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-02-22T02:32:12+08:00</lastmod>
+  <lastmod>2023-02-22T15:07:20+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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