Selaa lähdekoodia

autoupdate docs by xmake-repo/ci

ruki 2 vuotta sitten
vanhempi
commit
ebddfebf5c

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: cpuinfo, usd, termcolor**
+- **Recently added: out_ptr, cpuinfo, usd**
 
 [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 (799)
+- Packages (800)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -7318,6 +7318,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ordered_map")
 </code></pre>
+<h3 id="out_ptrandroid">out_ptr (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/soasis/out_ptr">https://github.com/soasis/out_ptr</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.10.07</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/out_ptr/xmake.lua">out_ptr/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] out_ptr
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("out_ptr")
+</code></pre>
 <h3 id="outcomeandroid">outcome (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -6425,6 +6425,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ordered_map")
 </code></pre>
+<h3 id="out_ptrbsd">out_ptr (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/soasis/out_ptr">https://github.com/soasis/out_ptr</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.10.07</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/out_ptr/xmake.lua">out_ptr/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install out_ptr
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("out_ptr")
+</code></pre>
 <h3 id="outcomebsd">outcome (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -5836,6 +5836,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ordered_map")
 </code></pre>
+<h3 id="out_ptrcross">out_ptr (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/soasis/out_ptr">https://github.com/soasis/out_ptr</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.10.07</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/out_ptr/xmake.lua">out_ptr/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] out_ptr
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("out_ptr")
+</code></pre>
 <h3 id="outcomecross">outcome (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -6573,6 +6573,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ordered_map")
 </code></pre>
+<h3 id="out_ptriphoneos">out_ptr (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/soasis/out_ptr">https://github.com/soasis/out_ptr</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.10.07</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/out_ptr/xmake.lua">out_ptr/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos out_ptr
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("out_ptr")
+</code></pre>
 <h3 id="outcomeiphoneos">outcome (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -19564,6 +19564,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("osqp")
 </code></pre>
+<h3 id="out_ptrlinux">out_ptr (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/soasis/out_ptr">https://github.com/soasis/out_ptr</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.10.07</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/out_ptr/xmake.lua">out_ptr/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install out_ptr
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("out_ptr")
+</code></pre>
 <h3 id="outcomelinux">outcome (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -18185,6 +18185,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("osqp")
 </code></pre>
+<h3 id="out_ptrmacosx">out_ptr (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/soasis/out_ptr">https://github.com/soasis/out_ptr</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.10.07</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/out_ptr/xmake.lua">out_ptr/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install out_ptr
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("out_ptr")
+</code></pre>
 <h3 id="outcomemacosx">outcome (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -7844,6 +7844,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("osqp")
 </code></pre>
+<h3 id="out_ptrmingw">out_ptr (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/soasis/out_ptr">https://github.com/soasis/out_ptr</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.10.07</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/out_ptr/xmake.lua">out_ptr/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] out_ptr
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("out_ptr")
+</code></pre>
 <h3 id="outcomemingw">outcome (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -5239,6 +5239,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ordered_map")
 </code></pre>
+<h3 id="out_ptrmsys">out_ptr (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/soasis/out_ptr">https://github.com/soasis/out_ptr</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.10.07</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/out_ptr/xmake.lua">out_ptr/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install out_ptr
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("out_ptr")
+</code></pre>
 <h3 id="outcomemsys">outcome (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/wasm.html

@@ -5420,6 +5420,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ordered_map")
 </code></pre>
+<h3 id="out_ptrwasm">out_ptr (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/soasis/out_ptr">https://github.com/soasis/out_ptr</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.10.07</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/out_ptr/xmake.lua">out_ptr/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm out_ptr
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("out_ptr")
+</code></pre>
 <h3 id="outcomewasm">outcome (wasm)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -15606,6 +15606,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("osqp")
 </code></pre>
+<h3 id="out_ptrwindows">out_ptr (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/soasis/out_ptr">https://github.com/soasis/out_ptr</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.10.07</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/out_ptr/xmake.lua">out_ptr/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install out_ptr
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("out_ptr")
+</code></pre>
 <h3 id="outcomewindows">outcome (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -4854,6 +4854,30 @@ add_requires("ordered_map")
 ```
 
 
+### out_ptr (android)
+
+
+| Description | *Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!* |
+| -- | -- |
+| Homepage | [https://github.com/soasis/out_ptr](https://github.com/soasis/out_ptr) |
+| License | Apache-2.0 |
+| Versions | 2022.10.07 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [out_ptr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/out_ptr/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] out_ptr
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("out_ptr")
+```
+
+
 ### outcome (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -4262,6 +4262,30 @@ add_requires("ordered_map")
 ```
 
 
+### out_ptr (bsd)
+
+
+| Description | *Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!* |
+| -- | -- |
+| Homepage | [https://github.com/soasis/out_ptr](https://github.com/soasis/out_ptr) |
+| License | Apache-2.0 |
+| Versions | 2022.10.07 |
+| Architectures | i386, x86_64 |
+| Definition | [out_ptr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/out_ptr/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install out_ptr
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("out_ptr")
+```
+
+
 ### outcome (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -3864,6 +3864,30 @@ add_requires("ordered_map")
 ```
 
 
+### out_ptr (cross)
+
+
+| Description | *Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!* |
+| -- | -- |
+| Homepage | [https://github.com/soasis/out_ptr](https://github.com/soasis/out_ptr) |
+| License | Apache-2.0 |
+| Versions | 2022.10.07 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [out_ptr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/out_ptr/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] out_ptr
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("out_ptr")
+```
+
+
 ### outcome (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -4358,6 +4358,30 @@ add_requires("ordered_map")
 ```
 
 
+### out_ptr (iphoneos)
+
+
+| Description | *Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!* |
+| -- | -- |
+| Homepage | [https://github.com/soasis/out_ptr](https://github.com/soasis/out_ptr) |
+| License | Apache-2.0 |
+| Versions | 2022.10.07 |
+| Architectures | arm64, x86_64 |
+| Definition | [out_ptr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/out_ptr/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos out_ptr
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("out_ptr")
+```
+
+
 ### outcome (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -13028,6 +13028,30 @@ add_requires("osqp")
 ```
 
 
+### out_ptr (linux)
+
+
+| Description | *Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!* |
+| -- | -- |
+| Homepage | [https://github.com/soasis/out_ptr](https://github.com/soasis/out_ptr) |
+| License | Apache-2.0 |
+| Versions | 2022.10.07 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [out_ptr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/out_ptr/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install out_ptr
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("out_ptr")
+```
+
+
 ### outcome (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -12108,6 +12108,30 @@ add_requires("osqp")
 ```
 
 
+### out_ptr (macosx)
+
+
+| Description | *Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!* |
+| -- | -- |
+| Homepage | [https://github.com/soasis/out_ptr](https://github.com/soasis/out_ptr) |
+| License | Apache-2.0 |
+| Versions | 2022.10.07 |
+| Architectures | arm64, x86_64 |
+| Definition | [out_ptr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/out_ptr/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install out_ptr
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("out_ptr")
+```
+
+
 ### outcome (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -5192,6 +5192,30 @@ add_requires("osqp")
 ```
 
 
+### out_ptr (mingw)
+
+
+| Description | *Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!* |
+| -- | -- |
+| Homepage | [https://github.com/soasis/out_ptr](https://github.com/soasis/out_ptr) |
+| License | Apache-2.0 |
+| Versions | 2022.10.07 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [out_ptr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/out_ptr/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] out_ptr
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("out_ptr")
+```
+
+
 ### outcome (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -3464,6 +3464,30 @@ add_requires("ordered_map")
 ```
 
 
+### out_ptr (msys)
+
+
+| Description | *Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!* |
+| -- | -- |
+| Homepage | [https://github.com/soasis/out_ptr](https://github.com/soasis/out_ptr) |
+| License | Apache-2.0 |
+| Versions | 2022.10.07 |
+| Architectures | i386, x86_64 |
+| Definition | [out_ptr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/out_ptr/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install out_ptr
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("out_ptr")
+```
+
+
 ### outcome (msys)
 
 

+ 24 - 0
packages/wasm.md

@@ -3583,6 +3583,30 @@ add_requires("ordered_map")
 ```
 
 
+### out_ptr (wasm)
+
+
+| Description | *Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!* |
+| -- | -- |
+| Homepage | [https://github.com/soasis/out_ptr](https://github.com/soasis/out_ptr) |
+| License | Apache-2.0 |
+| Versions | 2022.10.07 |
+| Architectures | wasm32 |
+| Definition | [out_ptr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/out_ptr/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm out_ptr
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("out_ptr")
+```
+
+
 ### outcome (wasm)
 
 

+ 24 - 0
packages/windows.md

@@ -10335,6 +10335,30 @@ add_requires("osqp")
 ```
 
 
+### out_ptr (windows)
+
+
+| Description | *Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!* |
+| -- | -- |
+| Homepage | [https://github.com/soasis/out_ptr](https://github.com/soasis/out_ptr) |
+| License | Apache-2.0 |
+| Versions | 2022.10.07 |
+| Architectures | arm64, x64, x86 |
+| Definition | [out_ptr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/out_ptr/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install out_ptr
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("out_ptr")
+```
+
+
 ### outcome (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-12-25T06:56:38+08:00</lastmod>
+  <lastmod>2022-12-28T02:31:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-12-25T06:56:40+08:00</lastmod>
+  <lastmod>2022-12-28T02:31:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-12-25T06:56:40+08:00</lastmod>
+  <lastmod>2022-12-28T02:31:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-12-25T06:56:41+08:00</lastmod>
+  <lastmod>2022-12-28T02:31:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-12-25T06:56:41+08:00</lastmod>
+  <lastmod>2022-12-28T02:31:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-12-25T06:56:41+08:00</lastmod>
+  <lastmod>2022-12-28T02:31:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-12-25T06:56:42+08:00</lastmod>
+  <lastmod>2022-12-28T02:31:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-12-25T06:56:42+08:00</lastmod>
+  <lastmod>2022-12-28T02:31:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-12-25T06:56:42+08:00</lastmod>
+  <lastmod>2022-12-28T02:31:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-12-25T06:56:42+08:00</lastmod>
+  <lastmod>2022-12-28T02:31:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-12-25T06:56:43+08:00</lastmod>
+  <lastmod>2022-12-28T02:31:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-12-25T06:56:43+08:00</lastmod>
+  <lastmod>2022-12-28T02:31:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-12-25T06:56:43+08:00</lastmod>
+  <lastmod>2022-12-28T02:31:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-12-25T06:56:44+08:00</lastmod>
+  <lastmod>2022-12-28T02:31:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-12-25T06:56:44+08:00</lastmod>
+  <lastmod>2022-12-28T02:31:27+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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