|
@@ -5751,6 +5751,30 @@ add_requires("cserialport")
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
+### csfml (linux)
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+| Description | *Official binding of SFML for C* |
|
|
|
|
+| -- | -- |
|
|
|
|
+| Homepage | [https://www.sfml-dev.org](https://www.sfml-dev.org) |
|
|
|
|
+| License | zlib |
|
|
|
|
+| Versions | 2.6.1 |
|
|
|
|
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
|
+| Definition | [csfml/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/csfml/xmake.lua) |
|
|
|
|
+
|
|
|
|
+##### Install command
|
|
|
|
+
|
|
|
|
+```console
|
|
|
|
+xrepo install csfml
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
|
+
|
|
|
|
+```lua
|
|
|
|
+add_requires("csfml")
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+
|
|
### cspice (linux)
|
|
### cspice (linux)
|
|
|
|
|
|
|
|
|
|
@@ -21001,7 +21025,7 @@ add_requires("lzham_codec")
|
|
| Description | *LZMA SDK* |
|
|
| Description | *LZMA SDK* |
|
|
| -- | -- |
|
|
| -- | -- |
|
|
| Homepage | [https://www.7-zip.org/sdk.html](https://www.7-zip.org/sdk.html) |
|
|
| Homepage | [https://www.7-zip.org/sdk.html](https://www.7-zip.org/sdk.html) |
|
|
-| Versions | 19.00, 22.01 |
|
|
|
|
|
|
+| Versions | 21.07, 22.01, 23.01, 24.09 |
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
| Definition | [lzma/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lzma/xmake.lua) |
|
|
| Definition | [lzma/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lzma/xmake.lua) |
|
|
|
|
|
|
@@ -30839,6 +30863,52 @@ add_requires("ruapu")
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
+### rust (linux)
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+| Description | *Rust is a general-purpose programming language emphasizing performance, type safety, and concurrency.* |
|
|
|
|
+| -- | -- |
|
|
|
|
+| Homepage | [https://rust-lang.org](https://rust-lang.org) |
|
|
|
|
+| Versions | 1.86.0 |
|
|
|
|
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
|
+| Definition | [rust/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rust/xmake.lua) |
|
|
|
|
+
|
|
|
|
+##### Install command
|
|
|
|
+
|
|
|
|
+```console
|
|
|
|
+xrepo install rust
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
|
+
|
|
|
|
+```lua
|
|
|
|
+add_requires("rust")
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+### rustup (linux)
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+| Description | *An installer for the systems programming language Rust* |
|
|
|
|
+| -- | -- |
|
|
|
|
+| Homepage | [https://rustup.rs](https://rustup.rs) |
|
|
|
|
+| Versions | 1.28.1 |
|
|
|
|
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
|
+| Definition | [rustup/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rustup/xmake.lua) |
|
|
|
|
+
|
|
|
|
+##### Install command
|
|
|
|
+
|
|
|
|
+```console
|
|
|
|
+xrepo install rustup
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
|
+
|
|
|
|
+```lua
|
|
|
|
+add_requires("rustup")
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+
|
|
### ruy (linux)
|
|
### ruy (linux)
|
|
|
|
|
|
|
|
|
|
@@ -32467,7 +32537,7 @@ add_requires("sqlite-vec")
|
|
| -- | -- |
|
|
| -- | -- |
|
|
| Homepage | [https://sqlite.org/](https://sqlite.org/) |
|
|
| Homepage | [https://sqlite.org/](https://sqlite.org/) |
|
|
| License | Public Domain |
|
|
| 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+100, 3.46.0+0, 3.47.0+200, 3.47.0+100, 3.47.0+0, 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+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 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 |
|
|
| 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) |
|
|
| Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
|
|
|
|
|
|
@@ -35186,8 +35256,8 @@ add_requires("ufbx")
|
|
| -- | -- |
|
|
| -- | -- |
|
|
| Homepage | [https://ultralig.ht](https://ultralig.ht) |
|
|
| Homepage | [https://ultralig.ht](https://ultralig.ht) |
|
|
| License | LGPL |
|
|
| License | LGPL |
|
|
-| Versions | 1.3.0 |
|
|
|
|
-| Architectures | x86_64 |
|
|
|
|
|
|
+| Versions | 1.3.0, 1.4.0-beta |
|
|
|
|
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
| Definition | [ultralight/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/ultralight/xmake.lua) |
|
|
| Definition | [ultralight/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/ultralight/xmake.lua) |
|
|
|
|
|
|
##### Install command
|
|
##### Install command
|
|
@@ -36832,7 +36902,7 @@ add_requires("whisper.cpp")
|
|
| Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
|
|
| 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/) |
|
|
| Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
|
|
-| License | table: 0x5609ae3c2d10 |
|
|
|
|
|
|
+| License | table: 0x5628040d6f40 |
|
|
| Versions | 1.13 |
|
|
| Versions | 1.13 |
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
| 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) |
|
|
| Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |
|