Browse Source

autoupdate docs by xmake-repo/ci

ruki 4 years ago
parent
commit
83734e6bbe

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: openblas, c-ares, benchmark**
+- **Recently added: gmm, leveldb, openblas**
 
 [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 (154)
+- Packages (156)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 66 - 0
mirror/packages/linux.html

@@ -1322,6 +1322,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glm")
 </code></pre>
+<h3 id="gmmlinux">gmm (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Gmm++ provides some basic types of sparse and dense matrices and vectors.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://getfem.org/gmm/index.html">http://getfem.org/gmm/index.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>5.4</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/gmm/xmake.lua">gmm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gmm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gmm")
+</code></pre>
 <h3 id="golinux">go (linux)</h3>
 <table>
 <thead>
@@ -1656,6 +1689,39 @@
 <pre><code class="lang-lua">add_requires("jsoncpp")
 </code></pre>
 <h2 id="l">l</h2>
+<h3 id="leveldblinux">leveldb (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/leveldb">https://github.com/google/leveldb</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.22</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/leveldb/xmake.lua">leveldb/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install leveldb
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("leveldb")
+</code></pre>
 <h3 id="libcurllinux">libcurl (linux)</h3>
 <table>
 <thead>

+ 66 - 0
mirror/packages/macosx.html

@@ -1289,6 +1289,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glm")
 </code></pre>
+<h3 id="gmmmacosx">gmm (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Gmm++ provides some basic types of sparse and dense matrices and vectors.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://getfem.org/gmm/index.html">http://getfem.org/gmm/index.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>5.4</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/gmm/xmake.lua">gmm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gmm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gmm")
+</code></pre>
 <h3 id="gomacosx">go (macosx)</h3>
 <table>
 <thead>
@@ -1623,6 +1656,39 @@
 <pre><code class="lang-lua">add_requires("jsoncpp")
 </code></pre>
 <h2 id="l">l</h2>
+<h3 id="leveldbmacosx">leveldb (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/leveldb">https://github.com/google/leveldb</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.22</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/leveldb/xmake.lua">leveldb/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install leveldb
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("leveldb")
+</code></pre>
 <h3 id="libcurlmacosx">libcurl (macosx)</h3>
 <table>
 <thead>

+ 66 - 0
mirror/packages/mingw.html

@@ -661,6 +661,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glm")
 </code></pre>
+<h3 id="gmmmingw">gmm (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Gmm++ provides some basic types of sparse and dense matrices and vectors.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://getfem.org/gmm/index.html">http://getfem.org/gmm/index.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>5.4</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gmm/xmake.lua">gmm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] gmm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gmm")
+</code></pre>
 <h3 id="gtestmingw">gtest (mingw)</h3>
 <table>
 <thead>
@@ -863,6 +896,39 @@
 <pre><code class="lang-lua">add_requires("jsoncpp")
 </code></pre>
 <h2 id="l">l</h2>
+<h3 id="leveldbmingw">leveldb (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/leveldb">https://github.com/google/leveldb</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.22</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/leveldb/xmake.lua">leveldb/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] leveldb
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("leveldb")
+</code></pre>
 <h3 id="libcurlmingw">libcurl (mingw)</h3>
 <table>
 <thead>

+ 66 - 0
mirror/packages/windows.html

@@ -1157,6 +1157,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glm")
 </code></pre>
+<h3 id="gmmwindows">gmm (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Gmm++ provides some basic types of sparse and dense matrices and vectors.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://getfem.org/gmm/index.html">http://getfem.org/gmm/index.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>5.4</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/g/gmm/xmake.lua">gmm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gmm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gmm")
+</code></pre>
 <h3 id="gowindows">go (windows)</h3>
 <table>
 <thead>
@@ -1392,6 +1425,39 @@
 <pre><code class="lang-lua">add_requires("jsoncpp")
 </code></pre>
 <h2 id="l">l</h2>
+<h3 id="leveldbwindows">leveldb (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/leveldb">https://github.com/google/leveldb</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.22</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/leveldb/xmake.lua">leveldb/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install leveldb
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("leveldb")
+</code></pre>
 <h3 id="libcurlwindows">libcurl (windows)</h3>
 <table>
 <thead>

+ 46 - 0
packages/linux.md

@@ -863,6 +863,29 @@ add_requires("glm")
 ```
 
 
+### gmm (linux)
+
+
+| Description | *Gmm++ provides some basic types of sparse and dense matrices and vectors.* |
+| -- | -- |
+| Homepage | [http://getfem.org/gmm/index.html](http://getfem.org/gmm/index.html) |
+| Versions | 5.4 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [gmm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gmm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gmm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gmm")
+```
+
+
 ### go (linux)
 
 
@@ -1101,6 +1124,29 @@ add_requires("jsoncpp")
 
 
 ## l
+### leveldb (linux)
+
+
+| Description | *LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.* |
+| -- | -- |
+| Homepage | [https://github.com/google/leveldb](https://github.com/google/leveldb) |
+| Versions | 1.22 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [leveldb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/leveldb/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install leveldb
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("leveldb")
+```
+
+
 ### libcurl (linux)
 
 

+ 46 - 0
packages/macosx.md

@@ -840,6 +840,29 @@ add_requires("glm")
 ```
 
 
+### gmm (macosx)
+
+
+| Description | *Gmm++ provides some basic types of sparse and dense matrices and vectors.* |
+| -- | -- |
+| Homepage | [http://getfem.org/gmm/index.html](http://getfem.org/gmm/index.html) |
+| Versions | 5.4 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [gmm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gmm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gmm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gmm")
+```
+
+
 ### go (macosx)
 
 
@@ -1078,6 +1101,29 @@ add_requires("jsoncpp")
 
 
 ## l
+### leveldb (macosx)
+
+
+| Description | *LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.* |
+| -- | -- |
+| Homepage | [https://github.com/google/leveldb](https://github.com/google/leveldb) |
+| Versions | 1.22 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [leveldb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/leveldb/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install leveldb
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("leveldb")
+```
+
+
 ### libcurl (macosx)
 
 

+ 46 - 0
packages/mingw.md

@@ -401,6 +401,29 @@ add_requires("glm")
 ```
 
 
+### gmm (mingw)
+
+
+| Description | *Gmm++ provides some basic types of sparse and dense matrices and vectors.* |
+| -- | -- |
+| Homepage | [http://getfem.org/gmm/index.html](http://getfem.org/gmm/index.html) |
+| Versions | 5.4 |
+| Architectures | i386, x86_64 |
+| Definition | [gmm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gmm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] gmm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gmm")
+```
+
+
 ### gtest (mingw)
 
 
@@ -547,6 +570,29 @@ add_requires("jsoncpp")
 
 
 ## l
+### leveldb (mingw)
+
+
+| Description | *LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.* |
+| -- | -- |
+| Homepage | [https://github.com/google/leveldb](https://github.com/google/leveldb) |
+| Versions | 1.22 |
+| Architectures | i386, x86_64 |
+| Definition | [leveldb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/leveldb/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] leveldb
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("leveldb")
+```
+
+
 ### libcurl (mingw)
 
 

+ 46 - 0
packages/windows.md

@@ -748,6 +748,29 @@ add_requires("glm")
 ```
 
 
+### gmm (windows)
+
+
+| Description | *Gmm++ provides some basic types of sparse and dense matrices and vectors.* |
+| -- | -- |
+| Homepage | [http://getfem.org/gmm/index.html](http://getfem.org/gmm/index.html) |
+| Versions | 5.4 |
+| Architectures | x64, x86 |
+| Definition | [gmm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gmm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gmm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gmm")
+```
+
+
 ### go (windows)
 
 
@@ -917,6 +940,29 @@ add_requires("jsoncpp")
 
 
 ## l
+### leveldb (windows)
+
+
+| Description | *LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.* |
+| -- | -- |
+| Homepage | [https://github.com/google/leveldb](https://github.com/google/leveldb) |
+| Versions | 1.22 |
+| Architectures | x64, x86 |
+| Definition | [leveldb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/leveldb/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install leveldb
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("leveldb")
+```
+
+
 ### libcurl (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-11T13:43:52+08:00</lastmod>
+  <lastmod>2020-11-12T04:51:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-11-11T13:43:53+08:00</lastmod>
+  <lastmod>2020-11-12T04:51:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-11-11T13:43:53+08:00</lastmod>
+  <lastmod>2020-11-12T04:51:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-11-11T13:43:53+08:00</lastmod>
+  <lastmod>2020-11-12T04:51:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-11-11T13:43:53+08:00</lastmod>
+  <lastmod>2020-11-12T04:51:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-11-11T13:43:54+08:00</lastmod>
+  <lastmod>2020-11-12T04:51:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-11-11T13:43:54+08:00</lastmod>
+  <lastmod>2020-11-12T04:51:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-11-11T13:43:54+08:00</lastmod>
+  <lastmod>2020-11-12T04:51:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-11-11T13:43:54+08:00</lastmod>
+  <lastmod>2020-11-12T04:51:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-11-11T13:43:55+08:00</lastmod>
+  <lastmod>2020-11-12T04:51:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-11-11T13:43:55+08:00</lastmod>
+  <lastmod>2020-11-12T04:51:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-11-11T13:43:55+08:00</lastmod>
+  <lastmod>2020-11-12T04:51:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-11-11T13:43:55+08:00</lastmod>
+  <lastmod>2020-11-12T04:51:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-11-11T13:43:55+08:00</lastmod>
+  <lastmod>2020-11-12T04:51:48+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: openblas, c-ares, benchmark**
+- **Recently added: gmm, leveldb, openblas**
 
 [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)
-- 包列表 (154)
+- 包列表 (156)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)