Procházet zdrojové kódy

autoupdate docs by xmake-repo/ci

ruki před 4 roky
rodič
revize
aaa1590615

+ 1 - 1
_coverpage.md

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

+ 38 - 34
mirror/packages/android.html

@@ -897,7 +897,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.6.0</td>
+<td>v3.6.0, v3.7.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3378,6 +3378,43 @@
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
 <h2 id="r">r</h2>
+<h3 id="rangev3android">range-v3 (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Range library for C++14/17/20, basis for C++20&#39;s std::ranges</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ericniebler/range-v3/">https://github.com/ericniebler/range-v3/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.11.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/range-v3/xmake.lua">range-v3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] range-v3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("range-v3")
+</code></pre>
 <h3 id="rapidjsonandroid">rapidjson (android)</h3>
 <table>
 <thead>
@@ -3891,39 +3928,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyxml2")
 </code></pre>
-<h3 id="tmxparserandroid">tmxparser (android)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>C++11 library for parsing the maps generated by Tiled Map Editor</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://github.com/sainteos/tmxparser">https://github.com/sainteos/tmxparser</a></td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>2.2.0</td>
-</tr>
-<tr>
-<td>Architectures</td>
-<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
-</tr>
-<tr>
-<td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua">tmxparser/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] tmxparser
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("tmxparser")
-</code></pre>
 <h2 id="x">x</h2>
 <h3 id="xhookandroid">xhook (android)</h3>
 <table>

+ 38 - 34
mirror/packages/bsd.html

@@ -650,7 +650,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.6.0</td>
+<td>v3.6.0, v3.7.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2415,6 +2415,43 @@
 <pre><code class="lang-lua">add_requires("qdcae")
 </code></pre>
 <h2 id="r">r</h2>
+<h3 id="rangev3bsd">range-v3 (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Range library for C++14/17/20, basis for C++20&#39;s std::ranges</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ericniebler/range-v3/">https://github.com/ericniebler/range-v3/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.11.0</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/r/range-v3/xmake.lua">range-v3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install range-v3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("range-v3")
+</code></pre>
 <h3 id="rapidjsonbsd">rapidjson (bsd)</h3>
 <table>
 <thead>
@@ -2858,39 +2895,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinygltf")
 </code></pre>
-<h3 id="tmxparserbsd">tmxparser (bsd)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>C++11 library for parsing the maps generated by Tiled Map Editor</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://github.com/sainteos/tmxparser">https://github.com/sainteos/tmxparser</a></td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>2.2.0</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/t/tmxparser/xmake.lua">tmxparser/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install tmxparser
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("tmxparser")
-</code></pre>
 <h2 id="y">y</h2>
 <h3 id="yasmbsd">yasm (bsd)</h3>
 <table>

+ 38 - 34
mirror/packages/cross.html

@@ -617,7 +617,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.6.0</td>
+<td>v3.6.0, v3.7.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2279,6 +2279,43 @@
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
 <h2 id="r">r</h2>
+<h3 id="rangev3cross">range-v3 (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Range library for C++14/17/20, basis for C++20&#39;s std::ranges</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ericniebler/range-v3/">https://github.com/ericniebler/range-v3/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.11.0</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/r/range-v3/xmake.lua">range-v3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] range-v3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("range-v3")
+</code></pre>
 <h3 id="rapidjsoncross">rapidjson (cross)</h3>
 <table>
 <thead>
@@ -2689,39 +2726,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinygltf")
 </code></pre>
-<h3 id="tmxparsercross">tmxparser (cross)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>C++11 library for parsing the maps generated by Tiled Map Editor</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://github.com/sainteos/tmxparser">https://github.com/sainteos/tmxparser</a></td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>2.2.0</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/t/tmxparser/xmake.lua">tmxparser/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] tmxparser
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("tmxparser")
-</code></pre>
 <h2 id="y">y</h2>
 <h3 id="yasmcross">yasm (cross)</h3>
 <table>

+ 38 - 34
mirror/packages/iphoneos.html

@@ -757,7 +757,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.6.0</td>
+<td>v3.6.0, v3.7.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3069,6 +3069,43 @@
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
 <h2 id="r">r</h2>
+<h3 id="rangev3iphoneos">range-v3 (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Range library for C++14/17/20, basis for C++20&#39;s std::ranges</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ericniebler/range-v3/">https://github.com/ericniebler/range-v3/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.11.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/range-v3/xmake.lua">range-v3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos range-v3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("range-v3")
+</code></pre>
 <h3 id="rapidjsoniphoneos">rapidjson (iphoneos)</h3>
 <table>
 <thead>
@@ -3586,39 +3623,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyxml2")
 </code></pre>
-<h3 id="tmxparseriphoneos">tmxparser (iphoneos)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>C++11 library for parsing the maps generated by Tiled Map Editor</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://github.com/sainteos/tmxparser">https://github.com/sainteos/tmxparser</a></td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>2.2.0</td>
-</tr>
-<tr>
-<td>Architectures</td>
-<td>arm64, armv7, armv7s, i386, x86_64</td>
-</tr>
-<tr>
-<td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua">tmxparser/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p iphoneos tmxparser
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("tmxparser")
-</code></pre>
 <h2 id="y">y</h2>
 <h3 id="yasmiphoneos">yasm (iphoneos)</h3>
 <table>

+ 117 - 6
mirror/packages/linux.html

@@ -604,17 +604,17 @@
 <thead>
 <tr>
 <th>Description</th>
-<th><em>Freely available high-quality data compressor.</em></th>
+<th><em>Freely available, patent free, high-quality data compressor.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://en.wikipedia.org/wiki/Bzip2">https://en.wikipedia.org/wiki/Bzip2</a></td>
+<td><a href="https://sourceware.org/bzip2/">https://sourceware.org/bzip2/</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.6</td>
+<td>1.0.8</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1593,7 +1593,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.6.0</td>
+<td>v3.6.0, v3.7.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1663,7 +1663,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.2.10, 2.2.6</td>
+<td>2.2.10, 2.2.6, 2.3.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2946,6 +2946,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("irrxml")
 </code></pre>
+<h3 id="itklinux">itk (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>ITK is an open-source, cross-platform library that provides developers with an extensive suite of software tools for image analysis.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://itk.org/">https://itk.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.2.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/i/itk/xmake.lua">itk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install itk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("itk")
+</code></pre>
 <h2 id="j">j</h2>
 <h3 id="jsonclinux">json-c (linux)</h3>
 <table>
@@ -6898,7 +6935,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.4.9, 4.2.0, 4.5.1</td>
+<td>3.4.9, 4.2.0, 4.5.1, 4.5.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7665,6 +7702,43 @@
 <pre><code class="lang-lua">add_requires("qhull")
 </code></pre>
 <h2 id="r">r</h2>
+<h3 id="rangev3linux">range-v3 (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Range library for C++14/17/20, basis for C++20&#39;s std::ranges</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ericniebler/range-v3/">https://github.com/ericniebler/range-v3/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.11.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/r/range-v3/xmake.lua">range-v3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install range-v3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("range-v3")
+</code></pre>
 <h3 id="rapidjsonlinux">rapidjson (linux)</h3>
 <table>
 <thead>
@@ -8979,6 +9053,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("volk")
 </code></pre>
+<h3 id="vtklinux">vtk (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Visualization Toolkit (VTK) is open source software for manipulating and displaying scientific data.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://vtk.org/">https://vtk.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>9.0.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vtk/xmake.lua">vtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vtk")
+</code></pre>
 <h3 id="vulkanheaderslinux">vulkan-headers (linux)</h3>
 <table>
 <thead>

+ 80 - 6
mirror/packages/macosx.html

@@ -567,17 +567,17 @@
 <thead>
 <tr>
 <th>Description</th>
-<th><em>Freely available high-quality data compressor.</em></th>
+<th><em>Freely available, patent free, high-quality data compressor.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://en.wikipedia.org/wiki/Bzip2">https://en.wikipedia.org/wiki/Bzip2</a></td>
+<td><a href="https://sourceware.org/bzip2/">https://sourceware.org/bzip2/</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.6</td>
+<td>1.0.8</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1519,7 +1519,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.6.0</td>
+<td>v3.6.0, v3.7.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1556,7 +1556,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.2.10, 2.2.6</td>
+<td>2.2.10, 2.2.6, 2.3.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2769,6 +2769,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("irrxml")
 </code></pre>
+<h3 id="itkmacosx">itk (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>ITK is an open-source, cross-platform library that provides developers with an extensive suite of software tools for image analysis.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://itk.org/">https://itk.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.2.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/i/itk/xmake.lua">itk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install itk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("itk")
+</code></pre>
 <h2 id="j">j</h2>
 <h3 id="jsoncmacosx">json-c (macosx)</h3>
 <table>
@@ -6445,7 +6482,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.4.9, 4.2.0, 4.5.1</td>
+<td>3.4.9, 4.2.0, 4.5.1, 4.5.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7179,6 +7216,43 @@
 <pre><code class="lang-lua">add_requires("qhull")
 </code></pre>
 <h2 id="r">r</h2>
+<h3 id="rangev3macosx">range-v3 (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Range library for C++14/17/20, basis for C++20&#39;s std::ranges</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ericniebler/range-v3/">https://github.com/ericniebler/range-v3/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.11.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/r/range-v3/xmake.lua">range-v3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install range-v3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("range-v3")
+</code></pre>
 <h3 id="rapidjsonmacosx">rapidjson (macosx)</h3>
 <table>
 <thead>

+ 75 - 34
mirror/packages/mingw.html

@@ -794,7 +794,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.6.0</td>
+<td>v3.6.0, v3.7.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -812,6 +812,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("entt")
 </code></pre>
+<h3 id="expatmingw">expat (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>XML 1.0 parser</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libexpat.github.io">https://libexpat.github.io</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.2.10, 2.2.6, 2.3.0</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/e/expat/xmake.lua">expat/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] expat
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("expat")
+</code></pre>
 <h3 id="expectedmingw">expected (mingw)</h3>
 <table>
 <thead>
@@ -3338,6 +3375,43 @@
 <pre><code class="lang-lua">add_requires("qhull")
 </code></pre>
 <h2 id="r">r</h2>
+<h3 id="rangev3mingw">range-v3 (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Range library for C++14/17/20, basis for C++20&#39;s std::ranges</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ericniebler/range-v3/">https://github.com/ericniebler/range-v3/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.11.0</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/r/range-v3/xmake.lua">range-v3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] range-v3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("range-v3")
+</code></pre>
 <h3 id="rapidjsonmingw">rapidjson (mingw)</h3>
 <table>
 <thead>
@@ -3888,39 +3962,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyxml2")
 </code></pre>
-<h3 id="tmxparsermingw">tmxparser (mingw)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>C++11 library for parsing the maps generated by Tiled Map Editor</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://github.com/sainteos/tmxparser">https://github.com/sainteos/tmxparser</a></td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>2.2.0</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/t/tmxparser/xmake.lua">tmxparser/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] tmxparser
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("tmxparser")
-</code></pre>
 <h2 id="x">x</h2>
 <h3 id="xzmingw">xz (mingw)</h3>
 <table>

+ 38 - 34
mirror/packages/msys.html

@@ -654,7 +654,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.6.0</td>
+<td>v3.6.0, v3.7.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2146,6 +2146,43 @@
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
 <h2 id="r">r</h2>
+<h3 id="rangev3msys">range-v3 (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Range library for C++14/17/20, basis for C++20&#39;s std::ranges</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ericniebler/range-v3/">https://github.com/ericniebler/range-v3/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.11.0</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/r/range-v3/xmake.lua">range-v3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install range-v3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("range-v3")
+</code></pre>
 <h3 id="rapidjsonmsys">rapidjson (msys)</h3>
 <table>
 <thead>
@@ -2589,39 +2626,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinygltf")
 </code></pre>
-<h3 id="tmxparsermsys">tmxparser (msys)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>C++11 library for parsing the maps generated by Tiled Map Editor</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://github.com/sainteos/tmxparser">https://github.com/sainteos/tmxparser</a></td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>2.2.0</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/t/tmxparser/xmake.lua">tmxparser/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install tmxparser
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("tmxparser")
-</code></pre>
 <h2 id="y">y</h2>
 <h3 id="yasmmsys">yasm (msys)</h3>
 <table>

+ 117 - 6
mirror/packages/windows.html

@@ -567,17 +567,17 @@
 <thead>
 <tr>
 <th>Description</th>
-<th><em>Freely available high-quality data compressor.</em></th>
+<th><em>Freely available, patent free, high-quality data compressor.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://en.wikipedia.org/wiki/Bzip2">https://en.wikipedia.org/wiki/Bzip2</a></td>
+<td><a href="https://sourceware.org/bzip2/">https://sourceware.org/bzip2/</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.6</td>
+<td>1.0.8</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1589,7 +1589,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.6.0</td>
+<td>v3.6.0, v3.7.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1626,7 +1626,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.2.10, 2.2.6</td>
+<td>2.2.10, 2.2.6, 2.3.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2674,6 +2674,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("irrxml")
 </code></pre>
+<h3 id="itkwindows">itk (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>ITK is an open-source, cross-platform library that provides developers with an extensive suite of software tools for image analysis.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://itk.org/">https://itk.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v5.2.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/i/itk/xmake.lua">itk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install itk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("itk")
+</code></pre>
 <h2 id="j">j</h2>
 <h3 id="jsonconswindows">jsoncons (windows)</h3>
 <table>
@@ -5130,7 +5167,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.4.9, 4.2.0, 4.5.1</td>
+<td>3.4.9, 4.2.0, 4.5.1, 4.5.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5930,6 +5967,43 @@
 <pre><code class="lang-lua">add_requires("qhull")
 </code></pre>
 <h2 id="r">r</h2>
+<h3 id="rangev3windows">range-v3 (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Range library for C++14/17/20, basis for C++20&#39;s std::ranges</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ericniebler/range-v3/">https://github.com/ericniebler/range-v3/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSL-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.11.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/r/range-v3/xmake.lua">range-v3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install range-v3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("range-v3")
+</code></pre>
 <h3 id="rapidjsonwindows">rapidjson (windows)</h3>
 <table>
 <thead>
@@ -7178,6 +7252,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("volk")
 </code></pre>
+<h3 id="vtkwindows">vtk (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Visualization Toolkit (VTK) is open source software for manipulating and displaying scientific data.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://vtk.org/">https://vtk.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>9.0.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vtk/xmake.lua">vtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vtk")
+</code></pre>
 <h3 id="vulkanheaderswindows">vulkan-headers (windows)</h3>
 <table>
 <thead>

+ 25 - 24
packages/android.md

@@ -549,7 +549,7 @@ add_requires("doctest")
 | Description | *Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more.* |
 | -- | -- |
 | Homepage | [https://github.com/skypjack/entt](https://github.com/skypjack/entt) |
-| Versions | v3.6.0 |
+| Versions | v3.6.0, v3.7.0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [entt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/entt/xmake.lua) |
 
@@ -2263,6 +2263,30 @@ add_requires("python2")
 
 
 ## r
+### range-v3 (android)
+
+
+| Description | *Range library for C++14/17/20, basis for C++20's std::ranges* |
+| -- | -- |
+| Homepage | [https://github.com/ericniebler/range-v3/](https://github.com/ericniebler/range-v3/) |
+| License | BSL-1.0 |
+| Versions | 0.11.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [range-v3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/range-v3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] range-v3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("range-v3")
+```
+
+
 ### rapidjson (android)
 
 
@@ -2616,29 +2640,6 @@ add_requires("tinyxml2")
 ```
 
 
-### tmxparser (android)
-
-
-| Description | *C++11 library for parsing the maps generated by Tiled Map Editor* |
-| -- | -- |
-| Homepage | [https://github.com/sainteos/tmxparser](https://github.com/sainteos/tmxparser) |
-| Versions | 2.2.0 |
-| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
-| Definition | [tmxparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p android [--ndk=/xxx] tmxparser
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("tmxparser")
-```
-
-
 
 ## x
 ### xhook (android)

+ 25 - 24
packages/bsd.md

@@ -384,7 +384,7 @@ add_requires("doctest")
 | Description | *Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more.* |
 | -- | -- |
 | Homepage | [https://github.com/skypjack/entt](https://github.com/skypjack/entt) |
-| Versions | v3.6.0 |
+| Versions | v3.6.0, v3.7.0 |
 | Architectures | i386, x86_64 |
 | Definition | [entt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/entt/xmake.lua) |
 
@@ -1611,6 +1611,30 @@ add_requires("qdcae")
 
 
 ## r
+### range-v3 (bsd)
+
+
+| Description | *Range library for C++14/17/20, basis for C++20's std::ranges* |
+| -- | -- |
+| Homepage | [https://github.com/ericniebler/range-v3/](https://github.com/ericniebler/range-v3/) |
+| License | BSL-1.0 |
+| Versions | 0.11.0 |
+| Architectures | i386, x86_64 |
+| Definition | [range-v3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/range-v3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install range-v3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("range-v3")
+```
+
+
 ### rapidjson (bsd)
 
 
@@ -1917,29 +1941,6 @@ add_requires("tinygltf")
 ```
 
 
-### tmxparser (bsd)
-
-
-| Description | *C++11 library for parsing the maps generated by Tiled Map Editor* |
-| -- | -- |
-| Homepage | [https://github.com/sainteos/tmxparser](https://github.com/sainteos/tmxparser) |
-| Versions | 2.2.0 |
-| Architectures | i386, x86_64 |
-| Definition | [tmxparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install tmxparser
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("tmxparser")
-```
-
-
 
 ## y
 ### yasm (bsd)

+ 25 - 24
packages/cross.md

@@ -361,7 +361,7 @@ add_requires("doctest")
 | Description | *Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more.* |
 | -- | -- |
 | Homepage | [https://github.com/skypjack/entt](https://github.com/skypjack/entt) |
-| Versions | v3.6.0 |
+| Versions | v3.6.0, v3.7.0 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [entt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/entt/xmake.lua) |
 
@@ -1518,6 +1518,30 @@ add_requires("python2")
 
 
 ## r
+### range-v3 (cross)
+
+
+| Description | *Range library for C++14/17/20, basis for C++20's std::ranges* |
+| -- | -- |
+| Homepage | [https://github.com/ericniebler/range-v3/](https://github.com/ericniebler/range-v3/) |
+| License | BSL-1.0 |
+| Versions | 0.11.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [range-v3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/range-v3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] range-v3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("range-v3")
+```
+
+
 ### rapidjson (cross)
 
 
@@ -1801,29 +1825,6 @@ add_requires("tinygltf")
 ```
 
 
-### tmxparser (cross)
-
-
-| Description | *C++11 library for parsing the maps generated by Tiled Map Editor* |
-| -- | -- |
-| Homepage | [https://github.com/sainteos/tmxparser](https://github.com/sainteos/tmxparser) |
-| Versions | 2.2.0 |
-| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
-| Definition | [tmxparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p cross [--sdk=/xxx] tmxparser
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("tmxparser")
-```
-
-
 
 ## y
 ### yasm (cross)

+ 25 - 24
packages/iphoneos.md

@@ -455,7 +455,7 @@ add_requires("doctest")
 | Description | *Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more.* |
 | -- | -- |
 | Homepage | [https://github.com/skypjack/entt](https://github.com/skypjack/entt) |
-| Versions | v3.6.0 |
+| Versions | v3.6.0, v3.7.0 |
 | Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Definition | [entt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/entt/xmake.lua) |
 
@@ -2053,6 +2053,30 @@ add_requires("python2")
 
 
 ## r
+### range-v3 (iphoneos)
+
+
+| Description | *Range library for C++14/17/20, basis for C++20's std::ranges* |
+| -- | -- |
+| Homepage | [https://github.com/ericniebler/range-v3/](https://github.com/ericniebler/range-v3/) |
+| License | BSL-1.0 |
+| Versions | 0.11.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [range-v3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/range-v3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos range-v3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("range-v3")
+```
+
+
 ### rapidjson (iphoneos)
 
 
@@ -2407,29 +2431,6 @@ add_requires("tinyxml2")
 ```
 
 
-### tmxparser (iphoneos)
-
-
-| Description | *C++11 library for parsing the maps generated by Tiled Map Editor* |
-| -- | -- |
-| Homepage | [https://github.com/sainteos/tmxparser](https://github.com/sainteos/tmxparser) |
-| Versions | 2.2.0 |
-| Architectures | arm64, armv7, armv7s, i386, x86_64 |
-| Definition | [tmxparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p iphoneos tmxparser
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("tmxparser")
-```
-
-
 
 ## y
 ### yasm (iphoneos)

+ 78 - 6
packages/linux.md

@@ -352,10 +352,10 @@ add_requires("bullet3")
 ### bzip2 (linux)
 
 
-| Description | *Freely available high-quality data compressor.* |
+| Description | *Freely available, patent free, high-quality data compressor.* |
 | -- | -- |
-| Homepage | [https://en.wikipedia.org/wiki/Bzip2](https://en.wikipedia.org/wiki/Bzip2) |
-| Versions | 1.0.6 |
+| Homepage | [https://sourceware.org/bzip2/](https://sourceware.org/bzip2/) |
+| Versions | 1.0.8 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [bzip2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bzip2/xmake.lua) |
 
@@ -1018,7 +1018,7 @@ add_requires("embree")
 | Description | *Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more.* |
 | -- | -- |
 | Homepage | [https://github.com/skypjack/entt](https://github.com/skypjack/entt) |
-| Versions | v3.6.0 |
+| Versions | v3.6.0, v3.7.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [entt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/entt/xmake.lua) |
 
@@ -1065,7 +1065,7 @@ add_requires("eudev")
 | -- | -- |
 | Homepage | [https://libexpat.github.io](https://libexpat.github.io) |
 | License | MIT |
-| Versions | 2.2.10, 2.2.6 |
+| Versions | 2.2.10, 2.2.6, 2.3.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [expat/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/expat/xmake.lua) |
 
@@ -1951,6 +1951,30 @@ add_requires("irrxml")
 ```
 
 
+### itk (linux)
+
+
+| Description | *ITK is an open-source, cross-platform library that provides developers with an extensive suite of software tools for image analysis.* |
+| -- | -- |
+| Homepage | [https://itk.org/](https://itk.org/) |
+| License | Apache-2.0 |
+| Versions | v5.2.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [itk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/itk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install itk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("itk")
+```
+
+
 
 ## j
 ### json-c (linux)
@@ -4648,7 +4672,7 @@ add_requires("openblas")
 | Description | *A open source computer vision library.* |
 | -- | -- |
 | Homepage | [https://opencv.org/](https://opencv.org/) |
-| Versions | 3.4.9, 4.2.0, 4.5.1 |
+| Versions | 3.4.9, 4.2.0, 4.5.1, 4.5.2 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [opencv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opencv/xmake.lua) |
 
@@ -5182,6 +5206,30 @@ add_requires("qhull")
 
 
 ## r
+### range-v3 (linux)
+
+
+| Description | *Range library for C++14/17/20, basis for C++20's std::ranges* |
+| -- | -- |
+| Homepage | [https://github.com/ericniebler/range-v3/](https://github.com/ericniebler/range-v3/) |
+| License | BSL-1.0 |
+| Versions | 0.11.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [range-v3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/range-v3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install range-v3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("range-v3")
+```
+
+
 ### rapidjson (linux)
 
 
@@ -6078,6 +6126,30 @@ add_requires("volk")
 ```
 
 
+### vtk (linux)
+
+
+| Description | *The Visualization Toolkit (VTK) is open source software for manipulating and displaying scientific data.* |
+| -- | -- |
+| Homepage | [https://vtk.org/](https://vtk.org/) |
+| License | BSD-3-Clause |
+| Versions | 9.0.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [vtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vtk")
+```
+
+
 ### vulkan-headers (linux)
 
 

+ 54 - 6
packages/macosx.md

@@ -328,10 +328,10 @@ add_requires("bullet3")
 ### bzip2 (macosx)
 
 
-| Description | *Freely available high-quality data compressor.* |
+| Description | *Freely available, patent free, high-quality data compressor.* |
 | -- | -- |
-| Homepage | [https://en.wikipedia.org/wiki/Bzip2](https://en.wikipedia.org/wiki/Bzip2) |
-| Versions | 1.0.6 |
+| Homepage | [https://sourceware.org/bzip2/](https://sourceware.org/bzip2/) |
+| Versions | 1.0.8 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [bzip2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bzip2/xmake.lua) |
 
@@ -970,7 +970,7 @@ add_requires("embree")
 | Description | *Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more.* |
 | -- | -- |
 | Homepage | [https://github.com/skypjack/entt](https://github.com/skypjack/entt) |
-| Versions | v3.6.0 |
+| Versions | v3.6.0, v3.7.0 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [entt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/entt/xmake.lua) |
 
@@ -994,7 +994,7 @@ add_requires("entt")
 | -- | -- |
 | Homepage | [https://libexpat.github.io](https://libexpat.github.io) |
 | License | MIT |
-| Versions | 2.2.10, 2.2.6 |
+| Versions | 2.2.10, 2.2.6, 2.3.0 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [expat/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/expat/xmake.lua) |
 
@@ -1833,6 +1833,30 @@ add_requires("irrxml")
 ```
 
 
+### itk (macosx)
+
+
+| Description | *ITK is an open-source, cross-platform library that provides developers with an extensive suite of software tools for image analysis.* |
+| -- | -- |
+| Homepage | [https://itk.org/](https://itk.org/) |
+| License | Apache-2.0 |
+| Versions | v5.2.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [itk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/itk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install itk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("itk")
+```
+
+
 
 ## j
 ### json-c (macosx)
@@ -4343,7 +4367,7 @@ add_requires("oatpp")
 | Description | *A open source computer vision library.* |
 | -- | -- |
 | Homepage | [https://opencv.org/](https://opencv.org/) |
-| Versions | 3.4.9, 4.2.0, 4.5.1 |
+| Versions | 3.4.9, 4.2.0, 4.5.1, 4.5.2 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [opencv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opencv/xmake.lua) |
 
@@ -4854,6 +4878,30 @@ add_requires("qhull")
 
 
 ## r
+### range-v3 (macosx)
+
+
+| Description | *Range library for C++14/17/20, basis for C++20's std::ranges* |
+| -- | -- |
+| Homepage | [https://github.com/ericniebler/range-v3/](https://github.com/ericniebler/range-v3/) |
+| License | BSL-1.0 |
+| Versions | 0.11.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [range-v3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/range-v3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install range-v3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("range-v3")
+```
+
+
 ### rapidjson (macosx)
 
 

+ 49 - 24
packages/mingw.md

@@ -479,7 +479,7 @@ add_requires("doctest")
 | Description | *Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more.* |
 | -- | -- |
 | Homepage | [https://github.com/skypjack/entt](https://github.com/skypjack/entt) |
-| Versions | v3.6.0 |
+| Versions | v3.6.0, v3.7.0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [entt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/entt/xmake.lua) |
 
@@ -496,6 +496,30 @@ add_requires("entt")
 ```
 
 
+### expat (mingw)
+
+
+| Description | *XML 1.0 parser* |
+| -- | -- |
+| Homepage | [https://libexpat.github.io](https://libexpat.github.io) |
+| License | MIT |
+| Versions | 2.2.10, 2.2.6, 2.3.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [expat/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/expat/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] expat
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("expat")
+```
+
+
 ### expected (mingw)
 
 
@@ -2240,6 +2264,30 @@ add_requires("qhull")
 
 
 ## r
+### range-v3 (mingw)
+
+
+| Description | *Range library for C++14/17/20, basis for C++20's std::ranges* |
+| -- | -- |
+| Homepage | [https://github.com/ericniebler/range-v3/](https://github.com/ericniebler/range-v3/) |
+| License | BSL-1.0 |
+| Versions | 0.11.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [range-v3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/range-v3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] range-v3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("range-v3")
+```
+
+
 ### rapidjson (mingw)
 
 
@@ -2617,29 +2665,6 @@ add_requires("tinyxml2")
 ```
 
 
-### tmxparser (mingw)
-
-
-| Description | *C++11 library for parsing the maps generated by Tiled Map Editor* |
-| -- | -- |
-| Homepage | [https://github.com/sainteos/tmxparser](https://github.com/sainteos/tmxparser) |
-| Versions | 2.2.0 |
-| Architectures | arm, arm64, i386, x86_64 |
-| Definition | [tmxparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p mingw [--mingw=/xxx] tmxparser
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("tmxparser")
-```
-
-
 
 ## x
 ### xz (mingw)

+ 25 - 24
packages/msys.md

@@ -385,7 +385,7 @@ add_requires("doctest")
 | Description | *Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more.* |
 | -- | -- |
 | Homepage | [https://github.com/skypjack/entt](https://github.com/skypjack/entt) |
-| Versions | v3.6.0 |
+| Versions | v3.6.0, v3.7.0 |
 | Architectures | i386, x86_64 |
 | Definition | [entt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/entt/xmake.lua) |
 
@@ -1424,6 +1424,30 @@ add_requires("python2")
 
 
 ## r
+### range-v3 (msys)
+
+
+| Description | *Range library for C++14/17/20, basis for C++20's std::ranges* |
+| -- | -- |
+| Homepage | [https://github.com/ericniebler/range-v3/](https://github.com/ericniebler/range-v3/) |
+| License | BSL-1.0 |
+| Versions | 0.11.0 |
+| Architectures | i386, x86_64 |
+| Definition | [range-v3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/range-v3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install range-v3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("range-v3")
+```
+
+
 ### rapidjson (msys)
 
 
@@ -1730,29 +1754,6 @@ add_requires("tinygltf")
 ```
 
 
-### tmxparser (msys)
-
-
-| Description | *C++11 library for parsing the maps generated by Tiled Map Editor* |
-| -- | -- |
-| Homepage | [https://github.com/sainteos/tmxparser](https://github.com/sainteos/tmxparser) |
-| Versions | 2.2.0 |
-| Architectures | i386, x86_64 |
-| Definition | [tmxparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install tmxparser
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("tmxparser")
-```
-
-
 
 ## y
 ### yasm (msys)

+ 78 - 6
packages/windows.md

@@ -328,10 +328,10 @@ add_requires("bullet3")
 ### bzip2 (windows)
 
 
-| Description | *Freely available high-quality data compressor.* |
+| Description | *Freely available, patent free, high-quality data compressor.* |
 | -- | -- |
-| Homepage | [https://en.wikipedia.org/wiki/Bzip2](https://en.wikipedia.org/wiki/Bzip2) |
-| Versions | 1.0.6 |
+| Homepage | [https://sourceware.org/bzip2/](https://sourceware.org/bzip2/) |
+| Versions | 1.0.8 |
 | Architectures | x64, x86 |
 | Definition | [bzip2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bzip2/xmake.lua) |
 
@@ -1017,7 +1017,7 @@ add_requires("embree")
 | Description | *Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more.* |
 | -- | -- |
 | Homepage | [https://github.com/skypjack/entt](https://github.com/skypjack/entt) |
-| Versions | v3.6.0 |
+| Versions | v3.6.0, v3.7.0 |
 | Architectures | x64, x86 |
 | Definition | [entt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/entt/xmake.lua) |
 
@@ -1041,7 +1041,7 @@ add_requires("entt")
 | -- | -- |
 | Homepage | [https://libexpat.github.io](https://libexpat.github.io) |
 | License | MIT |
-| Versions | 2.2.10, 2.2.6 |
+| Versions | 2.2.10, 2.2.6, 2.3.0 |
 | Architectures | x64, x86 |
 | Definition | [expat/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/expat/xmake.lua) |
 
@@ -1765,6 +1765,30 @@ add_requires("irrxml")
 ```
 
 
+### itk (windows)
+
+
+| Description | *ITK is an open-source, cross-platform library that provides developers with an extensive suite of software tools for image analysis.* |
+| -- | -- |
+| Homepage | [https://itk.org/](https://itk.org/) |
+| License | Apache-2.0 |
+| Versions | v5.2.0 |
+| Architectures | x64, x86 |
+| Definition | [itk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/itk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install itk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("itk")
+```
+
+
 
 ## j
 ### jsoncons (windows)
@@ -3439,7 +3463,7 @@ add_requires("openblas")
 | Description | *A open source computer vision library.* |
 | -- | -- |
 | Homepage | [https://opencv.org/](https://opencv.org/) |
-| Versions | 3.4.9, 4.2.0, 4.5.1 |
+| Versions | 3.4.9, 4.2.0, 4.5.1, 4.5.2 |
 | Architectures | x64, x86 |
 | Definition | [opencv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opencv/xmake.lua) |
 
@@ -3996,6 +4020,30 @@ add_requires("qhull")
 
 
 ## r
+### range-v3 (windows)
+
+
+| Description | *Range library for C++14/17/20, basis for C++20's std::ranges* |
+| -- | -- |
+| Homepage | [https://github.com/ericniebler/range-v3/](https://github.com/ericniebler/range-v3/) |
+| License | BSL-1.0 |
+| Versions | 0.11.0 |
+| Architectures | x64, x86 |
+| Definition | [range-v3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/range-v3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install range-v3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("range-v3")
+```
+
+
 ### rapidjson (windows)
 
 
@@ -4846,6 +4894,30 @@ add_requires("volk")
 ```
 
 
+### vtk (windows)
+
+
+| Description | *The Visualization Toolkit (VTK) is open source software for manipulating and displaying scientific data.* |
+| -- | -- |
+| Homepage | [https://vtk.org/](https://vtk.org/) |
+| License | BSD-3-Clause |
+| Versions | 9.0.1 |
+| Architectures | x64, x86 |
+| Definition | [vtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vtk")
+```
+
+
 ### vulkan-headers (windows)
 
 

+ 14 - 14
sitemap.xml

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

+ 1 - 1
zh-cn/_coverpage.md

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