فهرست منبع

autoupdate docs by xmake-repo/ci

ruki 1 سال پیش
والد
کامیت
0dc0a88619

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: plutovg, imgui-color-text-edit, mysql-build-tools**
+- **Recently added: alpaca, plutovg, imgui-color-text-edit**
 
 [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 (1474)
+- Packages (1475)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -353,6 +353,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("algo_plus")
 </code></pre>
+<h3 id="alpacaandroid">alpaca (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/alpaca">https://github.com/p-ranav/alpaca</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.2.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/a/alpaca/xmake.lua">alpaca/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] alpaca
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("alpaca")
+</code></pre>
 <h3 id="amqpcppandroid">amqp-cpp (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -315,6 +315,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("algo_plus")
 </code></pre>
+<h3 id="alpacacross">alpaca (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/alpaca">https://github.com/p-ranav/alpaca</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.2.1</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/a/alpaca/xmake.lua">alpaca/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] alpaca
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("alpaca")
+</code></pre>
 <h3 id="amqpcppcross">amqp-cpp (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -315,6 +315,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("algo_plus")
 </code></pre>
+<h3 id="alpacaiphoneos">alpaca (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/alpaca">https://github.com/p-ranav/alpaca</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.2.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/a/alpaca/xmake.lua">alpaca/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos alpaca
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("alpaca")
+</code></pre>
 <h3 id="amqpcppiphoneos">amqp-cpp (iphoneos)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/linux.html

@@ -535,6 +535,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("algo_plus")
 </code></pre>
+<h3 id="alpacalinux">alpaca (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/alpaca">https://github.com/p-ranav/alpaca</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.2.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, 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/a/alpaca/xmake.lua">alpaca/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install alpaca
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("alpaca")
+</code></pre>
 <h3 id="alsaliblinux">alsa-lib (linux)</h3>
 <table>
 <thead>
@@ -49124,7 +49161,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55abcf9df370</td>
+<td>table: 0x55692154cda0</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 38 - 1
mirror/packages/macosx.html

@@ -498,6 +498,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("algo_plus")
 </code></pre>
+<h3 id="alpacamacosx">alpaca (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/alpaca">https://github.com/p-ranav/alpaca</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.2.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/a/alpaca/xmake.lua">alpaca/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install alpaca
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("alpaca")
+</code></pre>
 <h3 id="amgclmacosx">amgcl (macosx)</h3>
 <table>
 <thead>
@@ -45491,7 +45528,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55abcf9df370</td>
+<td>table: 0x55692154cda0</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 37 - 0
mirror/packages/mingw.html

@@ -390,6 +390,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("algo_plus")
 </code></pre>
+<h3 id="alpacamingw">alpaca (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/alpaca">https://github.com/p-ranav/alpaca</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.2.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/alpaca/xmake.lua">alpaca/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] alpaca
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("alpaca")
+</code></pre>
 <h3 id="amqpcppmingw">amqp-cpp (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -315,6 +315,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("algo_plus")
 </code></pre>
+<h3 id="alpacamsys">alpaca (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/alpaca">https://github.com/p-ranav/alpaca</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.2.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/a/alpaca/xmake.lua">alpaca/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install alpaca
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("alpaca")
+</code></pre>
 <h3 id="amqpcppmsys">amqp-cpp (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -498,6 +498,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("algo_plus")
 </code></pre>
+<h3 id="alpacawindows">alpaca (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p-ranav/alpaca">https://github.com/p-ranav/alpaca</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.2.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, arm64ec, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/alpaca/xmake.lua">alpaca/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install alpaca
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("alpaca")
+</code></pre>
 <h3 id="amgclwindows">amgcl (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -169,6 +169,30 @@ add_requires("algo_plus")
 ```
 
 
+### alpaca (android)
+
+
+| Description | *Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/alpaca](https://github.com/p-ranav/alpaca) |
+| License | MIT |
+| Versions | v0.2.1 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [alpaca/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/alpaca/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] alpaca
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("alpaca")
+```
+
+
 ### amqp-cpp (android)
 
 

+ 24 - 0
packages/cross.md

@@ -143,6 +143,30 @@ add_requires("algo_plus")
 ```
 
 
+### alpaca (cross)
+
+
+| Description | *Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/alpaca](https://github.com/p-ranav/alpaca) |
+| License | MIT |
+| Versions | v0.2.1 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [alpaca/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/alpaca/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] alpaca
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("alpaca")
+```
+
+
 ### amqp-cpp (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -143,6 +143,30 @@ add_requires("algo_plus")
 ```
 
 
+### alpaca (iphoneos)
+
+
+| Description | *Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/alpaca](https://github.com/p-ranav/alpaca) |
+| License | MIT |
+| Versions | v0.2.1 |
+| Architectures | arm64, x86_64 |
+| Definition | [alpaca/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/alpaca/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos alpaca
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("alpaca")
+```
+
+
 ### amqp-cpp (iphoneos)
 
 

+ 25 - 1
packages/linux.md

@@ -290,6 +290,30 @@ add_requires("algo_plus")
 ```
 
 
+### alpaca (linux)
+
+
+| Description | *Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/alpaca](https://github.com/p-ranav/alpaca) |
+| License | MIT |
+| Versions | v0.2.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [alpaca/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/alpaca/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install alpaca
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("alpaca")
+```
+
+
 ### alsa-lib (linux)
 
 
@@ -32324,7 +32348,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: 0x55abcf9df370 |
+| License | table: 0x55692154cda0 |
 | 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) |

+ 25 - 1
packages/macosx.md

@@ -266,6 +266,30 @@ add_requires("algo_plus")
 ```
 
 
+### alpaca (macosx)
+
+
+| Description | *Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/alpaca](https://github.com/p-ranav/alpaca) |
+| License | MIT |
+| Versions | v0.2.1 |
+| Architectures | arm64, x86_64 |
+| Definition | [alpaca/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/alpaca/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install alpaca
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("alpaca")
+```
+
+
 ### amgcl (macosx)
 
 
@@ -29926,7 +29950,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: 0x55abcf9df370 |
+| License | table: 0x55692154cda0 |
 | 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) |

+ 24 - 0
packages/mingw.md

@@ -193,6 +193,30 @@ add_requires("algo_plus")
 ```
 
 
+### alpaca (mingw)
+
+
+| Description | *Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/alpaca](https://github.com/p-ranav/alpaca) |
+| License | MIT |
+| Versions | v0.2.1 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [alpaca/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/alpaca/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] alpaca
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("alpaca")
+```
+
+
 ### amqp-cpp (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -143,6 +143,30 @@ add_requires("algo_plus")
 ```
 
 
+### alpaca (msys)
+
+
+| Description | *Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/alpaca](https://github.com/p-ranav/alpaca) |
+| License | MIT |
+| Versions | v0.2.1 |
+| Architectures | i386, x86_64 |
+| Definition | [alpaca/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/alpaca/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install alpaca
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("alpaca")
+```
+
+
 ### amqp-cpp (msys)
 
 

+ 24 - 0
packages/windows.md

@@ -266,6 +266,30 @@ add_requires("algo_plus")
 ```
 
 
+### alpaca (windows)
+
+
+| Description | *Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code* |
+| -- | -- |
+| Homepage | [https://github.com/p-ranav/alpaca](https://github.com/p-ranav/alpaca) |
+| License | MIT |
+| Versions | v0.2.1 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [alpaca/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/alpaca/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install alpaca
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("alpaca")
+```
+
+
 ### amgcl (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2024-08-31T14:14:25+08:00</lastmod>
+  <lastmod>2024-08-31T16:24:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-08-31T14:14:32+08:00</lastmod>
+  <lastmod>2024-08-31T16:24:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-08-31T14:14:32+08:00</lastmod>
+  <lastmod>2024-08-31T16:24:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-08-31T14:14:32+08:00</lastmod>
+  <lastmod>2024-08-31T16:24:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-08-31T14:14:32+08:00</lastmod>
+  <lastmod>2024-08-31T16:24:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-08-31T14:14:33+08:00</lastmod>
+  <lastmod>2024-08-31T16:24:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-08-31T14:14:33+08:00</lastmod>
+  <lastmod>2024-08-31T16:24:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-08-31T14:14:33+08:00</lastmod>
+  <lastmod>2024-08-31T16:24:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-08-31T14:14:34+08:00</lastmod>
+  <lastmod>2024-08-31T16:24:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-08-31T14:14:34+08:00</lastmod>
+  <lastmod>2024-08-31T16:24:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-08-31T14:14:34+08:00</lastmod>
+  <lastmod>2024-08-31T16:24:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-08-31T14:14:35+08:00</lastmod>
+  <lastmod>2024-08-31T16:24:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-08-31T14:14:35+08:00</lastmod>
+  <lastmod>2024-08-31T16:24:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-08-31T14:14:36+08:00</lastmod>
+  <lastmod>2024-08-31T16:24:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-08-31T14:14:36+08:00</lastmod>
+  <lastmod>2024-08-31T16:24:14+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: plutovg, imgui-color-text-edit, mysql-build-tools**
+- **Recently added: alpaca, plutovg, imgui-color-text-edit**
 
 [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)
-- 包列表 (1474)
+- 包列表 (1475)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)