2
0
Эх сурвалжийг харах

autoupdate docs by xmake-repo/ci

ruki 4 жил өмнө
parent
commit
67f883f95b

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: openmesh, port, newtondynamics**
+- **Recently added: geos, port, collada-dom**
 
 [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 (313)
+- Packages (316)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -4098,6 +4098,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyobjloader")
 </code></pre>
+<h3 id="tinyxmlandroid">tinyxml (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/tinyxml/">https://sourceforge.net/projects/tinyxml/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.6.2</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/tinyxml/xmake.lua">tinyxml/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] tinyxml
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyxml")
+</code></pre>
 <h3 id="tinyxml2android">tinyxml2 (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -3064,6 +3064,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinygltf")
 </code></pre>
+<h3 id="tinyxmlbsd">tinyxml (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/tinyxml/">https://sourceforge.net/projects/tinyxml/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.6.2</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/tinyxml/xmake.lua">tinyxml/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinyxml
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyxml")
+</code></pre>
 <h2 id="y">y</h2>
 <h3 id="yasmbsd">yasm (bsd)</h3>
 <table>

+ 37 - 0
mirror/packages/cross.html

@@ -2895,6 +2895,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinygltf")
 </code></pre>
+<h3 id="tinyxmlcross">tinyxml (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/tinyxml/">https://sourceforge.net/projects/tinyxml/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.6.2</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/tinyxml/xmake.lua">tinyxml/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] tinyxml
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyxml")
+</code></pre>
 <h2 id="y">y</h2>
 <h3 id="yasmcross">yasm (cross)</h3>
 <table>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -3763,6 +3763,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyobjloader")
 </code></pre>
+<h3 id="tinyxmliphoneos">tinyxml (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/tinyxml/">https://sourceforge.net/projects/tinyxml/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.6.2</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/tinyxml/xmake.lua">tinyxml/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos tinyxml
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyxml")
+</code></pre>
 <h3 id="tinyxml2iphoneos">tinyxml2 (iphoneos)</h3>
 <table>
 <thead>

+ 112 - 1
mirror/packages/linux.html

@@ -1156,6 +1156,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("co")
 </code></pre>
+<h3 id="colladadomlinux">collada-dom (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>COLLADA Document Object Model (DOM) C++ Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/rdiankov/collada-dom/">https://github.com/rdiankov/collada-dom/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.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/c/collada-dom/xmake.lua">collada-dom/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install collada-dom
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("collada-dom")
+</code></pre>
 <h3 id="concurrentqueuelinux">concurrentqueue (linux)</h3>
 <table>
 <thead>
@@ -1939,8 +1972,12 @@
 <td><a href="http://fftw.org/">http://fftw.org/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>3.3.8</td>
+<td>3.3.8, 3.3.9</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2194,6 +2231,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gamenetworkingsockets")
 </code></pre>
+<h3 id="geoslinux">geos (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>GEOS (Geometry Engine - Open Source) is a C++ port of the ​JTS Topology Suite (JTS).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://trac.osgeo.org/geos/">https://trac.osgeo.org/geos/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.1</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.9.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/g/geos/xmake.lua">geos/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install geos
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("geos")
+</code></pre>
 <h3 id="gettextlinux">gettext (linux)</h3>
 <table>
 <thead>
@@ -9351,6 +9425,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyobjloader")
 </code></pre>
+<h3 id="tinyxmllinux">tinyxml (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/tinyxml/">https://sourceforge.net/projects/tinyxml/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.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/t/tinyxml/xmake.lua">tinyxml/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinyxml
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyxml")
+</code></pre>
 <h3 id="tinyxml2linux">tinyxml2 (linux)</h3>
 <table>
 <thead>

+ 112 - 1
mirror/packages/macosx.html

@@ -1119,6 +1119,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("co")
 </code></pre>
+<h3 id="colladadommacosx">collada-dom (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>COLLADA Document Object Model (DOM) C++ Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/rdiankov/collada-dom/">https://github.com/rdiankov/collada-dom/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.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/c/collada-dom/xmake.lua">collada-dom/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install collada-dom
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("collada-dom")
+</code></pre>
 <h3 id="concurrentqueuemacosx">concurrentqueue (macosx)</h3>
 <table>
 <thead>
@@ -1832,8 +1865,12 @@
 <td><a href="http://fftw.org/">http://fftw.org/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>3.3.8</td>
+<td>3.3.8, 3.3.9</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2017,6 +2054,43 @@
 <pre><code class="lang-lua">add_requires("freetype")
 </code></pre>
 <h2 id="g">g</h2>
+<h3 id="geosmacosx">geos (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>GEOS (Geometry Engine - Open Source) is a C++ port of the ​JTS Topology Suite (JTS).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://trac.osgeo.org/geos/">https://trac.osgeo.org/geos/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.1</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.9.1</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/g/geos/xmake.lua">geos/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install geos
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("geos")
+</code></pre>
 <h3 id="gettextmacosx">gettext (macosx)</h3>
 <table>
 <thead>
@@ -8758,6 +8832,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyobjloader")
 </code></pre>
+<h3 id="tinyxmlmacosx">tinyxml (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/tinyxml/">https://sourceforge.net/projects/tinyxml/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.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/t/tinyxml/xmake.lua">tinyxml/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinyxml
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyxml")
+</code></pre>
 <h3 id="tinyxml2macosx">tinyxml2 (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -4140,6 +4140,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyobjloader")
 </code></pre>
+<h3 id="tinyxmlmingw">tinyxml (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/tinyxml/">https://sourceforge.net/projects/tinyxml/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.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/t/tinyxml/xmake.lua">tinyxml/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] tinyxml
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyxml")
+</code></pre>
 <h3 id="tinyxml2mingw">tinyxml2 (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -2795,6 +2795,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinygltf")
 </code></pre>
+<h3 id="tinyxmlmsys">tinyxml (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/tinyxml/">https://sourceforge.net/projects/tinyxml/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.6.2</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/tinyxml/xmake.lua">tinyxml/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinyxml
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyxml")
+</code></pre>
 <h2 id="y">y</h2>
 <h3 id="yasmmsys">yasm (msys)</h3>
 <table>

+ 112 - 1
mirror/packages/windows.html

@@ -1123,6 +1123,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("co")
 </code></pre>
+<h3 id="colladadomwindows">collada-dom (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>COLLADA Document Object Model (DOM) C++ Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/rdiankov/collada-dom/">https://github.com/rdiankov/collada-dom/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.5.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/c/collada-dom/xmake.lua">collada-dom/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install collada-dom
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("collada-dom")
+</code></pre>
 <h3 id="concurrentqueuewindows">concurrentqueue (windows)</h3>
 <table>
 <thead>
@@ -1836,8 +1869,12 @@
 <td><a href="http://fftw.org/">http://fftw.org/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>3.3.8</td>
+<td>3.3.8, 3.3.9</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2058,6 +2095,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gamenetworkingsockets")
 </code></pre>
+<h3 id="geoswindows">geos (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>GEOS (Geometry Engine - Open Source) is a C++ port of the ​JTS Topology Suite (JTS).</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://trac.osgeo.org/geos/">https://trac.osgeo.org/geos/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.1</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.9.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/g/geos/xmake.lua">geos/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install geos
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("geos")
+</code></pre>
 <h3 id="giflibwindows">giflib (windows)</h3>
 <table>
 <thead>
@@ -7616,6 +7690,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tinyobjloader")
 </code></pre>
+<h3 id="tinyxmlwindows">tinyxml (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/tinyxml/">https://sourceforge.net/projects/tinyxml/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.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/t/tinyxml/xmake.lua">tinyxml/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinyxml
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinyxml")
+</code></pre>
 <h3 id="tinyxml2windows">tinyxml2 (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -2758,6 +2758,30 @@ add_requires("tinyobjloader")
 ```
 
 
+### tinyxml (android)
+
+
+| Description | *TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs.* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/tinyxml/](https://sourceforge.net/projects/tinyxml/) |
+| License | zlib |
+| Versions | 2.6.2 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [tinyxml/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyxml/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] tinyxml
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyxml")
+```
+
+
 ### tinyxml2 (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -2057,6 +2057,30 @@ add_requires("tinygltf")
 ```
 
 
+### tinyxml (bsd)
+
+
+| Description | *TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs.* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/tinyxml/](https://sourceforge.net/projects/tinyxml/) |
+| License | zlib |
+| Versions | 2.6.2 |
+| Architectures | i386, x86_64 |
+| Definition | [tinyxml/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyxml/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinyxml
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyxml")
+```
+
+
 
 ## y
 ### yasm (bsd)

+ 24 - 0
packages/cross.md

@@ -1941,6 +1941,30 @@ add_requires("tinygltf")
 ```
 
 
+### tinyxml (cross)
+
+
+| Description | *TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs.* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/tinyxml/](https://sourceforge.net/projects/tinyxml/) |
+| License | zlib |
+| Versions | 2.6.2 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [tinyxml/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyxml/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] tinyxml
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyxml")
+```
+
+
 
 ## y
 ### yasm (cross)

+ 24 - 0
packages/iphoneos.md

@@ -2525,6 +2525,30 @@ add_requires("tinyobjloader")
 ```
 
 
+### tinyxml (iphoneos)
+
+
+| Description | *TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs.* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/tinyxml/](https://sourceforge.net/projects/tinyxml/) |
+| License | zlib |
+| Versions | 2.6.2 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [tinyxml/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyxml/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos tinyxml
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyxml")
+```
+
+
 ### tinyxml2 (iphoneos)
 
 

+ 73 - 1
packages/linux.md

@@ -726,6 +726,29 @@ add_requires("co")
 ```
 
 
+### collada-dom (linux)
+
+
+| Description | *COLLADA Document Object Model (DOM) C++ Library* |
+| -- | -- |
+| Homepage | [https://github.com/rdiankov/collada-dom/](https://github.com/rdiankov/collada-dom/) |
+| Versions | v2.5.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [collada-dom/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/collada-dom/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install collada-dom
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("collada-dom")
+```
+
+
 ### concurrentqueue (linux)
 
 
@@ -1254,7 +1277,8 @@ add_requires("ffmpeg")
 | Description | *A C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions.* |
 | -- | -- |
 | Homepage | [http://fftw.org/](http://fftw.org/) |
-| Versions | 3.3.8 |
+| License | GPL-2.0 |
+| Versions | 3.3.8, 3.3.9 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [fftw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fftw/xmake.lua) |
 
@@ -1435,6 +1459,30 @@ add_requires("gamenetworkingsockets")
 ```
 
 
+### geos (linux)
+
+
+| Description | *GEOS (Geometry Engine - Open Source) is a C++ port of the ​JTS Topology Suite (JTS).* |
+| -- | -- |
+| Homepage | [https://trac.osgeo.org/geos/](https://trac.osgeo.org/geos/) |
+| License | LGPL-2.1 |
+| Versions | 3.9.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [geos/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/geos/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install geos
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("geos")
+```
+
+
 ### gettext (linux)
 
 
@@ -6315,6 +6363,30 @@ add_requires("tinyobjloader")
 ```
 
 
+### tinyxml (linux)
+
+
+| Description | *TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs.* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/tinyxml/](https://sourceforge.net/projects/tinyxml/) |
+| License | zlib |
+| Versions | 2.6.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [tinyxml/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyxml/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinyxml
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyxml")
+```
+
+
 ### tinyxml2 (linux)
 
 

+ 73 - 1
packages/macosx.md

@@ -702,6 +702,29 @@ add_requires("co")
 ```
 
 
+### collada-dom (macosx)
+
+
+| Description | *COLLADA Document Object Model (DOM) C++ Library* |
+| -- | -- |
+| Homepage | [https://github.com/rdiankov/collada-dom/](https://github.com/rdiankov/collada-dom/) |
+| Versions | v2.5.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [collada-dom/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/collada-dom/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install collada-dom
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("collada-dom")
+```
+
+
 ### concurrentqueue (macosx)
 
 
@@ -1183,7 +1206,8 @@ add_requires("ffmpeg")
 | Description | *A C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions.* |
 | -- | -- |
 | Homepage | [http://fftw.org/](http://fftw.org/) |
-| Versions | 3.3.8 |
+| License | GPL-2.0 |
+| Versions | 3.3.8, 3.3.9 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [fftw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fftw/xmake.lua) |
 
@@ -1317,6 +1341,30 @@ add_requires("freetype")
 
 
 ## g
+### geos (macosx)
+
+
+| Description | *GEOS (Geometry Engine - Open Source) is a C++ port of the ​JTS Topology Suite (JTS).* |
+| -- | -- |
+| Homepage | [https://trac.osgeo.org/geos/](https://trac.osgeo.org/geos/) |
+| License | LGPL-2.1 |
+| Versions | 3.9.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [geos/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/geos/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install geos
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("geos")
+```
+
+
 ### gettext (macosx)
 
 
@@ -5916,6 +5964,30 @@ add_requires("tinyobjloader")
 ```
 
 
+### tinyxml (macosx)
+
+
+| Description | *TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs.* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/tinyxml/](https://sourceforge.net/projects/tinyxml/) |
+| License | zlib |
+| Versions | 2.6.2 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [tinyxml/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyxml/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinyxml
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyxml")
+```
+
+
 ### tinyxml2 (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -2785,6 +2785,30 @@ add_requires("tinyobjloader")
 ```
 
 
+### tinyxml (mingw)
+
+
+| Description | *TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs.* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/tinyxml/](https://sourceforge.net/projects/tinyxml/) |
+| License | zlib |
+| Versions | 2.6.2 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [tinyxml/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyxml/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] tinyxml
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyxml")
+```
+
+
 ### tinyxml2 (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -1870,6 +1870,30 @@ add_requires("tinygltf")
 ```
 
 
+### tinyxml (msys)
+
+
+| Description | *TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs.* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/tinyxml/](https://sourceforge.net/projects/tinyxml/) |
+| License | zlib |
+| Versions | 2.6.2 |
+| Architectures | i386, x86_64 |
+| Definition | [tinyxml/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyxml/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinyxml
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyxml")
+```
+
+
 
 ## y
 ### yasm (msys)

+ 73 - 1
packages/windows.md

@@ -703,6 +703,29 @@ add_requires("co")
 ```
 
 
+### collada-dom (windows)
+
+
+| Description | *COLLADA Document Object Model (DOM) C++ Library* |
+| -- | -- |
+| Homepage | [https://github.com/rdiankov/collada-dom/](https://github.com/rdiankov/collada-dom/) |
+| Versions | v2.5.0 |
+| Architectures | x64, x86 |
+| Definition | [collada-dom/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/collada-dom/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install collada-dom
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("collada-dom")
+```
+
+
 ### concurrentqueue (windows)
 
 
@@ -1184,7 +1207,8 @@ add_requires("fastcppcsvparser")
 | Description | *A C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions.* |
 | -- | -- |
 | Homepage | [http://fftw.org/](http://fftw.org/) |
-| Versions | 3.3.8 |
+| License | GPL-2.0 |
+| Versions | 3.3.8, 3.3.9 |
 | Architectures | x64, x86 |
 | Definition | [fftw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fftw/xmake.lua) |
 
@@ -1342,6 +1366,30 @@ add_requires("gamenetworkingsockets")
 ```
 
 
+### geos (windows)
+
+
+| Description | *GEOS (Geometry Engine - Open Source) is a C++ port of the ​JTS Topology Suite (JTS).* |
+| -- | -- |
+| Homepage | [https://trac.osgeo.org/geos/](https://trac.osgeo.org/geos/) |
+| License | LGPL-2.1 |
+| Versions | 3.9.1 |
+| Architectures | x64, x86 |
+| Definition | [geos/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/geos/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install geos
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("geos")
+```
+
+
 ### giflib (windows)
 
 
@@ -5129,6 +5177,30 @@ add_requires("tinyobjloader")
 ```
 
 
+### tinyxml (windows)
+
+
+| Description | *TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs.* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/tinyxml/](https://sourceforge.net/projects/tinyxml/) |
+| License | zlib |
+| Versions | 2.6.2 |
+| Architectures | x64, x86 |
+| Definition | [tinyxml/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyxml/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinyxml
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinyxml")
+```
+
+
 ### tinyxml2 (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-04-29T12:36:56+08:00</lastmod>
+  <lastmod>2021-05-01T10:08:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-04-29T12:36:56+08:00</lastmod>
+  <lastmod>2021-05-01T10:08:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-04-29T12:36:57+08:00</lastmod>
+  <lastmod>2021-05-01T10:08:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-04-29T12:36:57+08:00</lastmod>
+  <lastmod>2021-05-01T10:08:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-04-29T12:36:57+08:00</lastmod>
+  <lastmod>2021-05-01T10:08:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-04-29T12:36:57+08:00</lastmod>
+  <lastmod>2021-05-01T10:08:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-04-29T12:36:57+08:00</lastmod>
+  <lastmod>2021-05-01T10:08:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-04-29T12:36:58+08:00</lastmod>
+  <lastmod>2021-05-01T10:08:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-04-29T12:36:58+08:00</lastmod>
+  <lastmod>2021-05-01T10:08:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-04-29T12:36:58+08:00</lastmod>
+  <lastmod>2021-05-01T10:08:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-04-29T12:36:58+08:00</lastmod>
+  <lastmod>2021-05-01T10:08:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-04-29T12:36:58+08:00</lastmod>
+  <lastmod>2021-05-01T10:08:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-04-29T12:36:58+08:00</lastmod>
+  <lastmod>2021-05-01T10:08:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-04-29T12:36:59+08:00</lastmod>
+  <lastmod>2021-05-01T10:08:33+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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