Browse Source

autoupdate docs by xmake-repo/ci

ruki 3 năm trước cách đây
mục cha
commit
9cb5db8cee

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: port, bsdiff, libdivsufsort**
+- **Recently added: marl, port, bsdiff**
 
 [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 (533)
+- Packages (534)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/linux.html

@@ -11068,6 +11068,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("marisa")
 </code></pre>
+<h3 id="marllinux">marl (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Marl is a hybrid thread / fiber task scheduler written in C++ 11.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/marl">https://github.com/google/marl</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.8.18</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/m/marl/xmake.lua">marl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install marl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("marl")
+</code></pre>
 <h3 id="matplotpluspluslinux">matplotplusplus (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -10356,6 +10356,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("marisa")
 </code></pre>
+<h3 id="marlmacosx">marl (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Marl is a hybrid thread / fiber task scheduler written in C++ 11.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/marl">https://github.com/google/marl</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.8.18</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/m/marl/xmake.lua">marl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install marl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("marl")
+</code></pre>
 <h3 id="matplotplusplusmacosx">matplotplusplus (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -8646,6 +8646,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("marisa")
 </code></pre>
+<h3 id="marlwindows">marl (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Marl is a hybrid thread / fiber task scheduler written in C++ 11.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/marl">https://github.com/google/marl</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.8.18</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/m/marl/xmake.lua">marl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install marl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("marl")
+</code></pre>
 <h3 id="matplotpluspluswindows">matplotplusplus (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/linux.md

@@ -7390,6 +7390,29 @@ add_requires("marisa")
 ```
 
 
+### marl (linux)
+
+
+| Description | *Marl is a hybrid thread / fiber task scheduler written in C++ 11.* |
+| -- | -- |
+| Homepage | [https://github.com/google/marl](https://github.com/google/marl) |
+| Versions | 2021.8.18 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [marl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/marl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install marl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("marl")
+```
+
+
 ### matplotplusplus (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -6917,6 +6917,29 @@ add_requires("marisa")
 ```
 
 
+### marl (macosx)
+
+
+| Description | *Marl is a hybrid thread / fiber task scheduler written in C++ 11.* |
+| -- | -- |
+| Homepage | [https://github.com/google/marl](https://github.com/google/marl) |
+| Versions | 2021.8.18 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [marl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/marl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install marl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("marl")
+```
+
+
 ### matplotplusplus (macosx)
 
 

+ 23 - 0
packages/windows.md

@@ -5730,6 +5730,29 @@ add_requires("marisa")
 ```
 
 
+### marl (windows)
+
+
+| Description | *Marl is a hybrid thread / fiber task scheduler written in C++ 11.* |
+| -- | -- |
+| Homepage | [https://github.com/google/marl](https://github.com/google/marl) |
+| Versions | 2021.8.18 |
+| Architectures | x64, x86 |
+| Definition | [marl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/marl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install marl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("marl")
+```
+
+
 ### matplotplusplus (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-12-05T15:17:15+08:00</lastmod>
+  <lastmod>2021-12-05T23:27:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-12-05T15:17:17+08:00</lastmod>
+  <lastmod>2021-12-05T23:27:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-12-05T15:17:17+08:00</lastmod>
+  <lastmod>2021-12-05T23:27:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-12-05T15:17:17+08:00</lastmod>
+  <lastmod>2021-12-05T23:27:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-12-05T15:17:18+08:00</lastmod>
+  <lastmod>2021-12-05T23:27:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-12-05T15:17:18+08:00</lastmod>
+  <lastmod>2021-12-05T23:27:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-12-05T15:17:18+08:00</lastmod>
+  <lastmod>2021-12-05T23:27:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-12-05T15:17:18+08:00</lastmod>
+  <lastmod>2021-12-05T23:27:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-12-05T15:17:18+08:00</lastmod>
+  <lastmod>2021-12-05T23:27:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-12-05T15:17:19+08:00</lastmod>
+  <lastmod>2021-12-05T23:27:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-12-05T15:17:19+08:00</lastmod>
+  <lastmod>2021-12-05T23:27:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-12-05T15:17:19+08:00</lastmod>
+  <lastmod>2021-12-05T23:27:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-12-05T15:17:19+08:00</lastmod>
+  <lastmod>2021-12-05T23:27:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-12-05T15:17:20+08:00</lastmod>
+  <lastmod>2021-12-05T23:27:49+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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