|
@@ -527,6 +527,54 @@ add_requires("assimp")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### async_simple (cross)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *Simple, light-weight and easy-to-use asynchronous components* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://github.com/alibaba/async_simple](https://github.com/alibaba/async_simple) |
|
|
|
+| License | Apache-2.0 |
|
|
|
+| Versions | 1.1, 1.2, 1.3 |
|
|
|
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
|
|
|
+| Definition | [async_simple/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/async_simple/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install -p cross [--sdk=/xxx] async_simple
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("async_simple")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
+### atk (cross)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *ATK - The Accessibility Toolkit* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://gitlab.gnome.org/GNOME/atk](https://gitlab.gnome.org/GNOME/atk) |
|
|
|
+| License | LGPL-2.0 |
|
|
|
+| Versions | 2.38.0 |
|
|
|
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
|
|
|
+| Definition | [atk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/atk/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install -p cross [--sdk=/xxx] atk
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("atk")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### atomic_queue (cross)
|
|
|
|
|
|
|
|
@@ -14150,7 +14198,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+200, 3.45.0+300, 3.45.0+100, 3.46.0+100, 3.46.0+0 |
|
|
|
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.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) |
|
|
|
|