2
0
Эх сурвалжийг харах

autoupdate docs by xmake-repo/ci

ruki 4 жил өмнө
parent
commit
a7e079e22d

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *Simple, lightweight, cross-platform*
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: cgal, libigl, vulkan-memory-allocator**
+- **Recently added: vulkan-loader, vulkan-tools, vulkan-validationlayers**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
   - [Quick Start](getting_started.md)
-- Packages (218)
+- Packages (221)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)

+ 111 - 0
mirror/packages/linux.html

@@ -6804,6 +6804,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-headers")
 <pre><code class="lang-lua">add_requires("vulkan-headers")
 </code></pre>
 </code></pre>
+<h3 id="vulkanloaderlinux">vulkan-loader (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>This project provides the Khronos official Vulkan ICD desktop loader for Windows, Linux, and MacOS.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/Vulkan-Loader">https://github.com/KhronosGroup/Vulkan-Loader</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.154+1</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/v/vulkan-loader/xmake.lua">vulkan-loader/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vulkan-loader
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkan-loader")
+</code></pre>
 <h3 id="vulkanmemoryallocatorlinux">vulkan-memory-allocator (linux)</h3>
 <h3 id="vulkanmemoryallocatorlinux">vulkan-memory-allocator (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -6841,6 +6878,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-memory-allocator")
 <pre><code class="lang-lua">add_requires("vulkan-memory-allocator")
 </code></pre>
 </code></pre>
+<h3 id="vulkantoolslinux">vulkan-tools (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Vulkan Utilities and Tools</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/Vulkan-Tools">https://github.com/KhronosGroup/Vulkan-Tools</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.154+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/v/vulkan-tools/xmake.lua">vulkan-tools/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vulkan-tools
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkan-tools")
+</code></pre>
+<h3 id="vulkanvalidationlayerslinux">vulkan-validationlayers (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Vulkan Validation Layers</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/Vulkan-ValidationLayers/">https://github.com/KhronosGroup/Vulkan-ValidationLayers/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.154+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/v/vulkan-validationlayers/xmake.lua">vulkan-validationlayers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vulkan-validationlayers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkan-validationlayers")
+</code></pre>
 <h2 id="w">w</h2>
 <h2 id="w">w</h2>
 <h3 id="waylandlinux">wayland (linux)</h3>
 <h3 id="waylandlinux">wayland (linux)</h3>
 <table>
 <table>

+ 111 - 0
mirror/packages/windows.html

@@ -5110,6 +5110,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-headers")
 <pre><code class="lang-lua">add_requires("vulkan-headers")
 </code></pre>
 </code></pre>
+<h3 id="vulkanloaderwindows">vulkan-loader (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>This project provides the Khronos official Vulkan ICD desktop loader for Windows, Linux, and MacOS.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/Vulkan-Loader">https://github.com/KhronosGroup/Vulkan-Loader</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.154+1</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/v/vulkan-loader/xmake.lua">vulkan-loader/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vulkan-loader
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkan-loader")
+</code></pre>
 <h3 id="vulkanmemoryallocatorwindows">vulkan-memory-allocator (windows)</h3>
 <h3 id="vulkanmemoryallocatorwindows">vulkan-memory-allocator (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -5147,6 +5184,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-memory-allocator")
 <pre><code class="lang-lua">add_requires("vulkan-memory-allocator")
 </code></pre>
 </code></pre>
+<h3 id="vulkantoolswindows">vulkan-tools (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Vulkan Utilities and Tools</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/Vulkan-Tools">https://github.com/KhronosGroup/Vulkan-Tools</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.154+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/v/vulkan-tools/xmake.lua">vulkan-tools/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vulkan-tools
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkan-tools")
+</code></pre>
+<h3 id="vulkanvalidationlayerswindows">vulkan-validationlayers (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Vulkan Validation Layers</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/Vulkan-ValidationLayers/">https://github.com/KhronosGroup/Vulkan-ValidationLayers/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.154+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/v/vulkan-validationlayers/xmake.lua">vulkan-validationlayers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vulkan-validationlayers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkan-validationlayers")
+</code></pre>
 <h2 id="x">x</h2>
 <h2 id="x">x</h2>
 <h3 id="xzwindows">xz (windows)</h3>
 <h3 id="xzwindows">xz (windows)</h3>
 <table>
 <table>

+ 72 - 0
packages/linux.md

@@ -4618,6 +4618,30 @@ add_requires("vulkan-headers")
 ```
 ```
 
 
 
 
+### vulkan-loader (linux)
+
+
+| Description | *This project provides the Khronos official Vulkan ICD desktop loader for Windows, Linux, and MacOS.* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/Vulkan-Loader](https://github.com/KhronosGroup/Vulkan-Loader) |
+| License | Apache-2.0 |
+| Versions | 1.2.154+1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [vulkan-loader/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkan-loader/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vulkan-loader
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkan-loader")
+```
+
+
 ### vulkan-memory-allocator (linux)
 ### vulkan-memory-allocator (linux)
 
 
 
 
@@ -4642,6 +4666,54 @@ add_requires("vulkan-memory-allocator")
 ```
 ```
 
 
 
 
+### vulkan-tools (linux)
+
+
+| Description | *Vulkan Utilities and Tools* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/Vulkan-Tools](https://github.com/KhronosGroup/Vulkan-Tools) |
+| License | Apache-2.0 |
+| Versions | 1.2.154+0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [vulkan-tools/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkan-tools/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vulkan-tools
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkan-tools")
+```
+
+
+### vulkan-validationlayers (linux)
+
+
+| Description | *Vulkan Validation Layers* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/Vulkan-ValidationLayers/](https://github.com/KhronosGroup/Vulkan-ValidationLayers/) |
+| License | Apache-2.0 |
+| Versions | 1.2.154+0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [vulkan-validationlayers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkan-validationlayers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vulkan-validationlayers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkan-validationlayers")
+```
+
+
 
 
 ## w
 ## w
 ### wayland (linux)
 ### wayland (linux)

+ 72 - 0
packages/windows.md

@@ -3457,6 +3457,30 @@ add_requires("vulkan-headers")
 ```
 ```
 
 
 
 
+### vulkan-loader (windows)
+
+
+| Description | *This project provides the Khronos official Vulkan ICD desktop loader for Windows, Linux, and MacOS.* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/Vulkan-Loader](https://github.com/KhronosGroup/Vulkan-Loader) |
+| License | Apache-2.0 |
+| Versions | 1.2.154+1 |
+| Architectures | x64, x86 |
+| Definition | [vulkan-loader/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkan-loader/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vulkan-loader
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkan-loader")
+```
+
+
 ### vulkan-memory-allocator (windows)
 ### vulkan-memory-allocator (windows)
 
 
 
 
@@ -3481,6 +3505,54 @@ add_requires("vulkan-memory-allocator")
 ```
 ```
 
 
 
 
+### vulkan-tools (windows)
+
+
+| Description | *Vulkan Utilities and Tools* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/Vulkan-Tools](https://github.com/KhronosGroup/Vulkan-Tools) |
+| License | Apache-2.0 |
+| Versions | 1.2.154+0 |
+| Architectures | x64, x86 |
+| Definition | [vulkan-tools/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkan-tools/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vulkan-tools
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkan-tools")
+```
+
+
+### vulkan-validationlayers (windows)
+
+
+| Description | *Vulkan Validation Layers* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/Vulkan-ValidationLayers/](https://github.com/KhronosGroup/Vulkan-ValidationLayers/) |
+| License | Apache-2.0 |
+| Versions | 1.2.154+0 |
+| Architectures | x64, x86 |
+| Definition | [vulkan-validationlayers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkan-validationlayers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vulkan-validationlayers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkan-validationlayers")
+```
+
+
 
 
 ## x
 ## x
 ### xz (windows)
 ### xz (windows)

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
     
 <url>
 <url>
   <loc>https://xrepo.xmake.io</loc>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-12-06T05:28:28+08:00</lastmod>
+  <lastmod>2020-12-06T14:30:51+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-12-06T05:28:29+08:00</lastmod>
+  <lastmod>2020-12-06T14:30:52+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-12-06T05:28:29+08:00</lastmod>
+  <lastmod>2020-12-06T14:30:52+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-12-06T05:28:29+08:00</lastmod>
+  <lastmod>2020-12-06T14:30:52+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-12-06T05:28:30+08:00</lastmod>
+  <lastmod>2020-12-06T14:30:52+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-12-06T05:28:30+08:00</lastmod>
+  <lastmod>2020-12-06T14:30:53+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-12-06T05:28:30+08:00</lastmod>
+  <lastmod>2020-12-06T14:30:53+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-12-06T05:28:30+08:00</lastmod>
+  <lastmod>2020-12-06T14:30:53+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-12-06T05:28:30+08:00</lastmod>
+  <lastmod>2020-12-06T14:30:53+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-12-06T05:28:31+08:00</lastmod>
+  <lastmod>2020-12-06T14:30:53+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-12-06T05:28:31+08:00</lastmod>
+  <lastmod>2020-12-06T14:30:53+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-12-06T05:28:31+08:00</lastmod>
+  <lastmod>2020-12-06T14:30:54+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-12-06T05:28:31+08:00</lastmod>
+  <lastmod>2020-12-06T14:30:54+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-12-06T05:28:31+08:00</lastmod>
+  <lastmod>2020-12-06T14:30:54+08:00</lastmod>
 </url>
 </url>
 
 
 </urlset>
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *简单,轻量,跨平台*
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: cgal, libigl, vulkan-memory-allocator**
+- **Recently added: vulkan-loader, vulkan-tools, vulkan-validationlayers**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/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)
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (218)
+- 包列表 (221)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)