Browse Source

autoupdate docs by xmake-repo/ci

ruki 4 years ago
parent
commit
e81f56bc72

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: double-conversion, libevent, flann**
+- **Recently added: lua-format, double-conversion, libevent**
 
 [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 (332)
+- Packages (333)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 35 - 2
mirror/packages/android.html

@@ -930,7 +930,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.6.0, v3.7.0</td>
+<td>v3.6.0, v3.7.0, v3.7.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1067,7 +1067,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.12.0</td>
+<td>1.12.0, 2.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2562,6 +2562,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lua")
 </code></pre>
+<h3 id="luaformatandroid">lua-format (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Code formatter for Lua</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Koihik/LuaFormatter">https://github.com/Koihik/LuaFormatter</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.5</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/l/lua-format/xmake.lua">lua-format/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] lua-format
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lua-format")
+</code></pre>
 <h3 id="luajitandroid">luajit (android)</h3>
 <table>
 <thead>

+ 34 - 1
mirror/packages/bsd.html

@@ -683,7 +683,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.6.0, v3.7.0</td>
+<td>v3.6.0, v3.7.0, v3.7.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1738,6 +1738,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lua")
 </code></pre>
+<h3 id="luaformatbsd">lua-format (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Code formatter for Lua</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Koihik/LuaFormatter">https://github.com/Koihik/LuaFormatter</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.5</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/l/lua-format/xmake.lua">lua-format/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lua-format
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lua-format")
+</code></pre>
 <h3 id="luajitbsd">luajit (bsd)</h3>
 <table>
 <thead>

+ 34 - 1
mirror/packages/cross.html

@@ -650,7 +650,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.6.0, v3.7.0</td>
+<td>v3.6.0, v3.7.0, v3.7.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1668,6 +1668,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lodepng")
 </code></pre>
+<h3 id="luaformatcross">lua-format (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Code formatter for Lua</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Koihik/LuaFormatter">https://github.com/Koihik/LuaFormatter</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.5</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/l/lua-format/xmake.lua">lua-format/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] lua-format
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lua-format")
+</code></pre>
 <h3 id="lyracross">lyra (cross)</h3>
 <table>
 <thead>

+ 35 - 2
mirror/packages/iphoneos.html

@@ -790,7 +790,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.6.0, v3.7.0</td>
+<td>v3.6.0, v3.7.0, v3.7.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -894,7 +894,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.12.0</td>
+<td>1.12.0, 2.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2294,6 +2294,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lodepng")
 </code></pre>
+<h3 id="luaformatiphoneos">lua-format (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Code formatter for Lua</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Koihik/LuaFormatter">https://github.com/Koihik/LuaFormatter</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.5</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/l/lua-format/xmake.lua">lua-format/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos lua-format
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lua-format")
+</code></pre>
 <h3 id="luajitiphoneos">luajit (iphoneos)</h3>
 <table>
 <thead>

+ 35 - 2
mirror/packages/linux.html

@@ -1770,7 +1770,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.6.0, v3.7.0</td>
+<td>v3.6.0, v3.7.0, v3.7.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2121,7 +2121,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.12.0</td>
+<td>1.12.0, 2.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6545,6 +6545,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lua")
 </code></pre>
+<h3 id="luaformatlinux">lua-format (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Code formatter for Lua</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Koihik/LuaFormatter">https://github.com/Koihik/LuaFormatter</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lua-format/xmake.lua">lua-format/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lua-format
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lua-format")
+</code></pre>
 <h3 id="luajitlinux">luajit (linux)</h3>
 <table>
 <thead>

+ 35 - 2
mirror/packages/macosx.html

@@ -1696,7 +1696,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.6.0, v3.7.0</td>
+<td>v3.6.0, v3.7.0, v3.7.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1977,7 +1977,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.12.0</td>
+<td>1.12.0, 2.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5981,6 +5981,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lua")
 </code></pre>
+<h3 id="luaformatmacosx">lua-format (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Code formatter for Lua</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Koihik/LuaFormatter">https://github.com/Koihik/LuaFormatter</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lua-format/xmake.lua">lua-format/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lua-format
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lua-format")
+</code></pre>
 <h3 id="luajitmacosx">luajit (macosx)</h3>
 <table>
 <thead>

+ 35 - 2
mirror/packages/mingw.html

@@ -827,7 +827,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.6.0, v3.7.0</td>
+<td>v3.6.0, v3.7.0, v3.7.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -968,7 +968,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.12.0</td>
+<td>1.12.0, 2.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2558,6 +2558,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lodepng")
 </code></pre>
+<h3 id="luaformatmingw">lua-format (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Code formatter for Lua</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Koihik/LuaFormatter">https://github.com/Koihik/LuaFormatter</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.5</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/l/lua-format/xmake.lua">lua-format/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] lua-format
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lua-format")
+</code></pre>
 <h3 id="lyramingw">lyra (mingw)</h3>
 <table>
 <thead>

+ 34 - 1
mirror/packages/msys.html

@@ -687,7 +687,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.6.0, v3.7.0</td>
+<td>v3.6.0, v3.7.0, v3.7.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1569,6 +1569,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lodepng")
 </code></pre>
+<h3 id="luaformatmsys">lua-format (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Code formatter for Lua</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Koihik/LuaFormatter">https://github.com/Koihik/LuaFormatter</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.5</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/l/lua-format/xmake.lua">lua-format/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lua-format
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lua-format")
+</code></pre>
 <h3 id="lyramsys">lyra (msys)</h3>
 <table>
 <thead>

+ 35 - 2
mirror/packages/windows.html

@@ -1766,7 +1766,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v3.6.0, v3.7.0</td>
+<td>v3.6.0, v3.7.0, v3.7.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2055,7 +2055,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.12.0</td>
+<td>1.12.0, 2.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4888,6 +4888,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lua")
 </code></pre>
+<h3 id="luaformatwindows">lua-format (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Code formatter for Lua</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Koihik/LuaFormatter">https://github.com/Koihik/LuaFormatter</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lua-format/xmake.lua">lua-format/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lua-format
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lua-format")
+</code></pre>
 <h3 id="luajitwindows">luajit (windows)</h3>
 <table>
 <thead>

+ 25 - 2
packages/android.md

@@ -572,7 +572,7 @@ add_requires("doctest")
 | Description | *Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more.* |
 | -- | -- |
 | Homepage | [https://github.com/skypjack/entt](https://github.com/skypjack/entt) |
-| Versions | v3.6.0, v3.7.0 |
+| Versions | v3.6.0, v3.7.0, v3.7.1 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [entt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/entt/xmake.lua) |
 
@@ -667,7 +667,7 @@ add_requires("ffmpeg")
 | Description | *FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.* |
 | -- | -- |
 | Homepage | [http://google.github.io/flatbuffers/](http://google.github.io/flatbuffers/) |
-| Versions | 1.12.0 |
+| Versions | 1.12.0, 2.0.0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [flatbuffers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua) |
 
@@ -1698,6 +1698,29 @@ add_requires("lua")
 ```
 
 
+### lua-format (android)
+
+
+| Description | *Code formatter for Lua* |
+| -- | -- |
+| Homepage | [https://github.com/Koihik/LuaFormatter](https://github.com/Koihik/LuaFormatter) |
+| Versions | 1.3.5 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [lua-format/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lua-format/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] lua-format
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lua-format")
+```
+
+
 ### luajit (android)
 
 

+ 24 - 1
packages/bsd.md

@@ -407,7 +407,7 @@ add_requires("doctest")
 | Description | *Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more.* |
 | -- | -- |
 | Homepage | [https://github.com/skypjack/entt](https://github.com/skypjack/entt) |
-| Versions | v3.6.0, v3.7.0 |
+| Versions | v3.6.0, v3.7.0, v3.7.1 |
 | Architectures | i386, x86_64 |
 | Definition | [entt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/entt/xmake.lua) |
 
@@ -1138,6 +1138,29 @@ add_requires("lua")
 ```
 
 
+### lua-format (bsd)
+
+
+| Description | *Code formatter for Lua* |
+| -- | -- |
+| Homepage | [https://github.com/Koihik/LuaFormatter](https://github.com/Koihik/LuaFormatter) |
+| Versions | 1.3.5 |
+| Architectures | i386, x86_64 |
+| Definition | [lua-format/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lua-format/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lua-format
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lua-format")
+```
+
+
 ### luajit (bsd)
 
 

+ 24 - 1
packages/cross.md

@@ -384,7 +384,7 @@ add_requires("doctest")
 | Description | *Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more.* |
 | -- | -- |
 | Homepage | [https://github.com/skypjack/entt](https://github.com/skypjack/entt) |
-| Versions | v3.6.0, v3.7.0 |
+| Versions | v3.6.0, v3.7.0, v3.7.1 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [entt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/entt/xmake.lua) |
 
@@ -1091,6 +1091,29 @@ add_requires("lodepng")
 ```
 
 
+### lua-format (cross)
+
+
+| Description | *Code formatter for Lua* |
+| -- | -- |
+| Homepage | [https://github.com/Koihik/LuaFormatter](https://github.com/Koihik/LuaFormatter) |
+| Versions | 1.3.5 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [lua-format/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lua-format/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] lua-format
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lua-format")
+```
+
+
 ### lyra (cross)
 
 

+ 25 - 2
packages/iphoneos.md

@@ -478,7 +478,7 @@ add_requires("doctest")
 | Description | *Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more.* |
 | -- | -- |
 | Homepage | [https://github.com/skypjack/entt](https://github.com/skypjack/entt) |
-| Versions | v3.6.0, v3.7.0 |
+| Versions | v3.6.0, v3.7.0, v3.7.1 |
 | Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Definition | [entt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/entt/xmake.lua) |
 
@@ -550,7 +550,7 @@ add_requires("fastcppcsvparser")
 | Description | *FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.* |
 | -- | -- |
 | Homepage | [http://google.github.io/flatbuffers/](http://google.github.io/flatbuffers/) |
-| Versions | 1.12.0 |
+| Versions | 1.12.0, 2.0.0 |
 | Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Definition | [flatbuffers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua) |
 
@@ -1513,6 +1513,29 @@ add_requires("lodepng")
 ```
 
 
+### lua-format (iphoneos)
+
+
+| Description | *Code formatter for Lua* |
+| -- | -- |
+| Homepage | [https://github.com/Koihik/LuaFormatter](https://github.com/Koihik/LuaFormatter) |
+| Versions | 1.3.5 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [lua-format/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lua-format/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos lua-format
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lua-format")
+```
+
+
 ### luajit (iphoneos)
 
 

+ 25 - 2
packages/linux.md

@@ -1136,7 +1136,7 @@ add_requires("embree")
 | Description | *Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more.* |
 | -- | -- |
 | Homepage | [https://github.com/skypjack/entt](https://github.com/skypjack/entt) |
-| Versions | v3.6.0, v3.7.0 |
+| Versions | v3.6.0, v3.7.0, v3.7.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [entt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/entt/xmake.lua) |
 
@@ -1373,7 +1373,7 @@ add_requires("flann")
 | Description | *FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.* |
 | -- | -- |
 | Homepage | [http://google.github.io/flatbuffers/](http://google.github.io/flatbuffers/) |
-| Versions | 1.12.0 |
+| Versions | 1.12.0, 2.0.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [flatbuffers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua) |
 
@@ -4390,6 +4390,29 @@ add_requires("lua")
 ```
 
 
+### lua-format (linux)
+
+
+| Description | *Code formatter for Lua* |
+| -- | -- |
+| Homepage | [https://github.com/Koihik/LuaFormatter](https://github.com/Koihik/LuaFormatter) |
+| Versions | 1.3.5 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [lua-format/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lua-format/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lua-format
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lua-format")
+```
+
+
 ### luajit (linux)
 
 

+ 25 - 2
packages/macosx.md

@@ -1088,7 +1088,7 @@ add_requires("embree")
 | Description | *Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more.* |
 | -- | -- |
 | Homepage | [https://github.com/skypjack/entt](https://github.com/skypjack/entt) |
-| Versions | v3.6.0, v3.7.0 |
+| Versions | v3.6.0, v3.7.0, v3.7.1 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [entt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/entt/xmake.lua) |
 
@@ -1278,7 +1278,7 @@ add_requires("flann")
 | Description | *FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.* |
 | -- | -- |
 | Homepage | [http://google.github.io/flatbuffers/](http://google.github.io/flatbuffers/) |
-| Versions | 1.12.0 |
+| Versions | 1.12.0, 2.0.0 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [flatbuffers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua) |
 
@@ -4013,6 +4013,29 @@ add_requires("lua")
 ```
 
 
+### lua-format (macosx)
+
+
+| Description | *Code formatter for Lua* |
+| -- | -- |
+| Homepage | [https://github.com/Koihik/LuaFormatter](https://github.com/Koihik/LuaFormatter) |
+| Versions | 1.3.5 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [lua-format/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lua-format/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lua-format
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lua-format")
+```
+
+
 ### luajit (macosx)
 
 

+ 25 - 2
packages/mingw.md

@@ -502,7 +502,7 @@ add_requires("doctest")
 | Description | *Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more.* |
 | -- | -- |
 | Homepage | [https://github.com/skypjack/entt](https://github.com/skypjack/entt) |
-| Versions | v3.6.0, v3.7.0 |
+| Versions | v3.6.0, v3.7.0, v3.7.1 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [entt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/entt/xmake.lua) |
 
@@ -598,7 +598,7 @@ add_requires("fastcppcsvparser")
 | Description | *FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.* |
 | -- | -- |
 | Homepage | [http://google.github.io/flatbuffers/](http://google.github.io/flatbuffers/) |
-| Versions | 1.12.0 |
+| Versions | 1.12.0, 2.0.0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [flatbuffers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua) |
 
@@ -1697,6 +1697,29 @@ add_requires("lodepng")
 ```
 
 
+### lua-format (mingw)
+
+
+| Description | *Code formatter for Lua* |
+| -- | -- |
+| Homepage | [https://github.com/Koihik/LuaFormatter](https://github.com/Koihik/LuaFormatter) |
+| Versions | 1.3.5 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [lua-format/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lua-format/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] lua-format
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lua-format")
+```
+
+
 ### lyra (mingw)
 
 

+ 24 - 1
packages/msys.md

@@ -408,7 +408,7 @@ add_requires("doctest")
 | Description | *Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more.* |
 | -- | -- |
 | Homepage | [https://github.com/skypjack/entt](https://github.com/skypjack/entt) |
-| Versions | v3.6.0, v3.7.0 |
+| Versions | v3.6.0, v3.7.0, v3.7.1 |
 | Architectures | i386, x86_64 |
 | Definition | [entt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/entt/xmake.lua) |
 
@@ -1022,6 +1022,29 @@ add_requires("lodepng")
 ```
 
 
+### lua-format (msys)
+
+
+| Description | *Code formatter for Lua* |
+| -- | -- |
+| Homepage | [https://github.com/Koihik/LuaFormatter](https://github.com/Koihik/LuaFormatter) |
+| Versions | 1.3.5 |
+| Architectures | i386, x86_64 |
+| Definition | [lua-format/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lua-format/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lua-format
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lua-format")
+```
+
+
 ### lyra (msys)
 
 

+ 25 - 2
packages/windows.md

@@ -1135,7 +1135,7 @@ add_requires("embree")
 | Description | *Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more.* |
 | -- | -- |
 | Homepage | [https://github.com/skypjack/entt](https://github.com/skypjack/entt) |
-| Versions | v3.6.0, v3.7.0 |
+| Versions | v3.6.0, v3.7.0, v3.7.1 |
 | Architectures | x64, x86 |
 | Definition | [entt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/entt/xmake.lua) |
 
@@ -1327,7 +1327,7 @@ add_requires("flann")
 | Description | *FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.* |
 | -- | -- |
 | Homepage | [http://google.github.io/flatbuffers/](http://google.github.io/flatbuffers/) |
-| Versions | 1.12.0 |
+| Versions | 1.12.0, 2.0.0 |
 | Architectures | x64, x86 |
 | Definition | [flatbuffers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua) |
 
@@ -3253,6 +3253,29 @@ add_requires("lua")
 ```
 
 
+### lua-format (windows)
+
+
+| Description | *Code formatter for Lua* |
+| -- | -- |
+| Homepage | [https://github.com/Koihik/LuaFormatter](https://github.com/Koihik/LuaFormatter) |
+| Versions | 1.3.5 |
+| Architectures | x64, x86 |
+| Definition | [lua-format/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lua-format/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lua-format
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lua-format")
+```
+
+
 ### luajit (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-05-18T05:26:25+08:00</lastmod>
+  <lastmod>2021-05-18T14:19:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-05-18T05:26:27+08:00</lastmod>
+  <lastmod>2021-05-18T14:19:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-05-18T05:26:27+08:00</lastmod>
+  <lastmod>2021-05-18T14:19:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-05-18T05:26:27+08:00</lastmod>
+  <lastmod>2021-05-18T14:19:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-05-18T05:26:27+08:00</lastmod>
+  <lastmod>2021-05-18T14:19:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-05-18T05:26:28+08:00</lastmod>
+  <lastmod>2021-05-18T14:19:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-05-18T05:26:28+08:00</lastmod>
+  <lastmod>2021-05-18T14:19:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-05-18T05:26:28+08:00</lastmod>
+  <lastmod>2021-05-18T14:19:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-05-18T05:26:28+08:00</lastmod>
+  <lastmod>2021-05-18T14:19:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-05-18T05:26:29+08:00</lastmod>
+  <lastmod>2021-05-18T14:19:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-05-18T05:26:29+08:00</lastmod>
+  <lastmod>2021-05-18T14:19:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-05-18T05:26:29+08:00</lastmod>
+  <lastmod>2021-05-18T14:19:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-05-18T05:26:29+08:00</lastmod>
+  <lastmod>2021-05-18T14:19:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-05-18T05:26:30+08:00</lastmod>
+  <lastmod>2021-05-18T14:19:11+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: double-conversion, libevent, flann**
+- **Recently added: lua-format, double-conversion, libevent**
 
 [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)
-- 包列表 (332)
+- 包列表 (333)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)