Browse Source

autoupdate docs by xmake-repo/ci

ruki 4 years ago
parent
commit
86970acf9f

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: clara, lyra, tinyobjloader**
+- **Recently added: effcee, piex, re2**
 
 [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 (170)
+- Packages (173)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -1670,6 +1670,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("patch")
 </code></pre>
+<h3 id="piexandroid">piex (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Preview Image Extractor (PIEX)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/piex">https://github.com/google/piex</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20190530</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/p/piex/xmake.lua">piex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] piex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("piex")
+</code></pre>
 <h3 id="pkgconfigandroid">pkg-config (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -1674,6 +1674,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("patch")
 </code></pre>
+<h3 id="piexiphoneos">piex (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Preview Image Extractor (PIEX)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/piex">https://github.com/google/piex</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20190530</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/p/piex/xmake.lua">piex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos piex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("piex")
+</code></pre>
 <h3 id="pkgconfigiphoneos">pkg-config (iphoneos)</h3>
 <table>
 <thead>

+ 116 - 1
mirror/packages/linux.html

@@ -1027,6 +1027,43 @@
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
 <h2 id="e">e</h2>
+<h3 id="effceelinux">effcee (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Effcee is a C++ library for stateful pattern matching of strings.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/effcee">https://github.com/google/effcee</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2019.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/e/effcee/xmake.lua">effcee/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install effcee
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("effcee")
+</code></pre>
 <h3 id="eigenlinux">eigen (linux)</h3>
 <table>
 <thead>
@@ -1074,8 +1111,12 @@
 <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.6</td>
+<td>2.2.10, 2.2.6</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4493,6 +4534,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pcre2")
 </code></pre>
+<h3 id="piexlinux">piex (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Preview Image Extractor (PIEX)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/piex">https://github.com/google/piex</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20190530</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/piex/xmake.lua">piex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install piex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("piex")
+</code></pre>
 <h3 id="pixmanlinux">pixman (linux)</h3>
 <table>
 <thead>
@@ -4791,6 +4869,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rapidjson")
 </code></pre>
+<h3 id="re2linux">re2 (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/re2">https://github.com/google/re2</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.11.01</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/re2/xmake.lua">re2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install re2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("re2")
+</code></pre>
 <h2 id="s">s</h2>
 <h3 id="sfmllinux">sfml (linux)</h3>
 <table>

+ 116 - 1
mirror/packages/macosx.html

@@ -994,6 +994,43 @@
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
 <h2 id="e">e</h2>
+<h3 id="effceemacosx">effcee (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Effcee is a C++ library for stateful pattern matching of strings.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/effcee">https://github.com/google/effcee</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2019.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/e/effcee/xmake.lua">effcee/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install effcee
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("effcee")
+</code></pre>
 <h3 id="eigenmacosx">eigen (macosx)</h3>
 <table>
 <thead>
@@ -1041,8 +1078,12 @@
 <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.6</td>
+<td>2.2.10, 2.2.6</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4295,6 +4336,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pcre2")
 </code></pre>
+<h3 id="piexmacosx">piex (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Preview Image Extractor (PIEX)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/piex">https://github.com/google/piex</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20190530</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/piex/xmake.lua">piex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install piex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("piex")
+</code></pre>
 <h3 id="pixmanmacosx">pixman (macosx)</h3>
 <table>
 <thead>
@@ -4626,6 +4704,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("raylib")
 </code></pre>
+<h3 id="re2macosx">re2 (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/re2">https://github.com/google/re2</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.11.01</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/re2/xmake.lua">re2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install re2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("re2")
+</code></pre>
 <h2 id="s">s</h2>
 <h3 id="sfmlmacosx">sfml (macosx)</h3>
 <table>

+ 37 - 0
mirror/packages/mingw.html

@@ -1939,6 +1939,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pcre2")
 </code></pre>
+<h3 id="piexmingw">piex (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Preview Image Extractor (PIEX)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/piex">https://github.com/google/piex</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20190530</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/p/piex/xmake.lua">piex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] piex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("piex")
+</code></pre>
 <h3 id="pkgconfigmingw">pkg-config (mingw)</h3>
 <table>
 <thead>

+ 116 - 1
mirror/packages/windows.html

@@ -1027,6 +1027,43 @@
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
 <h2 id="e">e</h2>
+<h3 id="effceewindows">effcee (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Effcee is a C++ library for stateful pattern matching of strings.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/effcee">https://github.com/google/effcee</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2019.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/e/effcee/xmake.lua">effcee/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install effcee
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("effcee")
+</code></pre>
 <h3 id="eigenwindows">eigen (windows)</h3>
 <table>
 <thead>
@@ -1074,8 +1111,12 @@
 <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.6</td>
+<td>2.2.10, 2.2.6</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3029,6 +3070,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pcre2")
 </code></pre>
+<h3 id="piexwindows">piex (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Preview Image Extractor (PIEX)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/piex">https://github.com/google/piex</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20190530</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/piex/xmake.lua">piex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install piex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("piex")
+</code></pre>
 <h3 id="pixmanwindows">pixman (windows)</h3>
 <table>
 <thead>
@@ -3393,6 +3471,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("raylib")
 </code></pre>
+<h3 id="re2windows">re2 (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/re2">https://github.com/google/re2</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.11.01</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/re2/xmake.lua">re2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install re2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("re2")
+</code></pre>
 <h2 id="s">s</h2>
 <h3 id="sfmlwindows">sfml (windows)</h3>
 <table>

+ 24 - 0
packages/android.md

@@ -1108,6 +1108,30 @@ add_requires("patch")
 ```
 
 
+### piex (android)
+
+
+| Description | *Preview Image Extractor (PIEX)* |
+| -- | -- |
+| Homepage | [https://github.com/google/piex](https://github.com/google/piex) |
+| License | Apache-2.0 |
+| Versions | 20190530 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [piex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/piex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] piex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("piex")
+```
+
+
 ### pkg-config (android)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -1109,6 +1109,30 @@ add_requires("patch")
 ```
 
 
+### piex (iphoneos)
+
+
+| Description | *Preview Image Extractor (PIEX)* |
+| -- | -- |
+| Homepage | [https://github.com/google/piex](https://github.com/google/piex) |
+| License | Apache-2.0 |
+| Versions | 20190530 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [piex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/piex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos piex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("piex")
+```
+
+
 ### pkg-config (iphoneos)
 
 

+ 74 - 1
packages/linux.md

@@ -653,6 +653,30 @@ add_requires("doctest")
 
 
 ## e
+### effcee (linux)
+
+
+| Description | *Effcee is a C++ library for stateful pattern matching of strings.* |
+| -- | -- |
+| Homepage | [https://github.com/google/effcee](https://github.com/google/effcee) |
+| License | Apache-2.0 |
+| Versions | 2019.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [effcee/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/effcee/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install effcee
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("effcee")
+```
+
+
 ### eigen (linux)
 
 
@@ -682,7 +706,8 @@ add_requires("eigen")
 | Description | *XML 1.0 parser* |
 | -- | -- |
 | Homepage | [https://libexpat.github.io](https://libexpat.github.io) |
-| Versions | 2.2.6 |
+| License | MIT |
+| Versions | 2.2.10, 2.2.6 |
 | 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) |
 
@@ -3071,6 +3096,30 @@ add_requires("pcre2")
 ```
 
 
+### piex (linux)
+
+
+| Description | *Preview Image Extractor (PIEX)* |
+| -- | -- |
+| Homepage | [https://github.com/google/piex](https://github.com/google/piex) |
+| License | Apache-2.0 |
+| Versions | 20190530 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [piex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/piex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install piex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("piex")
+```
+
+
 ### pixman (linux)
 
 
@@ -3280,6 +3329,30 @@ add_requires("rapidjson")
 ```
 
 
+### re2 (linux)
+
+
+| Description | *RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.* |
+| -- | -- |
+| Homepage | [https://github.com/google/re2](https://github.com/google/re2) |
+| License | BSD-3-Clause |
+| Versions | 2020.11.01 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [re2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/re2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install re2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("re2")
+```
+
+
 
 ## s
 ### sfml (linux)

+ 74 - 1
packages/macosx.md

@@ -630,6 +630,30 @@ add_requires("doctest")
 
 
 ## e
+### effcee (macosx)
+
+
+| Description | *Effcee is a C++ library for stateful pattern matching of strings.* |
+| -- | -- |
+| Homepage | [https://github.com/google/effcee](https://github.com/google/effcee) |
+| License | Apache-2.0 |
+| Versions | 2019.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [effcee/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/effcee/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install effcee
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("effcee")
+```
+
+
 ### eigen (macosx)
 
 
@@ -659,7 +683,8 @@ add_requires("eigen")
 | Description | *XML 1.0 parser* |
 | -- | -- |
 | Homepage | [https://libexpat.github.io](https://libexpat.github.io) |
-| Versions | 2.2.6 |
+| License | MIT |
+| Versions | 2.2.10, 2.2.6 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [expat/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/expat/xmake.lua) |
 
@@ -2933,6 +2958,30 @@ add_requires("pcre2")
 ```
 
 
+### piex (macosx)
+
+
+| Description | *Preview Image Extractor (PIEX)* |
+| -- | -- |
+| Homepage | [https://github.com/google/piex](https://github.com/google/piex) |
+| License | Apache-2.0 |
+| Versions | 20190530 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [piex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/piex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install piex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("piex")
+```
+
+
 ### pixman (macosx)
 
 
@@ -3165,6 +3214,30 @@ add_requires("raylib")
 ```
 
 
+### re2 (macosx)
+
+
+| Description | *RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.* |
+| -- | -- |
+| Homepage | [https://github.com/google/re2](https://github.com/google/re2) |
+| License | BSD-3-Clause |
+| Versions | 2020.11.01 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [re2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/re2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install re2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("re2")
+```
+
+
 
 ## s
 ### sfml (macosx)

+ 24 - 0
packages/mingw.md

@@ -1295,6 +1295,30 @@ add_requires("pcre2")
 ```
 
 
+### piex (mingw)
+
+
+| Description | *Preview Image Extractor (PIEX)* |
+| -- | -- |
+| Homepage | [https://github.com/google/piex](https://github.com/google/piex) |
+| License | Apache-2.0 |
+| Versions | 20190530 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [piex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/piex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] piex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("piex")
+```
+
+
 ### pkg-config (mingw)
 
 

+ 74 - 1
packages/windows.md

@@ -653,6 +653,30 @@ add_requires("doctest")
 
 
 ## e
+### effcee (windows)
+
+
+| Description | *Effcee is a C++ library for stateful pattern matching of strings.* |
+| -- | -- |
+| Homepage | [https://github.com/google/effcee](https://github.com/google/effcee) |
+| License | Apache-2.0 |
+| Versions | 2019.1 |
+| Architectures | x64, x86 |
+| Definition | [effcee/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/effcee/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install effcee
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("effcee")
+```
+
+
 ### eigen (windows)
 
 
@@ -682,7 +706,8 @@ add_requires("eigen")
 | Description | *XML 1.0 parser* |
 | -- | -- |
 | Homepage | [https://libexpat.github.io](https://libexpat.github.io) |
-| Versions | 2.2.6 |
+| License | MIT |
+| Versions | 2.2.10, 2.2.6 |
 | Architectures | x64, x86 |
 | Definition | [expat/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/expat/xmake.lua) |
 
@@ -2056,6 +2081,30 @@ add_requires("pcre2")
 ```
 
 
+### piex (windows)
+
+
+| Description | *Preview Image Extractor (PIEX)* |
+| -- | -- |
+| Homepage | [https://github.com/google/piex](https://github.com/google/piex) |
+| License | Apache-2.0 |
+| Versions | 20190530 |
+| Architectures | x64, x86 |
+| Definition | [piex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/piex/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install piex
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("piex")
+```
+
+
 ### pixman (windows)
 
 
@@ -2311,6 +2360,30 @@ add_requires("raylib")
 ```
 
 
+### re2 (windows)
+
+
+| Description | *RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.* |
+| -- | -- |
+| Homepage | [https://github.com/google/re2](https://github.com/google/re2) |
+| License | BSD-3-Clause |
+| Versions | 2020.11.01 |
+| Architectures | x64, x86 |
+| Definition | [re2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/re2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install re2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("re2")
+```
+
+
 
 ## s
 ### sfml (windows)

+ 25 - 25
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-17T09:44:30+08:00</lastmod>
+  <lastmod>2020-11-18T11:13:53+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-11-17T09:44:31+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
+  <lastmod>2020-11-18T11:13:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-11-17T09:44:31+08:00</lastmod>
+  <lastmod>2020-11-18T11:13:54+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-11-17T09:44:31+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
+  <lastmod>2020-11-18T11:13:54+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-11-17T09:44:31+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
+  <lastmod>2020-11-18T11:13:55+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-11-17T09:44:31+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
+  <lastmod>2020-11-18T11:13:55+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-11-17T09:44:32+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
+  <lastmod>2020-11-18T11:13:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-11-17T09:44:32+08:00</lastmod>
+  <lastmod>2020-11-18T11:13:55+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-11-17T09:44:32+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
+  <lastmod>2020-11-18T11:13:55+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-11-17T09:44:32+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
+  <lastmod>2020-11-18T11:13:56+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-11-17T09:44:33+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
+  <lastmod>2020-11-18T11:13:56+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-11-17T09:44:33+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
+  <lastmod>2020-11-18T11:13:56+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-11-17T09:44:33+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
+  <lastmod>2020-11-18T11:13:56+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-11-17T09:44:33+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
+  <lastmod>2020-11-18T11:13:56+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: clara, lyra, tinyobjloader**
+- **Recently added: effcee, piex, re2**
 
 [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)
-- 包列表 (170)
+- 包列表 (173)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)