Pārlūkot izejas kodu

autoupdate docs by xmake-repo/ci

ruki 2 gadi atpakaļ
vecāks
revīzija
2183fac66d

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: godotcpp4, span-lite, xlnt**
+- **Recently added: rocksdb, godotcpp4, span-lite**
 
 [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 (852)
+- Packages (853)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/linux.html

@@ -23526,6 +23526,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("robotstxt")
 </code></pre>
+<h3 id="rocksdblinux">rocksdb (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A library that provides an embeddable, persistent key-value store for fast storage.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://rocksdb.org">http://rocksdb.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v7.10.2</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/r/rocksdb/xmake.lua">rocksdb/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rocksdb
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rocksdb")
+</code></pre>
 <h3 id="rpcliblinux">rpclib (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -21966,6 +21966,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("robotstxt")
 </code></pre>
+<h3 id="rocksdbmacosx">rocksdb (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A library that provides an embeddable, persistent key-value store for fast storage.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://rocksdb.org">http://rocksdb.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v7.10.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rocksdb/xmake.lua">rocksdb/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rocksdb
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rocksdb")
+</code></pre>
 <h3 id="rpclibmacosx">rpclib (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -10008,6 +10008,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("robin-map")
 </code></pre>
+<h3 id="rocksdbmingw">rocksdb (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A library that provides an embeddable, persistent key-value store for fast storage.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://rocksdb.org">http://rocksdb.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v7.10.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rocksdb/xmake.lua">rocksdb/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] rocksdb
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rocksdb")
+</code></pre>
 <h3 id="rpclibmingw">rpclib (mingw)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -19165,6 +19165,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("robotstxt")
 </code></pre>
+<h3 id="rocksdbwindows">rocksdb (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A library that provides an embeddable, persistent key-value store for fast storage.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://rocksdb.org">http://rocksdb.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v7.10.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rocksdb/xmake.lua">rocksdb/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rocksdb
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rocksdb")
+</code></pre>
 <h3 id="rpclibwindows">rpclib (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/linux.md

@@ -15661,6 +15661,29 @@ add_requires("robotstxt")
 ```
 
 
+### rocksdb (linux)
+
+
+| Description | *A library that provides an embeddable, persistent key-value store for fast storage.* |
+| -- | -- |
+| Homepage | [http://rocksdb.org](http://rocksdb.org) |
+| Versions | v7.10.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [rocksdb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rocksdb/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rocksdb
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rocksdb")
+```
+
+
 ### rpclib (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -14622,6 +14622,29 @@ add_requires("robotstxt")
 ```
 
 
+### rocksdb (macosx)
+
+
+| Description | *A library that provides an embeddable, persistent key-value store for fast storage.* |
+| -- | -- |
+| Homepage | [http://rocksdb.org](http://rocksdb.org) |
+| Versions | v7.10.2 |
+| Architectures | arm64, x86_64 |
+| Definition | [rocksdb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rocksdb/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rocksdb
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rocksdb")
+```
+
+
 ### rpclib (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -6638,6 +6638,29 @@ add_requires("robin-map")
 ```
 
 
+### rocksdb (mingw)
+
+
+| Description | *A library that provides an embeddable, persistent key-value store for fast storage.* |
+| -- | -- |
+| Homepage | [http://rocksdb.org](http://rocksdb.org) |
+| Versions | v7.10.2 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [rocksdb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rocksdb/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] rocksdb
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rocksdb")
+```
+
+
 ### rpclib (mingw)
 
 

+ 23 - 0
packages/windows.md

@@ -12705,6 +12705,29 @@ add_requires("robotstxt")
 ```
 
 
+### rocksdb (windows)
+
+
+| Description | *A library that provides an embeddable, persistent key-value store for fast storage.* |
+| -- | -- |
+| Homepage | [http://rocksdb.org](http://rocksdb.org) |
+| Versions | v7.10.2 |
+| Architectures | arm64, x64, x86 |
+| Definition | [rocksdb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rocksdb/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rocksdb
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rocksdb")
+```
+
+
 ### rpclib (windows)
 
 

+ 27 - 27
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-03-09T07:31:47+08:00</lastmod>
+  <lastmod>2023-03-10T03:19:30+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-03-09T07:31:50+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
+  <lastmod>2023-03-10T03:19:33+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-03-09T07:31:50+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
+  <lastmod>2023-03-10T03:19:33+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-03-09T07:31:51+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
+  <lastmod>2023-03-10T03:19:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-03-09T07:31:51+08:00</lastmod>
+  <lastmod>2023-03-10T03:19:34+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-03-09T07:31:51+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
+  <lastmod>2023-03-10T03:19:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-03-09T07:31:51+08:00</lastmod>
+  <lastmod>2023-03-10T03:19:35+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-03-09T07:31:52+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
+  <lastmod>2023-03-10T03:19:35+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-03-09T07:31:52+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
+  <lastmod>2023-03-10T03:19:36+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-03-09T07:31:52+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
+  <lastmod>2023-03-10T03:19:36+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-03-09T07:31:53+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
+  <lastmod>2023-03-10T03:19:36+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-03-09T07:31:53+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
+  <lastmod>2023-03-10T03:19:37+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-03-09T07:31:53+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
+  <lastmod>2023-03-10T03:19:37+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-03-09T07:31:54+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
+  <lastmod>2023-03-10T03:19:37+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-03-09T07:31:54+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
+  <lastmod>2023-03-10T03:19:38+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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