Преглед на файлове

autoupdate docs by xmake-repo/ci

ruki преди 4 години
родител
ревизия
8d36b9bea6

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: lcms, lzma, volk**
+- **Recently added: eabase, ip2region, minhook**
 
 [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 (196)
+- Packages (199)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -1071,6 +1071,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("inja")
 </code></pre>
+<h3 id="ip2regionandroid">ip2region (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>IP address region search library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/lionsoul2014/ip2region">https://github.com/lionsoul2014/ip2region</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2020.10.31</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/i/ip2region/xmake.lua">ip2region/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] ip2region
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ip2region")
+</code></pre>
 <h3 id="irrxmlandroid">irrXML (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -766,6 +766,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("inja")
 </code></pre>
+<h3 id="ip2regionbsd">ip2region (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>IP address region search library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/lionsoul2014/ip2region">https://github.com/lionsoul2014/ip2region</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2020.10.31</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/i/ip2region/xmake.lua">ip2region/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ip2region
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ip2region")
+</code></pre>
 <h3 id="irrxmlbsd">irrXML (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -733,6 +733,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("inja")
 </code></pre>
+<h3 id="ip2regioncross">ip2region (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>IP address region search library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/lionsoul2014/ip2region">https://github.com/lionsoul2014/ip2region</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2020.10.31</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/i/ip2region/xmake.lua">ip2region/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] ip2region
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ip2region")
+</code></pre>
 <h3 id="irrxmlcross">irrXML (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -939,6 +939,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("inja")
 </code></pre>
+<h3 id="ip2regioniphoneos">ip2region (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>IP address region search library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/lionsoul2014/ip2region">https://github.com/lionsoul2014/ip2region</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2020.10.31</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/i/ip2region/xmake.lua">ip2region/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos ip2region
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ip2region")
+</code></pre>
 <h3 id="irrxmliphoneos">irrXML (iphoneos)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/linux.html

@@ -1064,6 +1064,43 @@
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
 <h2 id="e">e</h2>
+<h3 id="eabaselinux">eabase (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>EABase is a small set of header files that define platform-independent data types and platform feature macros.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/electronicarts/EABase">https://github.com/electronicarts/EABase</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.09.06</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/e/eabase/xmake.lua">eabase/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install eabase
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("eabase")
+</code></pre>
 <h3 id="effceelinux">effcee (linux)</h3>
 <table>
 <thead>
@@ -2115,6 +2152,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("inja")
 </code></pre>
+<h3 id="ip2regionlinux">ip2region (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>IP address region search library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/lionsoul2014/ip2region">https://github.com/lionsoul2014/ip2region</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2020.10.31</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/ip2region/xmake.lua">ip2region/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ip2region
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ip2region")
+</code></pre>
 <h3 id="irrxmllinux">irrXML (linux)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/macosx.html

@@ -1031,6 +1031,43 @@
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
 <h2 id="e">e</h2>
+<h3 id="eabasemacosx">eabase (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>EABase is a small set of header files that define platform-independent data types and platform feature macros.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/electronicarts/EABase">https://github.com/electronicarts/EABase</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.09.06</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/e/eabase/xmake.lua">eabase/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install eabase
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("eabase")
+</code></pre>
 <h3 id="effceemacosx">effcee (macosx)</h3>
 <table>
 <thead>
@@ -2016,6 +2053,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("inja")
 </code></pre>
+<h3 id="ip2regionmacosx">ip2region (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>IP address region search library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/lionsoul2014/ip2region">https://github.com/lionsoul2014/ip2region</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2020.10.31</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/ip2region/xmake.lua">ip2region/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ip2region
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ip2region")
+</code></pre>
 <h3 id="irrxmlmacosx">irrXML (macosx)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/mingw.html

@@ -1100,6 +1100,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("inja")
 </code></pre>
+<h3 id="ip2regionmingw">ip2region (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>IP address region search library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/lionsoul2014/ip2region">https://github.com/lionsoul2014/ip2region</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2020.10.31</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/i/ip2region/xmake.lua">ip2region/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] ip2region
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ip2region")
+</code></pre>
 <h3 id="irrxmlmingw">irrXML (mingw)</h3>
 <table>
 <thead>
@@ -1908,6 +1945,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("meson")
 </code></pre>
+<h3 id="minhookmingw">minhook (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Minimalistic x86/x64 API Hooking Library for Windows.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TsudaKageyu/minhook">https://github.com/TsudaKageyu/minhook</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.3</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/m/minhook/xmake.lua">minhook/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] minhook
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minhook")
+</code></pre>
 <h2 id="n">n</h2>
 <h3 id="nasmmingw">nasm (mingw)</h3>
 <table>

+ 37 - 0
mirror/packages/msys.html

@@ -799,6 +799,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("inja")
 </code></pre>
+<h3 id="ip2regionmsys">ip2region (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>IP address region search library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/lionsoul2014/ip2region">https://github.com/lionsoul2014/ip2region</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2020.10.31</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/i/ip2region/xmake.lua">ip2region/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ip2region
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ip2region")
+</code></pre>
 <h3 id="irrxmlmsys">irrXML (msys)</h3>
 <table>
 <thead>

+ 111 - 0
mirror/packages/windows.html

@@ -1064,6 +1064,43 @@
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
 <h2 id="e">e</h2>
+<h3 id="eabasewindows">eabase (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>EABase is a small set of header files that define platform-independent data types and platform feature macros.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/electronicarts/EABase">https://github.com/electronicarts/EABase</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.09.06</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/e/eabase/xmake.lua">eabase/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install eabase
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("eabase")
+</code></pre>
 <h3 id="effceewindows">effcee (windows)</h3>
 <table>
 <thead>
@@ -1843,6 +1880,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("inja")
 </code></pre>
+<h3 id="ip2regionwindows">ip2region (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>IP address region search library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/lionsoul2014/ip2region">https://github.com/lionsoul2014/ip2region</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2020.10.31</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/ip2region/xmake.lua">ip2region/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ip2region
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ip2region")
+</code></pre>
 <h3 id="irrxmlwindows">irrXML (windows)</h3>
 <table>
 <thead>
@@ -3100,6 +3174,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mimalloc")
 </code></pre>
+<h3 id="minhookwindows">minhook (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Minimalistic x86/x64 API Hooking Library for Windows.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TsudaKageyu/minhook">https://github.com/TsudaKageyu/minhook</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.3.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minhook/xmake.lua">minhook/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install minhook
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("minhook")
+</code></pre>
 <h3 id="moonjitwindows">moonjit (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -684,6 +684,30 @@ add_requires("inja")
 ```
 
 
+### ip2region (android)
+
+
+| Description | *IP address region search library.* |
+| -- | -- |
+| Homepage | [https://github.com/lionsoul2014/ip2region](https://github.com/lionsoul2014/ip2region) |
+| License | Apache-2.0 |
+| Versions | v2020.10.31 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [ip2region/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ip2region/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] ip2region
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ip2region")
+```
+
+
 ### irrXML (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -475,6 +475,30 @@ add_requires("inja")
 ```
 
 
+### ip2region (bsd)
+
+
+| Description | *IP address region search library.* |
+| -- | -- |
+| Homepage | [https://github.com/lionsoul2014/ip2region](https://github.com/lionsoul2014/ip2region) |
+| License | Apache-2.0 |
+| Versions | v2020.10.31 |
+| Architectures | i386, x86_64 |
+| Definition | [ip2region/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ip2region/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ip2region
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ip2region")
+```
+
+
 ### irrXML (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -452,6 +452,30 @@ add_requires("inja")
 ```
 
 
+### ip2region (cross)
+
+
+| Description | *IP address region search library.* |
+| -- | -- |
+| Homepage | [https://github.com/lionsoul2014/ip2region](https://github.com/lionsoul2014/ip2region) |
+| License | Apache-2.0 |
+| Versions | v2020.10.31 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [ip2region/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ip2region/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] ip2region
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ip2region")
+```
+
+
 ### irrXML (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -592,6 +592,30 @@ add_requires("inja")
 ```
 
 
+### ip2region (iphoneos)
+
+
+| Description | *IP address region search library.* |
+| -- | -- |
+| Homepage | [https://github.com/lionsoul2014/ip2region](https://github.com/lionsoul2014/ip2region) |
+| License | Apache-2.0 |
+| Versions | v2020.10.31 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [ip2region/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ip2region/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos ip2region
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ip2region")
+```
+
+
 ### irrXML (iphoneos)
 
 

+ 48 - 0
packages/linux.md

@@ -677,6 +677,30 @@ add_requires("doctest")
 
 
 ## e
+### eabase (linux)
+
+
+| Description | *EABase is a small set of header files that define platform-independent data types and platform feature macros.* |
+| -- | -- |
+| Homepage | [https://github.com/electronicarts/EABase](https://github.com/electronicarts/EABase) |
+| License | BSD-3-Clause |
+| Versions | 2.09.06 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [eabase/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/eabase/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install eabase
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("eabase")
+```
+
+
 ### effcee (linux)
 
 
@@ -1404,6 +1428,30 @@ add_requires("inja")
 ```
 
 
+### ip2region (linux)
+
+
+| Description | *IP address region search library.* |
+| -- | -- |
+| Homepage | [https://github.com/lionsoul2014/ip2region](https://github.com/lionsoul2014/ip2region) |
+| License | Apache-2.0 |
+| Versions | v2020.10.31 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [ip2region/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ip2region/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ip2region
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ip2region")
+```
+
+
 ### irrXML (linux)
 
 

+ 48 - 0
packages/macosx.md

@@ -654,6 +654,30 @@ add_requires("doctest")
 
 
 ## e
+### eabase (macosx)
+
+
+| Description | *EABase is a small set of header files that define platform-independent data types and platform feature macros.* |
+| -- | -- |
+| Homepage | [https://github.com/electronicarts/EABase](https://github.com/electronicarts/EABase) |
+| License | BSD-3-Clause |
+| Versions | 2.09.06 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [eabase/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/eabase/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install eabase
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("eabase")
+```
+
+
 ### effcee (macosx)
 
 
@@ -1335,6 +1359,30 @@ add_requires("inja")
 ```
 
 
+### ip2region (macosx)
+
+
+| Description | *IP address region search library.* |
+| -- | -- |
+| Homepage | [https://github.com/lionsoul2014/ip2region](https://github.com/lionsoul2014/ip2region) |
+| License | Apache-2.0 |
+| Versions | v2020.10.31 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [ip2region/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ip2region/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ip2region
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ip2region")
+```
+
+
 ### irrXML (macosx)
 
 

+ 48 - 0
packages/mingw.md

@@ -706,6 +706,30 @@ add_requires("inja")
 ```
 
 
+### ip2region (mingw)
+
+
+| Description | *IP address region search library.* |
+| -- | -- |
+| Homepage | [https://github.com/lionsoul2014/ip2region](https://github.com/lionsoul2014/ip2region) |
+| License | Apache-2.0 |
+| Versions | v2020.10.31 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [ip2region/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ip2region/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] ip2region
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ip2region")
+```
+
+
 ### irrXML (mingw)
 
 
@@ -1269,6 +1293,30 @@ add_requires("meson")
 ```
 
 
+### minhook (mingw)
+
+
+| Description | *The Minimalistic x86/x64 API Hooking Library for Windows.* |
+| -- | -- |
+| Homepage | [https://github.com/TsudaKageyu/minhook](https://github.com/TsudaKageyu/minhook) |
+| License | BSD-2-Clause |
+| Versions | v1.3.3 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [minhook/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minhook/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] minhook
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minhook")
+```
+
+
 
 ## n
 ### nasm (mingw)

+ 24 - 0
packages/msys.md

@@ -498,6 +498,30 @@ add_requires("inja")
 ```
 
 
+### ip2region (msys)
+
+
+| Description | *IP address region search library.* |
+| -- | -- |
+| Homepage | [https://github.com/lionsoul2014/ip2region](https://github.com/lionsoul2014/ip2region) |
+| License | Apache-2.0 |
+| Versions | v2020.10.31 |
+| Architectures | i386, x86_64 |
+| Definition | [ip2region/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ip2region/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ip2region
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ip2region")
+```
+
+
 ### irrXML (msys)
 
 

+ 72 - 0
packages/windows.md

@@ -677,6 +677,30 @@ add_requires("doctest")
 
 
 ## e
+### eabase (windows)
+
+
+| Description | *EABase is a small set of header files that define platform-independent data types and platform feature macros.* |
+| -- | -- |
+| Homepage | [https://github.com/electronicarts/EABase](https://github.com/electronicarts/EABase) |
+| License | BSD-3-Clause |
+| Versions | 2.09.06 |
+| Architectures | x64, x86 |
+| Definition | [eabase/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/eabase/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install eabase
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("eabase")
+```
+
+
 ### effcee (windows)
 
 
@@ -1218,6 +1242,30 @@ add_requires("inja")
 ```
 
 
+### ip2region (windows)
+
+
+| Description | *IP address region search library.* |
+| -- | -- |
+| Homepage | [https://github.com/lionsoul2014/ip2region](https://github.com/lionsoul2014/ip2region) |
+| License | Apache-2.0 |
+| Versions | v2020.10.31 |
+| Architectures | x64, x86 |
+| Definition | [ip2region/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ip2region/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ip2region
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ip2region")
+```
+
+
 ### irrXML (windows)
 
 
@@ -2085,6 +2133,30 @@ add_requires("mimalloc")
 ```
 
 
+### minhook (windows)
+
+
+| Description | *The Minimalistic x86/x64 API Hooking Library for Windows.* |
+| -- | -- |
+| Homepage | [https://github.com/TsudaKageyu/minhook](https://github.com/TsudaKageyu/minhook) |
+| License | BSD-2-Clause |
+| Versions | v1.3.3 |
+| Architectures | x64, x86 |
+| Definition | [minhook/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/minhook/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install minhook
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("minhook")
+```
+
+
 ### moonjit (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-30T14:58:51+08:00</lastmod>
+  <lastmod>2020-12-01T14:58:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-11-30T14:58:52+08:00</lastmod>
+  <lastmod>2020-12-01T14:58:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-11-30T14:58:52+08:00</lastmod>
+  <lastmod>2020-12-01T14:58:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-11-30T14:58:52+08:00</lastmod>
+  <lastmod>2020-12-01T14:58:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-11-30T14:58:52+08:00</lastmod>
+  <lastmod>2020-12-01T14:58:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-11-30T14:58:53+08:00</lastmod>
+  <lastmod>2020-12-01T14:58:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-11-30T14:58:53+08:00</lastmod>
+  <lastmod>2020-12-01T14:58:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-11-30T14:58:53+08:00</lastmod>
+  <lastmod>2020-12-01T14:58:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-11-30T14:58:53+08:00</lastmod>
+  <lastmod>2020-12-01T14:58:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-11-30T14:58:53+08:00</lastmod>
+  <lastmod>2020-12-01T14:58:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-11-30T14:58:54+08:00</lastmod>
+  <lastmod>2020-12-01T14:58:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-11-30T14:58:54+08:00</lastmod>
+  <lastmod>2020-12-01T14:58:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-11-30T14:58:54+08:00</lastmod>
+  <lastmod>2020-12-01T14:58:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-11-30T14:58:54+08:00</lastmod>
+  <lastmod>2020-12-01T14:58:34+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: lcms, lzma, volk**
+- **Recently added: eabase, ip2region, minhook**
 
 [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)
-- 包列表 (196)
+- 包列表 (199)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)