Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 years ago
parent
commit
9d82348b5f

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: gtk4, port, libkmod**
+- **Recently added: dartsim, gtk4, port**
 
 [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 (865)
+- Packages (866)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 103 - 0
mirror/packages/cross.html

@@ -2343,6 +2343,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fastcppcsvparser")
 </code></pre>
+<h3 id="flatbufferscross">flatbuffers (cross)</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>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.12.0, v2.0.0, v23.1.21</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/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 cross [--sdk=/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="flexcross">flex (cross)</h3>
 <table>
 <thead>
@@ -6164,6 +6201,72 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nlohmann_json")
 </code></pre>
+<h3 id="nngcross">nng (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>NNG, like its predecessors nanomsg (and to some extent ZeroMQ), is a lightweight, broker-less library, offering a simple API to solve common recurring messaging problems.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/nanomsg/nng">https://github.com/nanomsg/nng</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.2, 1.4.0, 1.5.2</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/n/nng/xmake.lua">nng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] nng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nng")
+</code></pre>
+<h3 id="nngppcross">nngpp (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ wrapper around the nanomsg NNG API.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cwzx/nngpp">https://github.com/cwzx/nngpp</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2020.10.30</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/n/nngpp/xmake.lua">nngpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] nngpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nngpp")
+</code></pre>
 <h3 id="nodcross">nod (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -3845,6 +3845,43 @@
 <pre><code class="lang-lua">add_requires("cyrus-sasl")
 </code></pre>
 <h2 id="d">d</h2>
+<h3 id="dartsimlinux">dartsim (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Dynamic Animation and Robotics Toolkit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://dartsim.github.io/">https://dartsim.github.io/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v6.13.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/d/dartsim/xmake.lua">dartsim/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dartsim
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dartsim")
+</code></pre>
 <h3 id="dataframelinux">dataframe (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -3491,6 +3491,43 @@
 <pre><code class="lang-lua">add_requires("cyrus-sasl")
 </code></pre>
 <h2 id="d">d</h2>
+<h3 id="dartsimmacosx">dartsim (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Dynamic Animation and Robotics Toolkit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://dartsim.github.io/">https://dartsim.github.io/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v6.13.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dartsim/xmake.lua">dartsim/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dartsim
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dartsim")
+</code></pre>
 <h3 id="dataframemacosx">dataframe (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -3466,6 +3466,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("d3d12-memory-allocator")
 </code></pre>
+<h3 id="dartsimwindows">dartsim (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Dynamic Animation and Robotics Toolkit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://dartsim.github.io/">https://dartsim.github.io/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v6.13.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dartsim/xmake.lua">dartsim/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dartsim
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dartsim")
+</code></pre>
 <h3 id="dataframewindows">dataframe (windows)</h3>
 <table>
 <thead>

+ 70 - 0
packages/cross.md

@@ -1500,6 +1500,30 @@ add_requires("fastcppcsvparser")
 ```
 
 
+### flatbuffers (cross)
+
+
+| Description | *FlatBuffers is a cross platform serialization library architected for maximum memory efficiency.* |
+| -- | -- |
+| Homepage | [http://google.github.io/flatbuffers/](http://google.github.io/flatbuffers/) |
+| License | Apache-2.0 |
+| Versions | v1.12.0, v2.0.0, v23.1.21 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, 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 cross [--sdk=/xxx] flatbuffers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("flatbuffers")
+```
+
+
 ### flex (cross)
 
 
@@ -4077,6 +4101,52 @@ add_requires("nlohmann_json")
 ```
 
 
+### nng (cross)
+
+
+| Description | *NNG, like its predecessors nanomsg (and to some extent ZeroMQ), is a lightweight, broker-less library, offering a simple API to solve common recurring messaging problems.* |
+| -- | -- |
+| Homepage | [https://github.com/nanomsg/nng](https://github.com/nanomsg/nng) |
+| Versions | 1.3.2, 1.4.0, 1.5.2 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [nng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nng/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] nng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nng")
+```
+
+
+### nngpp (cross)
+
+
+| Description | *C++ wrapper around the nanomsg NNG API.* |
+| -- | -- |
+| Homepage | [https://github.com/cwzx/nngpp](https://github.com/cwzx/nngpp) |
+| Versions | v2020.10.30 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [nngpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nngpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] nngpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nngpp")
+```
+
+
 ### nod (cross)
 
 

+ 24 - 0
packages/linux.md

@@ -2508,6 +2508,30 @@ add_requires("cyrus-sasl")
 
 
 ## d
+### dartsim (linux)
+
+
+| Description | *Dynamic Animation and Robotics Toolkit* |
+| -- | -- |
+| Homepage | [https://dartsim.github.io/](https://dartsim.github.io/) |
+| License | BSD-2-Clause |
+| Versions | v6.13.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [dartsim/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dartsim/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dartsim
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dartsim")
+```
+
+
 ### dataframe (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -2272,6 +2272,30 @@ add_requires("cyrus-sasl")
 
 
 ## d
+### dartsim (macosx)
+
+
+| Description | *Dynamic Animation and Robotics Toolkit* |
+| -- | -- |
+| Homepage | [https://dartsim.github.io/](https://dartsim.github.io/) |
+| License | BSD-2-Clause |
+| Versions | v6.13.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [dartsim/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dartsim/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dartsim
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dartsim")
+```
+
+
 ### dataframe (macosx)
 
 

+ 24 - 0
packages/windows.md

@@ -2251,6 +2251,30 @@ add_requires("d3d12-memory-allocator")
 ```
 
 
+### dartsim (windows)
+
+
+| Description | *Dynamic Animation and Robotics Toolkit* |
+| -- | -- |
+| Homepage | [https://dartsim.github.io/](https://dartsim.github.io/) |
+| License | BSD-2-Clause |
+| Versions | v6.13.0 |
+| Architectures | x64 |
+| Definition | [dartsim/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dartsim/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dartsim
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dartsim")
+```
+
+
 ### dataframe (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-03-25T15:24:47+08:00</lastmod>
+  <lastmod>2023-03-26T07:51:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-03-25T15:24:51+08:00</lastmod>
+  <lastmod>2023-03-26T07:51:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-03-25T15:24:51+08:00</lastmod>
+  <lastmod>2023-03-26T07:51:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-03-25T15:24:51+08:00</lastmod>
+  <lastmod>2023-03-26T07:51:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-03-25T15:24:52+08:00</lastmod>
+  <lastmod>2023-03-26T07:51:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-03-25T15:24:52+08:00</lastmod>
+  <lastmod>2023-03-26T07:51:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-03-25T15:24:53+08:00</lastmod>
+  <lastmod>2023-03-26T07:51:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-03-25T15:24:53+08:00</lastmod>
+  <lastmod>2023-03-26T07:51:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-03-25T15:24:53+08:00</lastmod>
+  <lastmod>2023-03-26T07:51:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-03-25T15:24:54+08:00</lastmod>
+  <lastmod>2023-03-26T07:51:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-03-25T15:24:54+08:00</lastmod>
+  <lastmod>2023-03-26T07:51:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-03-25T15:24:54+08:00</lastmod>
+  <lastmod>2023-03-26T07:51:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-03-25T15:24:55+08:00</lastmod>
+  <lastmod>2023-03-26T07:51:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-03-25T15:24:55+08:00</lastmod>
+  <lastmod>2023-03-26T07:51:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-03-25T15:24:55+08:00</lastmod>
+  <lastmod>2023-03-26T07:51:33+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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