|
@@ -766,6 +766,30 @@ add_requires("avir")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### aws-c-cal (android)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *Aws Crypto Abstraction Layer: Cross-Platform, C99 wrapper for cryptography primitives.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://github.com/awslabs/aws-c-cal](https://github.com/awslabs/aws-c-cal) |
|
|
|
+| License | Apache-2.0 |
|
|
|
+| Versions | v0.6.2, v0.6.11, v0.6.12, v0.6.14, v0.6.15, v0.7.1, v0.7.2, v0.7.4 |
|
|
|
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
|
|
|
+| Definition | [aws-c-cal/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aws-c-cal/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install -p android [--ndk=/xxx] aws-c-cal
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("aws-c-cal")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### aws-c-common (android)
|
|
|
|
|
|
|
|
@@ -814,6 +838,30 @@ add_requires("aws-c-compression")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### aws-c-io (android)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *This is a module for the AWS SDK for C. It handles all IO and TLS work for application protocols. * |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://github.com/awslabs/aws-c-io](https://github.com/awslabs/aws-c-io) |
|
|
|
+| License | Apache-2.0 |
|
|
|
+| Versions | v0.13.32, v0.14.5, v0.14.6, v0.14.7, v0.14.8, v0.14.9, v0.14.13, v0.14.14, v0.14.16, v0.14.18, v0.14.19 |
|
|
|
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
|
|
|
+| Definition | [aws-c-io/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aws-c-io/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install -p android [--ndk=/xxx] aws-c-io
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("aws-c-io")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### aws-c-sdkutils (android)
|
|
|
|
|
|
|
|
@@ -7916,6 +7964,30 @@ add_requires("libdom")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### libebur128 (android)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *A library implementing the EBU R128 loudness standard.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://github.com/jiixyj/libebur128](https://github.com/jiixyj/libebur128) |
|
|
|
+| License | MIT |
|
|
|
+| Versions | v1.2.6 |
|
|
|
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
|
|
|
+| Definition | [libebur128/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libebur128/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install -p android [--ndk=/xxx] libebur128
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("libebur128")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### libelf (android)
|
|
|
|
|
|
|
|
@@ -15571,6 +15643,30 @@ add_requires("rxcpp")
|
|
|
|
|
|
|
|
|
## s
|
|
|
+### s2n-tls (android)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *An implementation of the TLS/SSL protocols* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://aws.github.io/s2n-tls/doxygen/s2n_8h.html](https://aws.github.io/s2n-tls/doxygen/s2n_8h.html) |
|
|
|
+| License | Apache-2.0 |
|
|
|
+| Versions | v1.3.51, v1.4.3, v1.4.12, v1.4.14, v1.4.16, v1.4.17, v1.4.18, v1.5.0, v1.5.1, v1.5.5 |
|
|
|
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
|
|
|
+| Definition | [s2n-tls/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/s2n-tls/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install -p android [--ndk=/xxx] s2n-tls
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("s2n-tls")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### sailormoon_flags (android)
|
|
|
|
|
|
|
|
@@ -16340,7 +16436,7 @@ add_requires("sqlite-vec")
|
|
|
| -- | -- |
|
|
|
| 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+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
|
|
|
+| 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+200, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
|
|
|
| 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) |
|
|
|
|