Переглянути джерело

autoupdate docs by xmake-repo/ci

ruki 2 роки тому
батько
коміт
0f3d7d23e5

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: blake3, cargs, fann**
+- **Recently added: minifb, blake3, cargs**
 
 [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 (784)
+- Packages (785)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 1 - 1
mirror/packages/android.html

@@ -7008,7 +7008,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k, 1.1.1l, 1.1.1m, 1.1.1n, 1.1.1o, 1.1.1p, 1.1.1q</td>
+<td>1.0.0, 1.0.2-u, 1.1.0-l, 1.1.1-h, 1.1.1-k, 1.1.1-l, 1.1.1-m, 1.1.1-n, 1.1.1-o, 1.1.1-p, 1.1.1-q</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/bsd.html

@@ -6189,7 +6189,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k, 1.1.1l, 1.1.1m, 1.1.1n, 1.1.1o, 1.1.1p, 1.1.1q</td>
+<td>1.0.0, 1.0.2-u, 1.1.0-l, 1.1.1-h, 1.1.1-k, 1.1.1-l, 1.1.1-m, 1.1.1-n, 1.1.1-o, 1.1.1-p, 1.1.1-q</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/cross.html

@@ -5633,7 +5633,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k, 1.1.1l, 1.1.1m, 1.1.1n, 1.1.1o, 1.1.1p, 1.1.1q</td>
+<td>1.0.0, 1.0.2-u, 1.1.0-l, 1.1.1-h, 1.1.1-k, 1.1.1-l, 1.1.1-m, 1.1.1-n, 1.1.1-o, 1.1.1-p, 1.1.1-q</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/linux.html

@@ -16105,6 +16105,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("miniaudio")
 </code></pre>
+<h3 id="minifblinux">minifb (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>MiniFB is a small cross platform library to create a frame buffer that you can draw pixels in</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/emoon/minifb">https://github.com/emoon/minifb</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.12</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/minifb/xmake.lua">minifb/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install minifb
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minifb")
+</code></pre>
 <h3 id="minilzolinux">minilzo (linux)</h3>
 <table>
 <thead>
@@ -19118,7 +19155,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k, 1.1.1l, 1.1.1m, 1.1.1n, 1.1.1o, 1.1.1p, 1.1.1q</td>
+<td>1.0.0, 1.0.2-u, 1.1.0-l, 1.1.1-h, 1.1.1-k, 1.1.1-l, 1.1.1-m, 1.1.1-n, 1.1.1-o, 1.1.1-p, 1.1.1-q</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/macosx.html

@@ -14891,6 +14891,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("miniaudio")
 </code></pre>
+<h3 id="minifbmacosx">minifb (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>MiniFB is a small cross platform library to create a frame buffer that you can draw pixels in</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/emoon/minifb">https://github.com/emoon/minifb</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.12</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/m/minifb/xmake.lua">minifb/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install minifb
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minifb")
+</code></pre>
 <h3 id="minilzomacosx">minilzo (macosx)</h3>
 <table>
 <thead>
@@ -17768,7 +17805,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k, 1.1.1l, 1.1.1m, 1.1.1n, 1.1.1o, 1.1.1p, 1.1.1q</td>
+<td>1.0.0, 1.0.2-u, 1.1.0-l, 1.1.1-h, 1.1.1-k, 1.1.1-l, 1.1.1-m, 1.1.1-n, 1.1.1-o, 1.1.1-p, 1.1.1-q</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/mingw.html

@@ -7641,7 +7641,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k, 1.1.1l, 1.1.1m, 1.1.1n, 1.1.1o, 1.1.1p, 1.1.1q</td>
+<td>1.0.0, 1.0.2-u, 1.1.0-l, 1.1.1-h, 1.1.1-k, 1.1.1-l, 1.1.1-m, 1.1.1-n, 1.1.1-o, 1.1.1-p, 1.1.1-q</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/windows.html

@@ -12666,6 +12666,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("miniaudio")
 </code></pre>
+<h3 id="minifbwindows">minifb (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>MiniFB is a small cross platform library to create a frame buffer that you can draw pixels in</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/emoon/minifb">https://github.com/emoon/minifb</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.11.12</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/m/minifb/xmake.lua">minifb/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install minifb
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minifb")
+</code></pre>
 <h3 id="minilzowindows">minilzo (windows)</h3>
 <table>
 <thead>
@@ -15189,7 +15226,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k, 1.1.1l, 1.1.1m, 1.1.1n, 1.1.1o, 1.1.1p, 1.1.1q</td>
+<td>1.0.0, 1.0.2-u, 1.1.0-l, 1.1.1-h, 1.1.1-k, 1.1.1-l, 1.1.1-m, 1.1.1-n, 1.1.1-o, 1.1.1-p, 1.1.1-q</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
packages/android.md

@@ -4646,7 +4646,7 @@ add_requires("openrestry-luajit")
 | Description | *A robust, commercial-grade, and full-featured toolkit for TLS and SSL.* |
 | -- | -- |
 | Homepage | [https://www.openssl.org/](https://www.openssl.org/) |
-| Versions | 1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k, 1.1.1l, 1.1.1m, 1.1.1n, 1.1.1o, 1.1.1p, 1.1.1q |
+| Versions | 1.0.0, 1.0.2-u, 1.1.0-l, 1.1.1-h, 1.1.1-k, 1.1.1-l, 1.1.1-m, 1.1.1-n, 1.1.1-o, 1.1.1-p, 1.1.1-q |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [openssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openssl/xmake.lua) |
 

+ 1 - 1
packages/bsd.md

@@ -4102,7 +4102,7 @@ add_requires("openrestry-luajit")
 | Description | *A robust, commercial-grade, and full-featured toolkit for TLS and SSL.* |
 | -- | -- |
 | Homepage | [https://www.openssl.org/](https://www.openssl.org/) |
-| Versions | 1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k, 1.1.1l, 1.1.1m, 1.1.1n, 1.1.1o, 1.1.1p, 1.1.1q |
+| Versions | 1.0.0, 1.0.2-u, 1.1.0-l, 1.1.1-h, 1.1.1-k, 1.1.1-l, 1.1.1-m, 1.1.1-n, 1.1.1-o, 1.1.1-p, 1.1.1-q |
 | Architectures | i386, x86_64 |
 | Definition | [openssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openssl/xmake.lua) |
 

+ 1 - 1
packages/cross.md

@@ -3727,7 +3727,7 @@ add_requires("opencl-headers")
 | Description | *A robust, commercial-grade, and full-featured toolkit for TLS and SSL.* |
 | -- | -- |
 | Homepage | [https://www.openssl.org/](https://www.openssl.org/) |
-| Versions | 1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k, 1.1.1l, 1.1.1m, 1.1.1n, 1.1.1o, 1.1.1p, 1.1.1q |
+| Versions | 1.0.0, 1.0.2-u, 1.1.0-l, 1.1.1-h, 1.1.1-k, 1.1.1-l, 1.1.1-m, 1.1.1-n, 1.1.1-o, 1.1.1-p, 1.1.1-q |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [openssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openssl/xmake.lua) |
 

+ 25 - 1
packages/linux.md

@@ -10729,6 +10729,30 @@ add_requires("miniaudio")
 ```
 
 
+### minifb (linux)
+
+
+| Description | *MiniFB is a small cross platform library to create a frame buffer that you can draw pixels in* |
+| -- | -- |
+| Homepage | [https://github.com/emoon/minifb](https://github.com/emoon/minifb) |
+| License | MIT |
+| Versions | 2022.11.12 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [minifb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minifb/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install minifb
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minifb")
+```
+
+
 ### minilzo (linux)
 
 
@@ -12727,7 +12751,7 @@ add_requires("openscenegraph")
 | Description | *A robust, commercial-grade, and full-featured toolkit for TLS and SSL.* |
 | -- | -- |
 | Homepage | [https://www.openssl.org/](https://www.openssl.org/) |
-| Versions | 1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k, 1.1.1l, 1.1.1m, 1.1.1n, 1.1.1o, 1.1.1p, 1.1.1q |
+| Versions | 1.0.0, 1.0.2-u, 1.1.0-l, 1.1.1-h, 1.1.1-k, 1.1.1-l, 1.1.1-m, 1.1.1-n, 1.1.1-o, 1.1.1-p, 1.1.1-q |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [openssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openssl/xmake.lua) |
 

+ 25 - 1
packages/macosx.md

@@ -9924,6 +9924,30 @@ add_requires("miniaudio")
 ```
 
 
+### minifb (macosx)
+
+
+| Description | *MiniFB is a small cross platform library to create a frame buffer that you can draw pixels in* |
+| -- | -- |
+| Homepage | [https://github.com/emoon/minifb](https://github.com/emoon/minifb) |
+| License | MIT |
+| Versions | 2022.11.12 |
+| Architectures | arm64, x86_64 |
+| Definition | [minifb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minifb/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install minifb
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minifb")
+```
+
+
 ### minilzo (macosx)
 
 
@@ -11829,7 +11853,7 @@ add_requires("openscenegraph")
 | Description | *A robust, commercial-grade, and full-featured toolkit for TLS and SSL.* |
 | -- | -- |
 | Homepage | [https://www.openssl.org/](https://www.openssl.org/) |
-| Versions | 1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k, 1.1.1l, 1.1.1m, 1.1.1n, 1.1.1o, 1.1.1p, 1.1.1q |
+| Versions | 1.0.0, 1.0.2-u, 1.1.0-l, 1.1.1-h, 1.1.1-k, 1.1.1-l, 1.1.1-m, 1.1.1-n, 1.1.1-o, 1.1.1-p, 1.1.1-q |
 | Architectures | arm64, x86_64 |
 | Definition | [openssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openssl/xmake.lua) |
 

+ 1 - 1
packages/mingw.md

@@ -5055,7 +5055,7 @@ add_requires("opencl-headers")
 | Description | *A robust, commercial-grade, and full-featured toolkit for TLS and SSL.* |
 | -- | -- |
 | Homepage | [https://www.openssl.org/](https://www.openssl.org/) |
-| Versions | 1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k, 1.1.1l, 1.1.1m, 1.1.1n, 1.1.1o, 1.1.1p, 1.1.1q |
+| Versions | 1.0.0, 1.0.2-u, 1.1.0-l, 1.1.1-h, 1.1.1-k, 1.1.1-l, 1.1.1-m, 1.1.1-n, 1.1.1-o, 1.1.1-p, 1.1.1-q |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [openssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openssl/xmake.lua) |
 

+ 25 - 1
packages/windows.md

@@ -8387,6 +8387,30 @@ add_requires("miniaudio")
 ```
 
 
+### minifb (windows)
+
+
+| Description | *MiniFB is a small cross platform library to create a frame buffer that you can draw pixels in* |
+| -- | -- |
+| Homepage | [https://github.com/emoon/minifb](https://github.com/emoon/minifb) |
+| License | MIT |
+| Versions | 2022.11.12 |
+| Architectures | arm64, x64, x86 |
+| Definition | [minifb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minifb/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install minifb
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minifb")
+```
+
+
 ### minilzo (windows)
 
 
@@ -10056,7 +10080,7 @@ add_requires("openscenegraph")
 | Description | *A robust, commercial-grade, and full-featured toolkit for TLS and SSL.* |
 | -- | -- |
 | Homepage | [https://www.openssl.org/](https://www.openssl.org/) |
-| Versions | 1.0.0, 1.0.2u, 1.1.0l, 1.1.1h, 1.1.1k, 1.1.1l, 1.1.1m, 1.1.1n, 1.1.1o, 1.1.1p, 1.1.1q |
+| Versions | 1.0.0, 1.0.2-u, 1.1.0-l, 1.1.1-h, 1.1.1-k, 1.1.1-l, 1.1.1-m, 1.1.1-n, 1.1.1-o, 1.1.1-p, 1.1.1-q |
 | Architectures | arm64, x64, x86 |
 | Definition | [openssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openssl/xmake.lua) |
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-11-15T13:52:48+08:00</lastmod>
+  <lastmod>2022-11-16T02:50:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-11-15T13:52:51+08:00</lastmod>
+  <lastmod>2022-11-16T02:50:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-11-15T13:52:51+08:00</lastmod>
+  <lastmod>2022-11-16T02:50:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-11-15T13:52:51+08:00</lastmod>
+  <lastmod>2022-11-16T02:50:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-11-15T13:52:51+08:00</lastmod>
+  <lastmod>2022-11-16T02:50:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-11-15T13:52:52+08:00</lastmod>
+  <lastmod>2022-11-16T02:50:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-11-15T13:52:52+08:00</lastmod>
+  <lastmod>2022-11-16T02:50:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-11-15T13:52:52+08:00</lastmod>
+  <lastmod>2022-11-16T02:50:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-11-15T13:52:52+08:00</lastmod>
+  <lastmod>2022-11-16T02:50:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-11-15T13:52:53+08:00</lastmod>
+  <lastmod>2022-11-16T02:50:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-11-15T13:52:53+08:00</lastmod>
+  <lastmod>2022-11-16T02:50:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-11-15T13:52:53+08:00</lastmod>
+  <lastmod>2022-11-16T02:50:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-11-15T13:52:54+08:00</lastmod>
+  <lastmod>2022-11-16T02:50:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-11-15T13:52:54+08:00</lastmod>
+  <lastmod>2022-11-16T02:50:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-11-15T13:52:54+08:00</lastmod>
+  <lastmod>2022-11-16T02:50:19+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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