mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:59:55 +08:00
cf20e29526
macOS 14.2.1 on amd64, 14.3 on arm64 XCode Console Tools 15.1 Other changes: macOS install is done from the installers rather than from the recovery partition readme.md is now written for a vcpkg-team audience vagrant is removed as a dependency so that discussion of how to persist the VMs between machines could be included arm64 is added using https://github.com/s-u/macosvm
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"name": "libgwenhywfar",
|
|
"version-semver": "5.6.0",
|
|
"port-version": 5,
|
|
"description": "A helper library for networking and security applications and libraries",
|
|
"homepage": "https://www.aquamaniac.de/rdm/",
|
|
"supports": "!windows & !(osx & arm64)",
|
|
"dependencies": [
|
|
"libgcrypt",
|
|
{
|
|
"name": "libgnutls",
|
|
"features": [
|
|
"openssl"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"cpp",
|
|
"libxml2"
|
|
],
|
|
"features": {
|
|
"cpp": {
|
|
"description": "C++ bindings"
|
|
},
|
|
"libxml2": {
|
|
"description": "Enables libXML2-depending functionality",
|
|
"dependencies": [
|
|
{
|
|
"name": "libxml2",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"qt5": {
|
|
"description": "Qt bindings",
|
|
"dependencies": [
|
|
{
|
|
"name": "qt5-base",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Some helper tools provided by Gwenhywfar and useful for applications using it"
|
|
}
|
|
}
|
|
}
|