Quellcode durchsuchen

autoupdate docs by xmake-repo/ci

ruki vor 2 Jahren
Ursprung
Commit
5b145f5876

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: simpleini, convertutf, nanobench**
+- **Recently added: port, s7, simpleini**
 
 [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 (873)
+- Packages (874)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/bsd.html

@@ -8553,6 +8553,39 @@
 <pre><code class="lang-lua">add_requires("rttr")
 </code></pre>
 <h2 id="s">s</h2>
+<h3 id="s7bsd">s7 (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>s7 is a Scheme interpreter intended as an extension language for other applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ccrma.stanford.edu/software/snd/snd/s7.html">https://ccrma.stanford.edu/software/snd/snd/s7.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.04.13</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/s7/xmake.lua">s7/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install s7
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("s7")
+</code></pre>
 <h3 id="scnlibbsd">scnlib (bsd)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -7927,6 +7927,39 @@
 <pre><code class="lang-lua">add_requires("rttr")
 </code></pre>
 <h2 id="s">s</h2>
+<h3 id="s7cross">s7 (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>s7 is a Scheme interpreter intended as an extension language for other applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ccrma.stanford.edu/software/snd/snd/s7.html">https://ccrma.stanford.edu/software/snd/snd/s7.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.04.13</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/s7/xmake.lua">s7/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] s7
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("s7")
+</code></pre>
 <h3 id="scnlibcross">scnlib (cross)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -24231,6 +24231,39 @@
 <pre><code class="lang-lua">add_requires("rttr")
 </code></pre>
 <h2 id="s">s</h2>
+<h3 id="s7linux">s7 (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>s7 is a Scheme interpreter intended as an extension language for other applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ccrma.stanford.edu/software/snd/snd/s7.html">https://ccrma.stanford.edu/software/snd/snd/s7.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.04.13</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/s/s7/xmake.lua">s7/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install s7
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("s7")
+</code></pre>
 <h3 id="scnliblinux">scnlib (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -22531,6 +22531,39 @@
 <pre><code class="lang-lua">add_requires("rttr")
 </code></pre>
 <h2 id="s">s</h2>
+<h3 id="s7macosx">s7 (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>s7 is a Scheme interpreter intended as an extension language for other applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ccrma.stanford.edu/software/snd/snd/s7.html">https://ccrma.stanford.edu/software/snd/snd/s7.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.04.13</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/s/s7/xmake.lua">s7/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install s7
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("s7")
+</code></pre>
 <h3 id="scnlibmacosx">scnlib (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -10367,6 +10367,39 @@
 <pre><code class="lang-lua">add_requires("rttr")
 </code></pre>
 <h2 id="s">s</h2>
+<h3 id="s7mingw">s7 (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>s7 is a Scheme interpreter intended as an extension language for other applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ccrma.stanford.edu/software/snd/snd/s7.html">https://ccrma.stanford.edu/software/snd/snd/s7.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.04.13</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/s7/xmake.lua">s7/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] s7
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("s7")
+</code></pre>
 <h3 id="scnlibmingw">scnlib (mingw)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/msys.html

@@ -7054,6 +7054,39 @@
 <pre><code class="lang-lua">add_requires("rttr")
 </code></pre>
 <h2 id="s">s</h2>
+<h3 id="s7msys">s7 (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>s7 is a Scheme interpreter intended as an extension language for other applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ccrma.stanford.edu/software/snd/snd/s7.html">https://ccrma.stanford.edu/software/snd/snd/s7.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.04.13</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/s7/xmake.lua">s7/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install s7
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("s7")
+</code></pre>
 <h3 id="scnlibmsys">scnlib (msys)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/wasm.html

@@ -7412,6 +7412,39 @@
 <pre><code class="lang-lua">add_requires("rttr")
 </code></pre>
 <h2 id="s">s</h2>
+<h3 id="s7wasm">s7 (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>s7 is a Scheme interpreter intended as an extension language for other applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ccrma.stanford.edu/software/snd/snd/s7.html">https://ccrma.stanford.edu/software/snd/snd/s7.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.04.13</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/s7/xmake.lua">s7/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm s7
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("s7")
+</code></pre>
 <h3 id="scnlibwasm">scnlib (wasm)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -19664,6 +19664,39 @@
 <pre><code class="lang-lua">add_requires("rttr")
 </code></pre>
 <h2 id="s">s</h2>
+<h3 id="s7windows">s7 (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>s7 is a Scheme interpreter intended as an extension language for other applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ccrma.stanford.edu/software/snd/snd/s7.html">https://ccrma.stanford.edu/software/snd/snd/s7.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.04.13</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/s/s7/xmake.lua">s7/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install s7
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("s7")
+</code></pre>
 <h3 id="scnlibwindows">scnlib (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/bsd.md

@@ -5686,6 +5686,29 @@ add_requires("rttr")
 
 
 ## s
+### s7 (bsd)
+
+
+| Description | *s7 is a Scheme interpreter intended as an extension language for other applications.* |
+| -- | -- |
+| Homepage | [https://ccrma.stanford.edu/software/snd/snd/s7.html](https://ccrma.stanford.edu/software/snd/snd/s7.html) |
+| Versions | 2023.04.13 |
+| Architectures | i386, x86_64 |
+| Definition | [s7/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/s7/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install s7
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("s7")
+```
+
+
 ### scnlib (bsd)
 
 

+ 23 - 0
packages/cross.md

@@ -5264,6 +5264,29 @@ add_requires("rttr")
 
 
 ## s
+### s7 (cross)
+
+
+| Description | *s7 is a Scheme interpreter intended as an extension language for other applications.* |
+| -- | -- |
+| Homepage | [https://ccrma.stanford.edu/software/snd/snd/s7.html](https://ccrma.stanford.edu/software/snd/snd/s7.html) |
+| Versions | 2023.04.13 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [s7/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/s7/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] s7
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("s7")
+```
+
+
 ### scnlib (cross)
 
 

+ 23 - 0
packages/linux.md

@@ -16134,6 +16134,29 @@ add_requires("rttr")
 
 
 ## s
+### s7 (linux)
+
+
+| Description | *s7 is a Scheme interpreter intended as an extension language for other applications.* |
+| -- | -- |
+| Homepage | [https://ccrma.stanford.edu/software/snd/snd/s7.html](https://ccrma.stanford.edu/software/snd/snd/s7.html) |
+| Versions | 2023.04.13 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [s7/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/s7/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install s7
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("s7")
+```
+
+
 ### scnlib (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -15001,6 +15001,29 @@ add_requires("rttr")
 
 
 ## s
+### s7 (macosx)
+
+
+| Description | *s7 is a Scheme interpreter intended as an extension language for other applications.* |
+| -- | -- |
+| Homepage | [https://ccrma.stanford.edu/software/snd/snd/s7.html](https://ccrma.stanford.edu/software/snd/snd/s7.html) |
+| Versions | 2023.04.13 |
+| Architectures | arm64, x86_64 |
+| Definition | [s7/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/s7/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install s7
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("s7")
+```
+
+
 ### scnlib (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -6877,6 +6877,29 @@ add_requires("rttr")
 
 
 ## s
+### s7 (mingw)
+
+
+| Description | *s7 is a Scheme interpreter intended as an extension language for other applications.* |
+| -- | -- |
+| Homepage | [https://ccrma.stanford.edu/software/snd/snd/s7.html](https://ccrma.stanford.edu/software/snd/snd/s7.html) |
+| Versions | 2023.04.13 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [s7/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/s7/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] s7
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("s7")
+```
+
+
 ### scnlib (mingw)
 
 

+ 23 - 0
packages/msys.md

@@ -4677,6 +4677,29 @@ add_requires("rttr")
 
 
 ## s
+### s7 (msys)
+
+
+| Description | *s7 is a Scheme interpreter intended as an extension language for other applications.* |
+| -- | -- |
+| Homepage | [https://ccrma.stanford.edu/software/snd/snd/s7.html](https://ccrma.stanford.edu/software/snd/snd/s7.html) |
+| Versions | 2023.04.13 |
+| Architectures | i386, x86_64 |
+| Definition | [s7/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/s7/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install s7
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("s7")
+```
+
+
 ### scnlib (msys)
 
 

+ 23 - 0
packages/wasm.md

@@ -4914,6 +4914,29 @@ add_requires("rttr")
 
 
 ## s
+### s7 (wasm)
+
+
+| Description | *s7 is a Scheme interpreter intended as an extension language for other applications.* |
+| -- | -- |
+| Homepage | [https://ccrma.stanford.edu/software/snd/snd/s7.html](https://ccrma.stanford.edu/software/snd/snd/s7.html) |
+| Versions | 2023.04.13 |
+| Architectures | wasm32 |
+| Definition | [s7/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/s7/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm s7
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("s7")
+```
+
+
 ### scnlib (wasm)
 
 

+ 23 - 0
packages/windows.md

@@ -13038,6 +13038,29 @@ add_requires("rttr")
 
 
 ## s
+### s7 (windows)
+
+
+| Description | *s7 is a Scheme interpreter intended as an extension language for other applications.* |
+| -- | -- |
+| Homepage | [https://ccrma.stanford.edu/software/snd/snd/s7.html](https://ccrma.stanford.edu/software/snd/snd/s7.html) |
+| Versions | 2023.04.13 |
+| Architectures | arm64, x64, x86 |
+| Definition | [s7/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/s7/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install s7
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("s7")
+```
+
+
 ### scnlib (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-04-14T01:19:33+08:00</lastmod>
+  <lastmod>2023-04-14T04:23:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-04-14T01:19:36+08:00</lastmod>
+  <lastmod>2023-04-14T04:23:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-04-14T01:19:37+08:00</lastmod>
+  <lastmod>2023-04-14T04:23:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-04-14T01:19:37+08:00</lastmod>
+  <lastmod>2023-04-14T04:23:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-04-14T01:19:37+08:00</lastmod>
+  <lastmod>2023-04-14T04:23:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-04-14T01:19:37+08:00</lastmod>
+  <lastmod>2023-04-14T04:23:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-04-14T01:19:38+08:00</lastmod>
+  <lastmod>2023-04-14T04:23:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-04-14T01:19:38+08:00</lastmod>
+  <lastmod>2023-04-14T04:23:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-04-14T01:19:38+08:00</lastmod>
+  <lastmod>2023-04-14T04:23:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-04-14T01:19:39+08:00</lastmod>
+  <lastmod>2023-04-14T04:23:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-04-14T01:19:39+08:00</lastmod>
+  <lastmod>2023-04-14T04:23:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-04-14T01:19:39+08:00</lastmod>
+  <lastmod>2023-04-14T04:23:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-04-14T01:19:39+08:00</lastmod>
+  <lastmod>2023-04-14T04:23:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-04-14T01:19:40+08:00</lastmod>
+  <lastmod>2023-04-14T04:23:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-04-14T01:19:40+08:00</lastmod>
+  <lastmod>2023-04-14T04:23:49+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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