|
@@ -5974,7 +5974,7 @@ add_requires("crossguid")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
|
|
|
| License | BSD 3-Clause |
|
|
|
-| Versions | v1.2.1+2, v1.2.1+1 |
|
|
|
+| Versions | v1.2.1+1, v1.2.1+2 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
|
|
|
|
|
@@ -7479,7 +7479,7 @@ add_requires("dlpack")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/NVIDIA/DLSS](https://github.com/NVIDIA/DLSS) |
|
|
|
| License | NVIDIA RTX SDKs |
|
|
|
-| Versions | v3.7.20, v310.1.0, v310.2.1, v310.3.0 |
|
|
|
+| Versions | v3.7.20, v310.1.0, v310.2.1, v310.3.0, v310.4.0 |
|
|
|
| Architectures | x86_64 |
|
|
|
| Definition | [dlss/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dlss/xmake.lua) |
|
|
|
|
|
@@ -8412,7 +8412,7 @@ add_requires("emio")
|
|
|
| Description | *EmmyLua Debugger* |
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/EmmyLua/EmmyLuaDebugger](https://github.com/EmmyLua/EmmyLuaDebugger) |
|
|
|
-| Versions | 1.6.3, 1.7.1, 1.8.0, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6 |
|
|
|
+| Versions | 1.6.3, 1.7.1, 1.8.0, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [emmylua_debugger/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/emmylua_debugger/xmake.lua) |
|
|
|
|
|
@@ -15699,7 +15699,7 @@ add_requires("libcap")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/PJK/libcbor](https://github.com/PJK/libcbor) |
|
|
|
| License | MIT |
|
|
|
-| Versions | v0.11.0, v0.12.0 |
|
|
|
+| Versions | v0.11.0, v0.12.0, v0.13.0 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [libcbor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libcbor/xmake.lua) |
|
|
|
|
|
@@ -19340,7 +19340,7 @@ add_requires("libsodium")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/openSUSE/libsolv](https://github.com/openSUSE/libsolv) |
|
|
|
| License | BSD-3-Clause |
|
|
|
-| Versions | 0.7.34 |
|
|
|
+| Versions | 0.7.34, 0.7.35 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [libsolv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsolv/xmake.lua) |
|
|
|
|
|
@@ -32781,6 +32781,30 @@ add_requires("screen_capture_lite")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### sdl3webgpu (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *An extension for the SDL3 library for using WebGPU native.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://github.com/eliemichel/sdl3webgpu](https://github.com/eliemichel/sdl3webgpu) |
|
|
|
+| License | MIT |
|
|
|
+| Versions | 2025.05.01 |
|
|
|
+| Architectures | x86_64 |
|
|
|
+| Definition | [sdl3webgpu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sdl3webgpu/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install sdl3webgpu
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("sdl3webgpu")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### sdsl-lite (linux)
|
|
|
|
|
|
|
|
@@ -34290,7 +34314,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+100, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+200, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+0, 3.49.0+100, 3.50.0+0, 3.50.0+300, 3.50.0+400, 3.50.0+200, 3.50.0+100 |
|
|
|
+| 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+0, 3.46.0+100, 3.47.0+200, 3.47.0+100, 3.47.0+0, 3.48.0+0, 3.49.0+100, 3.49.0+0, 3.49.0+200, 3.50.0+400, 3.50.0+0, 3.50.0+200, 3.50.0+100, 3.50.0+300 |
|
|
|
| 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) |
|
|
|
|
|
@@ -39042,7 +39066,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: 0x5613a12cc4d0 |
|
|
|
+| License | table: 0x564dd59fc6e0 |
|
|
|
| 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) |
|