Explorar o código

autoupdate docs by xmake-repo/ci

ruki %!s(int64=3) %!d(string=hai) anos
pai
achega
2310cd9714

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: mio, parallel-hashmap, picojson**
+- **Recently added: libmspack, mio, parallel-hashmap**
 
 [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 (500)
+- Packages (501)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 46 - 5
mirror/packages/linux.html

@@ -4327,8 +4327,12 @@
 <td><a href="https://www.glfw.org/">https://www.glfw.org/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>3.3.2, 3.3.4</td>
+<td>3.3.2, 3.3.4, 3.3.5</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5425,7 +5429,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.1.0, v3.1.1, v3.1.2</td>
+<td>v3.1.0, v3.1.1, v3.1.2, v3.1.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7398,6 +7402,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libmpdclient")
 </code></pre>
+<h3 id="libmspacklinux">libmspack (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libmspack is a portable library for some loosely related Microsoft compression formats.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.cabextract.org.uk/libmspack/">https://www.cabextract.org.uk/libmspack/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.10.1alpha</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/l/libmspack/xmake.lua">libmspack/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libmspack
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libmspack")
+</code></pre>
 <h3 id="libogglinux">libogg (linux)</h3>
 <table>
 <thead>
@@ -12448,7 +12489,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.5.3, 2.5.5, 2.5.7, 3.1.0, 3.1.1</td>
+<td>2.5.3, 2.5.5, 2.5.7, 3.1.0, 3.1.1, 3.1.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -12658,7 +12699,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>7.1.0, 8.0.1, 8.1.0</td>
+<td>7.1.0, 8.0.1, 8.1.0, 9.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13227,7 +13268,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.11.0</td>
+<td>1.11.0, 1.11.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 47 - 6
mirror/packages/macosx.html

@@ -4002,8 +4002,12 @@
 <td><a href="https://www.glfw.org/">https://www.glfw.org/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>3.3.2, 3.3.4</td>
+<td>3.3.2, 3.3.4, 3.3.5</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4563,7 +4567,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.57.0, 0.58.0</td>
+<td>0.57.0, 0.58.0, 0.62.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5100,7 +5104,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.1.0, v3.1.1, v3.1.2</td>
+<td>v3.1.0, v3.1.1, v3.1.2, v3.1.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6867,6 +6871,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libmng")
 </code></pre>
+<h3 id="libmspackmacosx">libmspack (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libmspack is a portable library for some loosely related Microsoft compression formats.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.cabextract.org.uk/libmspack/">https://www.cabextract.org.uk/libmspack/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.10.1alpha</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libmspack/xmake.lua">libmspack/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libmspack
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libmspack")
+</code></pre>
 <h3 id="liboggmacosx">libogg (macosx)</h3>
 <table>
 <thead>
@@ -11703,7 +11744,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.5.3, 2.5.5, 2.5.7, 3.1.0, 3.1.1</td>
+<td>2.5.3, 2.5.5, 2.5.7, 3.1.0, 3.1.1, 3.1.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11913,7 +11954,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>7.1.0, 8.0.1, 8.1.0</td>
+<td>7.1.0, 8.0.1, 8.1.0, 9.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -12445,7 +12486,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.11.0</td>
+<td>1.11.0, 1.11.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 5 - 1
mirror/packages/mingw.html

@@ -1717,8 +1717,12 @@
 <td><a href="https://www.glfw.org/">https://www.glfw.org/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>3.3.2, 3.3.4</td>
+<td>3.3.2, 3.3.4, 3.3.5</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 48 - 7
mirror/packages/windows.html

@@ -2210,7 +2210,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>20.9.0, 21.4.0</td>
+<td>20.9.0, 21.11.0, 21.4.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4047,8 +4047,12 @@
 <td><a href="https://www.glfw.org/">https://www.glfw.org/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>3.3.2, 3.3.4</td>
+<td>3.3.2, 3.3.4, 3.3.5</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4427,7 +4431,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.57.0, 0.58.0</td>
+<td>0.57.0, 0.58.0, 0.62.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4927,7 +4931,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.1.0, v3.1.1, v3.1.2</td>
+<td>v3.1.0, v3.1.1, v3.1.2, v3.1.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6311,6 +6315,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libmng")
 </code></pre>
+<h3 id="libmspackwindows">libmspack (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libmspack is a portable library for some loosely related Microsoft compression formats.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.cabextract.org.uk/libmspack/">https://www.cabextract.org.uk/libmspack/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.10.1alpha</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libmspack/xmake.lua">libmspack/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libmspack
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libmspack")
+</code></pre>
 <h3 id="liboggwindows">libogg (windows)</h3>
 <table>
 <thead>
@@ -9849,7 +9890,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.5.3, 2.5.5, 2.5.7, 3.1.0, 3.1.1</td>
+<td>2.5.3, 2.5.5, 2.5.7, 3.1.0, 3.1.1, 3.1.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10026,7 +10067,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>7.1.0, 8.0.1, 8.1.0</td>
+<td>7.1.0, 8.0.1, 8.1.0, 9.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10558,7 +10599,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.11.0</td>
+<td>1.11.0, 1.11.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 30 - 5
packages/linux.md

@@ -2828,7 +2828,8 @@ add_requires("glew")
 | Description | *GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development.* |
 | -- | -- |
 | Homepage | [https://www.glfw.org/](https://www.glfw.org/) |
-| Versions | 3.3.2, 3.3.4 |
+| License | zlib |
+| Versions | 3.3.2, 3.3.4, 3.3.5 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [glfw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glfw/xmake.lua) |
 
@@ -3563,7 +3564,7 @@ add_requires("imagemagick")
 | -- | -- |
 | Homepage | [https://github.com/AcademySoftwareFoundation/Imath/](https://github.com/AcademySoftwareFoundation/Imath/) |
 | License | BSD-3-Clause |
-| Versions | v3.1.0, v3.1.1, v3.1.2 |
+| Versions | v3.1.0, v3.1.1, v3.1.2, v3.1.3 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [imath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imath/xmake.lua) |
 
@@ -4922,6 +4923,30 @@ add_requires("libmpdclient")
 ```
 
 
+### libmspack (linux)
+
+
+| Description | *libmspack is a portable library for some loosely related Microsoft compression formats.* |
+| -- | -- |
+| Homepage | [https://www.cabextract.org.uk/libmspack/](https://www.cabextract.org.uk/libmspack/) |
+| License | LGPL-2.0 |
+| Versions | v0.10.1alpha |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libmspack/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libmspack/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libmspack
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libmspack")
+```
+
+
 ### libogg (linux)
 
 
@@ -8316,7 +8341,7 @@ add_requires("opencv")
 | Description | *OpenEXR provides the specification and reference implementation of the EXR file format, the professional-grade image storage format of the motion picture industry.* |
 | -- | -- |
 | Homepage | [https://www.openexr.com/](https://www.openexr.com/) |
-| Versions | 2.5.3, 2.5.5, 2.5.7, 3.1.0, 3.1.1 |
+| Versions | 2.5.3, 2.5.5, 2.5.7, 3.1.0, 3.1.1, 3.1.3 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [openexr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openexr/xmake.lua) |
 
@@ -8457,7 +8482,7 @@ add_requires("openssl")
 | Description | *OpenVDB - Sparse volume data structure and tools* |
 | -- | -- |
 | Homepage | [https://www.openvdb.org/](https://www.openvdb.org/) |
-| Versions | 7.1.0, 8.0.1, 8.1.0 |
+| Versions | 7.1.0, 8.0.1, 8.1.0, 9.0.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [openvdb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openvdb/xmake.lua) |
 
@@ -8837,7 +8862,7 @@ add_requires("pmp")
 | -- | -- |
 | Homepage | [https://pocoproject.org/](https://pocoproject.org/) |
 | License | BSL-1.0 |
-| Versions | 1.11.0 |
+| Versions | 1.11.0, 1.11.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [poco/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/poco/xmake.lua) |
 

+ 31 - 6
packages/macosx.md

@@ -2614,7 +2614,8 @@ add_requires("glew")
 | Description | *GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development.* |
 | -- | -- |
 | Homepage | [https://www.glfw.org/](https://www.glfw.org/) |
-| Versions | 3.3.2, 3.3.4 |
+| License | zlib |
+| Versions | 3.3.2, 3.3.4, 3.3.5 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [glfw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glfw/xmake.lua) |
 
@@ -2990,7 +2991,7 @@ add_requires("gperf")
 | -- | -- |
 | Homepage | [https://gr-framework.org/](https://gr-framework.org/) |
 | License | MIT |
-| Versions | 0.57.0, 0.58.0 |
+| Versions | 0.57.0, 0.58.0, 0.62.0 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [gr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gr/xmake.lua) |
 
@@ -3349,7 +3350,7 @@ add_requires("imagemagick")
 | -- | -- |
 | Homepage | [https://github.com/AcademySoftwareFoundation/Imath/](https://github.com/AcademySoftwareFoundation/Imath/) |
 | License | BSD-3-Clause |
-| Versions | v3.1.0, v3.1.1, v3.1.2 |
+| Versions | v3.1.0, v3.1.1, v3.1.2, v3.1.3 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [imath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imath/xmake.lua) |
 
@@ -4568,6 +4569,30 @@ add_requires("libmng")
 ```
 
 
+### libmspack (macosx)
+
+
+| Description | *libmspack is a portable library for some loosely related Microsoft compression formats.* |
+| -- | -- |
+| Homepage | [https://www.cabextract.org.uk/libmspack/](https://www.cabextract.org.uk/libmspack/) |
+| License | LGPL-2.0 |
+| Versions | v0.10.1alpha |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libmspack/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libmspack/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libmspack
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libmspack")
+```
+
+
 ### libogg (macosx)
 
 
@@ -7820,7 +7845,7 @@ add_requires("opencv")
 | Description | *OpenEXR provides the specification and reference implementation of the EXR file format, the professional-grade image storage format of the motion picture industry.* |
 | -- | -- |
 | Homepage | [https://www.openexr.com/](https://www.openexr.com/) |
-| Versions | 2.5.3, 2.5.5, 2.5.7, 3.1.0, 3.1.1 |
+| Versions | 2.5.3, 2.5.5, 2.5.7, 3.1.0, 3.1.1, 3.1.3 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [openexr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openexr/xmake.lua) |
 
@@ -7961,7 +7986,7 @@ add_requires("openssl")
 | Description | *OpenVDB - Sparse volume data structure and tools* |
 | -- | -- |
 | Homepage | [https://www.openvdb.org/](https://www.openvdb.org/) |
-| Versions | 7.1.0, 8.0.1, 8.1.0 |
+| Versions | 7.1.0, 8.0.1, 8.1.0, 9.0.0 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [openvdb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openvdb/xmake.lua) |
 
@@ -8317,7 +8342,7 @@ add_requires("pmp")
 | -- | -- |
 | Homepage | [https://pocoproject.org/](https://pocoproject.org/) |
 | License | BSL-1.0 |
-| Versions | 1.11.0 |
+| Versions | 1.11.0, 1.11.1 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [poco/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/poco/xmake.lua) |
 

+ 2 - 1
packages/mingw.md

@@ -1097,7 +1097,8 @@ add_requires("glew")
 | Description | *GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development.* |
 | -- | -- |
 | Homepage | [https://www.glfw.org/](https://www.glfw.org/) |
-| Versions | 3.3.2, 3.3.4 |
+| License | zlib |
+| Versions | 3.3.2, 3.3.4, 3.3.5 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [glfw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glfw/xmake.lua) |
 

+ 32 - 7
packages/windows.md

@@ -1423,7 +1423,7 @@ add_requires("directxshadercompiler")
 | Description | *This package contains the "DirectX Tool Kit", a collection of helper classes for writing Direct3D 11 C++ code for Universal Windows Platform (UWP) apps for Windows 10, Xbox One, and Win32 desktop applications for Windows 7 Service Pack 1 or later.* |
 | -- | -- |
 | Homepage | [https://github.com/microsoft/DirectXTK](https://github.com/microsoft/DirectXTK) |
-| Versions | 20.9.0, 21.4.0 |
+| Versions | 20.9.0, 21.11.0, 21.4.0 |
 | Architectures | x64, x86 |
 | Definition | [directxtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/directxtk/xmake.lua) |
 
@@ -2640,7 +2640,8 @@ add_requires("glew")
 | Description | *GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development.* |
 | -- | -- |
 | Homepage | [https://www.glfw.org/](https://www.glfw.org/) |
-| Versions | 3.3.2, 3.3.4 |
+| License | zlib |
+| Versions | 3.3.2, 3.3.4, 3.3.5 |
 | Architectures | x64, x86 |
 | Definition | [glfw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glfw/xmake.lua) |
 
@@ -2897,7 +2898,7 @@ add_requires("godotcpp")
 | -- | -- |
 | Homepage | [https://gr-framework.org/](https://gr-framework.org/) |
 | License | MIT |
-| Versions | 0.57.0, 0.58.0 |
+| Versions | 0.57.0, 0.58.0, 0.62.0 |
 | Architectures | x64 |
 | Definition | [gr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gr/xmake.lua) |
 
@@ -3232,7 +3233,7 @@ add_requires("icu4c")
 | -- | -- |
 | Homepage | [https://github.com/AcademySoftwareFoundation/Imath/](https://github.com/AcademySoftwareFoundation/Imath/) |
 | License | BSD-3-Clause |
-| Versions | v3.1.0, v3.1.1, v3.1.2 |
+| Versions | v3.1.0, v3.1.1, v3.1.2, v3.1.3 |
 | Architectures | x64, x86 |
 | Definition | [imath/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imath/xmake.lua) |
 
@@ -4171,6 +4172,30 @@ add_requires("libmng")
 ```
 
 
+### libmspack (windows)
+
+
+| Description | *libmspack is a portable library for some loosely related Microsoft compression formats.* |
+| -- | -- |
+| Homepage | [https://www.cabextract.org.uk/libmspack/](https://www.cabextract.org.uk/libmspack/) |
+| License | LGPL-2.0 |
+| Versions | v0.10.1alpha |
+| Architectures | x64, x86 |
+| Definition | [libmspack/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libmspack/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libmspack
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libmspack")
+```
+
+
 ### libogg (windows)
 
 
@@ -6538,7 +6563,7 @@ add_requires("opencv")
 | Description | *OpenEXR provides the specification and reference implementation of the EXR file format, the professional-grade image storage format of the motion picture industry.* |
 | -- | -- |
 | Homepage | [https://www.openexr.com/](https://www.openexr.com/) |
-| Versions | 2.5.3, 2.5.5, 2.5.7, 3.1.0, 3.1.1 |
+| Versions | 2.5.3, 2.5.5, 2.5.7, 3.1.0, 3.1.1, 3.1.3 |
 | Architectures | x64, x86 |
 | Definition | [openexr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openexr/xmake.lua) |
 
@@ -6656,7 +6681,7 @@ add_requires("openssl")
 | Description | *OpenVDB - Sparse volume data structure and tools* |
 | -- | -- |
 | Homepage | [https://www.openvdb.org/](https://www.openvdb.org/) |
-| Versions | 7.1.0, 8.0.1, 8.1.0 |
+| Versions | 7.1.0, 8.0.1, 8.1.0, 9.0.0 |
 | Architectures | x64, x86 |
 | Definition | [openvdb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openvdb/xmake.lua) |
 
@@ -7012,7 +7037,7 @@ add_requires("pmp")
 | -- | -- |
 | Homepage | [https://pocoproject.org/](https://pocoproject.org/) |
 | License | BSL-1.0 |
-| Versions | 1.11.0 |
+| Versions | 1.11.0, 1.11.1 |
 | Architectures | x64, x86 |
 | Definition | [poco/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/poco/xmake.lua) |
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-14T08:16:05+08:00</lastmod>
+  <lastmod>2021-11-14T11:40:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-14T08:16:07+08:00</lastmod>
+  <lastmod>2021-11-14T11:40:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-14T08:16:08+08:00</lastmod>
+  <lastmod>2021-11-14T11:40:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-14T08:16:08+08:00</lastmod>
+  <lastmod>2021-11-14T11:40:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-14T08:16:08+08:00</lastmod>
+  <lastmod>2021-11-14T11:40:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-14T08:16:09+08:00</lastmod>
+  <lastmod>2021-11-14T11:40:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-14T08:16:09+08:00</lastmod>
+  <lastmod>2021-11-14T11:40:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-14T08:16:09+08:00</lastmod>
+  <lastmod>2021-11-14T11:40:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-14T08:16:09+08:00</lastmod>
+  <lastmod>2021-11-14T11:40:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-14T08:16:10+08:00</lastmod>
+  <lastmod>2021-11-14T11:40:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-14T08:16:10+08:00</lastmod>
+  <lastmod>2021-11-14T11:40:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-14T08:16:10+08:00</lastmod>
+  <lastmod>2021-11-14T11:40:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-14T08:16:10+08:00</lastmod>
+  <lastmod>2021-11-14T11:40:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-14T08:16:10+08:00</lastmod>
+  <lastmod>2021-11-14T11:40:18+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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