Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 years ago
parent
commit
1e7de19b1e

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: base-n, utf8_range, cppast**
+- **Recently added: tclsh, base-n, utf8_range**
 
 [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 (860)
+- Packages (861)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/linux.html

@@ -25710,6 +25710,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="tclshlinux">tclsh (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Tcl Core. (Mirror of core.tcl-lang.org) </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://core.tcl-lang.org/tcl/">https://core.tcl-lang.org/tcl/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.03.14</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/tclsh/xmake.lua">tclsh/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tclsh
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tclsh")
+</code></pre>
 <h3 id="termcolorlinux">termcolor (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -24080,6 +24080,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="tclshmacosx">tclsh (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Tcl Core. (Mirror of core.tcl-lang.org) </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://core.tcl-lang.org/tcl/">https://core.tcl-lang.org/tcl/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.03.14</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/tclsh/xmake.lua">tclsh/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tclsh
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tclsh")
+</code></pre>
 <h3 id="termcolormacosx">termcolor (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -21069,6 +21069,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="tclshwindows">tclsh (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Tcl Core. (Mirror of core.tcl-lang.org) </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://core.tcl-lang.org/tcl/">https://core.tcl-lang.org/tcl/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.03.14</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/tclsh/xmake.lua">tclsh/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tclsh
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tclsh")
+</code></pre>
 <h3 id="termcolorwindows">termcolor (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/linux.md

@@ -17125,6 +17125,29 @@ add_requires("tclap")
 ```
 
 
+### tclsh (linux)
+
+
+| Description | *The Tcl Core. (Mirror of core.tcl-lang.org) * |
+| -- | -- |
+| Homepage | [https://core.tcl-lang.org/tcl/](https://core.tcl-lang.org/tcl/) |
+| Versions | 2023.03.14 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [tclsh/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tclsh/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tclsh
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tclsh")
+```
+
+
 ### termcolor (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -16039,6 +16039,29 @@ add_requires("tclap")
 ```
 
 
+### tclsh (macosx)
+
+
+| Description | *The Tcl Core. (Mirror of core.tcl-lang.org) * |
+| -- | -- |
+| Homepage | [https://core.tcl-lang.org/tcl/](https://core.tcl-lang.org/tcl/) |
+| Versions | 2023.03.14 |
+| Architectures | arm64, x86_64 |
+| Definition | [tclsh/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tclsh/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tclsh
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tclsh")
+```
+
+
 ### termcolor (macosx)
 
 

+ 23 - 0
packages/windows.md

@@ -13981,6 +13981,29 @@ add_requires("tclap")
 ```
 
 
+### tclsh (windows)
+
+
+| Description | *The Tcl Core. (Mirror of core.tcl-lang.org) * |
+| -- | -- |
+| Homepage | [https://core.tcl-lang.org/tcl/](https://core.tcl-lang.org/tcl/) |
+| Versions | 2023.03.14 |
+| Architectures | arm64, x64, x86 |
+| Definition | [tclsh/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tclsh/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tclsh
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tclsh")
+```
+
+
 ### termcolor (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-03-16T02:20:35+08:00</lastmod>
+  <lastmod>2023-03-16T04:48:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-03-16T02:20:39+08:00</lastmod>
+  <lastmod>2023-03-16T04:48:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-03-16T02:20:39+08:00</lastmod>
+  <lastmod>2023-03-16T04:48:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-03-16T02:20:40+08:00</lastmod>
+  <lastmod>2023-03-16T04:48:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-03-16T02:20:40+08:00</lastmod>
+  <lastmod>2023-03-16T04:48:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-03-16T02:20:40+08:00</lastmod>
+  <lastmod>2023-03-16T04:48:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-03-16T02:20:41+08:00</lastmod>
+  <lastmod>2023-03-16T04:48:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-03-16T02:20:41+08:00</lastmod>
+  <lastmod>2023-03-16T04:48:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-03-16T02:20:42+08:00</lastmod>
+  <lastmod>2023-03-16T04:48:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-03-16T02:20:42+08:00</lastmod>
+  <lastmod>2023-03-16T04:48:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-03-16T02:20:42+08:00</lastmod>
+  <lastmod>2023-03-16T04:48:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-03-16T02:20:43+08:00</lastmod>
+  <lastmod>2023-03-16T04:48:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-03-16T02:20:43+08:00</lastmod>
+  <lastmod>2023-03-16T04:48:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-03-16T02:20:43+08:00</lastmod>
+  <lastmod>2023-03-16T04:48:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-03-16T02:20:44+08:00</lastmod>
+  <lastmod>2023-03-16T04:48:23+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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