|
@@ -8254,6 +8254,30 @@ add_requires("libomp")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### liboqs (cross)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *C library for prototyping and experimenting with quantum-resistant cryptography* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://openquantumsafe.org](https://openquantumsafe.org) |
|
|
|
+| License | MIT |
|
|
|
+| Versions | 0.10.1, 0.11.0 |
|
|
|
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
|
|
|
+| Definition | [liboqs/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/liboqs/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install -p cross [--sdk=/xxx] liboqs
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("liboqs")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### libparserutils (cross)
|
|
|
|
|
|
|
|
@@ -8709,6 +8733,30 @@ add_requires("libsquish")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### libssh2 (cross)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *C library implementing the SSH2 protocol* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://www.libssh2.org/](https://www.libssh2.org/) |
|
|
|
+| License | BSD-3-Clause |
|
|
|
+| Versions | 1.10.0, 1.11.0 |
|
|
|
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
|
|
|
+| Definition | [libssh2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libssh2/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install -p cross [--sdk=/xxx] libssh2
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("libssh2")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### libsv (cross)
|
|
|
|
|
|
|
|
@@ -15341,7 +15389,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+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+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+200, 3.45.0+300, 3.45.0+100, 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) |
|
|
|
|