Просмотр исходного кода

autoupdate docs by xmake-repo/ci

ruki 3 лет назад
Родитель
Сommit
d7ccf54b53
7 измененных файлов с 80 добавлено и 19 удалено
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 37 0
      mirror/packages/windows.html
  4. 24 0
      packages/windows.md
  5. 15 15
      sitemap.xml
  6. 1 1
      zh-cn/_coverpage.md
  7. 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: reproc, grpc, gperftools**
+- **Recently added: wil, reproc, grpc**
 
 [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 (754)
+- Packages (755)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/windows.html

@@ -20068,6 +20068,43 @@
 <pre><code class="lang-lua">add_requires("vulkan-validationlayers")
 </code></pre>
 <h2 id="w">w</h2>
+<h3 id="wilwindows">wil (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Windows Implementation Libraries (WIL) is a header-only C++ library created to make life easier for developers on Windows through readable type-safe C++ interfaces for common Windows coding patterns.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/microsoft/wil">https://github.com/microsoft/wil</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.09.16</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/w/wil/xmake.lua">wil/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install wil
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("wil")
+</code></pre>
 <h3 id="winflexbisonwindows">winflexbison (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/windows.md

@@ -13323,6 +13323,30 @@ add_requires("vulkan-validationlayers")
 
 
 ## w
+### wil (windows)
+
+
+| Description | *The Windows Implementation Libraries (WIL) is a header-only C++ library created to make life easier for developers on Windows through readable type-safe C++ interfaces for common Windows coding patterns.* |
+| -- | -- |
+| Homepage | [https://github.com/microsoft/wil](https://github.com/microsoft/wil) |
+| License | MIT |
+| Versions | 2022.09.16 |
+| Architectures | arm64, x64, x86 |
+| Definition | [wil/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wil/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install wil
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("wil")
+```
+
+
 ### winflexbison (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-09-16T03:48:06+08:00</lastmod>
+  <lastmod>2022-09-16T23:39:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-09-16T03:48:09+08:00</lastmod>
+  <lastmod>2022-09-16T23:39:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-09-16T03:48:09+08:00</lastmod>
+  <lastmod>2022-09-16T23:39:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-09-16T03:48:09+08:00</lastmod>
+  <lastmod>2022-09-16T23:39:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-09-16T03:48:09+08:00</lastmod>
+  <lastmod>2022-09-16T23:39:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-09-16T03:48:10+08:00</lastmod>
+  <lastmod>2022-09-16T23:39:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-09-16T03:48:10+08:00</lastmod>
+  <lastmod>2022-09-16T23:39:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-09-16T03:48:10+08:00</lastmod>
+  <lastmod>2022-09-16T23:39:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-09-16T03:48:10+08:00</lastmod>
+  <lastmod>2022-09-16T23:39:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-09-16T03:48:11+08:00</lastmod>
+  <lastmod>2022-09-16T23:39:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-09-16T03:48:11+08:00</lastmod>
+  <lastmod>2022-09-16T23:39:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-09-16T03:48:11+08:00</lastmod>
+  <lastmod>2022-09-16T23:39:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-09-16T03:48:11+08:00</lastmod>
+  <lastmod>2022-09-16T23:39:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-09-16T03:48:12+08:00</lastmod>
+  <lastmod>2022-09-16T23:39:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-09-16T03:48:12+08:00</lastmod>
+  <lastmod>2022-09-16T23:39:53+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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