Преглед на файлове

autoupdate docs by xmake-repo/ci

ruki преди 3 години
родител
ревизия
8617236889

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: zydis, zycore-c, flecs**
+- **Recently added: wolfssl, xtensor-io, zydis**
 
 [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 (706)
+- Packages (708)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -9027,6 +9027,43 @@
 <pre><code class="lang-lua">add_requires("vulkan-validationlayers")
 </code></pre>
 <h2 id="w">w</h2>
+<h3 id="wolfsslandroid">wolfssl (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.  wolfSSL supports up to TLS 1.3!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.wolfssl.com">https://www.wolfssl.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.3.0-stable</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/w/wolfssl/xmake.lua">wolfssl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] wolfssl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("wolfssl")
+</code></pre>
 <h3 id="workflowandroid">workflow (android)</h3>
 <table>
 <thead>

+ 38 - 0
mirror/packages/bsd.html

@@ -7466,6 +7466,44 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-headers")
 </code></pre>
+<h2 id="w">w</h2>
+<h3 id="wolfsslbsd">wolfssl (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.  wolfSSL supports up to TLS 1.3!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.wolfssl.com">https://www.wolfssl.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.3.0-stable</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/w/wolfssl/xmake.lua">wolfssl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install wolfssl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("wolfssl")
+</code></pre>
 <h2 id="x">x</h2>
 <h3 id="xbyakbsd">xbyak (bsd)</h3>
 <table>

+ 38 - 0
mirror/packages/cross.html

@@ -6910,6 +6910,44 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-headers")
 </code></pre>
+<h2 id="w">w</h2>
+<h3 id="wolfsslcross">wolfssl (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.  wolfSSL supports up to TLS 1.3!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.wolfssl.com">https://www.wolfssl.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.3.0-stable</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/w/wolfssl/xmake.lua">wolfssl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] wolfssl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("wolfssl")
+</code></pre>
 <h2 id="x">x</h2>
 <h3 id="xbyakcross">xbyak (cross)</h3>
 <table>

+ 38 - 0
mirror/packages/iphoneos.html

@@ -8186,6 +8186,44 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-memory-allocator")
 </code></pre>
+<h2 id="w">w</h2>
+<h3 id="wolfssliphoneos">wolfssl (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.  wolfSSL supports up to TLS 1.3!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.wolfssl.com">https://www.wolfssl.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.3.0-stable</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wolfssl/xmake.lua">wolfssl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos wolfssl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("wolfssl")
+</code></pre>
 <h2 id="x">x</h2>
 <h3 id="xbyakiphoneos">xbyak (iphoneos)</h3>
 <table>

+ 74 - 0
mirror/packages/linux.html

@@ -23051,6 +23051,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("wayland-protocols")
 </code></pre>
+<h3 id="wolfssllinux">wolfssl (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.  wolfSSL supports up to TLS 1.3!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.wolfssl.com">https://www.wolfssl.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.3.0-stable</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/w/wolfssl/xmake.lua">wolfssl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install wolfssl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("wolfssl")
+</code></pre>
 <h3 id="workflowlinux">workflow (linux)</h3>
 <table>
 <thead>
@@ -23744,6 +23781,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("xtensor-blas")
 </code></pre>
+<h3 id="xtensoriolinux">xtensor-io (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>xtensor plugin to read and write images, audio files, numpy (compressed) npz and HDF5</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/xtensor-stack/xtensor-io">https://github.com/xtensor-stack/xtensor-io</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.13.0</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/x/xtensor-io/xmake.lua">xtensor-io/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install xtensor-io
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xtensor-io")
+</code></pre>
 <h3 id="xtllinux">xtl (linux)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/macosx.html

@@ -21232,6 +21232,43 @@
 <pre><code class="lang-lua">add_requires("vulkan-memory-allocator")
 </code></pre>
 <h2 id="w">w</h2>
+<h3 id="wolfsslmacosx">wolfssl (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.  wolfSSL supports up to TLS 1.3!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.wolfssl.com">https://www.wolfssl.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.3.0-stable</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/w/wolfssl/xmake.lua">wolfssl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install wolfssl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("wolfssl")
+</code></pre>
 <h3 id="workflowmacosx">workflow (macosx)</h3>
 <table>
 <thead>
@@ -21888,6 +21925,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("xtensor")
 </code></pre>
+<h3 id="xtensoriomacosx">xtensor-io (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>xtensor plugin to read and write images, audio files, numpy (compressed) npz and HDF5</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/xtensor-stack/xtensor-io">https://github.com/xtensor-stack/xtensor-io</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.13.0</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/x/xtensor-io/xmake.lua">xtensor-io/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install xtensor-io
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xtensor-io")
+</code></pre>
 <h3 id="xtlmacosx">xtl (macosx)</h3>
 <table>
 <thead>

+ 38 - 0
mirror/packages/mingw.html

@@ -9565,6 +9565,44 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-memory-allocator")
 </code></pre>
+<h2 id="w">w</h2>
+<h3 id="wolfsslmingw">wolfssl (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.  wolfSSL supports up to TLS 1.3!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.wolfssl.com">https://www.wolfssl.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.3.0-stable</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/w/wolfssl/xmake.lua">wolfssl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] wolfssl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("wolfssl")
+</code></pre>
 <h2 id="x">x</h2>
 <h3 id="xbyakmingw">xbyak (mingw)</h3>
 <table>

+ 38 - 0
mirror/packages/msys.html

@@ -6482,6 +6482,44 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-headers")
 </code></pre>
+<h2 id="w">w</h2>
+<h3 id="wolfsslmsys">wolfssl (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.  wolfSSL supports up to TLS 1.3!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.wolfssl.com">https://www.wolfssl.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.3.0-stable</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/w/wolfssl/xmake.lua">wolfssl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install wolfssl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("wolfssl")
+</code></pre>
 <h2 id="x">x</h2>
 <h3 id="xbyakmsys">xbyak (msys)</h3>
 <table>

+ 74 - 0
mirror/packages/windows.html

@@ -18612,6 +18612,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("winflexbison")
 </code></pre>
+<h3 id="wolfsslwindows">wolfssl (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.  wolfSSL supports up to TLS 1.3!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.wolfssl.com">https://www.wolfssl.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.3.0-stable</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/w/wolfssl/xmake.lua">wolfssl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install wolfssl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("wolfssl")
+</code></pre>
 <h2 id="x">x</h2>
 <h3 id="xbyakwindows">xbyak (windows)</h3>
 <table>
@@ -18831,6 +18868,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("xtensor-blas")
 </code></pre>
+<h3 id="xtensoriowindows">xtensor-io (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>xtensor plugin to read and write images, audio files, numpy (compressed) npz and HDF5</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/xtensor-stack/xtensor-io">https://github.com/xtensor-stack/xtensor-io</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.13.0</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/x/xtensor-io/xmake.lua">xtensor-io/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install xtensor-io
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xtensor-io")
+</code></pre>
 <h3 id="xtlwindows">xtl (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -6018,6 +6018,30 @@ add_requires("vulkan-validationlayers")
 
 
 ## w
+### wolfssl (android)
+
+
+| Description | *The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.  wolfSSL supports up to TLS 1.3!* |
+| -- | -- |
+| Homepage | [https://www.wolfssl.com](https://www.wolfssl.com) |
+| License | GPL-2.0 |
+| Versions | v5.3.0-stable |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [wolfssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wolfssl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] wolfssl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("wolfssl")
+```
+
+
 ### workflow (android)
 
 

+ 26 - 0
packages/bsd.md

@@ -4978,6 +4978,32 @@ add_requires("vulkan-headers")
 
 
 
+## w
+### wolfssl (bsd)
+
+
+| Description | *The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.  wolfSSL supports up to TLS 1.3!* |
+| -- | -- |
+| Homepage | [https://www.wolfssl.com](https://www.wolfssl.com) |
+| License | GPL-2.0 |
+| Versions | v5.3.0-stable |
+| Architectures | i386, x86_64 |
+| Definition | [wolfssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wolfssl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install wolfssl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("wolfssl")
+```
+
+
+
 ## x
 ### xbyak (bsd)
 

+ 26 - 0
packages/cross.md

@@ -4603,6 +4603,32 @@ add_requires("vulkan-headers")
 
 
 
+## w
+### wolfssl (cross)
+
+
+| Description | *The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.  wolfSSL supports up to TLS 1.3!* |
+| -- | -- |
+| Homepage | [https://www.wolfssl.com](https://www.wolfssl.com) |
+| License | GPL-2.0 |
+| Versions | v5.3.0-stable |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [wolfssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wolfssl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] wolfssl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("wolfssl")
+```
+
+
+
 ## x
 ### xbyak (cross)
 

+ 26 - 0
packages/iphoneos.md

@@ -5453,6 +5453,32 @@ add_requires("vulkan-memory-allocator")
 
 
 
+## w
+### wolfssl (iphoneos)
+
+
+| Description | *The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.  wolfSSL supports up to TLS 1.3!* |
+| -- | -- |
+| Homepage | [https://www.wolfssl.com](https://www.wolfssl.com) |
+| License | GPL-2.0 |
+| Versions | v5.3.0-stable |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [wolfssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wolfssl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos wolfssl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("wolfssl")
+```
+
+
+
 ## x
 ### xbyak (iphoneos)
 

+ 48 - 0
packages/linux.md

@@ -15374,6 +15374,30 @@ add_requires("wayland-protocols")
 ```
 
 
+### wolfssl (linux)
+
+
+| Description | *The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.  wolfSSL supports up to TLS 1.3!* |
+| -- | -- |
+| Homepage | [https://www.wolfssl.com](https://www.wolfssl.com) |
+| License | GPL-2.0 |
+| Versions | v5.3.0-stable |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [wolfssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wolfssl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install wolfssl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("wolfssl")
+```
+
+
 ### workflow (linux)
 
 
@@ -15844,6 +15868,30 @@ add_requires("xtensor-blas")
 ```
 
 
+### xtensor-io (linux)
+
+
+| Description | *xtensor plugin to read and write images, audio files, numpy (compressed) npz and HDF5* |
+| -- | -- |
+| Homepage | [https://github.com/xtensor-stack/xtensor-io](https://github.com/xtensor-stack/xtensor-io) |
+| License | BSD-3-Clause |
+| Versions | 0.13.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [xtensor-io/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xtensor-io/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install xtensor-io
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xtensor-io")
+```
+
+
 ### xtl (linux)
 
 

+ 48 - 0
packages/macosx.md

@@ -14167,6 +14167,30 @@ add_requires("vulkan-memory-allocator")
 
 
 ## w
+### wolfssl (macosx)
+
+
+| Description | *The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.  wolfSSL supports up to TLS 1.3!* |
+| -- | -- |
+| Homepage | [https://www.wolfssl.com](https://www.wolfssl.com) |
+| License | GPL-2.0 |
+| Versions | v5.3.0-stable |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [wolfssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wolfssl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install wolfssl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("wolfssl")
+```
+
+
 ### workflow (macosx)
 
 
@@ -14613,6 +14637,30 @@ add_requires("xtensor")
 ```
 
 
+### xtensor-io (macosx)
+
+
+| Description | *xtensor plugin to read and write images, audio files, numpy (compressed) npz and HDF5* |
+| -- | -- |
+| Homepage | [https://github.com/xtensor-stack/xtensor-io](https://github.com/xtensor-stack/xtensor-io) |
+| License | BSD-3-Clause |
+| Versions | 0.13.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [xtensor-io/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xtensor-io/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install xtensor-io
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xtensor-io")
+```
+
+
 ### xtl (macosx)
 
 

+ 26 - 0
packages/mingw.md

@@ -6373,6 +6373,32 @@ add_requires("vulkan-memory-allocator")
 
 
 
+## w
+### wolfssl (mingw)
+
+
+| Description | *The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.  wolfSSL supports up to TLS 1.3!* |
+| -- | -- |
+| Homepage | [https://www.wolfssl.com](https://www.wolfssl.com) |
+| License | GPL-2.0 |
+| Versions | v5.3.0-stable |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [wolfssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wolfssl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] wolfssl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("wolfssl")
+```
+
+
+
 ## x
 ### xbyak (mingw)
 

+ 26 - 0
packages/msys.md

@@ -4319,6 +4319,32 @@ add_requires("vulkan-headers")
 
 
 
+## w
+### wolfssl (msys)
+
+
+| Description | *The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.  wolfSSL supports up to TLS 1.3!* |
+| -- | -- |
+| Homepage | [https://www.wolfssl.com](https://www.wolfssl.com) |
+| License | GPL-2.0 |
+| Versions | v5.3.0-stable |
+| Architectures | i386, x86_64 |
+| Definition | [wolfssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wolfssl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install wolfssl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("wolfssl")
+```
+
+
+
 ## x
 ### xbyak (msys)
 

+ 48 - 0
packages/windows.md

@@ -12369,6 +12369,30 @@ add_requires("winflexbison")
 ```
 
 
+### wolfssl (windows)
+
+
+| Description | *The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.  wolfSSL supports up to TLS 1.3!* |
+| -- | -- |
+| Homepage | [https://www.wolfssl.com](https://www.wolfssl.com) |
+| License | GPL-2.0 |
+| Versions | v5.3.0-stable |
+| Architectures | x64, x86 |
+| Definition | [wolfssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wolfssl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install wolfssl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("wolfssl")
+```
+
+
 
 ## x
 ### xbyak (windows)
@@ -12514,6 +12538,30 @@ add_requires("xtensor-blas")
 ```
 
 
+### xtensor-io (windows)
+
+
+| Description | *xtensor plugin to read and write images, audio files, numpy (compressed) npz and HDF5* |
+| -- | -- |
+| Homepage | [https://github.com/xtensor-stack/xtensor-io](https://github.com/xtensor-stack/xtensor-io) |
+| License | BSD-3-Clause |
+| Versions | 0.13.0 |
+| Architectures | x64, x86 |
+| Definition | [xtensor-io/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xtensor-io/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install xtensor-io
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xtensor-io")
+```
+
+
 ### xtl (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-06-21T02:54:46+08:00</lastmod>
+  <lastmod>2022-06-21T02:59:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-06-21T02:54:50+08:00</lastmod>
+  <lastmod>2022-06-21T02:59:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-06-21T02:54:50+08:00</lastmod>
+  <lastmod>2022-06-21T02:59:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-06-21T02:54:51+08:00</lastmod>
+  <lastmod>2022-06-21T02:59:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-06-21T02:54:51+08:00</lastmod>
+  <lastmod>2022-06-21T02:59:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-06-21T02:54:52+08:00</lastmod>
+  <lastmod>2022-06-21T02:59:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-06-21T02:54:52+08:00</lastmod>
+  <lastmod>2022-06-21T02:59:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-06-21T02:54:52+08:00</lastmod>
+  <lastmod>2022-06-21T02:59:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-06-21T02:54:53+08:00</lastmod>
+  <lastmod>2022-06-21T02:59:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-06-21T02:54:53+08:00</lastmod>
+  <lastmod>2022-06-21T02:59:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-06-21T02:54:53+08:00</lastmod>
+  <lastmod>2022-06-21T02:59:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-06-21T02:54:53+08:00</lastmod>
+  <lastmod>2022-06-21T02:59:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-06-21T02:54:54+08:00</lastmod>
+  <lastmod>2022-06-21T02:59:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-06-21T02:54:54+08:00</lastmod>
+  <lastmod>2022-06-21T02:59:50+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: zydis, zycore-c, flecs**
+- **Recently added: wolfssl, xtensor-io, zydis**
 
 [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)
-- 包列表 (706)
+- 包列表 (708)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)