Răsfoiți Sursa

autoupdate docs by xmake-repo/ci

ruki 4 ani în urmă
părinte
comite
edb27e374f
9 a modificat fișierele cu 146 adăugiri și 24 ștergeri
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 38 1
      mirror/packages/linux.html
  4. 39 2
      mirror/packages/windows.html
  5. 25 1
      packages/linux.md
  6. 26 2
      packages/windows.md
  7. 14 14
      sitemap.xml
  8. 1 1
      zh-cn/_coverpage.md
  9. 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: libmpdclient, filament, nanoflann**
+- **Recently added: faiss, libmpdclient, filament**
 
 [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 (324)
+- Packages (325)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 38 - 1
mirror/packages/linux.html

@@ -1892,6 +1892,43 @@
 <pre><code class="lang-lua">add_requires("expresscpp")
 </code></pre>
 <h2 id="f">f</h2>
+<h3 id="faisslinux">faiss (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A library for efficient similarity search and clustering of dense vectors.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/facebookresearch/faiss/">https://github.com/facebookresearch/faiss/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.7.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/f/faiss/xmake.lua">faiss/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install faiss
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("faiss")
+</code></pre>
 <h3 id="fastcppcsvparserlinux">fastcppcsvparser (linux)</h3>
 <table>
 <thead>
@@ -7552,7 +7589,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.3.12, 0.3.13</td>
+<td>0.3.12, 0.3.13, 0.3.15</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 39 - 2
mirror/packages/windows.html

@@ -1822,6 +1822,43 @@
 <pre><code class="lang-lua">add_requires("expected")
 </code></pre>
 <h2 id="f">f</h2>
+<h3 id="faisswindows">faiss (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A library for efficient similarity search and clustering of dense vectors.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/facebookresearch/faiss/">https://github.com/facebookresearch/faiss/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.7.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/f/faiss/xmake.lua">faiss/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install faiss
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("faiss")
+</code></pre>
 <h3 id="fastcppcsvparserwindows">fastcppcsvparser (windows)</h3>
 <table>
 <thead>
@@ -5788,11 +5825,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.3.12, 0.3.13</td>
+<td>0.3.12, 0.3.13, 0.3.15</td>
 </tr>
 <tr>
 <td>Architectures</td>
-<td>x64</td>
+<td>x64, x86</td>
 </tr>
 <tr>
 <td>Definition</td>

+ 25 - 1
packages/linux.md

@@ -1225,6 +1225,30 @@ add_requires("expresscpp")
 
 
 ## f
+### faiss (linux)
+
+
+| Description | *A library for efficient similarity search and clustering of dense vectors.* |
+| -- | -- |
+| Homepage | [https://github.com/facebookresearch/faiss/](https://github.com/facebookresearch/faiss/) |
+| License | MIT |
+| Versions | v1.7.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [faiss/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/faiss/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install faiss
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("faiss")
+```
+
+
 ### fastcppcsvparser (linux)
 
 
@@ -5077,7 +5101,7 @@ add_requires("oatpp")
 | Description | *OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.* |
 | -- | -- |
 | Homepage | [http://www.openblas.net/](http://www.openblas.net/) |
-| Versions | 0.3.12, 0.3.13 |
+| Versions | 0.3.12, 0.3.13, 0.3.15 |
 | 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) |
 

+ 26 - 2
packages/windows.md

@@ -1178,6 +1178,30 @@ add_requires("expected")
 
 
 ## f
+### faiss (windows)
+
+
+| Description | *A library for efficient similarity search and clustering of dense vectors.* |
+| -- | -- |
+| Homepage | [https://github.com/facebookresearch/faiss/](https://github.com/facebookresearch/faiss/) |
+| License | MIT |
+| Versions | v1.7.0 |
+| Architectures | x64 |
+| Definition | [faiss/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/faiss/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install faiss
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("faiss")
+```
+
+
 ### fastcppcsvparser (windows)
 
 
@@ -3869,8 +3893,8 @@ add_requires("oatpp")
 | Description | *OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.* |
 | -- | -- |
 | Homepage | [http://www.openblas.net/](http://www.openblas.net/) |
-| Versions | 0.3.12, 0.3.13 |
-| Architectures | x64 |
+| Versions | 0.3.12, 0.3.13, 0.3.15 |
+| Architectures | x64, x86 |
 | Definition | [openblas/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openblas/xmake.lua) |
 
 ##### Install command

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-05-06T10:08:45+08:00</lastmod>
+  <lastmod>2021-05-06T15:09:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-05-06T10:08:48+08:00</lastmod>
+  <lastmod>2021-05-06T15:09:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-05-06T10:08:48+08:00</lastmod>
+  <lastmod>2021-05-06T15:09:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-05-06T10:08:48+08:00</lastmod>
+  <lastmod>2021-05-06T15:09:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-05-06T10:08:49+08:00</lastmod>
+  <lastmod>2021-05-06T15:09:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-05-06T10:08:49+08:00</lastmod>
+  <lastmod>2021-05-06T15:09:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-05-06T10:08:49+08:00</lastmod>
+  <lastmod>2021-05-06T15:09:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-05-06T10:08:49+08:00</lastmod>
+  <lastmod>2021-05-06T15:09:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-05-06T10:08:50+08:00</lastmod>
+  <lastmod>2021-05-06T15:09:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-05-06T10:08:50+08:00</lastmod>
+  <lastmod>2021-05-06T15:09:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-05-06T10:08:50+08:00</lastmod>
+  <lastmod>2021-05-06T15:09:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-05-06T10:08:50+08:00</lastmod>
+  <lastmod>2021-05-06T15:09:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-05-06T10:08:50+08:00</lastmod>
+  <lastmod>2021-05-06T15:09:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-05-06T10:08:51+08:00</lastmod>
+  <lastmod>2021-05-06T15:09:35+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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