Ver Fonte

autoupdate docs by xmake-repo/ci

ruki há 3 anos atrás
pai
commit
86b24d860f
9 ficheiros alterados com 140 adições e 18 exclusões
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 37 0
      mirror/packages/linux.html
  4. 37 0
      mirror/packages/macosx.html
  5. 24 0
      packages/linux.md
  6. 24 0
      packages/macosx.md
  7. 14 14
      sitemap.xml
  8. 1 1
      zh-cn/_coverpage.md
  9. 1 1
      zh-cn/_sidebar.md

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: awk, zimg, lame**
+- **Recently added: msquic, awk, zimg**
 
 [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 (596)
+- Packages (597)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/linux.html

@@ -13185,6 +13185,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mpmcqueue")
 </code></pre>
+<h3 id="msquiclinux">msquic (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform, C implementation of the IETF QUIC protocol.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/microsoft/msquic">https://github.com/microsoft/msquic</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.9.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/m/msquic/xmake.lua">msquic/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install msquic
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("msquic")
+</code></pre>
 <h3 id="mumpslinux">mumps (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -12403,6 +12403,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mpmcqueue")
 </code></pre>
+<h3 id="msquicmacosx">msquic (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform, C implementation of the IETF QUIC protocol.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/microsoft/msquic">https://github.com/microsoft/msquic</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.9.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/m/msquic/xmake.lua">msquic/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install msquic
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("msquic")
+</code></pre>
 <h3 id="muslccmacosx">muslcc (macosx)</h3>
 <table>
 <thead>

+ 24 - 0
packages/linux.md

@@ -8819,6 +8819,30 @@ add_requires("mpmcqueue")
 ```
 
 
+### msquic (linux)
+
+
+| Description | *Cross-platform, C implementation of the IETF QUIC protocol.* |
+| -- | -- |
+| Homepage | [https://github.com/microsoft/msquic](https://github.com/microsoft/msquic) |
+| License | MIT |
+| Versions | v1.9.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [msquic/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/msquic/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install msquic
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("msquic")
+```
+
+
 ### mumps (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -8299,6 +8299,30 @@ add_requires("mpmcqueue")
 ```
 
 
+### msquic (macosx)
+
+
+| Description | *Cross-platform, C implementation of the IETF QUIC protocol.* |
+| -- | -- |
+| Homepage | [https://github.com/microsoft/msquic](https://github.com/microsoft/msquic) |
+| License | MIT |
+| Versions | v1.9.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [msquic/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/msquic/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install msquic
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("msquic")
+```
+
+
 ### muslcc (macosx)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-01-14T08:42:31+08:00</lastmod>
+  <lastmod>2022-01-14T11:16:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-01-14T08:42:32+08:00</lastmod>
+  <lastmod>2022-01-14T11:16:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-01-14T08:42:33+08:00</lastmod>
+  <lastmod>2022-01-14T11:16:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-01-14T08:42:33+08:00</lastmod>
+  <lastmod>2022-01-14T11:16:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-01-14T08:42:33+08:00</lastmod>
+  <lastmod>2022-01-14T11:16:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-01-14T08:42:33+08:00</lastmod>
+  <lastmod>2022-01-14T11:16:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-01-14T08:42:33+08:00</lastmod>
+  <lastmod>2022-01-14T11:16:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-01-14T08:42:34+08:00</lastmod>
+  <lastmod>2022-01-14T11:16:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-01-14T08:42:34+08:00</lastmod>
+  <lastmod>2022-01-14T11:16:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-01-14T08:42:34+08:00</lastmod>
+  <lastmod>2022-01-14T11:16:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-01-14T08:42:34+08:00</lastmod>
+  <lastmod>2022-01-14T11:16:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-01-14T08:42:35+08:00</lastmod>
+  <lastmod>2022-01-14T11:16:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-01-14T08:42:35+08:00</lastmod>
+  <lastmod>2022-01-14T11:16:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-01-14T08:42:35+08:00</lastmod>
+  <lastmod>2022-01-14T11:16:07+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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