|
@@ -5545,7 +5545,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-v8a, 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) |
|
|
|
|
|
@@ -23114,6 +23114,30 @@ add_requires("msgpack-cxx")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### msgpack23 (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *A modern, header-only C++ library for MessagePack serialization and deserialization. msgpack.org[c++23]* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://github.com/rwindegger/msgpack23](https://github.com/rwindegger/msgpack23) |
|
|
|
+| License | MIT |
|
|
|
+| Versions | v2.1 |
|
|
|
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [msgpack23/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/msgpack23/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install msgpack23
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("msgpack23")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### msquic (linux)
|
|
|
|
|
|
|
|
@@ -24047,7 +24071,7 @@ add_requires("newtondynamics4")
|
|
|
| -- | -- |
|
|
|
| Homepage | [http://nghttp2.org/](http://nghttp2.org/) |
|
|
|
| License | MIT |
|
|
|
-| Versions | 1.46.0, 1.58.0, 1.59.0, 1.60.0, 1.61.0, 1.62.0, 1.62.1, 1.63.0, 1.64.0 |
|
|
|
+| Versions | 1.46.0, 1.58.0, 1.59.0, 1.60.0, 1.61.0, 1.62.0, 1.62.1, 1.63.0, 1.64.0, 1.65.0 |
|
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [nghttp2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nghttp2/xmake.lua) |
|
|
|
|
|
@@ -32250,7 +32274,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+100, 3.46.0+0, 3.47.0+0, 3.47.0+100, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
|
|
|
+| 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+100, 3.45.0+200, 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-v8a, 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) |
|
|
|
|
|
@@ -34297,7 +34321,7 @@ add_requires("tinyxml")
|
|
|
| -- | -- |
|
|
|
| Homepage | [http://www.grinninglizard.com/tinyxml2/](http://www.grinninglizard.com/tinyxml2/) |
|
|
|
| License | zlib |
|
|
|
-| Versions | 8.0.0, 9.0.0, 10.0.0 |
|
|
|
+| Versions | 8.0.0, 9.0.0, 10.0.0, 11.0.0 |
|
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [tinyxml2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyxml2/xmake.lua) |
|
|
|
|
|
@@ -34679,7 +34703,7 @@ add_requires("transwarp")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/an-tao/trantor/](https://github.com/an-tao/trantor/) |
|
|
|
| License | BSD-3-Clause |
|
|
|
-| Versions | v1.3.0, v1.4.1, v1.5.0, v1.5.2, v1.5.5, v1.5.6, v1.5.7, v1.5.8, v1.5.14, v1.5.17, v1.5.18, v1.5.19, v1.5.20, v1.5.21, v1.5.22 |
|
|
|
+| Versions | v1.3.0, v1.4.1, v1.5.0, v1.5.2, v1.5.5, v1.5.6, v1.5.7, v1.5.8, v1.5.14, v1.5.17, v1.5.18, v1.5.19, v1.5.20, v1.5.21, v1.5.22, v1.5.23 |
|
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [trantor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/trantor/xmake.lua) |
|
|
|
|
|
@@ -35850,7 +35874,7 @@ add_requires("visit_struct")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/charles-lunarg/vk-bootstrap](https://github.com/charles-lunarg/vk-bootstrap) |
|
|
|
| License | MIT |
|
|
|
-| Versions | v0.5, v0.6, v0.7, v1.3.268, v1.3.275, v1.3.280, v1.3.282, v1.3.283, v1.3.284, v1.3.285, v1.3.289, v1.3.290, v1.3.292, v1.3.295, v1.3.302, v1.4.307 |
|
|
|
+| Versions | v0.5, v0.6, v0.7, v1.3.268, v1.3.275, v1.3.280, v1.3.282, v1.3.283, v1.3.284, v1.3.285, v1.3.289, v1.3.290, v1.3.292, v1.3.295, v1.3.302, v1.4.307, v1.4.311 |
|
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [vk-bootstrap/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vk-bootstrap/xmake.lua) |
|
|
|
|
|
@@ -36591,7 +36615,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: 0x555fab141b40 |
|
|
|
+| License | table: 0x55dc922840a0 |
|
|
|
| Versions | 1.13 |
|
|
|
| Architectures | arm64-v8a, 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) |
|