Quellcode durchsuchen

autoupdate docs by xmake-repo/ci

ruki vor 3 Jahren
Ursprung
Commit
a797685b19

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: argh, prometheus-cpp, ordered_map**
+- **Recently added: h5cpp, argh, prometheus-cpp**
 
 [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 (702)
+- Packages (703)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/linux.html

@@ -6923,6 +6923,43 @@
 <pre><code class="lang-lua">add_requires("gyp-next")
 </code></pre>
 <h2 id="h">h</h2>
+<h3 id="h5cpplinux">h5cpp (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ wrapper for the HDF5 C-library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ess-dmsc.github.io/h5cpp/">https://ess-dmsc.github.io/h5cpp/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.1</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.5.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/h5cpp/xmake.lua">h5cpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install h5cpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("h5cpp")
+</code></pre>
 <h3 id="happlylinux">happly (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -6421,6 +6421,43 @@
 <pre><code class="lang-lua">add_requires("gyp-next")
 </code></pre>
 <h2 id="h">h</h2>
+<h3 id="h5cppmacosx">h5cpp (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ wrapper for the HDF5 C-library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ess-dmsc.github.io/h5cpp/">https://ess-dmsc.github.io/h5cpp/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.1</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.5.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/h5cpp/xmake.lua">h5cpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install h5cpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("h5cpp")
+</code></pre>
 <h3 id="happlymacosx">happly (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -6112,6 +6112,43 @@
 <pre><code class="lang-lua">add_requires("gyp-next")
 </code></pre>
 <h2 id="h">h</h2>
+<h3 id="h5cppwindows">h5cpp (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ wrapper for the HDF5 C-library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ess-dmsc.github.io/h5cpp/">https://ess-dmsc.github.io/h5cpp/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.1</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.5.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/h5cpp/xmake.lua">h5cpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install h5cpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("h5cpp")
+</code></pre>
 <h3 id="happlywindows">happly (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/linux.md

@@ -4553,6 +4553,30 @@ add_requires("gyp-next")
 
 
 ## h
+### h5cpp (linux)
+
+
+| Description | *C++ wrapper for the HDF5 C-library* |
+| -- | -- |
+| Homepage | [https://ess-dmsc.github.io/h5cpp/](https://ess-dmsc.github.io/h5cpp/) |
+| License | LGPL-2.1 |
+| Versions | v0.5.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [h5cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/h5cpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install h5cpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("h5cpp")
+```
+
+
 ### happly (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -4221,6 +4221,30 @@ add_requires("gyp-next")
 
 
 ## h
+### h5cpp (macosx)
+
+
+| Description | *C++ wrapper for the HDF5 C-library* |
+| -- | -- |
+| Homepage | [https://ess-dmsc.github.io/h5cpp/](https://ess-dmsc.github.io/h5cpp/) |
+| License | LGPL-2.1 |
+| Versions | v0.5.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [h5cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/h5cpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install h5cpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("h5cpp")
+```
+
+
 ### happly (macosx)
 
 

+ 24 - 0
packages/windows.md

@@ -4011,6 +4011,30 @@ add_requires("gyp-next")
 
 
 ## h
+### h5cpp (windows)
+
+
+| Description | *C++ wrapper for the HDF5 C-library* |
+| -- | -- |
+| Homepage | [https://ess-dmsc.github.io/h5cpp/](https://ess-dmsc.github.io/h5cpp/) |
+| License | LGPL-2.1 |
+| Versions | v0.5.1 |
+| Architectures | x64, x86 |
+| Definition | [h5cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/h5cpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install h5cpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("h5cpp")
+```
+
+
 ### happly (windows)
 
 

+ 25 - 25
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-06-15T23:47:54+08:00</lastmod>
+  <lastmod>2022-06-16T09:59:13+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-06-15T23:47:56+08:00</lastmod>
-</url>
-
-<url>
-  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-06-15T23:47:56+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
+  <lastmod>2022-06-16T09:59:15+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-06-15T23:47:57+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
+  <lastmod>2022-06-16T09:59:15+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-06-15T23:47:57+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
+  <lastmod>2022-06-16T09:59:15+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-06-15T23:47:57+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
+  <lastmod>2022-06-16T09:59:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-06-15T23:47:57+08:00</lastmod>
+  <lastmod>2022-06-16T09:59:16+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-06-15T23:47:58+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
+  <lastmod>2022-06-16T09:59:16+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-06-15T23:47:58+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
+  <lastmod>2022-06-16T09:59:17+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-06-15T23:47:58+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
+  <lastmod>2022-06-16T09:59:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-06-15T23:47:58+08:00</lastmod>
+  <lastmod>2022-06-16T09:59:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-06-15T23:47:59+08:00</lastmod>
+  <lastmod>2022-06-16T09:59:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-06-15T23:47:59+08:00</lastmod>
+  <lastmod>2022-06-16T09:59:17+08:00</lastmod>
+</url>
+
+<url>
+  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
+  <lastmod>2022-06-16T09:59:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-06-15T23:47:59+08:00</lastmod>
+  <lastmod>2022-06-16T09:59:18+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: argh, prometheus-cpp, ordered_map**
+- **Recently added: h5cpp, argh, prometheus-cpp**
 
 [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)
-- 包列表 (702)
+- 包列表 (703)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)