|
@@ -1406,7 +1406,7 @@ add_requires("celero")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://uscilab.github.io/cereal/index.html](https://uscilab.github.io/cereal/index.html) |
|
|
|
| License | BSD-3-Clause |
|
|
|
-| Versions | 1.3.0, 1.3.1 |
|
|
|
+| Versions | 1.3.0, 1.3.1, 1.3.2 |
|
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [cereal/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cereal/xmake.lua) |
|
|
|
|
|
@@ -6027,6 +6027,30 @@ add_requires("imguizmo")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### immer (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *Library of persistent and immutable data structures written in C++.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://github.com/arximboldi/immer](https://github.com/arximboldi/immer) |
|
|
|
+| License | BSL-1.0 |
|
|
|
+| Versions | v0.8.0 |
|
|
|
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [immer/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/immer/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install immer
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("immer")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### indicators (linux)
|
|
|
|
|
|
|
|
@@ -7215,7 +7239,7 @@ add_requires("libde265")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/ebiggers/libdeflate](https://github.com/ebiggers/libdeflate) |
|
|
|
| License | MIT |
|
|
|
-| Versions | v1.10, v1.13, v1.15, v1.8 |
|
|
|
+| Versions | v1.10, v1.13, v1.15, v1.17, v1.8 |
|
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [libdeflate/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libdeflate/xmake.lua) |
|
|
|
|
|
@@ -10693,7 +10717,7 @@ add_requires("m4")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/Neargye/magic_enum](https://github.com/Neargye/magic_enum) |
|
|
|
| License | MIT |
|
|
|
-| Versions | v0.7.3, v0.8.0, v0.8.1 |
|
|
|
+| Versions | v0.7.3, v0.8.0, v0.8.1, v0.8.2 |
|
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [magic_enum/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/magic_enum/xmake.lua) |
|
|
|
|
|
@@ -15974,7 +15998,7 @@ add_requires("simde")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://simdjson.org](https://simdjson.org) |
|
|
|
| License | Apache-2.0 |
|
|
|
-| Versions | v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0 |
|
|
|
+| Versions | v0.9.5, v0.9.7, v1.0.0, v1.1.0, v3.0.0, v3.1.1 |
|
|
|
| Architectures | x86_64 |
|
|
|
| Definition | [simdjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simdjson/xmake.lua) |
|
|
|
|