Ver Fonte

autoupdate docs by xmake-repo/ci

ruki há 3 anos atrás
pai
commit
8c7dfa35c3

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: noise-c, miniaudio, xmlto**
+- **Recently added: boringssl, xquic, noise-c**
 
 [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 (579)
+- Packages (581)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 71 - 1
mirror/packages/linux.html

@@ -953,6 +953,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("boost")
 </code></pre>
+<h3 id="boringssllinux">boringssl (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A fork of OpenSSL that is designed to meet Google&#39;s needs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://boringssl.googlesource.com/boringssl">https://boringssl.googlesource.com/boringssl</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.29</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/b/boringssl/xmake.lua">boringssl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install boringssl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("boringssl")
+</code></pre>
 <h3 id="box2dlinux">box2d (linux)</h3>
 <table>
 <thead>
@@ -5361,7 +5394,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.11</td>
+<td>1.17.6</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -19284,6 +19317,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("xorgproto")
 </code></pre>
+<h3 id="xquiclinux">xquic (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A client and server implementation of QUIC and HTTP/3 as specified by the IETF</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/alibaba/xquic">https://github.com/alibaba/xquic</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.01.08</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/xquic/xmake.lua">xquic/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install xquic
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xquic")
+</code></pre>
 <h3 id="xsimdlinux">xsimd (linux)</h3>
 <table>
 <thead>

+ 71 - 1
mirror/packages/macosx.html

@@ -838,6 +838,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("boost")
 </code></pre>
+<h3 id="boringsslmacosx">boringssl (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A fork of OpenSSL that is designed to meet Google&#39;s needs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://boringssl.googlesource.com/boringssl">https://boringssl.googlesource.com/boringssl</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.29</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/b/boringssl/xmake.lua">boringssl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install boringssl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("boringssl")
+</code></pre>
 <h3 id="box2dmacosx">box2d (macosx)</h3>
 <table>
 <thead>
@@ -5036,7 +5069,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.11</td>
+<td>1.17.6</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -17929,6 +17962,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("xorgproto")
 </code></pre>
+<h3 id="xquicmacosx">xquic (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A client and server implementation of QUIC and HTTP/3 as specified by the IETF</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/alibaba/xquic">https://github.com/alibaba/xquic</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.01.08</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/xquic/xmake.lua">xquic/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install xquic
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xquic")
+</code></pre>
 <h3 id="xsimdmacosx">xsimd (macosx)</h3>
 <table>
 <thead>

+ 34 - 1
mirror/packages/windows.html

@@ -768,6 +768,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("boost")
 </code></pre>
+<h3 id="boringsslwindows">boringssl (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A fork of OpenSSL that is designed to meet Google&#39;s needs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://boringssl.googlesource.com/boringssl">https://boringssl.googlesource.com/boringssl</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.29</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/b/boringssl/xmake.lua">boringssl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install boringssl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("boringssl")
+</code></pre>
 <h3 id="box2dwindows">box2d (windows)</h3>
 <table>
 <thead>
@@ -4793,7 +4826,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.11</td>
+<td>1.17.6</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 48 - 1
packages/linux.md

@@ -572,6 +572,29 @@ add_requires("boost")
 ```
 
 
+### boringssl (linux)
+
+
+| Description | *A fork of OpenSSL that is designed to meet Google's needs.* |
+| -- | -- |
+| Homepage | [https://boringssl.googlesource.com/boringssl](https://boringssl.googlesource.com/boringssl) |
+| Versions | 2021.12.29 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [boringssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/boringssl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install boringssl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("boringssl")
+```
+
+
 ### box2d (linux)
 
 
@@ -3514,7 +3537,7 @@ add_requires("gnu-sed")
 | Description | *The Go Programming Language* |
 | -- | -- |
 | Homepage | [https://golang.org/](https://golang.org/) |
-| Versions | 1.11 |
+| Versions | 1.17.6 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [go/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/go/xmake.lua) |
 
@@ -12900,6 +12923,30 @@ add_requires("xorgproto")
 ```
 
 
+### xquic (linux)
+
+
+| Description | *A client and server implementation of QUIC and HTTP/3 as specified by the IETF* |
+| -- | -- |
+| Homepage | [https://github.com/alibaba/xquic](https://github.com/alibaba/xquic) |
+| License | Apache-2.0 |
+| Versions | 2022.01.08 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [xquic/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xquic/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install xquic
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xquic")
+```
+
+
 ### xsimd (linux)
 
 

+ 48 - 1
packages/macosx.md

@@ -499,6 +499,29 @@ add_requires("boost")
 ```
 
 
+### boringssl (macosx)
+
+
+| Description | *A fork of OpenSSL that is designed to meet Google's needs.* |
+| -- | -- |
+| Homepage | [https://boringssl.googlesource.com/boringssl](https://boringssl.googlesource.com/boringssl) |
+| Versions | 2021.12.29 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [boringssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/boringssl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install boringssl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("boringssl")
+```
+
+
 ### box2d (macosx)
 
 
@@ -3300,7 +3323,7 @@ add_requires("gnu-sed")
 | Description | *The Go Programming Language* |
 | -- | -- |
 | Homepage | [https://golang.org/](https://golang.org/) |
-| Versions | 1.11 |
+| Versions | 1.17.6 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [go/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/go/xmake.lua) |
 
@@ -11999,6 +12022,30 @@ add_requires("xorgproto")
 ```
 
 
+### xquic (macosx)
+
+
+| Description | *A client and server implementation of QUIC and HTTP/3 as specified by the IETF* |
+| -- | -- |
+| Homepage | [https://github.com/alibaba/xquic](https://github.com/alibaba/xquic) |
+| License | Apache-2.0 |
+| Versions | 2022.01.08 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [xquic/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xquic/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install xquic
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xquic")
+```
+
+
 ### xsimd (macosx)
 
 

+ 24 - 1
packages/windows.md

@@ -452,6 +452,29 @@ add_requires("boost")
 ```
 
 
+### boringssl (windows)
+
+
+| Description | *A fork of OpenSSL that is designed to meet Google's needs.* |
+| -- | -- |
+| Homepage | [https://boringssl.googlesource.com/boringssl](https://boringssl.googlesource.com/boringssl) |
+| Versions | 2021.12.29 |
+| Architectures | x64, x86 |
+| Definition | [boringssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/boringssl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install boringssl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("boringssl")
+```
+
+
 ### box2d (windows)
 
 
@@ -3136,7 +3159,7 @@ add_requires("gnu-rm")
 | Description | *The Go Programming Language* |
 | -- | -- |
 | Homepage | [https://golang.org/](https://golang.org/) |
-| Versions | 1.11 |
+| Versions | 1.17.6 |
 | Architectures | x64, x86 |
 | Definition | [go/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/go/xmake.lua) |
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-01-08T06:08:24+08:00</lastmod>
+  <lastmod>2022-01-09T05:09:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-01-08T06:08:25+08:00</lastmod>
+  <lastmod>2022-01-09T05:09:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-01-08T06:08:26+08:00</lastmod>
+  <lastmod>2022-01-09T05:09:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-01-08T06:08:26+08:00</lastmod>
+  <lastmod>2022-01-09T05:09:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-01-08T06:08:26+08:00</lastmod>
+  <lastmod>2022-01-09T05:09:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-01-08T06:08:26+08:00</lastmod>
+  <lastmod>2022-01-09T05:09:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-01-08T06:08:27+08:00</lastmod>
+  <lastmod>2022-01-09T05:09:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-01-08T06:08:27+08:00</lastmod>
+  <lastmod>2022-01-09T05:09:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-01-08T06:08:27+08:00</lastmod>
+  <lastmod>2022-01-09T05:09:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-01-08T06:08:27+08:00</lastmod>
+  <lastmod>2022-01-09T05:09:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-01-08T06:08:28+08:00</lastmod>
+  <lastmod>2022-01-09T05:09:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-01-08T06:08:28+08:00</lastmod>
+  <lastmod>2022-01-09T05:09:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-01-08T06:08:28+08:00</lastmod>
+  <lastmod>2022-01-09T05:09:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-01-08T06:08:28+08:00</lastmod>
+  <lastmod>2022-01-09T05:09:34+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: noise-c, miniaudio, xmlto**
+- **Recently added: boringssl, xquic, noise-c**
 
 [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)
-- 包列表 (579)
+- 包列表 (581)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)