Browse Source

autoupdate docs by xmake-repo/ci

ruki 4 years ago
parent
commit
d95e6d5ac7

+ 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: flann, superlu, nanovdb**
+- **Recently added: double-conversion, libevent, flann**
 
 
 [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 (330)
+- Packages (332)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)

+ 74 - 0
mirror/packages/linux.html

@@ -1425,6 +1425,43 @@
 <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("doctest")
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
 </code></pre>
+<h3 id="doubleconversionlinux">double-conversion (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/double-conversion">https://github.com/google/double-conversion</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.1.5</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/d/double-conversion/xmake.lua">double-conversion/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install double-conversion
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("double-conversion")
+</code></pre>
 <h3 id="dracolinux">draco (linux)</h3>
 <h3 id="dracolinux">draco (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -3900,6 +3937,43 @@
 <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("libev")
 <pre><code class="lang-lua">add_requires("libev")
 </code></pre>
 </code></pre>
+<h3 id="libeventlinux">libevent (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libevent – an event notification library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libevent.org/">https://libevent.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.1.12</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/libevent/xmake.lua">libevent/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libevent
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libevent")
+</code></pre>
 <h3 id="libffilinux">libffi (linux)</h3>
 <h3 id="libffilinux">libffi (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 74 - 0
mirror/packages/macosx.html

@@ -1388,6 +1388,43 @@
 <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("doctest")
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
 </code></pre>
+<h3 id="doubleconversionmacosx">double-conversion (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/double-conversion">https://github.com/google/double-conversion</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.1.5</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/d/double-conversion/xmake.lua">double-conversion/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install double-conversion
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("double-conversion")
+</code></pre>
 <h3 id="dracomacosx">draco (macosx)</h3>
 <h3 id="dracomacosx">draco (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -3550,6 +3587,43 @@
 <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("libev")
 <pre><code class="lang-lua">add_requires("libev")
 </code></pre>
 </code></pre>
+<h3 id="libeventmacosx">libevent (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libevent – an event notification library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libevent.org/">https://libevent.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.1.12</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/libevent/xmake.lua">libevent/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libevent
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libevent")
+</code></pre>
 <h3 id="libffimacosx">libffi (macosx)</h3>
 <h3 id="libffimacosx">libffi (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 74 - 0
mirror/packages/windows.html

@@ -1458,6 +1458,43 @@
 <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("doctest")
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
 </code></pre>
+<h3 id="doubleconversionwindows">double-conversion (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/double-conversion">https://github.com/google/double-conversion</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.1.5</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/d/double-conversion/xmake.lua">double-conversion/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install double-conversion
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("double-conversion")
+</code></pre>
 <h3 id="dracowindows">draco (windows)</h3>
 <h3 id="dracowindows">draco (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -3500,6 +3537,43 @@
 <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("libcurl")
 <pre><code class="lang-lua">add_requires("libcurl")
 </code></pre>
 </code></pre>
+<h3 id="libeventwindows">libevent (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libevent – an event notification library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libevent.org/">https://libevent.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.1.12</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/libevent/xmake.lua">libevent/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libevent
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libevent")
+</code></pre>
 <h3 id="libfivewindows">libfive (windows)</h3>
 <h3 id="libfivewindows">libfive (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 48 - 0
packages/linux.md

@@ -913,6 +913,30 @@ add_requires("doctest")
 ```
 ```
 
 
 
 
+### double-conversion (linux)
+
+
+| Description | *Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.* |
+| -- | -- |
+| Homepage | [https://github.com/google/double-conversion](https://github.com/google/double-conversion) |
+| License | BSD-3-Clause |
+| Versions | v3.1.5 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [double-conversion/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/double-conversion/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install double-conversion
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("double-conversion")
+```
+
+
 ### draco (linux)
 ### draco (linux)
 
 
 
 
@@ -2593,6 +2617,30 @@ add_requires("libev")
 ```
 ```
 
 
 
 
+### libevent (linux)
+
+
+| Description | *libevent – an event notification library* |
+| -- | -- |
+| Homepage | [https://libevent.org/](https://libevent.org/) |
+| License | BSD-3-Clause |
+| Versions | 2.1.12 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libevent/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libevent/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libevent
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libevent")
+```
+
+
 ### libffi (linux)
 ### libffi (linux)
 
 
 
 

+ 48 - 0
packages/macosx.md

@@ -889,6 +889,30 @@ add_requires("doctest")
 ```
 ```
 
 
 
 
+### double-conversion (macosx)
+
+
+| Description | *Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.* |
+| -- | -- |
+| Homepage | [https://github.com/google/double-conversion](https://github.com/google/double-conversion) |
+| License | BSD-3-Clause |
+| Versions | v3.1.5 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [double-conversion/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/double-conversion/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install double-conversion
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("double-conversion")
+```
+
+
 ### draco (macosx)
 ### draco (macosx)
 
 
 
 
@@ -2358,6 +2382,30 @@ add_requires("libev")
 ```
 ```
 
 
 
 
+### libevent (macosx)
+
+
+| Description | *libevent – an event notification library* |
+| -- | -- |
+| Homepage | [https://libevent.org/](https://libevent.org/) |
+| License | BSD-3-Clause |
+| Versions | 2.1.12 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libevent/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libevent/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libevent
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libevent")
+```
+
+
 ### libffi (macosx)
 ### libffi (macosx)
 
 
 
 

+ 48 - 0
packages/windows.md

@@ -936,6 +936,30 @@ add_requires("doctest")
 ```
 ```
 
 
 
 
+### double-conversion (windows)
+
+
+| Description | *Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.* |
+| -- | -- |
+| Homepage | [https://github.com/google/double-conversion](https://github.com/google/double-conversion) |
+| License | BSD-3-Clause |
+| Versions | v3.1.5 |
+| Architectures | x64, x86 |
+| Definition | [double-conversion/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/double-conversion/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install double-conversion
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("double-conversion")
+```
+
+
 ### draco (windows)
 ### draco (windows)
 
 
 
 
@@ -2316,6 +2340,30 @@ add_requires("libcurl")
 ```
 ```
 
 
 
 
+### libevent (windows)
+
+
+| Description | *libevent – an event notification library* |
+| -- | -- |
+| Homepage | [https://libevent.org/](https://libevent.org/) |
+| License | BSD-3-Clause |
+| Versions | 2.1.12 |
+| Architectures | x64, x86 |
+| Definition | [libevent/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libevent/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libevent
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libevent")
+```
+
+
 ### libfive (windows)
 ### libfive (windows)
 
 
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
     
 <url>
 <url>
   <loc>https://xrepo.xmake.io</loc>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-05-17T15:32:52+08:00</lastmod>
+  <lastmod>2021-05-18T01:54:10+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>2021-05-17T15:32:53+08:00</lastmod>
+  <lastmod>2021-05-18T01:54:11+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>2021-05-17T15:32:53+08:00</lastmod>
+  <lastmod>2021-05-18T01:54:12+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>2021-05-17T15:32:53+08:00</lastmod>
+  <lastmod>2021-05-18T01:54:12+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>2021-05-17T15:32:54+08:00</lastmod>
+  <lastmod>2021-05-18T01:54:12+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>2021-05-17T15:32:54+08:00</lastmod>
+  <lastmod>2021-05-18T01:54:12+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>2021-05-17T15:32:54+08:00</lastmod>
+  <lastmod>2021-05-18T01:54:12+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>2021-05-17T15:32:54+08:00</lastmod>
+  <lastmod>2021-05-18T01:54:13+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>2021-05-17T15:32:54+08:00</lastmod>
+  <lastmod>2021-05-18T01:54:13+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>2021-05-17T15:32:55+08:00</lastmod>
+  <lastmod>2021-05-18T01:54:13+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>2021-05-17T15:32:55+08:00</lastmod>
+  <lastmod>2021-05-18T01:54:13+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>2021-05-17T15:32:55+08:00</lastmod>
+  <lastmod>2021-05-18T01:54:13+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>2021-05-17T15:32:55+08:00</lastmod>
+  <lastmod>2021-05-18T01:54:13+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>2021-05-17T15:32:55+08:00</lastmod>
+  <lastmod>2021-05-18T01:54:14+08:00</lastmod>
 </url>
 </url>
 
 
 </urlset>
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *简单,轻量,跨平台*
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: flann, superlu, nanovdb**
+- **Recently added: double-conversion, libevent, flann**
 
 
 [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)
-- 包列表 (330)
+- 包列表 (332)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)