Преглед изворни кода

autoupdate docs by xmake-repo/ci

ruki пре 2 година
родитељ
комит
8462e5180d

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: out_ptr, cpuinfo, usd**
+- **Recently added: openssl3, out_ptr, cpuinfo**
 
 [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 (800)
+- Packages (801)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -7248,6 +7248,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openssl")
 </code></pre>
+<h3 id="openssl3android">openssl3 (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A robust, commercial-grade, and full-featured toolkit for TLS and SSL.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.openssl.org/">https://www.openssl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7</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/o/openssl3/xmake.lua">openssl3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] openssl3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("openssl3")
+</code></pre>
 <h3 id="optickandroid">optick (android)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/bsd.html

@@ -6388,6 +6388,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openssl")
 </code></pre>
+<h3 id="openssl3bsd">openssl3 (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A robust, commercial-grade, and full-featured toolkit for TLS and SSL.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.openssl.org/">https://www.openssl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7</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/o/openssl3/xmake.lua">openssl3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install openssl3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("openssl3")
+</code></pre>
 <h3 id="ordered_mapbsd">ordered_map (bsd)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -5799,6 +5799,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openssl")
 </code></pre>
+<h3 id="openssl3cross">openssl3 (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A robust, commercial-grade, and full-featured toolkit for TLS and SSL.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.openssl.org/">https://www.openssl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7</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/o/openssl3/xmake.lua">openssl3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] openssl3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("openssl3")
+</code></pre>
 <h3 id="ordered_mapcross">ordered_map (cross)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -19387,6 +19387,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openssl")
 </code></pre>
+<h3 id="openssl3linux">openssl3 (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A robust, commercial-grade, and full-featured toolkit for TLS and SSL.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.openssl.org/">https://www.openssl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7</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/o/openssl3/xmake.lua">openssl3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install openssl3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("openssl3")
+</code></pre>
 <h3 id="opensubdivlinux">opensubdiv (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -18041,6 +18041,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openssl")
 </code></pre>
+<h3 id="openssl3macosx">openssl3 (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A robust, commercial-grade, and full-featured toolkit for TLS and SSL.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.openssl.org/">https://www.openssl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7</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/o/openssl3/xmake.lua">openssl3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install openssl3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("openssl3")
+</code></pre>
 <h3 id="opensubdivmacosx">opensubdiv (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -7770,6 +7770,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openssl")
 </code></pre>
+<h3 id="openssl3mingw">openssl3 (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A robust, commercial-grade, and full-featured toolkit for TLS and SSL.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.openssl.org/">https://www.openssl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7</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/o/openssl3/xmake.lua">openssl3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] openssl3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("openssl3")
+</code></pre>
 <h3 id="ordered_mapmingw">ordered_map (mingw)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -15429,6 +15429,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openssl")
 </code></pre>
+<h3 id="openssl3windows">openssl3 (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A robust, commercial-grade, and full-featured toolkit for TLS and SSL.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.openssl.org/">https://www.openssl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7</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/o/openssl3/xmake.lua">openssl3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install openssl3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("openssl3")
+</code></pre>
 <h3 id="opensubdivwindows">opensubdiv (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/android.md

@@ -4807,6 +4807,29 @@ add_requires("openssl")
 ```
 
 
+### openssl3 (android)
+
+
+| Description | *A robust, commercial-grade, and full-featured toolkit for TLS and SSL.* |
+| -- | -- |
+| Homepage | [https://www.openssl.org/](https://www.openssl.org/) |
+| Versions | 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [openssl3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openssl3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] openssl3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("openssl3")
+```
+
+
 ### optick (android)
 
 

+ 23 - 0
packages/bsd.md

@@ -4238,6 +4238,29 @@ add_requires("openssl")
 ```
 
 
+### openssl3 (bsd)
+
+
+| Description | *A robust, commercial-grade, and full-featured toolkit for TLS and SSL.* |
+| -- | -- |
+| Homepage | [https://www.openssl.org/](https://www.openssl.org/) |
+| Versions | 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7 |
+| Architectures | i386, x86_64 |
+| Definition | [openssl3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openssl3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install openssl3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("openssl3")
+```
+
+
 ### ordered_map (bsd)
 
 

+ 23 - 0
packages/cross.md

@@ -3840,6 +3840,29 @@ add_requires("openssl")
 ```
 
 
+### openssl3 (cross)
+
+
+| Description | *A robust, commercial-grade, and full-featured toolkit for TLS and SSL.* |
+| -- | -- |
+| Homepage | [https://www.openssl.org/](https://www.openssl.org/) |
+| Versions | 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [openssl3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openssl3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] openssl3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("openssl3")
+```
+
+
 ### ordered_map (cross)
 
 

+ 23 - 0
packages/linux.md

@@ -12910,6 +12910,29 @@ add_requires("openssl")
 ```
 
 
+### openssl3 (linux)
+
+
+| Description | *A robust, commercial-grade, and full-featured toolkit for TLS and SSL.* |
+| -- | -- |
+| Homepage | [https://www.openssl.org/](https://www.openssl.org/) |
+| Versions | 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [openssl3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openssl3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install openssl3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("openssl3")
+```
+
+
 ### opensubdiv (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -12013,6 +12013,29 @@ add_requires("openssl")
 ```
 
 
+### openssl3 (macosx)
+
+
+| Description | *A robust, commercial-grade, and full-featured toolkit for TLS and SSL.* |
+| -- | -- |
+| Homepage | [https://www.openssl.org/](https://www.openssl.org/) |
+| Versions | 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7 |
+| Architectures | arm64, x86_64 |
+| Definition | [openssl3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openssl3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install openssl3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("openssl3")
+```
+
+
 ### opensubdiv (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -5144,6 +5144,29 @@ add_requires("openssl")
 ```
 
 
+### openssl3 (mingw)
+
+
+| Description | *A robust, commercial-grade, and full-featured toolkit for TLS and SSL.* |
+| -- | -- |
+| Homepage | [https://www.openssl.org/](https://www.openssl.org/) |
+| Versions | 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [openssl3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openssl3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] openssl3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("openssl3")
+```
+
+
 ### ordered_map (mingw)
 
 

+ 23 - 0
packages/windows.md

@@ -10217,6 +10217,29 @@ add_requires("openssl")
 ```
 
 
+### openssl3 (windows)
+
+
+| Description | *A robust, commercial-grade, and full-featured toolkit for TLS and SSL.* |
+| -- | -- |
+| Homepage | [https://www.openssl.org/](https://www.openssl.org/) |
+| Versions | 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7 |
+| Architectures | arm64, x64, x86 |
+| Definition | [openssl3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openssl3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install openssl3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("openssl3")
+```
+
+
 ### opensubdiv (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-01-01T01:20:39+08:00</lastmod>
+  <lastmod>2023-01-01T13:24:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-01-01T01:20:41+08:00</lastmod>
+  <lastmod>2023-01-01T13:24:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-01-01T01:20:41+08:00</lastmod>
+  <lastmod>2023-01-01T13:24:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-01-01T01:20:42+08:00</lastmod>
+  <lastmod>2023-01-01T13:24:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-01-01T01:20:42+08:00</lastmod>
+  <lastmod>2023-01-01T13:24:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-01-01T01:20:42+08:00</lastmod>
+  <lastmod>2023-01-01T13:24:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-01-01T01:20:42+08:00</lastmod>
+  <lastmod>2023-01-01T13:24:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-01-01T01:20:43+08:00</lastmod>
+  <lastmod>2023-01-01T13:24:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-01-01T01:20:43+08:00</lastmod>
+  <lastmod>2023-01-01T13:24:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-01-01T01:20:43+08:00</lastmod>
+  <lastmod>2023-01-01T13:24:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-01-01T01:20:44+08:00</lastmod>
+  <lastmod>2023-01-01T13:24:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-01-01T01:20:44+08:00</lastmod>
+  <lastmod>2023-01-01T13:24:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-01-01T01:20:44+08:00</lastmod>
+  <lastmod>2023-01-01T13:24:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-01-01T01:20:45+08:00</lastmod>
+  <lastmod>2023-01-01T13:24:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-01-01T01:20:45+08:00</lastmod>
+  <lastmod>2023-01-01T13:24:46+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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