|
@@ -10566,7 +10566,7 @@ add_requires("gdal")
|
|
|
| -- | -- |
|
|
|
| Homepage | [http://sf.net/p/gdcm](http://sf.net/p/gdcm) |
|
|
|
| License | BSD License, Apache License V2.0 |
|
|
|
-| Versions | v3.0.24 |
|
|
|
+| Versions | v3.0.24, v3.2.1 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [gdcm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gdcm/xmake.lua) |
|
|
|
|
|
@@ -21725,6 +21725,30 @@ add_requires("llfio")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### llgl (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *Low Level Graphics Library (LLGL) is a thin abstraction layer for the modern graphics APIs OpenGL, Direct3D, Vulkan, and Metal* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://github.com/LukasBanana/LLGL](https://github.com/LukasBanana/LLGL) |
|
|
|
+| License | BSD-3-Clause |
|
|
|
+| Versions | v0.04 |
|
|
|
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [llgl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llgl/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install llgl
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("llgl")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### llhttp (linux)
|
|
|
|
|
|
|
|
@@ -23444,7 +23468,7 @@ add_requires("metalang99")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/LLNL/metall](https://github.com/LLNL/metall) |
|
|
|
| License | Apache-2.0 |
|
|
|
-| Versions | v0.30, v0.31 |
|
|
|
+| Versions | v0.30, v0.31, v0.32 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [metall/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/metall/xmake.lua) |
|
|
|
|
|
@@ -34505,7 +34529,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+100, 3.45.0+200, 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+200, 3.50.0+300, 3.50.0+0, 3.50.0+400, 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+100, 3.45.0+200, 3.45.0+300, 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+200, 3.49.0+100, 3.49.0+0, 3.50.0+100, 3.50.0+400, 3.50.0+200, 3.50.0+0, 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) |
|
|
|
|
|
@@ -35317,7 +35341,7 @@ add_requires("subprocess.h")
|
|
|
| Description | *SuiteSparse is a suite of sparse matrix algorithms* |
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://people.engr.tamu.edu/davis/suitesparse.html](https://people.engr.tamu.edu/davis/suitesparse.html) |
|
|
|
-| Versions | v5.10.1, v5.12.0, v5.13.0, v7.5.1, v7.6.0, v7.7.0, v7.8.1 |
|
|
|
+| Versions | v5.10.1, v5.12.0, v5.13.0, v7.5.1, v7.6.0, v7.7.0, v7.8.1, v7.11.0 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [suitesparse/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/suitesparse/xmake.lua) |
|
|
|
|
|
@@ -37991,7 +38015,7 @@ add_requires("utf8_range")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://juliastrings.github.io/utf8proc/](https://juliastrings.github.io/utf8proc/) |
|
|
|
| License | MIT |
|
|
|
-| Versions | v2.7.0, v2.8.0, v2.9.0, v2.10.0 |
|
|
|
+| Versions | v2.7.0, v2.8.0, v2.9.0, v2.10.0, v2.11.0 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [utf8proc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/utf8proc/xmake.lua) |
|
|
|
|
|
@@ -39257,7 +39281,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: 0x55c4fc75c620 |
|
|
|
+| License | table: 0x556501649200 |
|
|
|
| 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) |
|