Ver Fonte

autoupdate docs by xmake-repo/ci

ruki há 1 ano atrás
pai
commit
cfca19354d

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: egl-headers, opengl-headers, pytype**
+- **Recently added: tl_optional, egl-headers, opengl-headers**
 
 [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 (1236)
+- Packages (1237)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -18107,6 +18107,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tl_function_ref")
 </code></pre>
+<h3 id="tl_optionalandroid">tl_optional (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++11/14/17 std::optional with functional-style extensions and support for references.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/optional">https://github.com/TartanLlama/optional</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.0</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/t/tl_optional/xmake.lua">tl_optional/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] tl_optional
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_optional")
+</code></pre>
 <h3 id="tmxandroid">tmx (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -17379,6 +17379,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tl_function_ref")
 </code></pre>
+<h3 id="tl_optionalbsd">tl_optional (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++11/14/17 std::optional with functional-style extensions and support for references.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/optional">https://github.com/TartanLlama/optional</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.0</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/t/tl_optional/xmake.lua">tl_optional/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tl_optional
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_optional")
+</code></pre>
 <h3 id="tomlbsd">toml++ (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -16699,6 +16699,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tl_function_ref")
 </code></pre>
+<h3 id="tl_optionalcross">tl_optional (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++11/14/17 std::optional with functional-style extensions and support for references.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/optional">https://github.com/TartanLlama/optional</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.0</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/t/tl_optional/xmake.lua">tl_optional/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] tl_optional
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_optional")
+</code></pre>
 <h3 id="tomlcross">toml++ (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -16934,6 +16934,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tl_function_ref")
 </code></pre>
+<h3 id="tl_optionaliphoneos">tl_optional (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++11/14/17 std::optional with functional-style extensions and support for references.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/optional">https://github.com/TartanLlama/optional</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.0</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/t/tl_optional/xmake.lua">tl_optional/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos tl_optional
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_optional")
+</code></pre>
 <h3 id="tmxiphoneos">tmx (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -37841,6 +37841,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tl_function_ref")
 </code></pre>
+<h3 id="tl_optionallinux">tl_optional (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++11/14/17 std::optional with functional-style extensions and support for references.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/optional">https://github.com/TartanLlama/optional</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loongarch64, 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/t/tl_optional/xmake.lua">tl_optional/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tl_optional
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_optional")
+</code></pre>
 <h3 id="tmxlinux">tmx (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -35211,6 +35211,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tl_function_ref")
 </code></pre>
+<h3 id="tl_optionalmacosx">tl_optional (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++11/14/17 std::optional with functional-style extensions and support for references.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/optional">https://github.com/TartanLlama/optional</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.0</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/t/tl_optional/xmake.lua">tl_optional/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tl_optional
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_optional")
+</code></pre>
 <h3 id="tmxmacosx">tmx (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -20209,6 +20209,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tl_function_ref")
 </code></pre>
+<h3 id="tl_optionalmingw">tl_optional (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++11/14/17 std::optional with functional-style extensions and support for references.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/optional">https://github.com/TartanLlama/optional</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.0</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/t/tl_optional/xmake.lua">tl_optional/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] tl_optional
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_optional")
+</code></pre>
 <h3 id="tmxparsermingw">tmxparser (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -14905,6 +14905,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tl_function_ref")
 </code></pre>
+<h3 id="tl_optionalmsys">tl_optional (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++11/14/17 std::optional with functional-style extensions and support for references.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/optional">https://github.com/TartanLlama/optional</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.0</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/t/tl_optional/xmake.lua">tl_optional/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tl_optional
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_optional")
+</code></pre>
 <h3 id="tomlmsys">toml++ (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/wasm.html

@@ -14486,6 +14486,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tl_function_ref")
 </code></pre>
+<h3 id="tl_optionalwasm">tl_optional (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++11/14/17 std::optional with functional-style extensions and support for references.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/optional">https://github.com/TartanLlama/optional</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_optional/xmake.lua">tl_optional/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm tl_optional
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_optional")
+</code></pre>
 <h3 id="tomlwasm">toml++ (wasm)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -32582,6 +32582,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tl_function_ref")
 </code></pre>
+<h3 id="tl_optionalwindows">tl_optional (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++11/14/17 std::optional with functional-style extensions and support for references.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/TartanLlama/optional">https://github.com/TartanLlama/optional</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.1.0</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/t/tl_optional/xmake.lua">tl_optional/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tl_optional
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tl_optional")
+</code></pre>
 <h3 id="tmxwindows">tmx (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -11955,6 +11955,30 @@ add_requires("tl_function_ref")
 ```
 
 
+### tl_optional (android)
+
+
+| Description | *C++11/14/17 std::optional with functional-style extensions and support for references.* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/optional](https://github.com/TartanLlama/optional) |
+| License | CC0 |
+| Versions | v1.1.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [tl_optional/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_optional/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] tl_optional
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_optional")
+```
+
+
 ### tmx (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -11478,6 +11478,30 @@ add_requires("tl_function_ref")
 ```
 
 
+### tl_optional (bsd)
+
+
+| Description | *C++11/14/17 std::optional with functional-style extensions and support for references.* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/optional](https://github.com/TartanLlama/optional) |
+| License | CC0 |
+| Versions | v1.1.0 |
+| Architectures | i386, x86_64 |
+| Definition | [tl_optional/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_optional/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tl_optional
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_optional")
+```
+
+
 ### toml++ (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -11013,6 +11013,30 @@ add_requires("tl_function_ref")
 ```
 
 
+### tl_optional (cross)
+
+
+| Description | *C++11/14/17 std::optional with functional-style extensions and support for references.* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/optional](https://github.com/TartanLlama/optional) |
+| License | CC0 |
+| Versions | v1.1.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [tl_optional/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_optional/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] tl_optional
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_optional")
+```
+
+
 ### toml++ (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -11175,6 +11175,30 @@ add_requires("tl_function_ref")
 ```
 
 
+### tl_optional (iphoneos)
+
+
+| Description | *C++11/14/17 std::optional with functional-style extensions and support for references.* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/optional](https://github.com/TartanLlama/optional) |
+| License | CC0 |
+| Versions | v1.1.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [tl_optional/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_optional/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos tl_optional
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_optional")
+```
+
+
 ### tmx (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -25069,6 +25069,30 @@ add_requires("tl_function_ref")
 ```
 
 
+### tl_optional (linux)
+
+
+| Description | *C++11/14/17 std::optional with functional-style extensions and support for references.* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/optional](https://github.com/TartanLlama/optional) |
+| License | CC0 |
+| Versions | v1.1.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loongarch64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [tl_optional/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_optional/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tl_optional
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_optional")
+```
+
+
 ### tmx (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -23320,6 +23320,30 @@ add_requires("tl_function_ref")
 ```
 
 
+### tl_optional (macosx)
+
+
+| Description | *C++11/14/17 std::optional with functional-style extensions and support for references.* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/optional](https://github.com/TartanLlama/optional) |
+| License | CC0 |
+| Versions | v1.1.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [tl_optional/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_optional/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tl_optional
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_optional")
+```
+
+
 ### tmx (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -13336,6 +13336,30 @@ add_requires("tl_function_ref")
 ```
 
 
+### tl_optional (mingw)
+
+
+| Description | *C++11/14/17 std::optional with functional-style extensions and support for references.* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/optional](https://github.com/TartanLlama/optional) |
+| License | CC0 |
+| Versions | v1.1.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [tl_optional/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_optional/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] tl_optional
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_optional")
+```
+
+
 ### tmxparser (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -9827,6 +9827,30 @@ add_requires("tl_function_ref")
 ```
 
 
+### tl_optional (msys)
+
+
+| Description | *C++11/14/17 std::optional with functional-style extensions and support for references.* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/optional](https://github.com/TartanLlama/optional) |
+| License | CC0 |
+| Versions | v1.1.0 |
+| Architectures | i386, x86_64 |
+| Definition | [tl_optional/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_optional/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tl_optional
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_optional")
+```
+
+
 ### toml++ (msys)
 
 

+ 24 - 0
packages/wasm.md

@@ -9560,6 +9560,30 @@ add_requires("tl_function_ref")
 ```
 
 
+### tl_optional (wasm)
+
+
+| Description | *C++11/14/17 std::optional with functional-style extensions and support for references.* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/optional](https://github.com/TartanLlama/optional) |
+| License | CC0 |
+| Versions | v1.1.0 |
+| Architectures | wasm32, wasm64 |
+| Definition | [tl_optional/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_optional/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm tl_optional
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_optional")
+```
+
+
 ### toml++ (wasm)
 
 

+ 24 - 0
packages/windows.md

@@ -21505,6 +21505,30 @@ add_requires("tl_function_ref")
 ```
 
 
+### tl_optional (windows)
+
+
+| Description | *C++11/14/17 std::optional with functional-style extensions and support for references.* |
+| -- | -- |
+| Homepage | [https://github.com/TartanLlama/optional](https://github.com/TartanLlama/optional) |
+| License | CC0 |
+| Versions | v1.1.0 |
+| Architectures | arm64, x64, x86 |
+| Definition | [tl_optional/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tl_optional/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tl_optional
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tl_optional")
+```
+
+
 ### tmx (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2024-01-26T02:16:16+08:00</lastmod>
+  <lastmod>2024-01-26T03:07:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-01-26T02:16:19+08:00</lastmod>
+  <lastmod>2024-01-26T03:07:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-01-26T02:16:19+08:00</lastmod>
+  <lastmod>2024-01-26T03:07:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-01-26T02:16:20+08:00</lastmod>
+  <lastmod>2024-01-26T03:07:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-01-26T02:16:20+08:00</lastmod>
+  <lastmod>2024-01-26T03:07:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-01-26T02:16:20+08:00</lastmod>
+  <lastmod>2024-01-26T03:07:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-01-26T02:16:20+08:00</lastmod>
+  <lastmod>2024-01-26T03:07:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-01-26T02:16:21+08:00</lastmod>
+  <lastmod>2024-01-26T03:07:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-01-26T02:16:21+08:00</lastmod>
+  <lastmod>2024-01-26T03:07:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-01-26T02:16:21+08:00</lastmod>
+  <lastmod>2024-01-26T03:07:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-01-26T02:16:22+08:00</lastmod>
+  <lastmod>2024-01-26T03:07:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-01-26T02:16:22+08:00</lastmod>
+  <lastmod>2024-01-26T03:07:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-01-26T02:16:22+08:00</lastmod>
+  <lastmod>2024-01-26T03:07:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-01-26T02:16:23+08:00</lastmod>
+  <lastmod>2024-01-26T03:07:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-01-26T02:16:23+08:00</lastmod>
+  <lastmod>2024-01-26T03:07:13+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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