Kaynağa Gözat

autoupdate docs by xmake-repo/ci

ruki 4 yıl önce
ebeveyn
işleme
3b2bbad4db

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: spirv-cross, spirv-reflect, vulkan-headers**
+- **Recently added: chaiscript, spirv-cross, spirv-reflect**
 
 [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 (183)
+- Packages (184)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -361,6 +361,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cgetopt")
 </code></pre>
+<h3 id="chaiscriptandroid">chaiscript (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header-only C++ embedded scripting language loosely based on ECMA script.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://chaiscript.com">http://chaiscript.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v6.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/c/chaiscript/xmake.lua">chaiscript/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] chaiscript
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("chaiscript")
+</code></pre>
 <h3 id="chipmunk2dandroid">chipmunk2d (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -328,6 +328,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cgetopt")
 </code></pre>
+<h3 id="chaiscriptiphoneos">chaiscript (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header-only C++ embedded scripting language loosely based on ECMA script.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://chaiscript.com">http://chaiscript.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v6.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/chaiscript/xmake.lua">chaiscript/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos chaiscript
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("chaiscript")
+</code></pre>
 <h3 id="chipmunk2diphoneos">chipmunk2d (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -724,6 +724,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cgetopt")
 </code></pre>
+<h3 id="chaiscriptlinux">chaiscript (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header-only C++ embedded scripting language loosely based on ECMA script.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://chaiscript.com">http://chaiscript.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v6.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/c/chaiscript/xmake.lua">chaiscript/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install chaiscript
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("chaiscript")
+</code></pre>
 <h3 id="chipmunk2dlinux">chipmunk2d (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -691,6 +691,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cgetopt")
 </code></pre>
+<h3 id="chaiscriptmacosx">chaiscript (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header-only C++ embedded scripting language loosely based on ECMA script.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://chaiscript.com">http://chaiscript.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v6.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/chaiscript/xmake.lua">chaiscript/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install chaiscript
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("chaiscript")
+</code></pre>
 <h3 id="chipmunk2dmacosx">chipmunk2d (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -724,6 +724,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cgetopt")
 </code></pre>
+<h3 id="chaiscriptwindows">chaiscript (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header-only C++ embedded scripting language loosely based on ECMA script.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://chaiscript.com">http://chaiscript.com</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v6.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/chaiscript/xmake.lua">chaiscript/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install chaiscript
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("chaiscript")
+</code></pre>
 <h3 id="chipmunk2dwindows">chipmunk2d (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -188,6 +188,30 @@ add_requires("cgetopt")
 ```
 
 
+### chaiscript (android)
+
+
+| Description | *Header-only C++ embedded scripting language loosely based on ECMA script.* |
+| -- | -- |
+| Homepage | [http://chaiscript.com](http://chaiscript.com) |
+| License | BSD-3-Clause |
+| Versions | v6.1.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [chaiscript/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/chaiscript/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] chaiscript
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("chaiscript")
+```
+
+
 ### chipmunk2d (android)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -165,6 +165,30 @@ add_requires("cgetopt")
 ```
 
 
+### chaiscript (iphoneos)
+
+
+| Description | *Header-only C++ embedded scripting language loosely based on ECMA script.* |
+| -- | -- |
+| Homepage | [http://chaiscript.com](http://chaiscript.com) |
+| License | BSD-3-Clause |
+| Versions | v6.1.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [chaiscript/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/chaiscript/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos chaiscript
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("chaiscript")
+```
+
+
 ### chipmunk2d (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -441,6 +441,30 @@ add_requires("cgetopt")
 ```
 
 
+### chaiscript (linux)
+
+
+| Description | *Header-only C++ embedded scripting language loosely based on ECMA script.* |
+| -- | -- |
+| Homepage | [http://chaiscript.com](http://chaiscript.com) |
+| License | BSD-3-Clause |
+| Versions | v6.1.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [chaiscript/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/chaiscript/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install chaiscript
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("chaiscript")
+```
+
+
 ### chipmunk2d (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -418,6 +418,30 @@ add_requires("cgetopt")
 ```
 
 
+### chaiscript (macosx)
+
+
+| Description | *Header-only C++ embedded scripting language loosely based on ECMA script.* |
+| -- | -- |
+| Homepage | [http://chaiscript.com](http://chaiscript.com) |
+| License | BSD-3-Clause |
+| Versions | v6.1.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [chaiscript/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/chaiscript/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install chaiscript
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("chaiscript")
+```
+
+
 ### chipmunk2d (macosx)
 
 

+ 24 - 0
packages/windows.md

@@ -441,6 +441,30 @@ add_requires("cgetopt")
 ```
 
 
+### chaiscript (windows)
+
+
+| Description | *Header-only C++ embedded scripting language loosely based on ECMA script.* |
+| -- | -- |
+| Homepage | [http://chaiscript.com](http://chaiscript.com) |
+| License | BSD-3-Clause |
+| Versions | v6.1.0 |
+| Architectures | x64, x86 |
+| Definition | [chaiscript/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/chaiscript/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install chaiscript
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("chaiscript")
+```
+
+
 ### chipmunk2d (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-26T05:39:12+08:00</lastmod>
+  <lastmod>2020-11-26T10:02:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-11-26T05:39:13+08:00</lastmod>
+  <lastmod>2020-11-26T10:02:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-11-26T05:39:13+08:00</lastmod>
+  <lastmod>2020-11-26T10:02:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-11-26T05:39:13+08:00</lastmod>
+  <lastmod>2020-11-26T10:02:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-11-26T05:39:13+08:00</lastmod>
+  <lastmod>2020-11-26T10:02:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-11-26T05:39:14+08:00</lastmod>
+  <lastmod>2020-11-26T10:02:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-11-26T05:39:14+08:00</lastmod>
+  <lastmod>2020-11-26T10:02:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-11-26T05:39:14+08:00</lastmod>
+  <lastmod>2020-11-26T10:02:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-11-26T05:39:14+08:00</lastmod>
+  <lastmod>2020-11-26T10:02:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-11-26T05:39:15+08:00</lastmod>
+  <lastmod>2020-11-26T10:02:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-11-26T05:39:15+08:00</lastmod>
+  <lastmod>2020-11-26T10:02:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-11-26T05:39:15+08:00</lastmod>
+  <lastmod>2020-11-26T10:02:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-11-26T05:39:15+08:00</lastmod>
+  <lastmod>2020-11-26T10:02:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-11-26T05:39:15+08:00</lastmod>
+  <lastmod>2020-11-26T10:02:58+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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