Explorar o código

autoupdate docs by xmake-repo/ci

ruki %!s(int64=3) %!d(string=hai) anos
pai
achega
c9dfee8d5c

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: thrust, wolfssl, xtensor-io**
+- **Recently added: blend2d, thrust, wolfssl**
 
 [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 (709)
+- Packages (710)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/linux.html

@@ -1171,6 +1171,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("blaze")
 </code></pre>
+<h3 id="blend2dlinux">blend2d (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>2D Vector Graphics Engine Powered by a JIT Compiler</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blend2d.com">https://blend2d.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.05.12</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/blend2d/xmake.lua">blend2d/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install blend2d
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blend2d")
+</code></pre>
 <h3 id="blitzlinux">blitz (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -982,6 +982,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("blaze")
 </code></pre>
+<h3 id="blend2dmacosx">blend2d (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>2D Vector Graphics Engine Powered by a JIT Compiler</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blend2d.com">https://blend2d.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.05.12</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/b/blend2d/xmake.lua">blend2d/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install blend2d
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blend2d")
+</code></pre>
 <h3 id="blitzmacosx">blitz (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -846,6 +846,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("blaze")
 </code></pre>
+<h3 id="blend2dwindows">blend2d (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>2D Vector Graphics Engine Powered by a JIT Compiler</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blend2d.com">https://blend2d.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.05.12</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/b/blend2d/xmake.lua">blend2d/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install blend2d
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blend2d")
+</code></pre>
 <h3 id="blitzwindows">blitz (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/linux.md

@@ -715,6 +715,30 @@ add_requires("blaze")
 ```
 
 
+### blend2d (linux)
+
+
+| Description | *2D Vector Graphics Engine Powered by a JIT Compiler* |
+| -- | -- |
+| Homepage | [https://blend2d.com](https://blend2d.com) |
+| License | zlib |
+| Versions | 2022.05.12 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [blend2d/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blend2d/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install blend2d
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blend2d")
+```
+
+
 ### blitz (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -594,6 +594,30 @@ add_requires("blaze")
 ```
 
 
+### blend2d (macosx)
+
+
+| Description | *2D Vector Graphics Engine Powered by a JIT Compiler* |
+| -- | -- |
+| Homepage | [https://blend2d.com](https://blend2d.com) |
+| License | zlib |
+| Versions | 2022.05.12 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [blend2d/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blend2d/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install blend2d
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blend2d")
+```
+
+
 ### blitz (macosx)
 
 

+ 24 - 0
packages/windows.md

@@ -501,6 +501,30 @@ add_requires("blaze")
 ```
 
 
+### blend2d (windows)
+
+
+| Description | *2D Vector Graphics Engine Powered by a JIT Compiler* |
+| -- | -- |
+| Homepage | [https://blend2d.com](https://blend2d.com) |
+| License | zlib |
+| Versions | 2022.05.12 |
+| Architectures | x64, x86 |
+| Definition | [blend2d/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blend2d/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install blend2d
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blend2d")
+```
+
+
 ### blitz (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-06-21T11:33:36+08:00</lastmod>
+  <lastmod>2022-06-21T15:12:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-06-21T11:33:38+08:00</lastmod>
+  <lastmod>2022-06-21T15:12:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-06-21T11:33:38+08:00</lastmod>
+  <lastmod>2022-06-21T15:12:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-06-21T11:33:38+08:00</lastmod>
+  <lastmod>2022-06-21T15:12:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-06-21T11:33:39+08:00</lastmod>
+  <lastmod>2022-06-21T15:12:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-06-21T11:33:39+08:00</lastmod>
+  <lastmod>2022-06-21T15:12:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-06-21T11:33:39+08:00</lastmod>
+  <lastmod>2022-06-21T15:12:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-06-21T11:33:39+08:00</lastmod>
+  <lastmod>2022-06-21T15:12:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-06-21T11:33:40+08:00</lastmod>
+  <lastmod>2022-06-21T15:12:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-06-21T11:33:40+08:00</lastmod>
+  <lastmod>2022-06-21T15:12:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-06-21T11:33:40+08:00</lastmod>
+  <lastmod>2022-06-21T15:12:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-06-21T11:33:40+08:00</lastmod>
+  <lastmod>2022-06-21T15:12:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-06-21T11:33:40+08:00</lastmod>
+  <lastmod>2022-06-21T15:12:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-06-21T11:33:41+08:00</lastmod>
+  <lastmod>2022-06-21T15:12:14+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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