Bladeren bron

autoupdate docs by xmake-repo/ci

ruki 4 jaren geleden
bovenliggende
commit
3a950d00aa

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: vulkan-loader, vulkan-tools, vulkan-validationlayers**
+- **Recently added: flatbuffers, vulkan-loader, vulkan-tools**
 
 [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 (221)
+- Packages (222)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -808,6 +808,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ffmpeg")
 </code></pre>
+<h3 id="flatbuffersandroid">flatbuffers (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://google.github.io/flatbuffers/">http://google.github.io/flatbuffers/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.12.0</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/f/flatbuffers/xmake.lua">flatbuffers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] flatbuffers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("flatbuffers")
+</code></pre>
 <h3 id="fltkandroid">fltk (android)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -705,6 +705,39 @@
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
 <h2 id="f">f</h2>
+<h3 id="flatbuffersiphoneos">flatbuffers (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://google.github.io/flatbuffers/">http://google.github.io/flatbuffers/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.12.0</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/f/flatbuffers/xmake.lua">flatbuffers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos flatbuffers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("flatbuffers")
+</code></pre>
 <h3 id="fmtiphoneos">fmt (iphoneos)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -1567,6 +1567,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fftw")
 </code></pre>
+<h3 id="flatbufferslinux">flatbuffers (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://google.github.io/flatbuffers/">http://google.github.io/flatbuffers/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.12.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua">flatbuffers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install flatbuffers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("flatbuffers")
+</code></pre>
 <h3 id="fltklinux">fltk (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -1534,6 +1534,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fftw")
 </code></pre>
+<h3 id="flatbuffersmacosx">flatbuffers (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://google.github.io/flatbuffers/">http://google.github.io/flatbuffers/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.12.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua">flatbuffers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install flatbuffers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("flatbuffers")
+</code></pre>
 <h3 id="fltkmacosx">fltk (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -771,6 +771,39 @@
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
 <h2 id="f">f</h2>
+<h3 id="flatbuffersmingw">flatbuffers (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://google.github.io/flatbuffers/">http://google.github.io/flatbuffers/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.12.0</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/f/flatbuffers/xmake.lua">flatbuffers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] flatbuffers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("flatbuffers")
+</code></pre>
 <h3 id="fltkmingw">fltk (mingw)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -1464,6 +1464,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fftw")
 </code></pre>
+<h3 id="flatbufferswindows">flatbuffers (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://google.github.io/flatbuffers/">http://google.github.io/flatbuffers/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.12.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua">flatbuffers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install flatbuffers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("flatbuffers")
+</code></pre>
 <h3 id="fltkwindows">fltk (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/android.md

@@ -495,6 +495,29 @@ add_requires("ffmpeg")
 ```
 
 
+### flatbuffers (android)
+
+
+| 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 |
+| 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) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] flatbuffers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("flatbuffers")
+```
+
+
 ### fltk (android)
 
 

+ 23 - 0
packages/iphoneos.md

@@ -425,6 +425,29 @@ add_requires("doctest")
 
 
 ## f
+### flatbuffers (iphoneos)
+
+
+| 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 |
+| 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) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos flatbuffers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("flatbuffers")
+```
+
+
 ### fmt (iphoneos)
 
 

+ 23 - 0
packages/linux.md

@@ -1011,6 +1011,29 @@ add_requires("fftw")
 ```
 
 
+### flatbuffers (linux)
+
+
+| 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 |
+| 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) |
+
+##### Install command
+
+```console
+xrepo install flatbuffers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("flatbuffers")
+```
+
+
 ### fltk (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -988,6 +988,29 @@ add_requires("fftw")
 ```
 
 
+### flatbuffers (macosx)
+
+
+| 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 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [flatbuffers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install flatbuffers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("flatbuffers")
+```
+
+
 ### fltk (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -471,6 +471,29 @@ add_requires("doctest")
 
 
 ## f
+### flatbuffers (mingw)
+
+
+| 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 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [flatbuffers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] flatbuffers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("flatbuffers")
+```
+
+
 ### fltk (mingw)
 
 

+ 23 - 0
packages/windows.md

@@ -941,6 +941,29 @@ add_requires("fftw")
 ```
 
 
+### flatbuffers (windows)
+
+
+| 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 |
+| Architectures | x64, x86 |
+| Definition | [flatbuffers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install flatbuffers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("flatbuffers")
+```
+
+
 ### fltk (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-12-06T14:30:51+08:00</lastmod>
+  <lastmod>2020-12-07T06:19:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-12-06T14:30:52+08:00</lastmod>
+  <lastmod>2020-12-07T06:19:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-12-06T14:30:52+08:00</lastmod>
+  <lastmod>2020-12-07T06:19:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-12-06T14:30:52+08:00</lastmod>
+  <lastmod>2020-12-07T06:19:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-12-06T14:30:52+08:00</lastmod>
+  <lastmod>2020-12-07T06:19:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-12-06T14:30:53+08:00</lastmod>
+  <lastmod>2020-12-07T06:19:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-12-06T14:30:53+08:00</lastmod>
+  <lastmod>2020-12-07T06:19:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-12-06T14:30:53+08:00</lastmod>
+  <lastmod>2020-12-07T06:19:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-12-06T14:30:53+08:00</lastmod>
+  <lastmod>2020-12-07T06:19:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-12-06T14:30:53+08:00</lastmod>
+  <lastmod>2020-12-07T06:19:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-12-06T14:30:53+08:00</lastmod>
+  <lastmod>2020-12-07T06:19:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-12-06T14:30:54+08:00</lastmod>
+  <lastmod>2020-12-07T06:19:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-12-06T14:30:54+08:00</lastmod>
+  <lastmod>2020-12-07T06:19:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-12-06T14:30:54+08:00</lastmod>
+  <lastmod>2020-12-07T06:19:08+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: vulkan-loader, vulkan-tools, vulkan-validationlayers**
+- **Recently added: flatbuffers, vulkan-loader, vulkan-tools**
 
 [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)
-- 包列表 (221)
+- 包列表 (222)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)