Răsfoiți Sursa

autoupdate docs by xmake-repo/ci

ruki 1 an în urmă
părinte
comite
fbac221ee9

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: iguana, glbinding, khrplatform**
+- **Recently added: ultralight, aitoolkit, iguana**
 
 [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 (1227)
+- Packages (1229)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -130,6 +130,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ada")
 </code></pre>
+<h3 id="aitoolkitandroid">aitoolkit (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Give a brain to your game&#39;s NPCs</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://linkdd.github.io/aitoolkit/">https://linkdd.github.io/aitoolkit/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.3.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/a/aitoolkit/xmake.lua">aitoolkit/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] aitoolkit
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("aitoolkit")
+</code></pre>
 <h3 id="amqpcppandroid">amqp-cpp (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -167,6 +167,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ada")
 </code></pre>
+<h3 id="aitoolkitbsd">aitoolkit (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Give a brain to your game&#39;s NPCs</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://linkdd.github.io/aitoolkit/">https://linkdd.github.io/aitoolkit/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.3.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/a/aitoolkit/xmake.lua">aitoolkit/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install aitoolkit
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("aitoolkit")
+</code></pre>
 <h3 id="amqpcppbsd">amqp-cpp (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -167,6 +167,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ada")
 </code></pre>
+<h3 id="aitoolkitcross">aitoolkit (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Give a brain to your game&#39;s NPCs</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://linkdd.github.io/aitoolkit/">https://linkdd.github.io/aitoolkit/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.3.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/a/aitoolkit/xmake.lua">aitoolkit/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] aitoolkit
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("aitoolkit")
+</code></pre>
 <h3 id="amqpcppcross">amqp-cpp (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -130,6 +130,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ada")
 </code></pre>
+<h3 id="aitoolkitiphoneos">aitoolkit (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Give a brain to your game&#39;s NPCs</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://linkdd.github.io/aitoolkit/">https://linkdd.github.io/aitoolkit/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.3.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/a/aitoolkit/xmake.lua">aitoolkit/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos aitoolkit
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("aitoolkit")
+</code></pre>
 <h3 id="amqpcppiphoneos">amqp-cpp (iphoneos)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/linux.html

@@ -275,6 +275,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ada")
 </code></pre>
+<h3 id="aitoolkitlinux">aitoolkit (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Give a brain to your game&#39;s NPCs</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://linkdd.github.io/aitoolkit/">https://linkdd.github.io/aitoolkit/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.3.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/a/aitoolkit/xmake.lua">aitoolkit/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install aitoolkit
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("aitoolkit")
+</code></pre>
 <h3 id="alembiclinux">alembic (linux)</h3>
 <table>
 <thead>
@@ -38184,6 +38221,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ufbx")
 </code></pre>
+<h3 id="ultralightlinux">ultralight (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Ultralight makes it easy for C/C++ developers to seamlessly integrate web-content into games and desktop apps.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ultralig.ht">https://ultralig.ht</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/ultralight/xmake.lua">ultralight/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ultralight
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ultralight")
+</code></pre>
 <h3 id="uni_algolinux">uni_algo (linux)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/macosx.html

@@ -238,6 +238,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ada")
 </code></pre>
+<h3 id="aitoolkitmacosx">aitoolkit (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Give a brain to your game&#39;s NPCs</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://linkdd.github.io/aitoolkit/">https://linkdd.github.io/aitoolkit/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.3.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/a/aitoolkit/xmake.lua">aitoolkit/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install aitoolkit
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("aitoolkit")
+</code></pre>
 <h3 id="alembicmacosx">alembic (macosx)</h3>
 <table>
 <thead>
@@ -35517,6 +35554,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ufbx")
 </code></pre>
+<h3 id="ultralightmacosx">ultralight (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Ultralight makes it easy for C/C++ developers to seamlessly integrate web-content into games and desktop apps.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ultralig.ht">https://ultralig.ht</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/ultralight/xmake.lua">ultralight/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ultralight
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ultralight")
+</code></pre>
 <h3 id="uni_algomacosx">uni_algo (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -167,6 +167,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ada")
 </code></pre>
+<h3 id="aitoolkitmingw">aitoolkit (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Give a brain to your game&#39;s NPCs</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://linkdd.github.io/aitoolkit/">https://linkdd.github.io/aitoolkit/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.3.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/a/aitoolkit/xmake.lua">aitoolkit/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] aitoolkit
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("aitoolkit")
+</code></pre>
 <h3 id="amqpcppmingw">amqp-cpp (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -130,6 +130,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ada")
 </code></pre>
+<h3 id="aitoolkitmsys">aitoolkit (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Give a brain to your game&#39;s NPCs</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://linkdd.github.io/aitoolkit/">https://linkdd.github.io/aitoolkit/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.3.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/a/aitoolkit/xmake.lua">aitoolkit/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install aitoolkit
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("aitoolkit")
+</code></pre>
 <h3 id="amqpcppmsys">amqp-cpp (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/wasm.html

@@ -93,6 +93,43 @@
 }
 </style>
     <h2 id="a">a</h2>
+<h3 id="aitoolkitwasm">aitoolkit (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Give a brain to your game&#39;s NPCs</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://linkdd.github.io/aitoolkit/">https://linkdd.github.io/aitoolkit/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.3.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/a/aitoolkit/xmake.lua">aitoolkit/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm aitoolkit
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("aitoolkit")
+</code></pre>
 <h3 id="amqpcppwasm">amqp-cpp (wasm)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/windows.html

@@ -238,6 +238,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ada")
 </code></pre>
+<h3 id="aitoolkitwindows">aitoolkit (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Give a brain to your game&#39;s NPCs</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://linkdd.github.io/aitoolkit/">https://linkdd.github.io/aitoolkit/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.3.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/a/aitoolkit/xmake.lua">aitoolkit/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install aitoolkit
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("aitoolkit")
+</code></pre>
 <h3 id="alembicwindows">alembic (windows)</h3>
 <table>
 <thead>
@@ -32888,6 +32925,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ufbx")
 </code></pre>
+<h3 id="ultralightwindows">ultralight (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Ultralight makes it easy for C/C++ developers to seamlessly integrate web-content into games and desktop apps.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ultralig.ht">https://ultralig.ht</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/ultralight/xmake.lua">ultralight/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ultralight
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ultralight")
+</code></pre>
 <h3 id="uni_algowindows">uni_algo (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -23,6 +23,30 @@ add_requires("ada")
 ```
 
 
+### aitoolkit (android)
+
+
+| Description | *Give a brain to your game's NPCs* |
+| -- | -- |
+| Homepage | [https://linkdd.github.io/aitoolkit/](https://linkdd.github.io/aitoolkit/) |
+| License | MIT |
+| Versions | v0.3.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [aitoolkit/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aitoolkit/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] aitoolkit
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("aitoolkit")
+```
+
+
 ### amqp-cpp (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -47,6 +47,30 @@ add_requires("ada")
 ```
 
 
+### aitoolkit (bsd)
+
+
+| Description | *Give a brain to your game's NPCs* |
+| -- | -- |
+| Homepage | [https://linkdd.github.io/aitoolkit/](https://linkdd.github.io/aitoolkit/) |
+| License | MIT |
+| Versions | v0.3.0 |
+| Architectures | i386, x86_64 |
+| Definition | [aitoolkit/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aitoolkit/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install aitoolkit
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("aitoolkit")
+```
+
+
 ### amqp-cpp (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -47,6 +47,30 @@ add_requires("ada")
 ```
 
 
+### aitoolkit (cross)
+
+
+| Description | *Give a brain to your game's NPCs* |
+| -- | -- |
+| Homepage | [https://linkdd.github.io/aitoolkit/](https://linkdd.github.io/aitoolkit/) |
+| License | MIT |
+| Versions | v0.3.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [aitoolkit/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aitoolkit/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] aitoolkit
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("aitoolkit")
+```
+
+
 ### amqp-cpp (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -23,6 +23,30 @@ add_requires("ada")
 ```
 
 
+### aitoolkit (iphoneos)
+
+
+| Description | *Give a brain to your game's NPCs* |
+| -- | -- |
+| Homepage | [https://linkdd.github.io/aitoolkit/](https://linkdd.github.io/aitoolkit/) |
+| License | MIT |
+| Versions | v0.3.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [aitoolkit/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aitoolkit/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos aitoolkit
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("aitoolkit")
+```
+
+
 ### amqp-cpp (iphoneos)
 
 

+ 48 - 0
packages/linux.md

@@ -120,6 +120,30 @@ add_requires("ada")
 ```
 
 
+### aitoolkit (linux)
+
+
+| Description | *Give a brain to your game's NPCs* |
+| -- | -- |
+| Homepage | [https://linkdd.github.io/aitoolkit/](https://linkdd.github.io/aitoolkit/) |
+| License | MIT |
+| Versions | v0.3.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loongarch64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [aitoolkit/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aitoolkit/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install aitoolkit
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("aitoolkit")
+```
+
+
 ### alembic (linux)
 
 
@@ -25304,6 +25328,30 @@ add_requires("ufbx")
 ```
 
 
+### ultralight (linux)
+
+
+| Description | *Ultralight makes it easy for C/C++ developers to seamlessly integrate web-content into games and desktop apps.* |
+| -- | -- |
+| Homepage | [https://ultralig.ht](https://ultralig.ht) |
+| License | LGPL |
+| Versions | 1.3.0 |
+| Architectures | x86_64 |
+| Definition | [ultralight/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/ultralight/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ultralight
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ultralight")
+```
+
+
 ### uni_algo (linux)
 
 

+ 48 - 0
packages/macosx.md

@@ -96,6 +96,30 @@ add_requires("ada")
 ```
 
 
+### aitoolkit (macosx)
+
+
+| Description | *Give a brain to your game's NPCs* |
+| -- | -- |
+| Homepage | [https://linkdd.github.io/aitoolkit/](https://linkdd.github.io/aitoolkit/) |
+| License | MIT |
+| Versions | v0.3.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [aitoolkit/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aitoolkit/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install aitoolkit
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("aitoolkit")
+```
+
+
 ### alembic (macosx)
 
 
@@ -23531,6 +23555,30 @@ add_requires("ufbx")
 ```
 
 
+### ultralight (macosx)
+
+
+| Description | *Ultralight makes it easy for C/C++ developers to seamlessly integrate web-content into games and desktop apps.* |
+| -- | -- |
+| Homepage | [https://ultralig.ht](https://ultralig.ht) |
+| License | LGPL |
+| Versions | 1.3.0 |
+| Architectures | x86_64 |
+| Definition | [ultralight/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/ultralight/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ultralight
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ultralight")
+```
+
+
 ### uni_algo (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -47,6 +47,30 @@ add_requires("ada")
 ```
 
 
+### aitoolkit (mingw)
+
+
+| Description | *Give a brain to your game's NPCs* |
+| -- | -- |
+| Homepage | [https://linkdd.github.io/aitoolkit/](https://linkdd.github.io/aitoolkit/) |
+| License | MIT |
+| Versions | v0.3.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [aitoolkit/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aitoolkit/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] aitoolkit
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("aitoolkit")
+```
+
+
 ### amqp-cpp (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -23,6 +23,30 @@ add_requires("ada")
 ```
 
 
+### aitoolkit (msys)
+
+
+| Description | *Give a brain to your game's NPCs* |
+| -- | -- |
+| Homepage | [https://linkdd.github.io/aitoolkit/](https://linkdd.github.io/aitoolkit/) |
+| License | MIT |
+| Versions | v0.3.0 |
+| Architectures | i386, x86_64 |
+| Definition | [aitoolkit/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aitoolkit/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install aitoolkit
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("aitoolkit")
+```
+
+
 ### amqp-cpp (msys)
 
 

+ 24 - 0
packages/wasm.md

@@ -1,4 +1,28 @@
 ## a
+### aitoolkit (wasm)
+
+
+| Description | *Give a brain to your game's NPCs* |
+| -- | -- |
+| Homepage | [https://linkdd.github.io/aitoolkit/](https://linkdd.github.io/aitoolkit/) |
+| License | MIT |
+| Versions | v0.3.0 |
+| Architectures | wasm32, wasm64 |
+| Definition | [aitoolkit/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aitoolkit/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm aitoolkit
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("aitoolkit")
+```
+
+
 ### amqp-cpp (wasm)
 
 

+ 48 - 0
packages/windows.md

@@ -96,6 +96,30 @@ add_requires("ada")
 ```
 
 
+### aitoolkit (windows)
+
+
+| Description | *Give a brain to your game's NPCs* |
+| -- | -- |
+| Homepage | [https://linkdd.github.io/aitoolkit/](https://linkdd.github.io/aitoolkit/) |
+| License | MIT |
+| Versions | v0.3.0 |
+| Architectures | arm64, x64, x86 |
+| Definition | [aitoolkit/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aitoolkit/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install aitoolkit
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("aitoolkit")
+```
+
+
 ### alembic (windows)
 
 
@@ -21716,6 +21740,30 @@ add_requires("ufbx")
 ```
 
 
+### ultralight (windows)
+
+
+| Description | *Ultralight makes it easy for C/C++ developers to seamlessly integrate web-content into games and desktop apps.* |
+| -- | -- |
+| Homepage | [https://ultralig.ht](https://ultralig.ht) |
+| License | LGPL |
+| Versions | 1.3.0 |
+| Architectures | x64 |
+| Definition | [ultralight/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/ultralight/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ultralight
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ultralight")
+```
+
+
 ### uni_algo (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2024-01-12T02:24:10+08:00</lastmod>
+  <lastmod>2024-01-12T15:03:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-01-12T02:24:14+08:00</lastmod>
+  <lastmod>2024-01-12T15:03:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-01-12T02:24:14+08:00</lastmod>
+  <lastmod>2024-01-12T15:03:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-01-12T02:24:14+08:00</lastmod>
+  <lastmod>2024-01-12T15:03:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-01-12T02:24:15+08:00</lastmod>
+  <lastmod>2024-01-12T15:03:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-01-12T02:24:15+08:00</lastmod>
+  <lastmod>2024-01-12T15:03:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-01-12T02:24:15+08:00</lastmod>
+  <lastmod>2024-01-12T15:03:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-01-12T02:24:16+08:00</lastmod>
+  <lastmod>2024-01-12T15:03:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-01-12T02:24:16+08:00</lastmod>
+  <lastmod>2024-01-12T15:03:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-01-12T02:24:16+08:00</lastmod>
+  <lastmod>2024-01-12T15:03:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-01-12T02:24:17+08:00</lastmod>
+  <lastmod>2024-01-12T15:03:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-01-12T02:24:17+08:00</lastmod>
+  <lastmod>2024-01-12T15:03:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-01-12T02:24:17+08:00</lastmod>
+  <lastmod>2024-01-12T15:03:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-01-12T02:24:18+08:00</lastmod>
+  <lastmod>2024-01-12T15:03:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-01-12T02:24:18+08:00</lastmod>
+  <lastmod>2024-01-12T15:03:16+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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