|
@@ -5686,7 +5686,7 @@ add_requires("cppzmq")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://docs.libcpr.org/](https://docs.libcpr.org/) |
|
|
|
| License | MIT |
|
|
|
-| Versions | 1.6.2, 1.7.2, 1.8.3, 1.9.4, 1.10.2, 1.10.3, 1.10.5, 1.11.1, 1.11.2 |
|
|
|
+| Versions | 1.6.2, 1.7.2, 1.8.3, 1.9.4, 1.10.2, 1.10.3, 1.10.5, 1.11.1, 1.11.2, 1.12.0 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [cpr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpr/xmake.lua) |
|
|
|
|
|
@@ -5926,7 +5926,7 @@ add_requires("crossguid")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
|
|
|
| License | BSD 3-Clause |
|
|
|
-| Versions | v1.2.1+1, v1.2.1+2 |
|
|
|
+| Versions | v1.2.1+2, v1.2.1+1 |
|
|
|
| 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) |
|
|
|
|
|
@@ -14985,7 +14985,7 @@ add_requires("lcms")
|
|
|
| Description | *Lean cryptographic library usable for bare-metal environments* |
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://leancrypto.org](https://leancrypto.org) |
|
|
|
-| Versions | v1.2.0, v1.3.0, v1.4.0 |
|
|
|
+| Versions | v1.2.0, v1.3.0, v1.4.0, v1.5.1 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [leancrypto/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/leancrypto/xmake.lua) |
|
|
|
|
|
@@ -16082,7 +16082,7 @@ add_requires("libdrm")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://www.prevanders.net/dwarf.html](https://www.prevanders.net/dwarf.html) |
|
|
|
| License | LGPL-2.1 |
|
|
|
-| Versions | 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.10.1, 0.11.0, 0.11.1, 0.12.0, 2.0.0 |
|
|
|
+| Versions | 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.10.1, 0.11.0, 0.11.1, 0.12.0, 2.0.0, 2.1.0 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [libdwarf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdwarf/xmake.lua) |
|
|
|
|
|
@@ -18410,7 +18410,7 @@ add_requires("libqrencode")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://host-oman.github.io/libraqm](https://host-oman.github.io/libraqm) |
|
|
|
| License | MIT |
|
|
|
-| Versions | v0.10.1, v0.10.2 |
|
|
|
+| Versions | v0.10.1, v0.10.2, v0.10.3 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [libraqm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libraqm/xmake.lua) |
|
|
|
|
|
@@ -19164,6 +19164,30 @@ add_requires("libsodium")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### libsolv (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *Library for solving packages and reading repositories.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://github.com/openSUSE/libsolv](https://github.com/openSUSE/libsolv) |
|
|
|
+| License | BSD-3-Clause |
|
|
|
+| Versions | 0.7.34 |
|
|
|
+| 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) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install libsolv
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("libsolv")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### libsoundio (linux)
|
|
|
|
|
|
|
|
@@ -20886,6 +20910,30 @@ add_requires("libyuv")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### libzchunk (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *A file format designed for highly efficient deltas while maintaining good compression.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://github.com/zchunk/zchunk](https://github.com/zchunk/zchunk) |
|
|
|
+| License | BSD-2-Clause |
|
|
|
+| Versions | 1.5.1 |
|
|
|
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [libzchunk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libzchunk/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install libzchunk
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("libzchunk")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### libzen (linux)
|
|
|
|
|
|
|
|
@@ -31427,7 +31475,7 @@ add_requires("redis-plus-plus")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/getml/reflect-cpp](https://github.com/getml/reflect-cpp) |
|
|
|
| License | MIT |
|
|
|
-| Versions | v0.10.0, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.1, v0.16.0, v0.17.0, v0.18.0, v0.19.0 |
|
|
|
+| Versions | v0.10.0, v0.11.1, v0.12.0, v0.13.0, v0.14.0, v0.14.1, v0.16.0, v0.17.0, v0.18.0, v0.19.0, v0.20.0 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [reflect-cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/reflect-cpp/xmake.lua) |
|
|
|
|
|
@@ -33952,7 +34000,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+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+200, 3.49.0+100, 3.49.0+0, 3.50.0+300, 3.50.0+0, 3.50.0+200, 3.50.0+100, 3.50.0+400 |
|
|
|
+| 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+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+200, 3.50.0+100, 3.50.0+0, 3.50.0+400, 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) |
|
|
|
|
|
@@ -38607,7 +38655,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: 0x5567fec05580 |
|
|
|
+| License | table: 0x560612d5c450 |
|
|
|
| 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) |
|