Bladeren bron

autoupdate docs by xmake-repo/ci

ruki 2 jaren geleden
bovenliggende
commit
bea2073acc
11 gewijzigde bestanden met toevoegingen van 187 en 19 verwijderingen
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 33 0
      mirror/packages/linux.html
  4. 33 0
      mirror/packages/macosx.html
  5. 33 0
      mirror/packages/windows.html
  6. 23 0
      packages/linux.md
  7. 23 0
      packages/macosx.md
  8. 23 0
      packages/windows.md
  9. 15 15
      sitemap.xml
  10. 1 1
      zh-cn/_coverpage.md
  11. 1 1
      zh-cn/_sidebar.md

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: vulkanscenegraph, lunasvg, rmlui**
+- **Recently added: cpp-lazy, vulkanscenegraph, lunasvg**
 
 [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 (832)
+- Packages (833)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/linux.html

@@ -3148,6 +3148,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-httplib")
 </code></pre>
+<h3 id="cpplazylinux">cpp-lazy (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A fast C++11/14/17/20 header only library for lazy evaluation and function tools</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/MarcDirven/cpp-lazy">https://github.com/MarcDirven/cpp-lazy</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v7.0.2</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/c/cpp-lazy/xmake.lua">cpp-lazy/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cpp-lazy
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-lazy")
+</code></pre>
 <h3 id="cppfrontlinux">cppfront (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -2893,6 +2893,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-httplib")
 </code></pre>
+<h3 id="cpplazymacosx">cpp-lazy (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A fast C++11/14/17/20 header only library for lazy evaluation and function tools</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/MarcDirven/cpp-lazy">https://github.com/MarcDirven/cpp-lazy</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v7.0.2</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/c/cpp-lazy/xmake.lua">cpp-lazy/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cpp-lazy
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-lazy")
+</code></pre>
 <h3 id="cppzmqmacosx">cppzmq (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -2732,6 +2732,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-httplib")
 </code></pre>
+<h3 id="cpplazywindows">cpp-lazy (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A fast C++11/14/17/20 header only library for lazy evaluation and function tools</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/MarcDirven/cpp-lazy">https://github.com/MarcDirven/cpp-lazy</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v7.0.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-lazy/xmake.lua">cpp-lazy/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cpp-lazy
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cpp-lazy")
+</code></pre>
 <h3 id="cppcorowindows">cppcoro (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/linux.md

@@ -2037,6 +2037,29 @@ add_requires("cpp-httplib")
 ```
 
 
+### cpp-lazy (linux)
+
+
+| Description | *A fast C++11/14/17/20 header only library for lazy evaluation and function tools* |
+| -- | -- |
+| Homepage | [https://github.com/MarcDirven/cpp-lazy](https://github.com/MarcDirven/cpp-lazy) |
+| Versions | v7.0.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [cpp-lazy/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-lazy/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cpp-lazy
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-lazy")
+```
+
+
 ### cppfront (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -1870,6 +1870,29 @@ add_requires("cpp-httplib")
 ```
 
 
+### cpp-lazy (macosx)
+
+
+| Description | *A fast C++11/14/17/20 header only library for lazy evaluation and function tools* |
+| -- | -- |
+| Homepage | [https://github.com/MarcDirven/cpp-lazy](https://github.com/MarcDirven/cpp-lazy) |
+| Versions | v7.0.2 |
+| Architectures | arm64, x86_64 |
+| Definition | [cpp-lazy/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-lazy/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cpp-lazy
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-lazy")
+```
+
+
 ### cppzmq (macosx)
 
 

+ 23 - 0
packages/windows.md

@@ -1756,6 +1756,29 @@ add_requires("cpp-httplib")
 ```
 
 
+### cpp-lazy (windows)
+
+
+| Description | *A fast C++11/14/17/20 header only library for lazy evaluation and function tools* |
+| -- | -- |
+| Homepage | [https://github.com/MarcDirven/cpp-lazy](https://github.com/MarcDirven/cpp-lazy) |
+| Versions | v7.0.2 |
+| Architectures | arm64, x64, x86 |
+| Definition | [cpp-lazy/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-lazy/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cpp-lazy
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cpp-lazy")
+```
+
+
 ### cppcoro (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-02-11T14:46:15+08:00</lastmod>
+  <lastmod>2023-02-11T16:50:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-02-11T14:46:18+08:00</lastmod>
+  <lastmod>2023-02-11T16:50:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-02-11T14:46:18+08:00</lastmod>
+  <lastmod>2023-02-11T16:50:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-02-11T14:46:18+08:00</lastmod>
+  <lastmod>2023-02-11T16:50:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-02-11T14:46:19+08:00</lastmod>
+  <lastmod>2023-02-11T16:50:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-02-11T14:46:19+08:00</lastmod>
+  <lastmod>2023-02-11T16:50:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-02-11T14:46:19+08:00</lastmod>
+  <lastmod>2023-02-11T16:50:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-02-11T14:46:20+08:00</lastmod>
+  <lastmod>2023-02-11T16:50:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-02-11T14:46:20+08:00</lastmod>
+  <lastmod>2023-02-11T16:50:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-02-11T14:46:20+08:00</lastmod>
+  <lastmod>2023-02-11T16:50:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-02-11T14:46:20+08:00</lastmod>
+  <lastmod>2023-02-11T16:50:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-02-11T14:46:21+08:00</lastmod>
+  <lastmod>2023-02-11T16:50:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-02-11T14:46:21+08:00</lastmod>
+  <lastmod>2023-02-11T16:50:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-02-11T14:46:21+08:00</lastmod>
+  <lastmod>2023-02-11T16:50:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-02-11T14:46:21+08:00</lastmod>
+  <lastmod>2023-02-11T16:50:44+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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