Ver Fonte

autoupdate docs by xmake-repo/ci

ruki há 3 anos atrás
pai
commit
ef7ebdbf69

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: libgeotiff, proj, string-view-lite**
+- **Recently added: cumem, liblas, libgeotiff**
 
 [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 (745)
+- Packages (747)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 71 - 1
mirror/packages/linux.html

@@ -3214,6 +3214,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ctre")
 </code></pre>
+<h3 id="cumemlinux">cumem (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CUDA Memory Management Wrapper with Type Safety</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/BinhaoQin/cuMem">https://github.com/BinhaoQin/cuMem</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.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/c/cumem/xmake.lua">cumem/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cumem
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cumem")
+</code></pre>
 <h3 id="cxxoptslinux">cxxopts (linux)</h3>
 <table>
 <thead>
@@ -10850,6 +10883,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libjpeg-turbo")
 </code></pre>
+<h3 id="liblaslinux">liblas (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libLAS - LAS 1.0/1.1/1.2 ASPRS LiDAR data translation toolset</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://liblas.org/index.html">https://liblas.org/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.8.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/l/liblas/xmake.lua">liblas/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install liblas
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("liblas")
+</code></pre>
 <h3 id="libmagiclinux">libmagic (linux)</h3>
 <table>
 <thead>
@@ -17756,7 +17826,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.3.12, 0.3.13, 0.3.15, 0.3.17, 0.3.18, 0.3.19, 0.3.20</td>
+<td>0.3.12, 0.3.13, 0.3.15, 0.3.17, 0.3.18, 0.3.19, 0.3.20, 0.3.21</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/macosx.html

@@ -10027,6 +10027,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libjpeg-turbo")
 </code></pre>
+<h3 id="liblasmacosx">liblas (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libLAS - LAS 1.0/1.1/1.2 ASPRS LiDAR data translation toolset</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://liblas.org/index.html">https://liblas.org/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.8.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/l/liblas/xmake.lua">liblas/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install liblas
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("liblas")
+</code></pre>
 <h3 id="libmagicmacosx">libmagic (macosx)</h3>
 <table>
 <thead>
@@ -16476,7 +16513,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.3.12, 0.3.13, 0.3.15, 0.3.17, 0.3.18, 0.3.19, 0.3.20</td>
+<td>0.3.12, 0.3.13, 0.3.15, 0.3.17, 0.3.18, 0.3.19, 0.3.20, 0.3.21</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 71 - 1
mirror/packages/windows.html

@@ -2889,6 +2889,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ctre")
 </code></pre>
+<h3 id="cumemwindows">cumem (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CUDA Memory Management Wrapper with Type Safety</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/BinhaoQin/cuMem">https://github.com/BinhaoQin/cuMem</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.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/c/cumem/xmake.lua">cumem/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cumem
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cumem")
+</code></pre>
 <h3 id="cxxoptswindows">cxxopts (windows)</h3>
 <table>
 <thead>
@@ -9088,6 +9121,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libjpeg-turbo")
 </code></pre>
+<h3 id="liblaswindows">liblas (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libLAS - LAS 1.0/1.1/1.2 ASPRS LiDAR data translation toolset</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://liblas.org/index.html">https://liblas.org/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.8.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/l/liblas/xmake.lua">liblas/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install liblas
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("liblas")
+</code></pre>
 <h3 id="libmngwindows">libmng (windows)</h3>
 <table>
 <thead>
@@ -13885,7 +13955,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.3.12, 0.3.13, 0.3.15, 0.3.17, 0.3.18, 0.3.19, 0.3.20</td>
+<td>0.3.12, 0.3.13, 0.3.15, 0.3.17, 0.3.18, 0.3.19, 0.3.20, 0.3.21</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 48 - 1
packages/linux.md

@@ -2083,6 +2083,29 @@ add_requires("ctre")
 ```
 
 
+### cumem (linux)
+
+
+| Description | *CUDA Memory Management Wrapper with Type Safety* |
+| -- | -- |
+| Homepage | [https://github.com/BinhaoQin/cuMem](https://github.com/BinhaoQin/cuMem) |
+| Versions | 1.0.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [cumem/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cumem/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cumem
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cumem")
+```
+
+
 ### cxxopts (linux)
 
 
@@ -7201,6 +7224,30 @@ add_requires("libjpeg-turbo")
 ```
 
 
+### liblas (linux)
+
+
+| Description | *libLAS - LAS 1.0/1.1/1.2 ASPRS LiDAR data translation toolset* |
+| -- | -- |
+| Homepage | [https://liblas.org/index.html](https://liblas.org/index.html) |
+| License | BSD-3-Clause |
+| Versions | 1.8.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [liblas/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/liblas/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install liblas
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("liblas")
+```
+
+
 ### libmagic (linux)
 
 
@@ -11826,7 +11873,7 @@ add_requires("openal-soft")
 | -- | -- |
 | Homepage | [http://www.openblas.net/](http://www.openblas.net/) |
 | License | BSD-3-Clause |
-| Versions | 0.3.12, 0.3.13, 0.3.15, 0.3.17, 0.3.18, 0.3.19, 0.3.20 |
+| Versions | 0.3.12, 0.3.13, 0.3.15, 0.3.17, 0.3.18, 0.3.19, 0.3.20, 0.3.21 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [openblas/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openblas/xmake.lua) |
 

+ 25 - 1
packages/macosx.md

@@ -6656,6 +6656,30 @@ add_requires("libjpeg-turbo")
 ```
 
 
+### liblas (macosx)
+
+
+| Description | *libLAS - LAS 1.0/1.1/1.2 ASPRS LiDAR data translation toolset* |
+| -- | -- |
+| Homepage | [https://liblas.org/index.html](https://liblas.org/index.html) |
+| License | BSD-3-Clause |
+| Versions | 1.8.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [liblas/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/liblas/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install liblas
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("liblas")
+```
+
+
 ### libmagic (macosx)
 
 
@@ -10975,7 +10999,7 @@ add_requires("openal-soft")
 | -- | -- |
 | Homepage | [http://www.openblas.net/](http://www.openblas.net/) |
 | License | BSD-3-Clause |
-| Versions | 0.3.12, 0.3.13, 0.3.15, 0.3.17, 0.3.18, 0.3.19, 0.3.20 |
+| Versions | 0.3.12, 0.3.13, 0.3.15, 0.3.17, 0.3.18, 0.3.19, 0.3.20, 0.3.21 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [openblas/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openblas/xmake.lua) |
 

+ 48 - 1
packages/windows.md

@@ -1869,6 +1869,29 @@ add_requires("ctre")
 ```
 
 
+### cumem (windows)
+
+
+| Description | *CUDA Memory Management Wrapper with Type Safety* |
+| -- | -- |
+| Homepage | [https://github.com/BinhaoQin/cuMem](https://github.com/BinhaoQin/cuMem) |
+| Versions | 1.0.0 |
+| Architectures | x64, x86 |
+| Definition | [cumem/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cumem/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cumem
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cumem")
+```
+
+
 ### cxxopts (windows)
 
 
@@ -6001,6 +6024,30 @@ add_requires("libjpeg-turbo")
 ```
 
 
+### liblas (windows)
+
+
+| Description | *libLAS - LAS 1.0/1.1/1.2 ASPRS LiDAR data translation toolset* |
+| -- | -- |
+| Homepage | [https://liblas.org/index.html](https://liblas.org/index.html) |
+| License | BSD-3-Clause |
+| Versions | 1.8.1 |
+| Architectures | x64, x86 |
+| Definition | [liblas/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/liblas/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install liblas
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("liblas")
+```
+
+
 ### libmng (windows)
 
 
@@ -9199,7 +9246,7 @@ add_requires("openal-soft")
 | -- | -- |
 | Homepage | [http://www.openblas.net/](http://www.openblas.net/) |
 | License | BSD-3-Clause |
-| Versions | 0.3.12, 0.3.13, 0.3.15, 0.3.17, 0.3.18, 0.3.19, 0.3.20 |
+| Versions | 0.3.12, 0.3.13, 0.3.15, 0.3.17, 0.3.18, 0.3.19, 0.3.20, 0.3.21 |
 | Architectures | x64, x86 |
 | Definition | [openblas/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openblas/xmake.lua) |
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-08-20T14:31:56+08:00</lastmod>
+  <lastmod>2022-08-21T08:29:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-08-20T14:31:58+08:00</lastmod>
+  <lastmod>2022-08-21T08:29:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-08-20T14:31:58+08:00</lastmod>
+  <lastmod>2022-08-21T08:29:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-08-20T14:31:59+08:00</lastmod>
+  <lastmod>2022-08-21T08:29:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-08-20T14:31:59+08:00</lastmod>
+  <lastmod>2022-08-21T08:29:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-08-20T14:31:59+08:00</lastmod>
+  <lastmod>2022-08-21T08:29:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-08-20T14:32:00+08:00</lastmod>
+  <lastmod>2022-08-21T08:29:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-08-20T14:32:00+08:00</lastmod>
+  <lastmod>2022-08-21T08:29:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-08-20T14:32:00+08:00</lastmod>
+  <lastmod>2022-08-21T08:29:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-08-20T14:32:01+08:00</lastmod>
+  <lastmod>2022-08-21T08:29:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-08-20T14:32:01+08:00</lastmod>
+  <lastmod>2022-08-21T08:29:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-08-20T14:32:01+08:00</lastmod>
+  <lastmod>2022-08-21T08:29:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-08-20T14:32:02+08:00</lastmod>
+  <lastmod>2022-08-21T08:29:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-08-20T14:32:02+08:00</lastmod>
+  <lastmod>2022-08-21T08:29:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-08-20T14:32:02+08:00</lastmod>
+  <lastmod>2022-08-21T08:29:29+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: libgeotiff, proj, string-view-lite**
+- **Recently added: cumem, liblas, libgeotiff**
 
 [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)
-- 包列表 (745)
+- 包列表 (747)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)