Parcourir la source

autoupdate docs by xmake-repo/ci

ruki il y a 2 ans
Parent
commit
a00004afd5

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: elfio, pycdc, simplethreadpool**
+- **Recently added: termcolor, elfio, pycdc**
 
 [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 (796)
+- Packages (797)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -9221,6 +9221,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="termcolorandroid">termcolor (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ikalnytskyi/termcolor">https://github.com/ikalnytskyi/termcolor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.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/termcolor/xmake.lua">termcolor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] termcolor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("termcolor")
+</code></pre>
 <h3 id="threadpoolandroid">thread-pool (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -8110,6 +8110,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="termcolorbsd">termcolor (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ikalnytskyi/termcolor">https://github.com/ikalnytskyi/termcolor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.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/termcolor/xmake.lua">termcolor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install termcolor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("termcolor")
+</code></pre>
 <h3 id="threadpoolbsd">thread-pool (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -7484,6 +7484,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="termcolorcross">termcolor (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ikalnytskyi/termcolor">https://github.com/ikalnytskyi/termcolor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.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/termcolor/xmake.lua">termcolor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] termcolor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("termcolor")
+</code></pre>
 <h3 id="threadpoolcross">thread-pool (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -8484,6 +8484,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="termcoloriphoneos">termcolor (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ikalnytskyi/termcolor">https://github.com/ikalnytskyi/termcolor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.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/termcolor/xmake.lua">termcolor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos termcolor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("termcolor")
+</code></pre>
 <h3 id="threadpooliphoneos">thread-pool (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -23916,6 +23916,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="termcolorlinux">termcolor (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ikalnytskyi/termcolor">https://github.com/ikalnytskyi/termcolor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.1.0</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/t/termcolor/xmake.lua">termcolor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install termcolor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("termcolor")
+</code></pre>
 <h3 id="tesseractlinux">tesseract (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -22360,6 +22360,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="termcolormacosx">termcolor (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ikalnytskyi/termcolor">https://github.com/ikalnytskyi/termcolor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.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/termcolor/xmake.lua">termcolor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install termcolor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("termcolor")
+</code></pre>
 <h3 id="tesseractmacosx">tesseract (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -10200,6 +10200,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="termcolormingw">termcolor (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ikalnytskyi/termcolor">https://github.com/ikalnytskyi/termcolor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.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/termcolor/xmake.lua">termcolor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] termcolor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("termcolor")
+</code></pre>
 <h3 id="threadpoolmingw">thread-pool (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -6714,6 +6714,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="termcolormsys">termcolor (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ikalnytskyi/termcolor">https://github.com/ikalnytskyi/termcolor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.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/termcolor/xmake.lua">termcolor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install termcolor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("termcolor")
+</code></pre>
 <h3 id="threadpoolmsys">thread-pool (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/wasm.html

@@ -6895,6 +6895,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="termcolorwasm">termcolor (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ikalnytskyi/termcolor">https://github.com/ikalnytskyi/termcolor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.1.0</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/t/termcolor/xmake.lua">termcolor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm termcolor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("termcolor")
+</code></pre>
 <h3 id="threadpoolwasm">thread-pool (wasm)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -19460,6 +19460,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="termcolorwindows">termcolor (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ikalnytskyi/termcolor">https://github.com/ikalnytskyi/termcolor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.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/termcolor/xmake.lua">termcolor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install termcolor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("termcolor")
+</code></pre>
 <h3 id="tesseractwindows">tesseract (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -6135,6 +6135,30 @@ add_requires("tclap")
 ```
 
 
+### termcolor (android)
+
+
+| Description | *Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.* |
+| -- | -- |
+| Homepage | [https://github.com/ikalnytskyi/termcolor](https://github.com/ikalnytskyi/termcolor) |
+| License | BSD-3-Clause |
+| Versions | 2.1.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [termcolor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/termcolor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] termcolor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("termcolor")
+```
+
+
 ### thread-pool (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -5400,6 +5400,30 @@ add_requires("tclap")
 ```
 
 
+### termcolor (bsd)
+
+
+| Description | *Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.* |
+| -- | -- |
+| Homepage | [https://github.com/ikalnytskyi/termcolor](https://github.com/ikalnytskyi/termcolor) |
+| License | BSD-3-Clause |
+| Versions | 2.1.0 |
+| Architectures | i386, x86_64 |
+| Definition | [termcolor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/termcolor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install termcolor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("termcolor")
+```
+
+
 ### thread-pool (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -4978,6 +4978,30 @@ add_requires("tclap")
 ```
 
 
+### termcolor (cross)
+
+
+| Description | *Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.* |
+| -- | -- |
+| Homepage | [https://github.com/ikalnytskyi/termcolor](https://github.com/ikalnytskyi/termcolor) |
+| License | BSD-3-Clause |
+| Versions | 2.1.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [termcolor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/termcolor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] termcolor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("termcolor")
+```
+
+
 ### thread-pool (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -5641,6 +5641,30 @@ add_requires("tclap")
 ```
 
 
+### termcolor (iphoneos)
+
+
+| Description | *Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.* |
+| -- | -- |
+| Homepage | [https://github.com/ikalnytskyi/termcolor](https://github.com/ikalnytskyi/termcolor) |
+| License | BSD-3-Clause |
+| Versions | 2.1.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [termcolor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/termcolor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos termcolor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("termcolor")
+```
+
+
 ### thread-pool (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -15939,6 +15939,30 @@ add_requires("tclap")
 ```
 
 
+### termcolor (linux)
+
+
+| Description | *Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.* |
+| -- | -- |
+| Homepage | [https://github.com/ikalnytskyi/termcolor](https://github.com/ikalnytskyi/termcolor) |
+| License | BSD-3-Clause |
+| Versions | 2.1.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [termcolor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/termcolor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install termcolor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("termcolor")
+```
+
+
 ### tesseract (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -14901,6 +14901,30 @@ add_requires("tclap")
 ```
 
 
+### termcolor (macosx)
+
+
+| Description | *Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.* |
+| -- | -- |
+| Homepage | [https://github.com/ikalnytskyi/termcolor](https://github.com/ikalnytskyi/termcolor) |
+| License | BSD-3-Clause |
+| Versions | 2.1.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [termcolor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/termcolor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install termcolor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("termcolor")
+```
+
+
 ### tesseract (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -6778,6 +6778,30 @@ add_requires("tclap")
 ```
 
 
+### termcolor (mingw)
+
+
+| Description | *Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.* |
+| -- | -- |
+| Homepage | [https://github.com/ikalnytskyi/termcolor](https://github.com/ikalnytskyi/termcolor) |
+| License | BSD-3-Clause |
+| Versions | 2.1.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [termcolor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/termcolor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] termcolor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("termcolor")
+```
+
+
 ### thread-pool (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -4461,6 +4461,30 @@ add_requires("tclap")
 ```
 
 
+### termcolor (msys)
+
+
+| Description | *Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.* |
+| -- | -- |
+| Homepage | [https://github.com/ikalnytskyi/termcolor](https://github.com/ikalnytskyi/termcolor) |
+| License | BSD-3-Clause |
+| Versions | 2.1.0 |
+| Architectures | i386, x86_64 |
+| Definition | [termcolor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/termcolor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install termcolor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("termcolor")
+```
+
+
 ### thread-pool (msys)
 
 

+ 24 - 0
packages/wasm.md

@@ -4580,6 +4580,30 @@ add_requires("tclap")
 ```
 
 
+### termcolor (wasm)
+
+
+| Description | *Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.* |
+| -- | -- |
+| Homepage | [https://github.com/ikalnytskyi/termcolor](https://github.com/ikalnytskyi/termcolor) |
+| License | BSD-3-Clause |
+| Versions | 2.1.0 |
+| Architectures | wasm32 |
+| Definition | [termcolor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/termcolor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm termcolor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("termcolor")
+```
+
+
 ### thread-pool (wasm)
 
 

+ 24 - 0
packages/windows.md

@@ -12915,6 +12915,30 @@ add_requires("tclap")
 ```
 
 
+### termcolor (windows)
+
+
+| Description | *Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.* |
+| -- | -- |
+| Homepage | [https://github.com/ikalnytskyi/termcolor](https://github.com/ikalnytskyi/termcolor) |
+| License | BSD-3-Clause |
+| Versions | 2.1.0 |
+| Architectures | arm64, x64, x86 |
+| Definition | [termcolor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/termcolor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install termcolor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("termcolor")
+```
+
+
 ### tesseract (windows)
 
 

+ 25 - 25
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-12-12T15:45:17+08:00</lastmod>
+  <lastmod>2022-12-16T05:21:55+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-12-12T15:45:20+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
+  <lastmod>2022-12-16T05:21:57+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-12-12T15:45:20+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
+  <lastmod>2022-12-16T05:21:57+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-12-12T15:45:20+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
+  <lastmod>2022-12-16T05:21:57+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-12-12T15:45:21+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
+  <lastmod>2022-12-16T05:21:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-12-12T15:45:21+08:00</lastmod>
+  <lastmod>2022-12-16T05:21:58+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-12-12T15:45:21+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
+  <lastmod>2022-12-16T05:21:58+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-12-12T15:45:21+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
+  <lastmod>2022-12-16T05:21:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-12-12T15:45:22+08:00</lastmod>
+  <lastmod>2022-12-16T05:21:59+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-12-12T15:45:22+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
+  <lastmod>2022-12-16T05:21:59+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-12-12T15:45:22+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
+  <lastmod>2022-12-16T05:21:59+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-12-12T15:45:22+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
+  <lastmod>2022-12-16T05:22:00+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-12-12T15:45:23+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
+  <lastmod>2022-12-16T05:22:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-12-12T15:45:23+08:00</lastmod>
+  <lastmod>2022-12-16T05:22:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-12-12T15:45:23+08:00</lastmod>
+  <lastmod>2022-12-16T05:22:00+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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