Sfoglia il codice sorgente

autoupdate docs by xmake-repo/ci

ruki 2 anni fa
parent
commit
6b6642d5de
9 ha cambiato i file con 131 aggiunte e 19 eliminazioni
  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. 23 0
      packages/linux.md
  6. 23 0
      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: minifb, blake3, cargs**
+- **Recently added: buddy, minifb, blake3**
 
 [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 (785)
+- Packages (786)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/linux.html

@@ -1665,6 +1665,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bsdiff")
 </code></pre>
+<h3 id="buddylinux">buddy (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Binary Decision Diagrams</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/xmake-mirror/Buddy">https://github.com/xmake-mirror/Buddy</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.4</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/b/buddy/xmake.lua">buddy/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install buddy
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("buddy")
+</code></pre>
 <h3 id="bullet3linux">bullet3 (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -1443,6 +1443,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bsdiff")
 </code></pre>
+<h3 id="buddymacosx">buddy (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Binary Decision Diagrams</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/xmake-mirror/Buddy">https://github.com/xmake-mirror/Buddy</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.4</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/b/buddy/xmake.lua">buddy/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install buddy
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("buddy")
+</code></pre>
 <h3 id="bullet3macosx">bullet3 (macosx)</h3>
 <table>
 <thead>

+ 23 - 0
packages/linux.md

@@ -1045,6 +1045,29 @@ add_requires("bsdiff")
 ```
 
 
+### buddy (linux)
+
+
+| Description | *Binary Decision Diagrams* |
+| -- | -- |
+| Homepage | [https://github.com/xmake-mirror/Buddy](https://github.com/xmake-mirror/Buddy) |
+| Versions | 2.4 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [buddy/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/buddy/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install buddy
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("buddy")
+```
+
+
 ### bullet3 (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -901,6 +901,29 @@ add_requires("bsdiff")
 ```
 
 
+### buddy (macosx)
+
+
+| Description | *Binary Decision Diagrams* |
+| -- | -- |
+| Homepage | [https://github.com/xmake-mirror/Buddy](https://github.com/xmake-mirror/Buddy) |
+| Versions | 2.4 |
+| Architectures | arm64, x86_64 |
+| Definition | [buddy/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/buddy/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install buddy
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("buddy")
+```
+
+
 ### bullet3 (macosx)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-11-22T01:31:46+08:00</lastmod>
+  <lastmod>2022-11-22T02:28:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-11-22T01:31:48+08:00</lastmod>
+  <lastmod>2022-11-22T02:28:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-11-22T01:31:48+08:00</lastmod>
+  <lastmod>2022-11-22T02:28:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-11-22T01:31:48+08:00</lastmod>
+  <lastmod>2022-11-22T02:28:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-11-22T01:31:48+08:00</lastmod>
+  <lastmod>2022-11-22T02:28:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-11-22T01:31:49+08:00</lastmod>
+  <lastmod>2022-11-22T02:28:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-11-22T01:31:49+08:00</lastmod>
+  <lastmod>2022-11-22T02:28:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-11-22T01:31:49+08:00</lastmod>
+  <lastmod>2022-11-22T02:28:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-11-22T01:31:49+08:00</lastmod>
+  <lastmod>2022-11-22T02:28:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-11-22T01:31:50+08:00</lastmod>
+  <lastmod>2022-11-22T02:28:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-11-22T01:31:50+08:00</lastmod>
+  <lastmod>2022-11-22T02:28:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-11-22T01:31:50+08:00</lastmod>
+  <lastmod>2022-11-22T02:28:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-11-22T01:31:50+08:00</lastmod>
+  <lastmod>2022-11-22T02:28:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-11-22T01:31:51+08:00</lastmod>
+  <lastmod>2022-11-22T02:28:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-11-22T01:31:51+08:00</lastmod>
+  <lastmod>2022-11-22T02:28:48+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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