ソースを参照

autoupdate docs by xmake-repo/ci

ruki 3 年 前
コミット
9cf325ad3f

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: ceres-solver, ifort, simde**
+- **Recently added: highfive, ceres-solver, ifort**
 
 [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 (550)
+- Packages (551)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/linux.html

@@ -5458,6 +5458,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hffix")
 </code></pre>
+<h3 id="highfivelinux">highfive (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>HighFive - Header-only C++ HDF5 interface</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/BlueBrain/HighFive">https://github.com/BlueBrain/HighFive</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.1</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/h/highfive/xmake.lua">highfive/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install highfive
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("highfive")
+</code></pre>
 <h3 id="hopscotchmaplinux">hopscotch-map (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -5170,6 +5170,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hffix")
 </code></pre>
+<h3 id="highfivemacosx">highfive (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>HighFive - Header-only C++ HDF5 interface</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/BlueBrain/HighFive">https://github.com/BlueBrain/HighFive</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.1</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/h/highfive/xmake.lua">highfive/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install highfive
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("highfive")
+</code></pre>
 <h3 id="hopscotchmapmacosx">hopscotch-map (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -4890,6 +4890,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hdf5")
 </code></pre>
+<h3 id="highfivewindows">highfive (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>HighFive - Header-only C++ HDF5 interface</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/BlueBrain/HighFive">https://github.com/BlueBrain/HighFive</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.1</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/h/highfive/xmake.lua">highfive/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install highfive
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("highfive")
+</code></pre>
 <h3 id="hopscotchmapwindows">hopscotch-map (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/linux.md

@@ -3582,6 +3582,29 @@ add_requires("hffix")
 ```
 
 
+### highfive (linux)
+
+
+| Description | *HighFive - Header-only C++ HDF5 interface* |
+| -- | -- |
+| Homepage | [https://github.com/BlueBrain/HighFive](https://github.com/BlueBrain/HighFive) |
+| Versions | v2.3.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [highfive/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/highfive/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install highfive
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("highfive")
+```
+
+
 ### hopscotch-map (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -3392,6 +3392,29 @@ add_requires("hffix")
 ```
 
 
+### highfive (macosx)
+
+
+| Description | *HighFive - Header-only C++ HDF5 interface* |
+| -- | -- |
+| Homepage | [https://github.com/BlueBrain/HighFive](https://github.com/BlueBrain/HighFive) |
+| Versions | v2.3.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [highfive/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/highfive/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install highfive
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("highfive")
+```
+
+
 ### hopscotch-map (macosx)
 
 

+ 23 - 0
packages/windows.md

@@ -3204,6 +3204,29 @@ add_requires("hdf5")
 ```
 
 
+### highfive (windows)
+
+
+| Description | *HighFive - Header-only C++ HDF5 interface* |
+| -- | -- |
+| Homepage | [https://github.com/BlueBrain/HighFive](https://github.com/BlueBrain/HighFive) |
+| Versions | v2.3.1 |
+| Architectures | x64, x86 |
+| Definition | [highfive/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/highfive/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install highfive
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("highfive")
+```
+
+
 ### hopscotch-map (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-12-19T00:58:14+08:00</lastmod>
+  <lastmod>2021-12-19T14:32:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-12-19T00:58:16+08:00</lastmod>
+  <lastmod>2021-12-19T14:32:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-12-19T00:58:16+08:00</lastmod>
+  <lastmod>2021-12-19T14:32:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-12-19T00:58:16+08:00</lastmod>
+  <lastmod>2021-12-19T14:32:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-12-19T00:58:16+08:00</lastmod>
+  <lastmod>2021-12-19T14:32:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-12-19T00:58:17+08:00</lastmod>
+  <lastmod>2021-12-19T14:32:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-12-19T00:58:17+08:00</lastmod>
+  <lastmod>2021-12-19T14:32:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-12-19T00:58:17+08:00</lastmod>
+  <lastmod>2021-12-19T14:32:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-12-19T00:58:17+08:00</lastmod>
+  <lastmod>2021-12-19T14:32:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-12-19T00:58:18+08:00</lastmod>
+  <lastmod>2021-12-19T14:32:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-12-19T00:58:18+08:00</lastmod>
+  <lastmod>2021-12-19T14:32:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-12-19T00:58:18+08:00</lastmod>
+  <lastmod>2021-12-19T14:32:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-12-19T00:58:18+08:00</lastmod>
+  <lastmod>2021-12-19T14:32:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-12-19T00:58:18+08:00</lastmod>
+  <lastmod>2021-12-19T14:32:17+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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