Bladeren bron

autoupdate docs by xmake-repo/ci

ruki 3 jaren geleden
bovenliggende
commit
70f9b48ebf
11 gewijzigde bestanden met toevoegingen van 335 en 30 verwijderingen
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 76 2
      mirror/packages/linux.html
  4. 76 2
      mirror/packages/macosx.html
  5. 39 2
      mirror/packages/windows.html
  6. 50 2
      packages/linux.md
  7. 50 2
      packages/macosx.md
  8. 26 2
      packages/windows.md
  9. 14 14
      sitemap.xml
  10. 1 1
      zh-cn/_coverpage.md
  11. 1 1
      zh-cn/_sidebar.md

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: asio, port, irrlicht**
+- **Recently added: ensmallen, libdc1394, asio**
 
 [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 (503)
+- Packages (505)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 76 - 2
mirror/packages/linux.html

@@ -292,7 +292,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>10.7.0</td>
+<td>10.7.0, 10.7.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3006,6 +3006,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("embree")
 </code></pre>
+<h3 id="ensmallenlinux">ensmallen (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>flexible C++ library for efficient numerical optimization</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ensmallen.org/">https://ensmallen.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.18.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/e/ensmallen/xmake.lua">ensmallen/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ensmallen
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ensmallen")
+</code></pre>
 <h3 id="enttlinux">entt (linux)</h3>
 <table>
 <thead>
@@ -5329,7 +5366,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.20.0</td>
+<td>v2.20.0, v2.23.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6438,6 +6475,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libcurl")
 </code></pre>
+<h3 id="libdc1394linux">libdc1394 (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>IIDC Camera Control Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/libdc1394/">https://sourceforge.net/projects/libdc1394/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.1</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.2.6</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/libdc1394/xmake.lua">libdc1394/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libdc1394
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libdc1394")
+</code></pre>
 <h3 id="libde265linux">libde265 (linux)</h3>
 <table>
 <thead>

+ 76 - 2
mirror/packages/macosx.html

@@ -251,7 +251,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>10.7.0</td>
+<td>10.7.0, 10.7.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2821,6 +2821,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("embree")
 </code></pre>
+<h3 id="ensmallenmacosx">ensmallen (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>flexible C++ library for efficient numerical optimization</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ensmallen.org/">https://ensmallen.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.18.0</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/e/ensmallen/xmake.lua">ensmallen/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ensmallen
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ensmallen")
+</code></pre>
 <h3 id="enttmacosx">entt (macosx)</h3>
 <table>
 <thead>
@@ -5004,7 +5041,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.20.0</td>
+<td>v2.20.0, v2.23.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6010,6 +6047,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libcurl")
 </code></pre>
+<h3 id="libdc1394macosx">libdc1394 (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>IIDC Camera Control Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/libdc1394/">https://sourceforge.net/projects/libdc1394/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.1</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.2.6</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/libdc1394/xmake.lua">libdc1394/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libdc1394
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libdc1394")
+</code></pre>
 <h3 id="libde265macosx">libde265 (macosx)</h3>
 <table>
 <thead>

+ 39 - 2
mirror/packages/windows.html

@@ -255,7 +255,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>10.7.0</td>
+<td>10.7.0, 10.7.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2891,6 +2891,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("embree")
 </code></pre>
+<h3 id="ensmallenwindows">ensmallen (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>flexible C++ library for efficient numerical optimization</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ensmallen.org/">https://ensmallen.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.18.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/e/ensmallen/xmake.lua">ensmallen/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ensmallen
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ensmallen")
+</code></pre>
 <h3 id="enttwindows">entt (windows)</h3>
 <table>
 <thead>
@@ -4868,7 +4905,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.20.0</td>
+<td>v2.20.0, v2.23.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 50 - 2
packages/linux.md

@@ -127,7 +127,7 @@ add_requires("angelscript")
 | -- | -- |
 | Homepage | [http://arma.sourceforge.net/](http://arma.sourceforge.net/) |
 | License | Apache-2.0 |
-| Versions | 10.7.0 |
+| Versions | 10.7.0, 10.7.3 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [armadillo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/armadillo/xmake.lua) |
 
@@ -1946,6 +1946,30 @@ add_requires("embree")
 ```
 
 
+### ensmallen (linux)
+
+
+| Description | *flexible C++ library for efficient numerical optimization* |
+| -- | -- |
+| Homepage | [https://ensmallen.org/](https://ensmallen.org/) |
+| License | BSD-3-Clause |
+| Versions | 2.18.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [ensmallen/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/ensmallen/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ensmallen
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ensmallen")
+```
+
+
 ### entt (linux)
 
 
@@ -3493,7 +3517,7 @@ add_requires("hwloc")
 | -- | -- |
 | Homepage | [https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods](https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods) |
 | License | Apache-2.0 |
-| Versions | v2.20.0 |
+| Versions | v2.20.0, v2.23.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [hypre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hypre/xmake.lua) |
 
@@ -4269,6 +4293,30 @@ add_requires("libcurl")
 ```
 
 
+### libdc1394 (linux)
+
+
+| Description | *IIDC Camera Control Library* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/libdc1394/](https://sourceforge.net/projects/libdc1394/) |
+| License | LGPL-2.1 |
+| Versions | 2.2.6 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libdc1394/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdc1394/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libdc1394
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libdc1394")
+```
+
+
 ### libde265 (linux)
 
 

+ 50 - 2
packages/macosx.md

@@ -102,7 +102,7 @@ add_requires("argp-standalone")
 | -- | -- |
 | Homepage | [http://arma.sourceforge.net/](http://arma.sourceforge.net/) |
 | License | Apache-2.0 |
-| Versions | 10.7.0 |
+| Versions | 10.7.0, 10.7.3 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [armadillo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/armadillo/xmake.lua) |
 
@@ -1826,6 +1826,30 @@ add_requires("embree")
 ```
 
 
+### ensmallen (macosx)
+
+
+| Description | *flexible C++ library for efficient numerical optimization* |
+| -- | -- |
+| Homepage | [https://ensmallen.org/](https://ensmallen.org/) |
+| License | BSD-3-Clause |
+| Versions | 2.18.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [ensmallen/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/ensmallen/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ensmallen
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ensmallen")
+```
+
+
 ### entt (macosx)
 
 
@@ -3279,7 +3303,7 @@ add_requires("hwloc")
 | -- | -- |
 | Homepage | [https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods](https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods) |
 | License | Apache-2.0 |
-| Versions | v2.20.0 |
+| Versions | v2.20.0, v2.23.0 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [hypre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hypre/xmake.lua) |
 
@@ -3985,6 +4009,30 @@ add_requires("libcurl")
 ```
 
 
+### libdc1394 (macosx)
+
+
+| Description | *IIDC Camera Control Library* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/libdc1394/](https://sourceforge.net/projects/libdc1394/) |
+| License | LGPL-2.1 |
+| Versions | 2.2.6 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libdc1394/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdc1394/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libdc1394
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libdc1394")
+```
+
+
 ### libde265 (macosx)
 
 

+ 26 - 2
packages/windows.md

@@ -103,7 +103,7 @@ add_requires("angelscript")
 | -- | -- |
 | Homepage | [http://arma.sourceforge.net/](http://arma.sourceforge.net/) |
 | License | Apache-2.0 |
-| Versions | 10.7.0 |
+| Versions | 10.7.0, 10.7.3 |
 | Architectures | x64, x86 |
 | Definition | [armadillo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/armadillo/xmake.lua) |
 
@@ -1873,6 +1873,30 @@ add_requires("embree")
 ```
 
 
+### ensmallen (windows)
+
+
+| Description | *flexible C++ library for efficient numerical optimization* |
+| -- | -- |
+| Homepage | [https://ensmallen.org/](https://ensmallen.org/) |
+| License | BSD-3-Clause |
+| Versions | 2.18.0 |
+| Architectures | x64, x86 |
+| Definition | [ensmallen/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/ensmallen/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ensmallen
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ensmallen")
+```
+
+
 ### entt (windows)
 
 
@@ -3186,7 +3210,7 @@ add_requires("hwloc")
 | -- | -- |
 | Homepage | [https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods](https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods) |
 | License | Apache-2.0 |
-| Versions | v2.20.0 |
+| Versions | v2.20.0, v2.23.0 |
 | Architectures | x64, x86 |
 | Definition | [hypre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hypre/xmake.lua) |
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-16T09:13:28+08:00</lastmod>
+  <lastmod>2021-11-16T14:45:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-16T09:13:29+08:00</lastmod>
+  <lastmod>2021-11-16T14:45:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-16T09:13:30+08:00</lastmod>
+  <lastmod>2021-11-16T14:45:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-16T09:13:30+08:00</lastmod>
+  <lastmod>2021-11-16T14:45:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-16T09:13:30+08:00</lastmod>
+  <lastmod>2021-11-16T14:45:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-16T09:13:30+08:00</lastmod>
+  <lastmod>2021-11-16T14:45:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-16T09:13:31+08:00</lastmod>
+  <lastmod>2021-11-16T14:45:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-16T09:13:31+08:00</lastmod>
+  <lastmod>2021-11-16T14:45:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-16T09:13:31+08:00</lastmod>
+  <lastmod>2021-11-16T14:45:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-16T09:13:31+08:00</lastmod>
+  <lastmod>2021-11-16T14:45:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-16T09:13:31+08:00</lastmod>
+  <lastmod>2021-11-16T14:45:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-16T09:13:32+08:00</lastmod>
+  <lastmod>2021-11-16T14:45:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-16T09:13:32+08:00</lastmod>
+  <lastmod>2021-11-16T14:45:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-16T09:13:32+08:00</lastmod>
+  <lastmod>2021-11-16T14:45:29+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: asio, port, irrlicht**
+- **Recently added: ensmallen, libdc1394, asio**
 
 [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)
-- 包列表 (503)
+- 包列表 (505)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)