|
@@ -6020,7 +6020,7 @@ add_requires("cuda")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/NVIDIA/cuda-samples](https://github.com/NVIDIA/cuda-samples) |
|
|
|
| License | BSD-3-Clause |
|
|
|
-| Versions | v11.8, v12.3, v12.4.1, v12.5, v12.8 |
|
|
|
+| Versions | v11.8, v12.3, v12.4.1, v12.5, v12.8, v12.9 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [cuda-samples/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cuda-samples/xmake.lua) |
|
|
|
|
|
@@ -30295,6 +30295,30 @@ add_requires("rendergraph")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### replxx (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *A readline and libedit replacement that supports UTF-8, syntax highlighting, hints and Windows and is BSD licensed.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://github.com/AmokHuginnsson/replxx](https://github.com/AmokHuginnsson/replxx) |
|
|
|
+| License | BSD-3-Clause |
|
|
|
+| Versions | 2021.11.25 |
|
|
|
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [replxx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/replxx/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install replxx
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("replxx")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### reproc (linux)
|
|
|
|
|
|
|
|
@@ -32635,7 +32659,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+200, 3.45.0+300, 3.45.0+100, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+100, 3.47.0+0, 3.48.0+0, 3.49.0+100, 3.49.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+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+100 |
|
|
|
| Architectures | arm64, 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) |
|
|
|
|
|
@@ -37024,7 +37048,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: 0x55c43caca140 |
|
|
|
+| License | table: 0x55f98ef33460 |
|
|
|
| Versions | 1.13 |
|
|
|
| Architectures | arm64, 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) |
|