Przeglądaj źródła

autoupdate docs by xmake-repo/ci

ruki 1 rok temu
rodzic
commit
b4b557507a

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: argz, intx, libsmb2**
+- **Recently added: squirrel, argz, intx**
 
 [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 (1443)
+- Packages (1444)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 38 - 1
mirror/packages/android.html

@@ -21657,7 +21657,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -21745,6 +21745,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sqlitecpp")
 </code></pre>
+<h3 id="squirrelandroid">squirrel (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Official repository for the programming language Squirrel</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.squirrel-lang.org">http://www.squirrel-lang.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2</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/s/squirrel/xmake.lua">squirrel/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] squirrel
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("squirrel")
+</code></pre>
 <h3 id="srellandroid">srell (android)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/bsd.html

@@ -21887,7 +21887,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -21975,6 +21975,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sqlitecpp")
 </code></pre>
+<h3 id="squirrelbsd">squirrel (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Official repository for the programming language Squirrel</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.squirrel-lang.org">http://www.squirrel-lang.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2</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/s/squirrel/xmake.lua">squirrel/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install squirrel
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("squirrel")
+</code></pre>
 <h3 id="srellbsd">srell (bsd)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/cross.html

@@ -20623,7 +20623,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -20711,6 +20711,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sqlitecpp")
 </code></pre>
+<h3 id="squirrelcross">squirrel (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Official repository for the programming language Squirrel</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.squirrel-lang.org">http://www.squirrel-lang.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, 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/s/squirrel/xmake.lua">squirrel/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] squirrel
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("squirrel")
+</code></pre>
 <h3 id="srellcross">srell (cross)</h3>
 <table>
 <thead>

+ 1 - 1
mirror/packages/iphoneos.html

@@ -20669,7 +20669,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 39 - 2
mirror/packages/linux.html

@@ -42017,7 +42017,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -42142,6 +42142,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sqlpp11")
 </code></pre>
+<h3 id="squirrellinux">squirrel (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Official repository for the programming language Squirrel</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.squirrel-lang.org">http://www.squirrel-lang.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, 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/s/squirrel/xmake.lua">squirrel/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install squirrel
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("squirrel")
+</code></pre>
 <h3 id="srelllinux">srell (linux)</h3>
 <table>
 <thead>
@@ -47867,7 +47904,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x5581421bb6f0</td>
+<td>table: 0x55c9fb65e950</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 39 - 2
mirror/packages/macosx.html

@@ -39001,7 +39001,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -39126,6 +39126,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sqlpp11")
 </code></pre>
+<h3 id="squirrelmacosx">squirrel (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Official repository for the programming language Squirrel</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.squirrel-lang.org">http://www.squirrel-lang.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2</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/s/squirrel/xmake.lua">squirrel/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install squirrel
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("squirrel")
+</code></pre>
 <h3 id="srellmacosx">srell (macosx)</h3>
 <table>
 <thead>
@@ -44456,7 +44493,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x5581421bb6f0</td>
+<td>table: 0x55c9fb65e950</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 38 - 1
mirror/packages/mingw.html

@@ -24528,7 +24528,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -24616,6 +24616,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sqlitecpp")
 </code></pre>
+<h3 id="squirrelmingw">squirrel (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Official repository for the programming language Squirrel</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.squirrel-lang.org">http://www.squirrel-lang.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2</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/s/squirrel/xmake.lua">squirrel/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] squirrel
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("squirrel")
+</code></pre>
 <h3 id="srellmingw">srell (mingw)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/msys.html

@@ -19270,7 +19270,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -19358,6 +19358,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sqlitecpp")
 </code></pre>
+<h3 id="squirrelmsys">squirrel (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Official repository for the programming language Squirrel</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.squirrel-lang.org">http://www.squirrel-lang.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2</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/s/squirrel/xmake.lua">squirrel/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install squirrel
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("squirrel")
+</code></pre>
 <h3 id="srellmsys">srell (msys)</h3>
 <table>
 <thead>

+ 1 - 1
mirror/packages/wasm.html

@@ -18032,7 +18032,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/windows.html

@@ -36200,7 +36200,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -36325,6 +36325,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sqlpp11")
 </code></pre>
+<h3 id="squirrelwindows">squirrel (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Official repository for the programming language Squirrel</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.squirrel-lang.org">http://www.squirrel-lang.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, arm64ec, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/squirrel/xmake.lua">squirrel/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install squirrel
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("squirrel")
+</code></pre>
 <h3 id="srellwindows">srell (windows)</h3>
 <table>
 <thead>

+ 25 - 1
packages/android.md

@@ -14187,7 +14187,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -14251,6 +14251,30 @@ add_requires("sqlitecpp")
 ```
 
 
+### squirrel (android)
+
+
+| Description | *Official repository for the programming language Squirrel* |
+| -- | -- |
+| Homepage | [http://www.squirrel-lang.org](http://www.squirrel-lang.org) |
+| License | MIT |
+| Versions | v3.2 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [squirrel/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/squirrel/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] squirrel
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("squirrel")
+```
+
+
 ### srell (android)
 
 

+ 25 - 1
packages/bsd.md

@@ -14346,7 +14346,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -14410,6 +14410,30 @@ add_requires("sqlitecpp")
 ```
 
 
+### squirrel (bsd)
+
+
+| Description | *Official repository for the programming language Squirrel* |
+| -- | -- |
+| Homepage | [http://www.squirrel-lang.org](http://www.squirrel-lang.org) |
+| License | MIT |
+| Versions | v3.2 |
+| Architectures | i386, x86_64 |
+| Definition | [squirrel/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/squirrel/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install squirrel
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("squirrel")
+```
+
+
 ### srell (bsd)
 
 

+ 25 - 1
packages/cross.md

@@ -13499,7 +13499,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -13563,6 +13563,30 @@ add_requires("sqlitecpp")
 ```
 
 
+### squirrel (cross)
+
+
+| Description | *Official repository for the programming language Squirrel* |
+| -- | -- |
+| Homepage | [http://www.squirrel-lang.org](http://www.squirrel-lang.org) |
+| License | MIT |
+| Versions | v3.2 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [squirrel/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/squirrel/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] squirrel
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("squirrel")
+```
+
+
 ### srell (cross)
 
 

+ 1 - 1
packages/iphoneos.md

@@ -13540,7 +13540,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 26 - 2
packages/linux.md

@@ -27664,7 +27664,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -27752,6 +27752,30 @@ add_requires("sqlpp11")
 ```
 
 
+### squirrel (linux)
+
+
+| Description | *Official repository for the programming language Squirrel* |
+| -- | -- |
+| Homepage | [http://www.squirrel-lang.org](http://www.squirrel-lang.org) |
+| License | MIT |
+| Versions | v3.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [squirrel/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/squirrel/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install squirrel
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("squirrel")
+```
+
+
 ### srell (linux)
 
 
@@ -31523,7 +31547,7 @@ add_requires("whisper.cpp")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x5581421bb6f0 |
+| License | table: 0x55c9fb65e950 |
 | Versions | 1.13 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 26 - 2
packages/macosx.md

@@ -25671,7 +25671,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -25759,6 +25759,30 @@ add_requires("sqlpp11")
 ```
 
 
+### squirrel (macosx)
+
+
+| Description | *Official repository for the programming language Squirrel* |
+| -- | -- |
+| Homepage | [http://www.squirrel-lang.org](http://www.squirrel-lang.org) |
+| License | MIT |
+| Versions | v3.2 |
+| Architectures | arm64, x86_64 |
+| Definition | [squirrel/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/squirrel/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install squirrel
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("squirrel")
+```
+
+
 ### srell (macosx)
 
 
@@ -29269,7 +29293,7 @@ add_requires("which")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x5581421bb6f0 |
+| License | table: 0x55c9fb65e950 |
 | Versions | 1.13 |
 | Architectures | arm64, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 25 - 1
packages/mingw.md

@@ -16070,7 +16070,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -16134,6 +16134,30 @@ add_requires("sqlitecpp")
 ```
 
 
+### squirrel (mingw)
+
+
+| Description | *Official repository for the programming language Squirrel* |
+| -- | -- |
+| Homepage | [http://www.squirrel-lang.org](http://www.squirrel-lang.org) |
+| License | MIT |
+| Versions | v3.2 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [squirrel/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/squirrel/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] squirrel
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("squirrel")
+```
+
+
 ### srell (mingw)
 
 

+ 25 - 1
packages/msys.md

@@ -12615,7 +12615,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -12679,6 +12679,30 @@ add_requires("sqlitecpp")
 ```
 
 
+### squirrel (msys)
+
+
+| Description | *Official repository for the programming language Squirrel* |
+| -- | -- |
+| Homepage | [http://www.squirrel-lang.org](http://www.squirrel-lang.org) |
+| License | MIT |
+| Versions | v3.2 |
+| Architectures | i386, x86_64 |
+| Definition | [squirrel/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/squirrel/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install squirrel
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("squirrel")
+```
+
+
 ### srell (msys)
 
 

+ 1 - 1
packages/wasm.md

@@ -11804,7 +11804,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0 |
 | Architectures | wasm32, wasm64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 25 - 1
packages/windows.md

@@ -23754,7 +23754,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -23842,6 +23842,30 @@ add_requires("sqlpp11")
 ```
 
 
+### squirrel (windows)
+
+
+| Description | *Official repository for the programming language Squirrel* |
+| -- | -- |
+| Homepage | [http://www.squirrel-lang.org](http://www.squirrel-lang.org) |
+| License | MIT |
+| Versions | v3.2 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [squirrel/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/squirrel/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install squirrel
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("squirrel")
+```
+
+
 ### srell (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2024-08-11T00:15:00+08:00</lastmod>
+  <lastmod>2024-08-11T00:16:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-08-11T00:15:06+08:00</lastmod>
+  <lastmod>2024-08-11T00:16:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-08-11T00:15:06+08:00</lastmod>
+  <lastmod>2024-08-11T00:16:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-08-11T00:15:06+08:00</lastmod>
+  <lastmod>2024-08-11T00:16:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-08-11T00:15:06+08:00</lastmod>
+  <lastmod>2024-08-11T00:16:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-08-11T00:15:06+08:00</lastmod>
+  <lastmod>2024-08-11T00:16:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-08-11T00:15:07+08:00</lastmod>
+  <lastmod>2024-08-11T00:17:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-08-11T00:15:07+08:00</lastmod>
+  <lastmod>2024-08-11T00:17:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-08-11T00:15:08+08:00</lastmod>
+  <lastmod>2024-08-11T00:17:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-08-11T00:15:08+08:00</lastmod>
+  <lastmod>2024-08-11T00:17:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-08-11T00:15:08+08:00</lastmod>
+  <lastmod>2024-08-11T00:17:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-08-11T00:15:09+08:00</lastmod>
+  <lastmod>2024-08-11T00:17:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-08-11T00:15:09+08:00</lastmod>
+  <lastmod>2024-08-11T00:17:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-08-11T00:15:10+08:00</lastmod>
+  <lastmod>2024-08-11T00:17:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-08-11T00:15:10+08:00</lastmod>
+  <lastmod>2024-08-11T00:17:03+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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