Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 years ago
parent
commit
3de85b0708
9 changed files with 131 additions and 19 deletions
  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*
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: libc++, vulkan-memory-allocator-hpp, port**
+- **Recently added: objfw, libc++, vulkan-memory-allocator-hpp**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
   - [Quick Start](getting_started.md)
-- Packages (863)
+- Packages (864)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/linux.html

@@ -19584,6 +19584,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("oatpp")
 <pre><code class="lang-lua">add_requires("oatpp")
 </code></pre>
 </code></pre>
+<h3 id="objfwlinux">objfw (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>[Official Mirror] A portable framework for the Objective-C language.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://objfw.nil.im">https://objfw.nil.im</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.03.18</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/o/objfw/xmake.lua">objfw/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install objfw
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("objfw")
+</code></pre>
 <h3 id="octomaplinux">octomap (linux)</h3>
 <h3 id="octomaplinux">octomap (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -18234,6 +18234,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("oatpp")
 <pre><code class="lang-lua">add_requires("oatpp")
 </code></pre>
 </code></pre>
+<h3 id="objfwmacosx">objfw (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>[Official Mirror] A portable framework for the Objective-C language.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://objfw.nil.im">https://objfw.nil.im</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.03.18</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/o/objfw/xmake.lua">objfw/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install objfw
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("objfw")
+</code></pre>
 <h3 id="octomapmacosx">octomap (macosx)</h3>
 <h3 id="octomapmacosx">octomap (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 23 - 0
packages/linux.md

@@ -13033,6 +13033,29 @@ add_requires("oatpp")
 ```
 ```
 
 
 
 
+### objfw (linux)
+
+
+| Description | *[Official Mirror] A portable framework for the Objective-C language.* |
+| -- | -- |
+| Homepage | [https://objfw.nil.im](https://objfw.nil.im) |
+| Versions | 2023.03.18 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [objfw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/objfw/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install objfw
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("objfw")
+```
+
+
 ### octomap (linux)
 ### octomap (linux)
 
 
 
 

+ 23 - 0
packages/macosx.md

@@ -12135,6 +12135,29 @@ add_requires("oatpp")
 ```
 ```
 
 
 
 
+### objfw (macosx)
+
+
+| Description | *[Official Mirror] A portable framework for the Objective-C language.* |
+| -- | -- |
+| Homepage | [https://objfw.nil.im](https://objfw.nil.im) |
+| Versions | 2023.03.18 |
+| Architectures | arm64, x86_64 |
+| Definition | [objfw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/objfw/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install objfw
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("objfw")
+```
+
+
 ### octomap (macosx)
 ### octomap (macosx)
 
 
 
 

+ 15 - 15
sitemap.xml

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

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *简单,轻量,跨平台*
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: libc++, vulkan-memory-allocator-hpp, port**
+- **Recently added: objfw, libc++, vulkan-memory-allocator-hpp**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/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)
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (863)
+- 包列表 (864)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)