|
@@ -4291,6 +4291,30 @@ add_requires("cr")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### crashpad (macosx)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *Crashpad is a crash-reporting system.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://chromium.googlesource.com/crashpad/crashpad/+/refs/heads/main/README.md](https://chromium.googlesource.com/crashpad/crashpad/+/refs/heads/main/README.md) |
|
|
|
+| License | Apache-2.0 |
|
|
|
+| Versions | 2024.04.15 |
|
|
|
+| Architectures | arm64, x86_64 |
|
|
|
+| Definition | [crashpad/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crashpad/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install crashpad
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("crashpad")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### crc32c (macosx)
|
|
|
|
|
|
|
|
@@ -20106,7 +20130,7 @@ add_requires("openssl")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://www.openssl.org/](https://www.openssl.org/) |
|
|
|
| License | Apache-2.0 |
|
|
|
-| Versions | 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7 |
|
|
|
+| Versions | 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7, 3.0.14 |
|
|
|
| Architectures | arm64, x86_64 |
|
|
|
| Definition | [openssl3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openssl3/xmake.lua) |
|
|
|
|
|
@@ -25293,7 +25317,7 @@ add_requires("sqlcipher")
|
|
|
| -- | -- |
|
|
|
| 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 |
|
|
|
+| 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+200, 3.45.0+300, 3.45.0+100, 3.46.0+0 |
|
|
|
| Architectures | arm64, x86_64 |
|
|
|
| Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
|
|
|
|
|
@@ -28886,7 +28910,7 @@ add_requires("which")
|
|
|
| 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: 0x55c351178140 |
|
|
|
+| License | table: 0x55ea1097feb0 |
|
|
|
| Versions | 1.13 |
|
|
|
| Architectures | arm64, x86_64 |
|
|
|
| Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |
|