Forráskód Böngészése

autoupdate docs by xmake-repo/ci

ruki 4 éve
szülő
commit
ad09b0ca69

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: draco, minizip, uriparser**
+- **Recently added: port, newtondynamics, xerces-c**
 
 [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 (310)
+- Packages (312)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 75 - 1
mirror/packages/linux.html

@@ -1523,7 +1523,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.17.03</td>
+<td>3.17.03, 3.17.06</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7005,6 +7005,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nettle")
 </code></pre>
+<h3 id="newtondynamicslinux">newtondynamics (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Newton Dynamics is an integrated solution for real time simulation of physics environments.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://newtondynamics.com">http://newtondynamics.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.14d</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/n/newtondynamics/xmake.lua">newtondynamics/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install newtondynamics
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("newtondynamics")
+</code></pre>
 <h3 id="ninjalinux">ninja (linux)</h3>
 <table>
 <thead>
@@ -9952,6 +9989,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("xcb-proto")
 </code></pre>
+<h3 id="xercesclinux">xerces-c (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Xerces-C++ is a validating XML parser written in a portable subset of C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://xerces.apache.org/xerces-c/">https://xerces.apache.org/xerces-c/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.2.3</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/x/xerces-c/xmake.lua">xerces-c/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install xerces-c
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xerces-c")
+</code></pre>
 <h3 id="xorgprotolinux">xorgproto (linux)</h3>
 <table>
 <thead>

+ 75 - 1
mirror/packages/macosx.html

@@ -1486,7 +1486,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.17.03</td>
+<td>3.17.03, 3.17.06</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6548,6 +6548,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nettle")
 </code></pre>
+<h3 id="newtondynamicsmacosx">newtondynamics (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Newton Dynamics is an integrated solution for real time simulation of physics environments.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://newtondynamics.com">http://newtondynamics.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.14d</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/n/newtondynamics/xmake.lua">newtondynamics/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install newtondynamics
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("newtondynamics")
+</code></pre>
 <h3 id="ninjamacosx">ninja (macosx)</h3>
 <table>
 <thead>
@@ -9173,6 +9210,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("xcb-proto")
 </code></pre>
+<h3 id="xercescmacosx">xerces-c (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Xerces-C++ is a validating XML parser written in a portable subset of C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://xerces.apache.org/xerces-c/">https://xerces.apache.org/xerces-c/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.2.3</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/x/xerces-c/xmake.lua">xerces-c/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install xerces-c
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xerces-c")
+</code></pre>
 <h3 id="xorgprotomacosx">xorgproto (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -2976,6 +2976,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ndk")
 </code></pre>
+<h3 id="newtondynamicsmingw">newtondynamics (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Newton Dynamics is an integrated solution for real time simulation of physics environments.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://newtondynamics.com">http://newtondynamics.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.14d</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/n/newtondynamics/xmake.lua">newtondynamics/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] newtondynamics
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("newtondynamics")
+</code></pre>
 <h3 id="ninjamingw">ninja (mingw)</h3>
 <table>
 <thead>

+ 75 - 1
mirror/packages/windows.html

@@ -1556,7 +1556,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.17.03</td>
+<td>3.17.03, 3.17.06</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5237,6 +5237,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ndk")
 </code></pre>
+<h3 id="newtondynamicswindows">newtondynamics (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Newton Dynamics is an integrated solution for real time simulation of physics environments.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://newtondynamics.com">http://newtondynamics.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.14d</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/n/newtondynamics/xmake.lua">newtondynamics/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install newtondynamics
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("newtondynamics")
+</code></pre>
 <h3 id="ninjawindows">ninja (windows)</h3>
 <table>
 <thead>
@@ -8014,6 +8051,43 @@
 <pre><code class="lang-lua">add_requires("vulkan-validationlayers")
 </code></pre>
 <h2 id="x">x</h2>
+<h3 id="xercescwindows">xerces-c (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Xerces-C++ is a validating XML parser written in a portable subset of C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://xerces.apache.org/xerces-c/">https://xerces.apache.org/xerces-c/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.2.3</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/x/xerces-c/xmake.lua">xerces-c/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install xerces-c
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xerces-c")
+</code></pre>
 <h3 id="xzwindows">xz (windows)</h3>
 <table>
 <thead>

+ 49 - 1
packages/linux.md

@@ -971,7 +971,7 @@ add_requires("eabase")
 | -- | -- |
 | Homepage | [https://github.com/electronicarts/EASTL](https://github.com/electronicarts/EASTL) |
 | License | BSD-3-Clause |
-| Versions | 3.17.03 |
+| Versions | 3.17.03, 3.17.06 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [eastl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/eastl/xmake.lua) |
 
@@ -4715,6 +4715,30 @@ add_requires("nettle")
 ```
 
 
+### newtondynamics (linux)
+
+
+| Description | *Newton Dynamics is an integrated solution for real time simulation of physics environments.* |
+| -- | -- |
+| Homepage | [http://newtondynamics.com](http://newtondynamics.com) |
+| License | zlib |
+| Versions | v3.14d |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [newtondynamics/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/newtondynamics/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install newtondynamics
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("newtondynamics")
+```
+
+
 ### ninja (linux)
 
 
@@ -6723,6 +6747,30 @@ add_requires("xcb-proto")
 ```
 
 
+### xerces-c (linux)
+
+
+| Description | *Xerces-C++ is a validating XML parser written in a portable subset of C++.* |
+| -- | -- |
+| Homepage | [https://xerces.apache.org/xerces-c/](https://xerces.apache.org/xerces-c/) |
+| License | Apache-2.0 |
+| Versions | 3.2.3 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [xerces-c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xerces-c/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install xerces-c
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xerces-c")
+```
+
+
 ### xorgproto (linux)
 
 

+ 49 - 1
packages/macosx.md

@@ -947,7 +947,7 @@ add_requires("eabase")
 | -- | -- |
 | Homepage | [https://github.com/electronicarts/EASTL](https://github.com/electronicarts/EASTL) |
 | License | BSD-3-Clause |
-| Versions | 3.17.03 |
+| Versions | 3.17.03, 3.17.06 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [eastl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/eastl/xmake.lua) |
 
@@ -4409,6 +4409,30 @@ add_requires("nettle")
 ```
 
 
+### newtondynamics (macosx)
+
+
+| Description | *Newton Dynamics is an integrated solution for real time simulation of physics environments.* |
+| -- | -- |
+| Homepage | [http://newtondynamics.com](http://newtondynamics.com) |
+| License | zlib |
+| Versions | v3.14d |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [newtondynamics/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/newtondynamics/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install newtondynamics
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("newtondynamics")
+```
+
+
 ### ninja (macosx)
 
 
@@ -6202,6 +6226,30 @@ add_requires("xcb-proto")
 ```
 
 
+### xerces-c (macosx)
+
+
+| Description | *Xerces-C++ is a validating XML parser written in a portable subset of C++.* |
+| -- | -- |
+| Homepage | [https://xerces.apache.org/xerces-c/](https://xerces.apache.org/xerces-c/) |
+| License | Apache-2.0 |
+| Versions | 3.2.3 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [xerces-c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xerces-c/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install xerces-c
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xerces-c")
+```
+
+
 ### xorgproto (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -1982,6 +1982,30 @@ add_requires("ndk")
 ```
 
 
+### newtondynamics (mingw)
+
+
+| Description | *Newton Dynamics is an integrated solution for real time simulation of physics environments.* |
+| -- | -- |
+| Homepage | [http://newtondynamics.com](http://newtondynamics.com) |
+| License | zlib |
+| Versions | v3.14d |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [newtondynamics/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/newtondynamics/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] newtondynamics
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("newtondynamics")
+```
+
+
 ### ninja (mingw)
 
 

+ 49 - 1
packages/windows.md

@@ -994,7 +994,7 @@ add_requires("eabase")
 | -- | -- |
 | Homepage | [https://github.com/electronicarts/EASTL](https://github.com/electronicarts/EASTL) |
 | License | BSD-3-Clause |
-| Versions | 3.17.03 |
+| Versions | 3.17.03, 3.17.06 |
 | Architectures | x64, x86 |
 | Definition | [eastl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/eastl/xmake.lua) |
 
@@ -3506,6 +3506,30 @@ add_requires("ndk")
 ```
 
 
+### newtondynamics (windows)
+
+
+| Description | *Newton Dynamics is an integrated solution for real time simulation of physics environments.* |
+| -- | -- |
+| Homepage | [http://newtondynamics.com](http://newtondynamics.com) |
+| License | zlib |
+| Versions | v3.14d |
+| Architectures | x64, x86 |
+| Definition | [newtondynamics/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/newtondynamics/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install newtondynamics
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("newtondynamics")
+```
+
+
 ### ninja (windows)
 
 
@@ -5396,6 +5420,30 @@ add_requires("vulkan-validationlayers")
 
 
 ## x
+### xerces-c (windows)
+
+
+| Description | *Xerces-C++ is a validating XML parser written in a portable subset of C++.* |
+| -- | -- |
+| Homepage | [https://xerces.apache.org/xerces-c/](https://xerces.apache.org/xerces-c/) |
+| License | Apache-2.0 |
+| Versions | 3.2.3 |
+| Architectures | x64, x86 |
+| Definition | [xerces-c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xerces-c/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install xerces-c
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xerces-c")
+```
+
+
 ### xz (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-04-26T14:46:43+08:00</lastmod>
+  <lastmod>2021-04-26T22:53:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-04-26T14:46:44+08:00</lastmod>
+  <lastmod>2021-04-26T22:53:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-04-26T14:46:44+08:00</lastmod>
+  <lastmod>2021-04-26T22:53:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-04-26T14:46:44+08:00</lastmod>
+  <lastmod>2021-04-26T22:53:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-04-26T14:46:44+08:00</lastmod>
+  <lastmod>2021-04-26T22:53:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-04-26T14:46:45+08:00</lastmod>
+  <lastmod>2021-04-26T22:53:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-04-26T14:46:45+08:00</lastmod>
+  <lastmod>2021-04-26T22:53:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-04-26T14:46:45+08:00</lastmod>
+  <lastmod>2021-04-26T22:53:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-04-26T14:46:45+08:00</lastmod>
+  <lastmod>2021-04-26T22:53:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-04-26T14:46:45+08:00</lastmod>
+  <lastmod>2021-04-26T22:53:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-04-26T14:46:46+08:00</lastmod>
+  <lastmod>2021-04-26T22:53:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-04-26T14:46:46+08:00</lastmod>
+  <lastmod>2021-04-26T22:53:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-04-26T14:46:46+08:00</lastmod>
+  <lastmod>2021-04-26T22:53:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-04-26T14:46:46+08:00</lastmod>
+  <lastmod>2021-04-26T22:53:19+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: draco, minizip, uriparser**
+- **Recently added: port, newtondynamics, xerces-c**
 
 [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)
-- 包列表 (310)
+- 包列表 (312)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)