|
@@ -464,7 +464,7 @@ add_requires("amrex")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/KhronosGroup/ANARI-SDK](https://github.com/KhronosGroup/ANARI-SDK) |
|
|
|
| License | Apache-2.0 |
|
|
|
-| Versions | v0.12.1 |
|
|
|
+| Versions | v0.12.1, v0.13.1 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [anari/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/anari/xmake.lua) |
|
|
|
|
|
@@ -3135,7 +3135,7 @@ add_requires("c-vector")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/biojppm/c4core](https://github.com/biojppm/c4core) |
|
|
|
| License | MIT |
|
|
|
-| Versions | 0.2.1, 0.2.2, 0.2.5 |
|
|
|
+| Versions | 0.2.1, 0.2.2, 0.2.5, 0.2.6 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [c4core/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/c4core/xmake.lua) |
|
|
|
|
|
@@ -10491,7 +10491,7 @@ add_requires("glaze")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://glbinding.org](https://glbinding.org) |
|
|
|
| License | MIT |
|
|
|
-| Versions | v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0, v3.4.0 |
|
|
|
+| Versions | v2.0.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v3.0.2, v3.1.0, v3.3.0, v3.4.0, v3.5.0 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [glbinding/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glbinding/xmake.lua) |
|
|
|
|
|
@@ -19164,7 +19164,7 @@ add_requires("libwebp")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/warmcat/libwebsockets](https://github.com/warmcat/libwebsockets) |
|
|
|
| License | MIT |
|
|
|
-| Versions | v4.3.3, v4.3.4 |
|
|
|
+| Versions | v4.3.3, v4.3.4, v4.3.5 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [libwebsockets/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwebsockets/xmake.lua) |
|
|
|
|
|
@@ -24215,7 +24215,7 @@ add_requires("nghttp3")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/ngtcp2/ngtcp2](https://github.com/ngtcp2/ngtcp2) |
|
|
|
| License | MIT |
|
|
|
-| Versions | 0.1.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.11.0 |
|
|
|
+| Versions | 0.1.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.11.0, 1.12.0 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [ngtcp2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ngtcp2/xmake.lua) |
|
|
|
|
|
@@ -29910,6 +29910,30 @@ add_requires("re2")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### reaction (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *A lightweight, header-only reactive programming framework leveraging modern C++20 features for building efficient dataflow applications.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://github.com/lumia431/reaction](https://github.com/lumia431/reaction) |
|
|
|
+| License | MIT |
|
|
|
+| Versions | 2025.04.16 |
|
|
|
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [reaction/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/reaction/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install reaction
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("reaction")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### reactiveplusplus (linux)
|
|
|
|
|
|
|
|
@@ -32418,7 +32442,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+300, 3.45.0+100, 3.46.0+100, 3.46.0+0, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.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+200, 3.45.0+300, 3.45.0+100, 3.46.0+100, 3.46.0+0, 3.47.0+0, 3.47.0+100, 3.47.0+200, 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) |
|
|
|
|
|
@@ -36759,7 +36783,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: 0x55eb25f91170 |
|
|
|
+| License | table: 0x559f0fd15530 |
|
|
|
| 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) |
|