Browse Source

autoupdate docs by xmake-repo/ci

ruki 3 years ago
parent
commit
085b9b8621

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: h5cpp, argh, prometheus-cpp**
+- **Recently added: flecs, h5cpp, argh**
 
 [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 (703)
+- Packages (704)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/linux.html

@@ -5015,6 +5015,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("flatbuffers")
 </code></pre>
+<h3 id="flecslinux">flecs (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A fast entity component system (ECS) for C &amp; C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/SanderMertens/flecs">https://github.com/SanderMertens/flecs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.4.8, v3.0.1-alpha</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/f/flecs/xmake.lua">flecs/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install flecs
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("flecs")
+</code></pre>
 <h3 id="flexlinux">flex (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -4653,6 +4653,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("flatbuffers")
 </code></pre>
+<h3 id="flecsmacosx">flecs (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A fast entity component system (ECS) for C &amp; C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/SanderMertens/flecs">https://github.com/SanderMertens/flecs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.4.8, v3.0.1-alpha</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/f/flecs/xmake.lua">flecs/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install flecs
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("flecs")
+</code></pre>
 <h3 id="flexmacosx">flex (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -4554,6 +4554,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("flatbuffers")
 </code></pre>
+<h3 id="flecswindows">flecs (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A fast entity component system (ECS) for C &amp; C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/SanderMertens/flecs">https://github.com/SanderMertens/flecs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.4.8, v3.0.1-alpha</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/f/flecs/xmake.lua">flecs/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install flecs
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("flecs")
+</code></pre>
 <h3 id="flexwindows">flex (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/linux.md

@@ -3276,6 +3276,30 @@ add_requires("flatbuffers")
 ```
 
 
+### flecs (linux)
+
+
+| Description | *A fast entity component system (ECS) for C & C++* |
+| -- | -- |
+| Homepage | [https://github.com/SanderMertens/flecs](https://github.com/SanderMertens/flecs) |
+| License | MIT |
+| Versions | v2.4.8, v3.0.1-alpha |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [flecs/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flecs/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install flecs
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("flecs")
+```
+
+
 ### flex (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -3038,6 +3038,30 @@ add_requires("flatbuffers")
 ```
 
 
+### flecs (macosx)
+
+
+| Description | *A fast entity component system (ECS) for C & C++* |
+| -- | -- |
+| Homepage | [https://github.com/SanderMertens/flecs](https://github.com/SanderMertens/flecs) |
+| License | MIT |
+| Versions | v2.4.8, v3.0.1-alpha |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [flecs/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flecs/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install flecs
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("flecs")
+```
+
+
 ### flex (macosx)
 
 

+ 24 - 0
packages/windows.md

@@ -2969,6 +2969,30 @@ add_requires("flatbuffers")
 ```
 
 
+### flecs (windows)
+
+
+| Description | *A fast entity component system (ECS) for C & C++* |
+| -- | -- |
+| Homepage | [https://github.com/SanderMertens/flecs](https://github.com/SanderMertens/flecs) |
+| License | MIT |
+| Versions | v2.4.8, v3.0.1-alpha |
+| Architectures | x64, x86 |
+| Definition | [flecs/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flecs/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install flecs
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("flecs")
+```
+
+
 ### flex (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-06-16T14:51:40+08:00</lastmod>
+  <lastmod>2022-06-17T10:29:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-06-16T14:51:43+08:00</lastmod>
+  <lastmod>2022-06-17T10:29:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-06-16T14:51:43+08:00</lastmod>
+  <lastmod>2022-06-17T10:29:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-06-16T14:51:43+08:00</lastmod>
+  <lastmod>2022-06-17T10:29:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-06-16T14:51:44+08:00</lastmod>
+  <lastmod>2022-06-17T10:29:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-06-16T14:51:44+08:00</lastmod>
+  <lastmod>2022-06-17T10:29:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-06-16T14:51:44+08:00</lastmod>
+  <lastmod>2022-06-17T10:29:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-06-16T14:51:45+08:00</lastmod>
+  <lastmod>2022-06-17T10:29:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-06-16T14:51:45+08:00</lastmod>
+  <lastmod>2022-06-17T10:29:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-06-16T14:51:45+08:00</lastmod>
+  <lastmod>2022-06-17T10:29:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-06-16T14:51:46+08:00</lastmod>
+  <lastmod>2022-06-17T10:29:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-06-16T14:51:46+08:00</lastmod>
+  <lastmod>2022-06-17T10:29:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-06-16T14:51:46+08:00</lastmod>
+  <lastmod>2022-06-17T10:29:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-06-16T14:51:46+08:00</lastmod>
+  <lastmod>2022-06-17T10:29:44+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: h5cpp, argh, prometheus-cpp**
+- **Recently added: flecs, h5cpp, argh**
 
 [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)
-- 包列表 (703)
+- 包列表 (704)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)