ソースを参照

autoupdate docs by xmake-repo/ci

ruki 2 年 前
コミット
de2ce1ae2b

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: rtm, quickcpplib, libaesgm**
+- **Recently added: outcome, rtm, quickcpplib**
 
 [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 (789)
+- Packages (790)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -7096,6 +7096,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ordered_map")
 </code></pre>
+<h3 id="outcomeandroid">outcome (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Provides very lightweight outcome<T> and result<T> (non-Boost edition)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/outcome">https://github.com/ned14/outcome</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.2.4</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/o/outcome/xmake.lua">outcome/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] outcome
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("outcome")
+</code></pre>
 <h2 id="p">p</h2>
 <h3 id="parallelhashmapandroid">parallel-hashmap (android)</h3>
 <table>

+ 37 - 0
mirror/packages/bsd.html

@@ -6277,6 +6277,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ordered_map")
 </code></pre>
+<h3 id="outcomebsd">outcome (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Provides very lightweight outcome<T> and result<T> (non-Boost edition)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/outcome">https://github.com/ned14/outcome</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.2.4</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/o/outcome/xmake.lua">outcome/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install outcome
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("outcome")
+</code></pre>
 <h2 id="p">p</h2>
 <h3 id="parallelhashmapbsd">parallel-hashmap (bsd)</h3>
 <table>

+ 37 - 0
mirror/packages/cross.html

@@ -5688,6 +5688,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ordered_map")
 </code></pre>
+<h3 id="outcomecross">outcome (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Provides very lightweight outcome<T> and result<T> (non-Boost edition)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/outcome">https://github.com/ned14/outcome</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.2.4</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/o/outcome/xmake.lua">outcome/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] outcome
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("outcome")
+</code></pre>
 <h2 id="p">p</h2>
 <h3 id="parallelhashmapcross">parallel-hashmap (cross)</h3>
 <table>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -6388,6 +6388,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ordered_map")
 </code></pre>
+<h3 id="outcomeiphoneos">outcome (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Provides very lightweight outcome<T> and result<T> (non-Boost edition)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/outcome">https://github.com/ned14/outcome</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.2.4</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/o/outcome/xmake.lua">outcome/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos outcome
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("outcome")
+</code></pre>
 <h2 id="p">p</h2>
 <h3 id="parallelhashmapiphoneos">parallel-hashmap (iphoneos)</h3>
 <table>

+ 37 - 0
mirror/packages/linux.html

@@ -19416,6 +19416,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("osqp")
 </code></pre>
+<h3 id="outcomelinux">outcome (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Provides very lightweight outcome<T> and result<T> (non-Boost edition)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/outcome">https://github.com/ned14/outcome</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.2.4</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/o/outcome/xmake.lua">outcome/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install outcome
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("outcome")
+</code></pre>
 <h2 id="p">p</h2>
 <h3 id="pagmolinux">pagmo (linux)</h3>
 <table>

+ 37 - 0
mirror/packages/macosx.html

@@ -18000,6 +18000,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("osqp")
 </code></pre>
+<h3 id="outcomemacosx">outcome (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Provides very lightweight outcome<T> and result<T> (non-Boost edition)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/outcome">https://github.com/ned14/outcome</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.2.4</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/o/outcome/xmake.lua">outcome/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install outcome
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("outcome")
+</code></pre>
 <h2 id="p">p</h2>
 <h3 id="pagmomacosx">pagmo (macosx)</h3>
 <table>

+ 37 - 0
mirror/packages/mingw.html

@@ -7733,6 +7733,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("osqp")
 </code></pre>
+<h3 id="outcomemingw">outcome (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Provides very lightweight outcome<T> and result<T> (non-Boost edition)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/outcome">https://github.com/ned14/outcome</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.2.4</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/o/outcome/xmake.lua">outcome/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] outcome
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("outcome")
+</code></pre>
 <h2 id="p">p</h2>
 <h3 id="parallelhashmapmingw">parallel-hashmap (mingw)</h3>
 <table>

+ 37 - 0
mirror/packages/msys.html

@@ -5058,6 +5058,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ordered_map")
 </code></pre>
+<h3 id="outcomemsys">outcome (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Provides very lightweight outcome<T> and result<T> (non-Boost edition)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/outcome">https://github.com/ned14/outcome</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.2.4</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/o/outcome/xmake.lua">outcome/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install outcome
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("outcome")
+</code></pre>
 <h2 id="p">p</h2>
 <h3 id="parallelhashmapmsys">parallel-hashmap (msys)</h3>
 <table>

+ 37 - 0
mirror/packages/wasm.html

@@ -5058,6 +5058,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ordered_map")
 </code></pre>
+<h3 id="outcomewasm">outcome (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Provides very lightweight outcome<T> and result<T> (non-Boost edition)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/outcome">https://github.com/ned14/outcome</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.2.4</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/o/outcome/xmake.lua">outcome/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm outcome
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("outcome")
+</code></pre>
 <h2 id="p">p</h2>
 <h3 id="parallelhashmapwasm">parallel-hashmap (wasm)</h3>
 <table>

+ 37 - 0
mirror/packages/windows.html

@@ -15421,6 +15421,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("osqp")
 </code></pre>
+<h3 id="outcomewindows">outcome (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Provides very lightweight outcome<T> and result<T> (non-Boost edition)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/outcome">https://github.com/ned14/outcome</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.2.4</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/o/outcome/xmake.lua">outcome/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install outcome
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("outcome")
+</code></pre>
 <h2 id="p">p</h2>
 <h3 id="pagmowindows">pagmo (windows)</h3>
 <table>

+ 24 - 0
packages/android.md

@@ -4710,6 +4710,30 @@ add_requires("ordered_map")
 ```
 
 
+### outcome (android)
+
+
+| Description | *Provides very lightweight outcome<T> and result<T> (non-Boost edition)* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/outcome](https://github.com/ned14/outcome) |
+| License | Apache-2.0 |
+| Versions | v2.2.4 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [outcome/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/outcome/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] outcome
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("outcome")
+```
+
+
 
 ## p
 ### parallel-hashmap (android)

+ 24 - 0
packages/bsd.md

@@ -4166,6 +4166,30 @@ add_requires("ordered_map")
 ```
 
 
+### outcome (bsd)
+
+
+| Description | *Provides very lightweight outcome<T> and result<T> (non-Boost edition)* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/outcome](https://github.com/ned14/outcome) |
+| License | Apache-2.0 |
+| Versions | v2.2.4 |
+| Architectures | i386, x86_64 |
+| Definition | [outcome/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/outcome/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install outcome
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("outcome")
+```
+
+
 
 ## p
 ### parallel-hashmap (bsd)

+ 24 - 0
packages/cross.md

@@ -3768,6 +3768,30 @@ add_requires("ordered_map")
 ```
 
 
+### outcome (cross)
+
+
+| Description | *Provides very lightweight outcome<T> and result<T> (non-Boost edition)* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/outcome](https://github.com/ned14/outcome) |
+| License | Apache-2.0 |
+| Versions | v2.2.4 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [outcome/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/outcome/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] outcome
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("outcome")
+```
+
+
 
 ## p
 ### parallel-hashmap (cross)

+ 24 - 0
packages/iphoneos.md

@@ -4238,6 +4238,30 @@ add_requires("ordered_map")
 ```
 
 
+### outcome (iphoneos)
+
+
+| Description | *Provides very lightweight outcome<T> and result<T> (non-Boost edition)* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/outcome](https://github.com/ned14/outcome) |
+| License | Apache-2.0 |
+| Versions | v2.2.4 |
+| Architectures | arm64, x86_64 |
+| Definition | [outcome/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/outcome/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos outcome
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("outcome")
+```
+
+
 
 ## p
 ### parallel-hashmap (iphoneos)

+ 24 - 0
packages/linux.md

@@ -12932,6 +12932,30 @@ add_requires("osqp")
 ```
 
 
+### outcome (linux)
+
+
+| Description | *Provides very lightweight outcome<T> and result<T> (non-Boost edition)* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/outcome](https://github.com/ned14/outcome) |
+| License | Apache-2.0 |
+| Versions | v2.2.4 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [outcome/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/outcome/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install outcome
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("outcome")
+```
+
+
 
 ## p
 ### pagmo (linux)

+ 24 - 0
packages/macosx.md

@@ -11988,6 +11988,30 @@ add_requires("osqp")
 ```
 
 
+### outcome (macosx)
+
+
+| Description | *Provides very lightweight outcome<T> and result<T> (non-Boost edition)* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/outcome](https://github.com/ned14/outcome) |
+| License | Apache-2.0 |
+| Versions | v2.2.4 |
+| Architectures | arm64, x86_64 |
+| Definition | [outcome/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/outcome/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install outcome
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("outcome")
+```
+
+
 
 ## p
 ### pagmo (macosx)

+ 24 - 0
packages/mingw.md

@@ -5120,6 +5120,30 @@ add_requires("osqp")
 ```
 
 
+### outcome (mingw)
+
+
+| Description | *Provides very lightweight outcome<T> and result<T> (non-Boost edition)* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/outcome](https://github.com/ned14/outcome) |
+| License | Apache-2.0 |
+| Versions | v2.2.4 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [outcome/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/outcome/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] outcome
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("outcome")
+```
+
+
 
 ## p
 ### parallel-hashmap (mingw)

+ 24 - 0
packages/msys.md

@@ -3345,6 +3345,30 @@ add_requires("ordered_map")
 ```
 
 
+### outcome (msys)
+
+
+| Description | *Provides very lightweight outcome<T> and result<T> (non-Boost edition)* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/outcome](https://github.com/ned14/outcome) |
+| License | Apache-2.0 |
+| Versions | v2.2.4 |
+| Architectures | i386, x86_64 |
+| Definition | [outcome/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/outcome/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install outcome
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("outcome")
+```
+
+
 
 ## p
 ### parallel-hashmap (msys)

+ 24 - 0
packages/wasm.md

@@ -3345,6 +3345,30 @@ add_requires("ordered_map")
 ```
 
 
+### outcome (wasm)
+
+
+| Description | *Provides very lightweight outcome<T> and result<T> (non-Boost edition)* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/outcome](https://github.com/ned14/outcome) |
+| License | Apache-2.0 |
+| Versions | v2.2.4 |
+| Architectures | wasm32 |
+| Definition | [outcome/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/outcome/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm outcome
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("outcome")
+```
+
+
 
 ## p
 ### parallel-hashmap (wasm)

+ 24 - 0
packages/windows.md

@@ -10215,6 +10215,30 @@ add_requires("osqp")
 ```
 
 
+### outcome (windows)
+
+
+| Description | *Provides very lightweight outcome<T> and result<T> (non-Boost edition)* |
+| -- | -- |
+| Homepage | [https://github.com/ned14/outcome](https://github.com/ned14/outcome) |
+| License | Apache-2.0 |
+| Versions | v2.2.4 |
+| Architectures | arm64, x64, x86 |
+| Definition | [outcome/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/outcome/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install outcome
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("outcome")
+```
+
+
 
 ## p
 ### pagmo (windows)

+ 26 - 26
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-11-22T16:31:55+08:00</lastmod>
+  <lastmod>2022-11-23T01:02:57+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-11-22T16:31:58+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
+  <lastmod>2022-11-23T01:03:00+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-11-22T16:31:58+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
+  <lastmod>2022-11-23T01:03:00+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-11-22T16:31:59+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
+  <lastmod>2022-11-23T01:03:00+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-11-22T16:31:59+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
+  <lastmod>2022-11-23T01:03:01+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-11-22T16:31:59+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
+  <lastmod>2022-11-23T01:03:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-11-22T16:32:00+08:00</lastmod>
+  <lastmod>2022-11-23T01:03:01+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-11-22T16:32:00+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
+  <lastmod>2022-11-23T01:03:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-11-22T16:32:00+08:00</lastmod>
+  <lastmod>2022-11-23T01:03:02+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-11-22T16:32:00+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
+  <lastmod>2022-11-23T01:03:02+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-11-22T16:32:01+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
+  <lastmod>2022-11-23T01:03:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-11-22T16:32:01+08:00</lastmod>
+  <lastmod>2022-11-23T01:03:03+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-11-22T16:32:02+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
+  <lastmod>2022-11-23T01:03:03+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-11-22T16:32:02+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
+  <lastmod>2022-11-23T01:03:03+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-11-22T16:32:02+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
+  <lastmod>2022-11-23T01:03:03+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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