Skip to content

Commit 3a950d0

Browse files
committed
autoupdate docs by xmake-repo/ci
1 parent a7e079e commit 3a950d0

17 files changed

+354
-18
lines changed

_coverpage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
- *Simple, lightweight, cross-platform*
88
- *Modern C/C++ package manager, support distributed repositories*
9-
- **Recently added: vulkan-loader, vulkan-tools, vulkan-validationlayers**
9+
- **Recently added: flatbuffers, vulkan-loader, vulkan-tools**
1010

1111
[Gitee](https://gitee.com/tboox/xrepo/)
1212
[Github](https://github.com/xmake-io/xrepo/)

_sidebar.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Getting Started
22
- [Sponsor](https://xmake.io/#/about/sponsor)
33
- [Quick Start](getting_started.md)
4-
- Packages (221)
4+
- Packages (222)
55
- [android](packages/android.md)
66
- [bsd](packages/bsd.md)
77
- [cross](packages/cross.md)

mirror/packages/android.html

+33
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,39 @@ <h5 id="installcommand">Install command</h5>
808808
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
809809
<pre><code class="lang-lua">add_requires("ffmpeg")
810810
</code></pre>
811+
<h3 id="flatbuffersandroid">flatbuffers (android)</h3>
812+
<table>
813+
<thead>
814+
<tr>
815+
<th>Description</th>
816+
<th><em>FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.</em></th>
817+
</tr>
818+
</thead>
819+
<tbody>
820+
<tr>
821+
<td>Homepage</td>
822+
<td><a href="http://google.github.io/flatbuffers/">http://google.github.io/flatbuffers/</a></td>
823+
</tr>
824+
<tr>
825+
<td>Versions</td>
826+
<td>1.12.0</td>
827+
</tr>
828+
<tr>
829+
<td>Architectures</td>
830+
<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
831+
</tr>
832+
<tr>
833+
<td>Definition</td>
834+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua">flatbuffers/xmake.lua</a></td>
835+
</tr>
836+
</tbody>
837+
</table>
838+
<h5 id="installcommand">Install command</h5>
839+
<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] flatbuffers
840+
</code></pre>
841+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
842+
<pre><code class="lang-lua">add_requires("flatbuffers")
843+
</code></pre>
811844
<h3 id="fltkandroid">fltk (android)</h3>
812845
<table>
813846
<thead>

mirror/packages/iphoneos.html

+33
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,39 @@ <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)<
705705
<pre><code class="lang-lua">add_requires("doctest")
706706
</code></pre>
707707
<h2 id="f">f</h2>
708+
<h3 id="flatbuffersiphoneos">flatbuffers (iphoneos)</h3>
709+
<table>
710+
<thead>
711+
<tr>
712+
<th>Description</th>
713+
<th><em>FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.</em></th>
714+
</tr>
715+
</thead>
716+
<tbody>
717+
<tr>
718+
<td>Homepage</td>
719+
<td><a href="http://google.github.io/flatbuffers/">http://google.github.io/flatbuffers/</a></td>
720+
</tr>
721+
<tr>
722+
<td>Versions</td>
723+
<td>1.12.0</td>
724+
</tr>
725+
<tr>
726+
<td>Architectures</td>
727+
<td>arm64, armv7, armv7s, i386, x86_64</td>
728+
</tr>
729+
<tr>
730+
<td>Definition</td>
731+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua">flatbuffers/xmake.lua</a></td>
732+
</tr>
733+
</tbody>
734+
</table>
735+
<h5 id="installcommand">Install command</h5>
736+
<pre><code class="lang-console">xrepo install -p iphoneos flatbuffers
737+
</code></pre>
738+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
739+
<pre><code class="lang-lua">add_requires("flatbuffers")
740+
</code></pre>
708741
<h3 id="fmtiphoneos">fmt (iphoneos)</h3>
709742
<table>
710743
<thead>

mirror/packages/linux.html

+33
Original file line numberDiff line numberDiff line change
@@ -1567,6 +1567,39 @@ <h5 id="installcommand">Install command</h5>
15671567
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
15681568
<pre><code class="lang-lua">add_requires("fftw")
15691569
</code></pre>
1570+
<h3 id="flatbufferslinux">flatbuffers (linux)</h3>
1571+
<table>
1572+
<thead>
1573+
<tr>
1574+
<th>Description</th>
1575+
<th><em>FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.</em></th>
1576+
</tr>
1577+
</thead>
1578+
<tbody>
1579+
<tr>
1580+
<td>Homepage</td>
1581+
<td><a href="http://google.github.io/flatbuffers/">http://google.github.io/flatbuffers/</a></td>
1582+
</tr>
1583+
<tr>
1584+
<td>Versions</td>
1585+
<td>1.12.0</td>
1586+
</tr>
1587+
<tr>
1588+
<td>Architectures</td>
1589+
<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
1590+
</tr>
1591+
<tr>
1592+
<td>Definition</td>
1593+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua">flatbuffers/xmake.lua</a></td>
1594+
</tr>
1595+
</tbody>
1596+
</table>
1597+
<h5 id="installcommand">Install command</h5>
1598+
<pre><code class="lang-console">xrepo install flatbuffers
1599+
</code></pre>
1600+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1601+
<pre><code class="lang-lua">add_requires("flatbuffers")
1602+
</code></pre>
15701603
<h3 id="fltklinux">fltk (linux)</h3>
15711604
<table>
15721605
<thead>

mirror/packages/macosx.html

+33
Original file line numberDiff line numberDiff line change
@@ -1534,6 +1534,39 @@ <h5 id="installcommand">Install command</h5>
15341534
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
15351535
<pre><code class="lang-lua">add_requires("fftw")
15361536
</code></pre>
1537+
<h3 id="flatbuffersmacosx">flatbuffers (macosx)</h3>
1538+
<table>
1539+
<thead>
1540+
<tr>
1541+
<th>Description</th>
1542+
<th><em>FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.</em></th>
1543+
</tr>
1544+
</thead>
1545+
<tbody>
1546+
<tr>
1547+
<td>Homepage</td>
1548+
<td><a href="http://google.github.io/flatbuffers/">http://google.github.io/flatbuffers/</a></td>
1549+
</tr>
1550+
<tr>
1551+
<td>Versions</td>
1552+
<td>1.12.0</td>
1553+
</tr>
1554+
<tr>
1555+
<td>Architectures</td>
1556+
<td>arm64, i386, x86_64</td>
1557+
</tr>
1558+
<tr>
1559+
<td>Definition</td>
1560+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua">flatbuffers/xmake.lua</a></td>
1561+
</tr>
1562+
</tbody>
1563+
</table>
1564+
<h5 id="installcommand">Install command</h5>
1565+
<pre><code class="lang-console">xrepo install flatbuffers
1566+
</code></pre>
1567+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1568+
<pre><code class="lang-lua">add_requires("flatbuffers")
1569+
</code></pre>
15371570
<h3 id="fltkmacosx">fltk (macosx)</h3>
15381571
<table>
15391572
<thead>

mirror/packages/mingw.html

+33
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,39 @@ <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)<
771771
<pre><code class="lang-lua">add_requires("doctest")
772772
</code></pre>
773773
<h2 id="f">f</h2>
774+
<h3 id="flatbuffersmingw">flatbuffers (mingw)</h3>
775+
<table>
776+
<thead>
777+
<tr>
778+
<th>Description</th>
779+
<th><em>FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.</em></th>
780+
</tr>
781+
</thead>
782+
<tbody>
783+
<tr>
784+
<td>Homepage</td>
785+
<td><a href="http://google.github.io/flatbuffers/">http://google.github.io/flatbuffers/</a></td>
786+
</tr>
787+
<tr>
788+
<td>Versions</td>
789+
<td>1.12.0</td>
790+
</tr>
791+
<tr>
792+
<td>Architectures</td>
793+
<td>arm, arm64, i386, x86_64</td>
794+
</tr>
795+
<tr>
796+
<td>Definition</td>
797+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua">flatbuffers/xmake.lua</a></td>
798+
</tr>
799+
</tbody>
800+
</table>
801+
<h5 id="installcommand">Install command</h5>
802+
<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] flatbuffers
803+
</code></pre>
804+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
805+
<pre><code class="lang-lua">add_requires("flatbuffers")
806+
</code></pre>
774807
<h3 id="fltkmingw">fltk (mingw)</h3>
775808
<table>
776809
<thead>

mirror/packages/windows.html

+33
Original file line numberDiff line numberDiff line change
@@ -1464,6 +1464,39 @@ <h5 id="installcommand">Install command</h5>
14641464
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
14651465
<pre><code class="lang-lua">add_requires("fftw")
14661466
</code></pre>
1467+
<h3 id="flatbufferswindows">flatbuffers (windows)</h3>
1468+
<table>
1469+
<thead>
1470+
<tr>
1471+
<th>Description</th>
1472+
<th><em>FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.</em></th>
1473+
</tr>
1474+
</thead>
1475+
<tbody>
1476+
<tr>
1477+
<td>Homepage</td>
1478+
<td><a href="http://google.github.io/flatbuffers/">http://google.github.io/flatbuffers/</a></td>
1479+
</tr>
1480+
<tr>
1481+
<td>Versions</td>
1482+
<td>1.12.0</td>
1483+
</tr>
1484+
<tr>
1485+
<td>Architectures</td>
1486+
<td>x64, x86</td>
1487+
</tr>
1488+
<tr>
1489+
<td>Definition</td>
1490+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua">flatbuffers/xmake.lua</a></td>
1491+
</tr>
1492+
</tbody>
1493+
</table>
1494+
<h5 id="installcommand">Install command</h5>
1495+
<pre><code class="lang-console">xrepo install flatbuffers
1496+
</code></pre>
1497+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1498+
<pre><code class="lang-lua">add_requires("flatbuffers")
1499+
</code></pre>
14671500
<h3 id="fltkwindows">fltk (windows)</h3>
14681501
<table>
14691502
<thead>

packages/android.md

+23
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,29 @@ add_requires("ffmpeg")
495495
```
496496

497497

498+
### flatbuffers (android)
499+
500+
501+
| Description | *FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.* |
502+
| -- | -- |
503+
| Homepage | [http://google.github.io/flatbuffers/](http://google.github.io/flatbuffers/) |
504+
| Versions | 1.12.0 |
505+
| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
506+
| Definition | [flatbuffers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua) |
507+
508+
##### Install command
509+
510+
```console
511+
xrepo install -p android [--ndk=/xxx] flatbuffers
512+
```
513+
514+
##### Integration in the project (xmake.lua)
515+
516+
```lua
517+
add_requires("flatbuffers")
518+
```
519+
520+
498521
### fltk (android)
499522

500523

packages/iphoneos.md

+23
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,29 @@ add_requires("doctest")
425425

426426

427427
## f
428+
### flatbuffers (iphoneos)
429+
430+
431+
| Description | *FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.* |
432+
| -- | -- |
433+
| Homepage | [http://google.github.io/flatbuffers/](http://google.github.io/flatbuffers/) |
434+
| Versions | 1.12.0 |
435+
| Architectures | arm64, armv7, armv7s, i386, x86_64 |
436+
| Definition | [flatbuffers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua) |
437+
438+
##### Install command
439+
440+
```console
441+
xrepo install -p iphoneos flatbuffers
442+
```
443+
444+
##### Integration in the project (xmake.lua)
445+
446+
```lua
447+
add_requires("flatbuffers")
448+
```
449+
450+
428451
### fmt (iphoneos)
429452

430453

packages/linux.md

+23
Original file line numberDiff line numberDiff line change
@@ -1011,6 +1011,29 @@ add_requires("fftw")
10111011
```
10121012

10131013

1014+
### flatbuffers (linux)
1015+
1016+
1017+
| Description | *FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.* |
1018+
| -- | -- |
1019+
| Homepage | [http://google.github.io/flatbuffers/](http://google.github.io/flatbuffers/) |
1020+
| Versions | 1.12.0 |
1021+
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
1022+
| Definition | [flatbuffers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua) |
1023+
1024+
##### Install command
1025+
1026+
```console
1027+
xrepo install flatbuffers
1028+
```
1029+
1030+
##### Integration in the project (xmake.lua)
1031+
1032+
```lua
1033+
add_requires("flatbuffers")
1034+
```
1035+
1036+
10141037
### fltk (linux)
10151038

10161039

packages/macosx.md

+23
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,29 @@ add_requires("fftw")
988988
```
989989

990990

991+
### flatbuffers (macosx)
992+
993+
994+
| Description | *FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.* |
995+
| -- | -- |
996+
| Homepage | [http://google.github.io/flatbuffers/](http://google.github.io/flatbuffers/) |
997+
| Versions | 1.12.0 |
998+
| Architectures | arm64, i386, x86_64 |
999+
| Definition | [flatbuffers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/flatbuffers/xmake.lua) |
1000+
1001+
##### Install command
1002+
1003+
```console
1004+
xrepo install flatbuffers
1005+
```
1006+
1007+
##### Integration in the project (xmake.lua)
1008+
1009+
```lua
1010+
add_requires("flatbuffers")
1011+
```
1012+
1013+
9911014
### fltk (macosx)
9921015

9931016

0 commit comments

Comments
 (0)