|
@@ -6730,6 +6730,30 @@ add_requires("ed")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### editline (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *Autotool- and libtoolized port of the NetBSD Editline library (libedit).* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [http://thrysoee.dk/editline](http://thrysoee.dk/editline) |
|
|
|
+| License | BSD-3-Clause |
|
|
|
+| Versions | 3.1 |
|
|
|
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [editline/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/editline/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install editline
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("editline")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### edlib (linux)
|
|
|
|
|
|
|
|
@@ -24615,6 +24639,30 @@ add_requires("python2")
|
|
|
|
|
|
|
|
|
## q
|
|
|
+### qcbor (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *Comprehensive, powerful, commercial-quality CBOR encoder/ decoder that is still suited for small devices.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://github.com/laurencelundblade/QCBOR](https://github.com/laurencelundblade/QCBOR) |
|
|
|
+| License | BSD-3-Clause |
|
|
|
+| Versions | v1.4.1 |
|
|
|
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [qcbor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/qcbor/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install qcbor
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("qcbor")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### qdcae (linux)
|
|
|
|
|
|
|
|
@@ -28003,7 +28051,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+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+100, 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+100, 3.45.0+200, 3.46.0+0, 3.46.0+100 |
|
|
|
| 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) |
|
|
|
|
|
@@ -31912,7 +31960,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: 0x55a458cc3980 |
|
|
|
+| License | table: 0x563e05509450 |
|
|
|
| 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) |
|