Преглед на файлове

autoupdate docs by xmake-repo/ci

ruki преди 3 години
родител
ревизия
bde182995e

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: libharu, libressl, loguru**
+- **Recently added: readerwriterqueue, libharu, libressl**
 
 [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 (526)
+- Packages (527)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -5273,6 +5273,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rapidjson")
 </code></pre>
+<h3 id="readerwriterqueueandroid">readerwriterqueue (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A fast single-producer, single-consumer lock-free queue for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cameron314/readerwriterqueue">https://github.com/cameron314/readerwriterqueue</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.6</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readerwriterqueue/xmake.lua">readerwriterqueue/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] readerwriterqueue
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("readerwriterqueue")
+</code></pre>
 <h3 id="recastnavigationandroid">recastnavigation (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -4120,6 +4120,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rapidjson")
 </code></pre>
+<h3 id="readerwriterqueuebsd">readerwriterqueue (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A fast single-producer, single-consumer lock-free queue for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cameron314/readerwriterqueue">https://github.com/cameron314/readerwriterqueue</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.6</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/r/readerwriterqueue/xmake.lua">readerwriterqueue/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install readerwriterqueue
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("readerwriterqueue")
+</code></pre>
 <h3 id="recastnavigationbsd">recastnavigation (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -3774,6 +3774,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rapidjson")
 </code></pre>
+<h3 id="readerwriterqueuecross">readerwriterqueue (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A fast single-producer, single-consumer lock-free queue for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cameron314/readerwriterqueue">https://github.com/cameron314/readerwriterqueue</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.6</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readerwriterqueue/xmake.lua">readerwriterqueue/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] readerwriterqueue
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("readerwriterqueue")
+</code></pre>
 <h3 id="recastnavigationcross">recastnavigation (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -4721,6 +4721,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rapidjson")
 </code></pre>
+<h3 id="readerwriterqueueiphoneos">readerwriterqueue (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A fast single-producer, single-consumer lock-free queue for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cameron314/readerwriterqueue">https://github.com/cameron314/readerwriterqueue</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.6</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readerwriterqueue/xmake.lua">readerwriterqueue/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos readerwriterqueue
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("readerwriterqueue")
+</code></pre>
 <h3 id="recastnavigationiphoneos">recastnavigation (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -14671,6 +14671,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("re2")
 </code></pre>
+<h3 id="readerwriterqueuelinux">readerwriterqueue (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A fast single-producer, single-consumer lock-free queue for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cameron314/readerwriterqueue">https://github.com/cameron314/readerwriterqueue</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/r/readerwriterqueue/xmake.lua">readerwriterqueue/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install readerwriterqueue
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("readerwriterqueue")
+</code></pre>
 <h3 id="recastnavigationlinux">recastnavigation (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -13786,6 +13786,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("re2")
 </code></pre>
+<h3 id="readerwriterqueuemacosx">readerwriterqueue (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A fast single-producer, single-consumer lock-free queue for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cameron314/readerwriterqueue">https://github.com/cameron314/readerwriterqueue</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/r/readerwriterqueue/xmake.lua">readerwriterqueue/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install readerwriterqueue
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("readerwriterqueue")
+</code></pre>
 <h3 id="recastnavigationmacosx">recastnavigation (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -5516,6 +5516,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rapidjson")
 </code></pre>
+<h3 id="readerwriterqueuemingw">readerwriterqueue (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A fast single-producer, single-consumer lock-free queue for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cameron314/readerwriterqueue">https://github.com/cameron314/readerwriterqueue</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.6</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/readerwriterqueue/xmake.lua">readerwriterqueue/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] readerwriterqueue
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("readerwriterqueue")
+</code></pre>
 <h3 id="recastnavigationmingw">recastnavigation (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -3530,6 +3530,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rapidjson")
 </code></pre>
+<h3 id="readerwriterqueuemsys">readerwriterqueue (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A fast single-producer, single-consumer lock-free queue for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cameron314/readerwriterqueue">https://github.com/cameron314/readerwriterqueue</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.6</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/r/readerwriterqueue/xmake.lua">readerwriterqueue/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install readerwriterqueue
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("readerwriterqueue")
+</code></pre>
 <h3 id="recastnavigationmsys">recastnavigation (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -11928,6 +11928,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("re2")
 </code></pre>
+<h3 id="readerwriterqueuewindows">readerwriterqueue (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A fast single-producer, single-consumer lock-free queue for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/cameron314/readerwriterqueue">https://github.com/cameron314/readerwriterqueue</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.6</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/r/readerwriterqueue/xmake.lua">readerwriterqueue/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install readerwriterqueue
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("readerwriterqueue")
+</code></pre>
 <h3 id="recastnavigationwindows">recastnavigation (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -3522,6 +3522,30 @@ add_requires("rapidjson")
 ```
 
 
+### readerwriterqueue (android)
+
+
+| Description | *A fast single-producer, single-consumer lock-free queue for C++* |
+| -- | -- |
+| Homepage | [https://github.com/cameron314/readerwriterqueue](https://github.com/cameron314/readerwriterqueue) |
+| License | BSD-3-Clause |
+| Versions | v1.0.6 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [readerwriterqueue/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readerwriterqueue/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] readerwriterqueue
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("readerwriterqueue")
+```
+
+
 ### recastnavigation (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -2747,6 +2747,30 @@ add_requires("rapidjson")
 ```
 
 
+### readerwriterqueue (bsd)
+
+
+| Description | *A fast single-producer, single-consumer lock-free queue for C++* |
+| -- | -- |
+| Homepage | [https://github.com/cameron314/readerwriterqueue](https://github.com/cameron314/readerwriterqueue) |
+| License | BSD-3-Clause |
+| Versions | v1.0.6 |
+| Architectures | i386, x86_64 |
+| Definition | [readerwriterqueue/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readerwriterqueue/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install readerwriterqueue
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("readerwriterqueue")
+```
+
+
 ### recastnavigation (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -2513,6 +2513,30 @@ add_requires("rapidjson")
 ```
 
 
+### readerwriterqueue (cross)
+
+
+| Description | *A fast single-producer, single-consumer lock-free queue for C++* |
+| -- | -- |
+| Homepage | [https://github.com/cameron314/readerwriterqueue](https://github.com/cameron314/readerwriterqueue) |
+| License | BSD-3-Clause |
+| Versions | v1.0.6 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [readerwriterqueue/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readerwriterqueue/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] readerwriterqueue
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("readerwriterqueue")
+```
+
+
 ### recastnavigation (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -3148,6 +3148,30 @@ add_requires("rapidjson")
 ```
 
 
+### readerwriterqueue (iphoneos)
+
+
+| Description | *A fast single-producer, single-consumer lock-free queue for C++* |
+| -- | -- |
+| Homepage | [https://github.com/cameron314/readerwriterqueue](https://github.com/cameron314/readerwriterqueue) |
+| License | BSD-3-Clause |
+| Versions | v1.0.6 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [readerwriterqueue/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readerwriterqueue/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos readerwriterqueue
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("readerwriterqueue")
+```
+
+
 ### recastnavigation (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -9804,6 +9804,30 @@ add_requires("re2")
 ```
 
 
+### readerwriterqueue (linux)
+
+
+| Description | *A fast single-producer, single-consumer lock-free queue for C++* |
+| -- | -- |
+| Homepage | [https://github.com/cameron314/readerwriterqueue](https://github.com/cameron314/readerwriterqueue) |
+| License | BSD-3-Clause |
+| Versions | v1.0.6 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [readerwriterqueue/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readerwriterqueue/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install readerwriterqueue
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("readerwriterqueue")
+```
+
+
 ### recastnavigation (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -9214,6 +9214,30 @@ add_requires("re2")
 ```
 
 
+### readerwriterqueue (macosx)
+
+
+| Description | *A fast single-producer, single-consumer lock-free queue for C++* |
+| -- | -- |
+| Homepage | [https://github.com/cameron314/readerwriterqueue](https://github.com/cameron314/readerwriterqueue) |
+| License | BSD-3-Clause |
+| Versions | v1.0.6 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [readerwriterqueue/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readerwriterqueue/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install readerwriterqueue
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("readerwriterqueue")
+```
+
+
 ### recastnavigation (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -3686,6 +3686,30 @@ add_requires("rapidjson")
 ```
 
 
+### readerwriterqueue (mingw)
+
+
+| Description | *A fast single-producer, single-consumer lock-free queue for C++* |
+| -- | -- |
+| Homepage | [https://github.com/cameron314/readerwriterqueue](https://github.com/cameron314/readerwriterqueue) |
+| License | BSD-3-Clause |
+| Versions | v1.0.6 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [readerwriterqueue/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readerwriterqueue/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] readerwriterqueue
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("readerwriterqueue")
+```
+
+
 ### recastnavigation (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -2347,6 +2347,30 @@ add_requires("rapidjson")
 ```
 
 
+### readerwriterqueue (msys)
+
+
+| Description | *A fast single-producer, single-consumer lock-free queue for C++* |
+| -- | -- |
+| Homepage | [https://github.com/cameron314/readerwriterqueue](https://github.com/cameron314/readerwriterqueue) |
+| License | BSD-3-Clause |
+| Versions | v1.0.6 |
+| Architectures | i386, x86_64 |
+| Definition | [readerwriterqueue/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readerwriterqueue/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install readerwriterqueue
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("readerwriterqueue")
+```
+
+
 ### recastnavigation (msys)
 
 

+ 24 - 0
packages/windows.md

@@ -7931,6 +7931,30 @@ add_requires("re2")
 ```
 
 
+### readerwriterqueue (windows)
+
+
+| Description | *A fast single-producer, single-consumer lock-free queue for C++* |
+| -- | -- |
+| Homepage | [https://github.com/cameron314/readerwriterqueue](https://github.com/cameron314/readerwriterqueue) |
+| License | BSD-3-Clause |
+| Versions | v1.0.6 |
+| Architectures | x64, x86 |
+| Definition | [readerwriterqueue/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/readerwriterqueue/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install readerwriterqueue
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("readerwriterqueue")
+```
+
+
 ### recastnavigation (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-27T23:37:28+08:00</lastmod>
+  <lastmod>2021-11-29T02:03:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-27T23:37:30+08:00</lastmod>
+  <lastmod>2021-11-29T02:03:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-27T23:37:30+08:00</lastmod>
+  <lastmod>2021-11-29T02:03:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-27T23:37:31+08:00</lastmod>
+  <lastmod>2021-11-29T02:03:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-27T23:37:31+08:00</lastmod>
+  <lastmod>2021-11-29T02:03:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-27T23:37:31+08:00</lastmod>
+  <lastmod>2021-11-29T02:03:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-27T23:37:32+08:00</lastmod>
+  <lastmod>2021-11-29T02:03:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-27T23:37:32+08:00</lastmod>
+  <lastmod>2021-11-29T02:03:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-27T23:37:32+08:00</lastmod>
+  <lastmod>2021-11-29T02:03:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-27T23:37:32+08:00</lastmod>
+  <lastmod>2021-11-29T02:03:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-27T23:37:33+08:00</lastmod>
+  <lastmod>2021-11-29T02:03:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-27T23:37:33+08:00</lastmod>
+  <lastmod>2021-11-29T02:03:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-27T23:37:33+08:00</lastmod>
+  <lastmod>2021-11-29T02:03:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-27T23:37:33+08:00</lastmod>
+  <lastmod>2021-11-29T02:03:48+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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