소스 검색

autoupdate docs by xmake-repo/ci

ruki 2 년 전
부모
커밋
b4a711ce2a
9개의 변경된 파일145개의 추가작업 그리고 23개의 파일을 삭제
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 38 1
      mirror/packages/linux.html
  4. 38 1
      mirror/packages/macosx.html
  5. 25 1
      packages/linux.md
  6. 25 1
      packages/macosx.md
  7. 15 15
      sitemap.xml
  8. 1 1
      zh-cn/_coverpage.md
  9. 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: utf8.h, json.h, utest.h**
+- **Recently added: libdill, utf8.h, json.h**
 
 [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 (807)
+- Packages (808)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 38 - 1
mirror/packages/linux.html

@@ -10479,6 +10479,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libdeflate")
 </code></pre>
+<h3 id="libdilllinux">libdill (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Structured concurrency in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sustrik/libdill">https://github.com/sustrik/libdill</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.08.10</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/l/libdill/xmake.lua">libdill/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libdill
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libdill")
+</code></pre>
 <h3 id="libdividelinux">libdivide (linux)</h3>
 <table>
 <thead>
@@ -11754,7 +11791,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.17, 1.18</td>
+<td>2021.9.9</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/macosx.html

@@ -9730,6 +9730,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libdeflate")
 </code></pre>
+<h3 id="libdillmacosx">libdill (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Structured concurrency in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/sustrik/libdill">https://github.com/sustrik/libdill</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.08.10</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/l/libdill/xmake.lua">libdill/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libdill
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libdill")
+</code></pre>
 <h3 id="libdividemacosx">libdivide (macosx)</h3>
 <table>
 <thead>
@@ -10898,7 +10935,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.17, 1.18</td>
+<td>2021.9.9</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 25 - 1
packages/linux.md

@@ -6946,6 +6946,30 @@ add_requires("libdeflate")
 ```
 
 
+### libdill (linux)
+
+
+| Description | *Structured concurrency in C* |
+| -- | -- |
+| Homepage | [https://github.com/sustrik/libdill](https://github.com/sustrik/libdill) |
+| License | MIT |
+| Versions | 2022.08.10 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libdill/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdill/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libdill
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libdill")
+```
+
+
 ### libdivide (linux)
 
 
@@ -7798,7 +7822,7 @@ add_requires("libmd")
 | Description | *Go-style concurrency in C* |
 | -- | -- |
 | Homepage | [http://libmill.org](http://libmill.org) |
-| Versions | 1.17, 1.18 |
+| Versions | 2021.9.9 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [libmill/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libmill/xmake.lua) |
 

+ 25 - 1
packages/macosx.md

@@ -6449,6 +6449,30 @@ add_requires("libdeflate")
 ```
 
 
+### libdill (macosx)
+
+
+| Description | *Structured concurrency in C* |
+| -- | -- |
+| Homepage | [https://github.com/sustrik/libdill](https://github.com/sustrik/libdill) |
+| License | MIT |
+| Versions | 2022.08.10 |
+| Architectures | arm64, x86_64 |
+| Definition | [libdill/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdill/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libdill
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libdill")
+```
+
+
 ### libdivide (macosx)
 
 
@@ -7230,7 +7254,7 @@ add_requires("libmagic")
 | Description | *Go-style concurrency in C* |
 | -- | -- |
 | Homepage | [http://libmill.org](http://libmill.org) |
-| Versions | 1.17, 1.18 |
+| Versions | 2021.9.9 |
 | Architectures | arm64, x86_64 |
 | Definition | [libmill/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libmill/xmake.lua) |
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-01-04T08:02:24+08:00</lastmod>
+  <lastmod>2023-01-04T08:05:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-01-04T08:02:27+08:00</lastmod>
+  <lastmod>2023-01-04T08:05:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-01-04T08:02:27+08:00</lastmod>
+  <lastmod>2023-01-04T08:05:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-01-04T08:02:28+08:00</lastmod>
+  <lastmod>2023-01-04T08:05:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-01-04T08:02:28+08:00</lastmod>
+  <lastmod>2023-01-04T08:05:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-01-04T08:02:28+08:00</lastmod>
+  <lastmod>2023-01-04T08:05:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-01-04T08:02:28+08:00</lastmod>
+  <lastmod>2023-01-04T08:05:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-01-04T08:02:29+08:00</lastmod>
+  <lastmod>2023-01-04T08:05:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-01-04T08:02:29+08:00</lastmod>
+  <lastmod>2023-01-04T08:05:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-01-04T08:02:29+08:00</lastmod>
+  <lastmod>2023-01-04T08:05:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-01-04T08:02:29+08:00</lastmod>
+  <lastmod>2023-01-04T08:05:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-01-04T08:02:30+08:00</lastmod>
+  <lastmod>2023-01-04T08:05:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-01-04T08:02:31+08:00</lastmod>
+  <lastmod>2023-01-04T08:05:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-01-04T08:02:31+08:00</lastmod>
+  <lastmod>2023-01-04T08:05:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-01-04T08:02:31+08:00</lastmod>
+  <lastmod>2023-01-04T08:05:33+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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