2
0
Эх сурвалжийг харах

autoupdate docs by xmake-repo/ci

ruki 3 жил өмнө
parent
commit
51be440408

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: loguru, pegtl, utfcpp**
+- **Recently added: libharu, libressl, loguru**
 
 [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 (524)
+- Packages (526)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/bsd.html

@@ -2005,6 +2005,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libmagic")
 </code></pre>
+<h3 id="libresslbsd">libressl (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libressl.org/">https://www.libressl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.4.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libressl/xmake.lua">libressl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libressl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libressl")
+</code></pre>
 <h3 id="libsdlbsd">libsdl (bsd)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/linux.html

@@ -7261,6 +7261,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libgpg-error")
 </code></pre>
+<h3 id="libharulinux">libharu (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libHaru is a free, cross platform, open source library for generating PDF files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://libharu.org/">http://libharu.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.3.0</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/libharu/xmake.lua">libharu/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libharu
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libharu")
+</code></pre>
 <h3 id="libheiflinux">libheif (linux)</h3>
 <table>
 <thead>
@@ -8019,6 +8056,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libraw")
 </code></pre>
+<h3 id="libressllinux">libressl (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libressl.org/">https://www.libressl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.4.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/l/libressl/xmake.lua">libressl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libressl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libressl")
+</code></pre>
 <h3 id="libsdllinux">libsdl (linux)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/macosx.html

@@ -6730,6 +6730,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libgpg-error")
 </code></pre>
+<h3 id="libharumacosx">libharu (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libHaru is a free, cross platform, open source library for generating PDF files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://libharu.org/">http://libharu.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.3.0</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/l/libharu/xmake.lua">libharu/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libharu
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libharu")
+</code></pre>
 <h3 id="libheifmacosx">libheif (macosx)</h3>
 <table>
 <thead>
@@ -7488,6 +7525,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libraw")
 </code></pre>
+<h3 id="libresslmacosx">libressl (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libressl.org/">https://www.libressl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.4.2</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/l/libressl/xmake.lua">libressl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libressl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libressl")
+</code></pre>
 <h3 id="libsdlmacosx">libsdl (macosx)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/windows.html

@@ -6302,6 +6302,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libgit2")
 </code></pre>
+<h3 id="libharuwindows">libharu (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libHaru is a free, cross platform, open source library for generating PDF files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://libharu.org/">http://libharu.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.3.0</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/l/libharu/xmake.lua">libharu/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libharu
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libharu")
+</code></pre>
 <h3 id="libheifwindows">libheif (windows)</h3>
 <table>
 <thead>
@@ -6788,6 +6825,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libraw")
 </code></pre>
+<h3 id="libresslwindows">libressl (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libressl.org/">https://www.libressl.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.4.2</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/l/libressl/xmake.lua">libressl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libressl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libressl")
+</code></pre>
 <h3 id="libsdlwindows">libsdl (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/bsd.md

@@ -1308,6 +1308,29 @@ add_requires("libmagic")
 ```
 
 
+### libressl (bsd)
+
+
+| Description | *LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.* |
+| -- | -- |
+| Homepage | [https://www.libressl.org/](https://www.libressl.org/) |
+| Versions | 3.4.2 |
+| Architectures | i386, x86_64 |
+| Definition | [libressl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libressl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libressl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libressl")
+```
+
+
 ### libsdl (bsd)
 
 

+ 47 - 0
packages/linux.md

@@ -4814,6 +4814,30 @@ add_requires("libgpg-error")
 ```
 
 
+### libharu (linux)
+
+
+| Description | *libHaru is a free, cross platform, open source library for generating PDF files.* |
+| -- | -- |
+| Homepage | [http://libharu.org/](http://libharu.org/) |
+| License | zlib |
+| Versions | 2.3.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libharu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libharu/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libharu
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libharu")
+```
+
+
 ### libheif (linux)
 
 
@@ -5328,6 +5352,29 @@ add_requires("libraw")
 ```
 
 
+### libressl (linux)
+
+
+| Description | *LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.* |
+| -- | -- |
+| Homepage | [https://www.libressl.org/](https://www.libressl.org/) |
+| Versions | 3.4.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libressl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libressl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libressl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libressl")
+```
+
+
 ### libsdl (linux)
 
 

+ 47 - 0
packages/macosx.md

@@ -4460,6 +4460,30 @@ add_requires("libgpg-error")
 ```
 
 
+### libharu (macosx)
+
+
+| Description | *libHaru is a free, cross platform, open source library for generating PDF files.* |
+| -- | -- |
+| Homepage | [http://libharu.org/](http://libharu.org/) |
+| License | zlib |
+| Versions | 2.3.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libharu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libharu/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libharu
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libharu")
+```
+
+
 ### libheif (macosx)
 
 
@@ -4974,6 +4998,29 @@ add_requires("libraw")
 ```
 
 
+### libressl (macosx)
+
+
+| Description | *LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.* |
+| -- | -- |
+| Homepage | [https://www.libressl.org/](https://www.libressl.org/) |
+| Versions | 3.4.2 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libressl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libressl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libressl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libressl")
+```
+
+
 ### libsdl (macosx)
 
 

+ 47 - 0
packages/windows.md

@@ -4154,6 +4154,30 @@ add_requires("libgit2")
 ```
 
 
+### libharu (windows)
+
+
+| Description | *libHaru is a free, cross platform, open source library for generating PDF files.* |
+| -- | -- |
+| Homepage | [http://libharu.org/](http://libharu.org/) |
+| License | zlib |
+| Versions | 2.3.0 |
+| Architectures | x64, x86 |
+| Definition | [libharu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libharu/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libharu
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libharu")
+```
+
+
 ### libheif (windows)
 
 
@@ -4482,6 +4506,29 @@ add_requires("libraw")
 ```
 
 
+### libressl (windows)
+
+
+| Description | *LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.* |
+| -- | -- |
+| Homepage | [https://www.libressl.org/](https://www.libressl.org/) |
+| Versions | 3.4.2 |
+| Architectures | x64, x86 |
+| Definition | [libressl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libressl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libressl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libressl")
+```
+
+
 ### libsdl (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-27T12:48:31+08:00</lastmod>
+  <lastmod>2021-11-27T23:37:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-27T12:48:32+08:00</lastmod>
+  <lastmod>2021-11-27T23:37:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-27T12:48:33+08:00</lastmod>
+  <lastmod>2021-11-27T23:37:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-27T12:48:33+08:00</lastmod>
+  <lastmod>2021-11-27T23:37:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-27T12:48:33+08:00</lastmod>
+  <lastmod>2021-11-27T23:37:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-27T12:48:33+08:00</lastmod>
+  <lastmod>2021-11-27T23:37:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-27T12:48:34+08:00</lastmod>
+  <lastmod>2021-11-27T23:37:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-27T12:48:34+08:00</lastmod>
+  <lastmod>2021-11-27T23:37:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-27T12:48:34+08:00</lastmod>
+  <lastmod>2021-11-27T23:37:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-27T12:48:34+08:00</lastmod>
+  <lastmod>2021-11-27T23:37:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-27T12:48:35+08:00</lastmod>
+  <lastmod>2021-11-27T23:37:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-27T12:48:35+08:00</lastmod>
+  <lastmod>2021-11-27T23:37:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-27T12:48:35+08:00</lastmod>
+  <lastmod>2021-11-27T23:37:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-27T12:48:35+08:00</lastmod>
+  <lastmod>2021-11-27T23:37:33+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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