Procházet zdrojové kódy

autoupdate docs by xmake-repo/ci

ruki před 4 roky
rodič
revize
ac6ca5faf5

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: houdini, itk, range-v3**
+- **Recently added: amgcl, leptonica, libfive**
 
 [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 (294)
+- Packages (300)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 220 - 2
mirror/packages/linux.html

@@ -124,6 +124,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("abseil")
 </code></pre>
+<h3 id="amgcllinux">amgcl (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ library for solving large sparse linear systems with algebraic multigrid method</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ddemidov/amgcl/">https://github.com/ddemidov/amgcl/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.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/a/amgcl/xmake.lua">amgcl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install amgcl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("amgcl")
+</code></pre>
 <h3 id="angelscriptlinux">angelscript (linux)</h3>
 <table>
 <thead>
@@ -1965,7 +2002,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.0.0</td>
+<td>3.0.0, 3.2.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2209,7 +2246,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.3.2</td>
+<td>3.3.2, 3.3.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3155,6 +3192,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lcms")
 </code></pre>
+<h3 id="leptonicalinux">leptonica (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Leptonica is a pedagogically-oriented open source site containing software that is broadly useful for image processing and image analysis applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.leptonica.org/">http://www.leptonica.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.80.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/l/leptonica/xmake.lua">leptonica/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install leptonica
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("leptonica")
+</code></pre>
 <h3 id="leveldblinux">leveldb (linux)</h3>
 <table>
 <thead>
@@ -3423,6 +3497,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libffi")
 </code></pre>
+<h3 id="libfivelinux">libfive (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libfive is a software library and set of tools for solid modeling, especially suited for parametric and procedural design.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libfive.com/">https://libfive.com/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20210408</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/l/libfive/xmake.lua">libfive/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libfive
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfive")
+</code></pre>
 <h3 id="libflaclinux">libflac (linux)</h3>
 <table>
 <thead>
@@ -7089,7 +7196,81 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openvdb")
 </code></pre>
+<h3 id="osqplinux">osqp (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Operator Splitting QP Solver</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://osqp.org/">https://osqp.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.6.2</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/o/osqp/xmake.lua">osqp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install osqp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("osqp")
+</code></pre>
 <h2 id="p">p</h2>
+<h3 id="partiolinux">partio (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Partio is an open source C++ library for reading, writing and manipulating a variety of standard particle formats (GEO, BGEO, PTC, PDB, PDA).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://partio.us/">http://partio.us/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.14.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/p/partio/xmake.lua">partio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install partio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("partio")
+</code></pre>
 <h3 id="patchlinux">patch (linux)</h3>
 <table>
 <thead>
@@ -8602,6 +8783,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="tesseractlinux">tesseract (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Tesseract Open Source OCR Engine</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://tesseract-ocr.github.io/">https://tesseract-ocr.github.io/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.1.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/t/tesseract/xmake.lua">tesseract/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tesseract
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tesseract")
+</code></pre>
 <h3 id="tiltedcorelinux">tiltedcore (linux)</h3>
 <table>
 <thead>

+ 145 - 1
mirror/packages/macosx.html

@@ -124,6 +124,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("abseil")
 </code></pre>
+<h3 id="amgclmacosx">amgcl (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ library for solving large sparse linear systems with algebraic multigrid method</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ddemidov/amgcl/">https://github.com/ddemidov/amgcl/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.0</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/a/amgcl/xmake.lua">amgcl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install amgcl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("amgcl")
+</code></pre>
 <h3 id="argpstandalonemacosx">argp-standalone (macosx)</h3>
 <table>
 <thead>
@@ -2032,7 +2069,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.3.2</td>
+<td>3.3.2, 3.3.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3147,6 +3184,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libffi")
 </code></pre>
+<h3 id="libfivemacosx">libfive (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libfive is a software library and set of tools for solid modeling, especially suited for parametric and procedural design.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libfive.com/">https://libfive.com/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20210408</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/l/libfive/xmake.lua">libfive/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libfive
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfive")
+</code></pre>
 <h3 id="libflacmacosx">libflac (macosx)</h3>
 <table>
 <thead>
@@ -6636,7 +6706,81 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openvdb")
 </code></pre>
+<h3 id="osqpmacosx">osqp (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Operator Splitting QP Solver</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://osqp.org/">https://osqp.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.6.2</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/o/osqp/xmake.lua">osqp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install osqp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("osqp")
+</code></pre>
 <h2 id="p">p</h2>
+<h3 id="partiomacosx">partio (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Partio is an open source C++ library for reading, writing and manipulating a variety of standard particle formats (GEO, BGEO, PTC, PDB, PDA).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://partio.us/">http://partio.us/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.14.0</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/p/partio/xmake.lua">partio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install partio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("partio")
+</code></pre>
 <h3 id="patchmacosx">patch (macosx)</h3>
 <table>
 <thead>

+ 39 - 1
mirror/packages/mingw.html

@@ -1039,7 +1039,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.3.2</td>
+<td>3.3.2, 3.3.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2939,6 +2939,44 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nlohmann_json")
 </code></pre>
+<h2 id="o">o</h2>
+<h3 id="osqpmingw">osqp (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Operator Splitting QP Solver</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://osqp.org/">https://osqp.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.6.2</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/o/osqp/xmake.lua">osqp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] osqp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("osqp")
+</code></pre>
 <h2 id="p">p</h2>
 <h3 id="patchmingw">patch (mingw)</h3>
 <table>

+ 220 - 2
mirror/packages/windows.html

@@ -124,6 +124,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("abseil")
 </code></pre>
+<h3 id="amgclwindows">amgcl (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ library for solving large sparse linear systems with algebraic multigrid method</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ddemidov/amgcl/">https://github.com/ddemidov/amgcl/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.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/a/amgcl/xmake.lua">amgcl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install amgcl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("amgcl")
+</code></pre>
 <h3 id="angelscriptwindows">angelscript (windows)</h3>
 <table>
 <thead>
@@ -1829,7 +1866,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.0.0</td>
+<td>3.0.0, 3.2.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2040,7 +2077,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.3.2</td>
+<td>3.3.2, 3.3.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2850,6 +2887,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lcms")
 </code></pre>
+<h3 id="leptonicawindows">leptonica (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Leptonica is a pedagogically-oriented open source site containing software that is broadly useful for image processing and image analysis applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.leptonica.org/">http://www.leptonica.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.80.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/l/leptonica/xmake.lua">leptonica/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install leptonica
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("leptonica")
+</code></pre>
 <h3 id="leveldbwindows">leveldb (windows)</h3>
 <table>
 <thead>
@@ -2953,6 +3027,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libcurl")
 </code></pre>
+<h3 id="libfivewindows">libfive (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libfive is a software library and set of tools for solid modeling, especially suited for parametric and procedural design.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libfive.com/">https://libfive.com/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20210408</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/l/libfive/xmake.lua">libfive/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libfive
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libfive")
+</code></pre>
 <h3 id="libflacwindows">libflac (windows)</h3>
 <table>
 <thead>
@@ -5321,7 +5428,81 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openvdb")
 </code></pre>
+<h3 id="osqpwindows">osqp (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Operator Splitting QP Solver</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://osqp.org/">https://osqp.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.6.2</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/o/osqp/xmake.lua">osqp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install osqp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("osqp")
+</code></pre>
 <h2 id="p">p</h2>
+<h3 id="partiowindows">partio (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Partio is an open source C++ library for reading, writing and manipulating a variety of standard particle formats (GEO, BGEO, PTC, PDB, PDA).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://partio.us/">http://partio.us/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.14.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/p/partio/xmake.lua">partio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install partio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("partio")
+</code></pre>
 <h3 id="patchwindows">patch (windows)</h3>
 <table>
 <thead>
@@ -6867,6 +7048,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="tesseractwindows">tesseract (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Tesseract Open Source OCR Engine</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://tesseract-ocr.github.io/">https://tesseract-ocr.github.io/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.1.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/t/tesseract/xmake.lua">tesseract/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tesseract
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tesseract")
+</code></pre>
 <h3 id="tiltedcorewindows">tiltedcore (windows)</h3>
 <table>
 <thead>

+ 145 - 2
packages/linux.md

@@ -22,6 +22,30 @@ add_requires("abseil")
 ```
 
 
+### amgcl (linux)
+
+
+| Description | *C++ library for solving large sparse linear systems with algebraic multigrid method* |
+| -- | -- |
+| Homepage | [https://github.com/ddemidov/amgcl/](https://github.com/ddemidov/amgcl/) |
+| License | MIT |
+| Versions | 1.4.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [amgcl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/amgcl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install amgcl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("amgcl")
+```
+
+
 ### angelscript (linux)
 
 
@@ -1275,7 +1299,7 @@ add_requires("fontconfig")
 | Description | *A free-software/open-source alternative to the OpenGL Utility Toolkit (GLUT) library.* |
 | -- | -- |
 | Homepage | [http://freeglut.sourceforge.net](http://freeglut.sourceforge.net) |
-| Versions | 3.0.0 |
+| Versions | 3.0.0, 3.2.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [freeglut/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/freeglut/xmake.lua) |
 
@@ -1441,7 +1465,7 @@ add_requires("glew")
 | Description | *GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development.* |
 | -- | -- |
 | Homepage | [https://www.glfw.org/](https://www.glfw.org/) |
-| Versions | 3.3.2 |
+| Versions | 3.3.2, 3.3.4 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [glfw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glfw/xmake.lua) |
 
@@ -2097,6 +2121,30 @@ add_requires("lcms")
 ```
 
 
+### leptonica (linux)
+
+
+| Description | *Leptonica is a pedagogically-oriented open source site containing software that is broadly useful for image processing and image analysis applications.* |
+| -- | -- |
+| Homepage | [http://www.leptonica.org/](http://www.leptonica.org/) |
+| License | BSD-2-Clause |
+| Versions | 1.80.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [leptonica/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/leptonica/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install leptonica
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("leptonica")
+```
+
+
 ### leveldb (linux)
 
 
@@ -2282,6 +2330,29 @@ add_requires("libffi")
 ```
 
 
+### libfive (linux)
+
+
+| Description | *libfive is a software library and set of tools for solid modeling, especially suited for parametric and procedural design.* |
+| -- | -- |
+| Homepage | [https://libfive.com/](https://libfive.com/) |
+| Versions | 20210408 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libfive/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfive/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libfive
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfive")
+```
+
+
 ### libflac (linux)
 
 
@@ -4782,8 +4853,56 @@ add_requires("openvdb")
 ```
 
 
+### osqp (linux)
+
+
+| Description | *The Operator Splitting QP Solver* |
+| -- | -- |
+| Homepage | [https://osqp.org/](https://osqp.org/) |
+| License | Apache-2.0 |
+| Versions | v0.6.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [osqp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/osqp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install osqp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("osqp")
+```
+
+
 
 ## p
+### partio (linux)
+
+
+| Description | *Partio is an open source C++ library for reading, writing and manipulating a variety of standard particle formats (GEO, BGEO, PTC, PDB, PDA).* |
+| -- | -- |
+| Homepage | [http://partio.us/](http://partio.us/) |
+| License | BSD-3-Clause |
+| Versions | v1.14.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [partio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/partio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install partio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("partio")
+```
+
+
 ### patch (linux)
 
 
@@ -5818,6 +5937,30 @@ add_requires("tclap")
 ```
 
 
+### tesseract (linux)
+
+
+| Description | *Tesseract Open Source OCR Engine* |
+| -- | -- |
+| Homepage | [https://tesseract-ocr.github.io/](https://tesseract-ocr.github.io/) |
+| License | Apache-2.0 |
+| Versions | 4.1.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [tesseract/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tesseract/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tesseract
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tesseract")
+```
+
+
 ### tiltedcore (linux)
 
 

+ 96 - 1
packages/macosx.md

@@ -22,6 +22,30 @@ add_requires("abseil")
 ```
 
 
+### amgcl (macosx)
+
+
+| Description | *C++ library for solving large sparse linear systems with algebraic multigrid method* |
+| -- | -- |
+| Homepage | [https://github.com/ddemidov/amgcl/](https://github.com/ddemidov/amgcl/) |
+| License | MIT |
+| Versions | 1.4.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [amgcl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/amgcl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install amgcl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("amgcl")
+```
+
+
 ### argp-standalone (macosx)
 
 
@@ -1323,7 +1347,7 @@ add_requires("glew")
 | Description | *GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development.* |
 | -- | -- |
 | Homepage | [https://www.glfw.org/](https://www.glfw.org/) |
-| Versions | 3.3.2 |
+| Versions | 3.3.2, 3.3.4 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [glfw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glfw/xmake.lua) |
 
@@ -2095,6 +2119,29 @@ add_requires("libffi")
 ```
 
 
+### libfive (macosx)
+
+
+| Description | *libfive is a software library and set of tools for solid modeling, especially suited for parametric and procedural design.* |
+| -- | -- |
+| Homepage | [https://libfive.com/](https://libfive.com/) |
+| Versions | 20210408 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libfive/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfive/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libfive
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfive")
+```
+
+
 ### libflac (macosx)
 
 
@@ -4477,8 +4524,56 @@ add_requires("openvdb")
 ```
 
 
+### osqp (macosx)
+
+
+| Description | *The Operator Splitting QP Solver* |
+| -- | -- |
+| Homepage | [https://osqp.org/](https://osqp.org/) |
+| License | Apache-2.0 |
+| Versions | v0.6.2 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [osqp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/osqp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install osqp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("osqp")
+```
+
+
 
 ## p
+### partio (macosx)
+
+
+| Description | *Partio is an open source C++ library for reading, writing and manipulating a variety of standard particle formats (GEO, BGEO, PTC, PDB, PDA).* |
+| -- | -- |
+| Homepage | [http://partio.us/](http://partio.us/) |
+| License | BSD-3-Clause |
+| Versions | v1.14.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [partio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/partio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install partio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("partio")
+```
+
+
 ### patch (macosx)
 
 

+ 27 - 1
packages/mingw.md

@@ -647,7 +647,7 @@ add_requires("giflib")
 | Description | *GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development.* |
 | -- | -- |
 | Homepage | [https://www.glfw.org/](https://www.glfw.org/) |
-| Versions | 3.3.2 |
+| Versions | 3.3.2, 3.3.4 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [glfw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glfw/xmake.lua) |
 
@@ -1959,6 +1959,32 @@ add_requires("nlohmann_json")
 
 
 
+## o
+### osqp (mingw)
+
+
+| Description | *The Operator Splitting QP Solver* |
+| -- | -- |
+| Homepage | [https://osqp.org/](https://osqp.org/) |
+| License | Apache-2.0 |
+| Versions | v0.6.2 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [osqp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/osqp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] osqp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("osqp")
+```
+
+
+
 ## p
 ### patch (mingw)
 

+ 145 - 2
packages/windows.md

@@ -22,6 +22,30 @@ add_requires("abseil")
 ```
 
 
+### amgcl (windows)
+
+
+| Description | *C++ library for solving large sparse linear systems with algebraic multigrid method* |
+| -- | -- |
+| Homepage | [https://github.com/ddemidov/amgcl/](https://github.com/ddemidov/amgcl/) |
+| License | MIT |
+| Versions | 1.4.0 |
+| Architectures | x64, x86 |
+| Definition | [amgcl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/amgcl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install amgcl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("amgcl")
+```
+
+
 ### angelscript (windows)
 
 
@@ -1182,7 +1206,7 @@ add_requires("fmt")
 | Description | *A free-software/open-source alternative to the OpenGL Utility Toolkit (GLUT) library.* |
 | -- | -- |
 | Homepage | [http://freeglut.sourceforge.net](http://freeglut.sourceforge.net) |
-| Versions | 3.0.0 |
+| Versions | 3.0.0, 3.2.1 |
 | Architectures | x64, x86 |
 | Definition | [freeglut/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/freeglut/xmake.lua) |
 
@@ -1325,7 +1349,7 @@ add_requires("glew")
 | Description | *GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development.* |
 | -- | -- |
 | Homepage | [https://www.glfw.org/](https://www.glfw.org/) |
-| Versions | 3.3.2 |
+| Versions | 3.3.2, 3.3.4 |
 | Architectures | x64, x86 |
 | Definition | [glfw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glfw/xmake.lua) |
 
@@ -1888,6 +1912,30 @@ add_requires("lcms")
 ```
 
 
+### leptonica (windows)
+
+
+| Description | *Leptonica is a pedagogically-oriented open source site containing software that is broadly useful for image processing and image analysis applications.* |
+| -- | -- |
+| Homepage | [http://www.leptonica.org/](http://www.leptonica.org/) |
+| License | BSD-2-Clause |
+| Versions | 1.80.0 |
+| Architectures | x64, x86 |
+| Definition | [leptonica/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/leptonica/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install leptonica
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("leptonica")
+```
+
+
 ### leveldb (windows)
 
 
@@ -1958,6 +2006,29 @@ add_requires("libcurl")
 ```
 
 
+### libfive (windows)
+
+
+| Description | *libfive is a software library and set of tools for solid modeling, especially suited for parametric and procedural design.* |
+| -- | -- |
+| Homepage | [https://libfive.com/](https://libfive.com/) |
+| Versions | 20210408 |
+| Architectures | x64, x86 |
+| Definition | [libfive/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libfive/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libfive
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libfive")
+```
+
+
 ### libflac (windows)
 
 
@@ -3573,8 +3644,56 @@ add_requires("openvdb")
 ```
 
 
+### osqp (windows)
+
+
+| Description | *The Operator Splitting QP Solver* |
+| -- | -- |
+| Homepage | [https://osqp.org/](https://osqp.org/) |
+| License | Apache-2.0 |
+| Versions | v0.6.2 |
+| Architectures | x64, x86 |
+| Definition | [osqp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/osqp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install osqp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("osqp")
+```
+
+
 
 ## p
+### partio (windows)
+
+
+| Description | *Partio is an open source C++ library for reading, writing and manipulating a variety of standard particle formats (GEO, BGEO, PTC, PDB, PDA).* |
+| -- | -- |
+| Homepage | [http://partio.us/](http://partio.us/) |
+| License | BSD-3-Clause |
+| Versions | v1.14.0 |
+| Architectures | x64, x86 |
+| Definition | [partio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/partio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install partio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("partio")
+```
+
+
 ### patch (windows)
 
 
@@ -4632,6 +4751,30 @@ add_requires("tclap")
 ```
 
 
+### tesseract (windows)
+
+
+| Description | *Tesseract Open Source OCR Engine* |
+| -- | -- |
+| Homepage | [https://tesseract-ocr.github.io/](https://tesseract-ocr.github.io/) |
+| License | Apache-2.0 |
+| Versions | 4.1.1 |
+| Architectures | x64, x86 |
+| Definition | [tesseract/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tesseract/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tesseract
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tesseract")
+```
+
+
 ### tiltedcore (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-04-14T15:16:13+08:00</lastmod>
+  <lastmod>2021-04-15T14:29:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-04-14T15:16:14+08:00</lastmod>
+  <lastmod>2021-04-15T14:29:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-04-14T15:16:14+08:00</lastmod>
+  <lastmod>2021-04-15T14:29:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-04-14T15:16:14+08:00</lastmod>
+  <lastmod>2021-04-15T14:29:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-04-14T15:16:14+08:00</lastmod>
+  <lastmod>2021-04-15T14:29:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-04-14T15:16:14+08:00</lastmod>
+  <lastmod>2021-04-15T14:29:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-04-14T15:16:15+08:00</lastmod>
+  <lastmod>2021-04-15T14:29:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-04-14T15:16:15+08:00</lastmod>
+  <lastmod>2021-04-15T14:29:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-04-14T15:16:15+08:00</lastmod>
+  <lastmod>2021-04-15T14:29:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-04-14T15:16:15+08:00</lastmod>
+  <lastmod>2021-04-15T14:29:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-04-14T15:16:15+08:00</lastmod>
+  <lastmod>2021-04-15T14:29:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-04-14T15:16:15+08:00</lastmod>
+  <lastmod>2021-04-15T14:29:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-04-14T15:16:16+08:00</lastmod>
+  <lastmod>2021-04-15T14:29:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-04-14T15:16:16+08:00</lastmod>
+  <lastmod>2021-04-15T14:29:18+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: houdini, itk, range-v3**
+- **Recently added: amgcl, leptonica, libfive**
 
 [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)
-- 包列表 (294)
+- 包列表 (300)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)