Przeglądaj źródła

autoupdate docs by xmake-repo/ci

ruki 3 lat temu
rodzic
commit
bf63376bc3

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: toml++, geant4, port**
+- **Recently added: gobject-introspection, krb5, toml++**
 
 [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 (486)
+- Packages (488)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 71 - 1
mirror/packages/linux.html

@@ -4692,6 +4692,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("go")
 </code></pre>
+<h3 id="gobjectintrospectionlinux">gobject-introspection (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>GObject introspection is a middleware layer between C libraries (using GObject) and language bindings.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gi.readthedocs.io/en/latest/">https://gi.readthedocs.io/en/latest/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.70.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/g/gobject-introspection/xmake.lua">gobject-introspection/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gobject-introspection
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gobject-introspection")
+</code></pre>
 <h3 id="godotcpplinux">godotcpp (linux)</h3>
 <table>
 <thead>
@@ -4922,7 +4959,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.8.1, 2.9.0, 3.0.0</td>
+<td>2.8.1, 2.9.0, 3.0.0, 3.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5779,6 +5816,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kiwisolver")
 </code></pre>
+<h3 id="krb5linux">krb5 (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Kerberos: The Network Authentication Protocol</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://web.mit.edu/kerberos/">http://web.mit.edu/kerberos/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.19.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/k/krb5/xmake.lua">krb5/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install krb5
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("krb5")
+</code></pre>
 <h2 id="l">l</h2>
 <h3 id="lcmslinux">lcms (linux)</h3>
 <table>

+ 71 - 1
mirror/packages/macosx.html

@@ -4367,6 +4367,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("go")
 </code></pre>
+<h3 id="gobjectintrospectionmacosx">gobject-introspection (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>GObject introspection is a middleware layer between C libraries (using GObject) and language bindings.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gi.readthedocs.io/en/latest/">https://gi.readthedocs.io/en/latest/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.70.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/g/gobject-introspection/xmake.lua">gobject-introspection/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gobject-introspection
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gobject-introspection")
+</code></pre>
 <h3 id="godotcppmacosx">godotcpp (macosx)</h3>
 <table>
 <thead>
@@ -4634,7 +4671,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.8.1, 2.9.0, 3.0.0</td>
+<td>2.8.1, 2.9.0, 3.0.0, 3.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5454,6 +5491,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kiwisolver")
 </code></pre>
+<h3 id="krb5macosx">krb5 (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Kerberos: The Network Authentication Protocol</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://web.mit.edu/kerberos/">http://web.mit.edu/kerberos/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.19.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/k/krb5/xmake.lua">krb5/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install krb5
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("krb5")
+</code></pre>
 <h2 id="l">l</h2>
 <h3 id="lcmsmacosx">lcms (macosx)</h3>
 <table>

+ 1 - 1
mirror/packages/windows.html

@@ -4572,7 +4572,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.8.1, 2.9.0, 3.0.0</td>
+<td>2.8.1, 2.9.0, 3.0.0, 3.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 48 - 1
packages/linux.md

@@ -3079,6 +3079,30 @@ add_requires("go")
 ```
 
 
+### gobject-introspection (linux)
+
+
+| Description | *GObject introspection is a middleware layer between C libraries (using GObject) and language bindings.* |
+| -- | -- |
+| Homepage | [https://gi.readthedocs.io/en/latest/](https://gi.readthedocs.io/en/latest/) |
+| License | LGPL-2.0 |
+| Versions | 1.70.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [gobject-introspection/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gobject-introspection/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gobject-introspection
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gobject-introspection")
+```
+
+
 ### godotcpp (linux)
 
 
@@ -3229,7 +3253,7 @@ add_requires("guilite")
 | -- | -- |
 | Homepage | [https://harfbuzz.github.io/](https://harfbuzz.github.io/) |
 | License | MIT |
-| Versions | 2.8.1, 2.9.0, 3.0.0 |
+| Versions | 2.8.1, 2.9.0, 3.0.0, 3.1.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [harfbuzz/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/harfbuzz/xmake.lua) |
 
@@ -3815,6 +3839,29 @@ add_requires("kiwisolver")
 ```
 
 
+### krb5 (linux)
+
+
+| Description | *Kerberos: The Network Authentication Protocol* |
+| -- | -- |
+| Homepage | [http://web.mit.edu/kerberos/](http://web.mit.edu/kerberos/) |
+| Versions | 1.19.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [krb5/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/krb5/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install krb5
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("krb5")
+```
+
+
 
 ## l
 ### lcms (linux)

+ 48 - 1
packages/macosx.md

@@ -2865,6 +2865,30 @@ add_requires("go")
 ```
 
 
+### gobject-introspection (macosx)
+
+
+| Description | *GObject introspection is a middleware layer between C libraries (using GObject) and language bindings.* |
+| -- | -- |
+| Homepage | [https://gi.readthedocs.io/en/latest/](https://gi.readthedocs.io/en/latest/) |
+| License | LGPL-2.0 |
+| Versions | 1.70.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [gobject-introspection/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gobject-introspection/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gobject-introspection
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gobject-introspection")
+```
+
+
 ### godotcpp (macosx)
 
 
@@ -3039,7 +3063,7 @@ add_requires("guilite")
 | -- | -- |
 | Homepage | [https://harfbuzz.github.io/](https://harfbuzz.github.io/) |
 | License | MIT |
-| Versions | 2.8.1, 2.9.0, 3.0.0 |
+| Versions | 2.8.1, 2.9.0, 3.0.0, 3.1.1 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [harfbuzz/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/harfbuzz/xmake.lua) |
 
@@ -3601,6 +3625,29 @@ add_requires("kiwisolver")
 ```
 
 
+### krb5 (macosx)
+
+
+| Description | *Kerberos: The Network Authentication Protocol* |
+| -- | -- |
+| Homepage | [http://web.mit.edu/kerberos/](http://web.mit.edu/kerberos/) |
+| Versions | 1.19.2 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [krb5/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/krb5/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install krb5
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("krb5")
+```
+
+
 
 ## l
 ### lcms (macosx)

+ 1 - 1
packages/windows.md

@@ -2994,7 +2994,7 @@ add_requires("guilite")
 | -- | -- |
 | Homepage | [https://harfbuzz.github.io/](https://harfbuzz.github.io/) |
 | License | MIT |
-| Versions | 2.8.1, 2.9.0, 3.0.0 |
+| Versions | 2.8.1, 2.9.0, 3.0.0, 3.1.1 |
 | Architectures | x64, x86 |
 | Definition | [harfbuzz/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/harfbuzz/xmake.lua) |
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-09T22:49:24+08:00</lastmod>
+  <lastmod>2021-11-10T11:02:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-09T22:49:26+08:00</lastmod>
+  <lastmod>2021-11-10T11:02:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-09T22:49:26+08:00</lastmod>
+  <lastmod>2021-11-10T11:02:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-09T22:49:27+08:00</lastmod>
+  <lastmod>2021-11-10T11:02:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-09T22:49:27+08:00</lastmod>
+  <lastmod>2021-11-10T11:02:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-09T22:49:27+08:00</lastmod>
+  <lastmod>2021-11-10T11:02:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-09T22:49:27+08:00</lastmod>
+  <lastmod>2021-11-10T11:02:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-09T22:49:28+08:00</lastmod>
+  <lastmod>2021-11-10T11:02:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-09T22:49:28+08:00</lastmod>
+  <lastmod>2021-11-10T11:02:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-09T22:49:28+08:00</lastmod>
+  <lastmod>2021-11-10T11:02:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-09T22:49:28+08:00</lastmod>
+  <lastmod>2021-11-10T11:02:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-09T22:49:28+08:00</lastmod>
+  <lastmod>2021-11-10T11:02:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-09T22:49:29+08:00</lastmod>
+  <lastmod>2021-11-10T11:02:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-09T22:49:29+08:00</lastmod>
+  <lastmod>2021-11-10T11:02:08+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: toml++, geant4, port**
+- **Recently added: gobject-introspection, krb5, toml++**
 
 [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)
-- 包列表 (486)
+- 包列表 (488)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)