mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:39:01 +08:00
70f73854cb
* [libgnutls] macOS fix; additional optimizations - add missing macOS SDK CoreFoundation framework reference - add OpenSSL compatibility feature - explicitly disable libdane (was disabled implicitly due to a missing libunbound) - no need for autoconfig * [libgnutls] update versions * [libgwenhywfar] new port * [libgwenhywfar] add versions * [libgwenhywfar] use semver versioning scheme Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [libgwenhywfar] use semver versioning scheme Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [libgwenhywfar] update versions * [libgwenhywfar] make sure to fail a windows build * [libgwenhywfar] update versions Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
41 lines
850 B
JSON
41 lines
850 B
JSON
{
|
|
"name": "libgwenhywfar",
|
|
"version-semver": "5.6.0",
|
|
"description": "A helper library for networking and security applications and libraries",
|
|
"homepage": "https://www.aquamaniac.de/rdm/",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"libgcrypt",
|
|
{
|
|
"name": "libgnutls",
|
|
"features": [
|
|
"openssl"
|
|
]
|
|
}
|
|
],
|
|
"default-features": [
|
|
"cpp",
|
|
"libxml2"
|
|
],
|
|
"features": {
|
|
"cpp": {
|
|
"description": "C++ bindings"
|
|
},
|
|
"libxml2": {
|
|
"description": "Enables libXML2-depending functionality",
|
|
"dependencies": [
|
|
"libxml2"
|
|
]
|
|
},
|
|
"qt5": {
|
|
"description": "Qt bindings",
|
|
"dependencies": [
|
|
"qt5-base"
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Some helper tools provided by Gwenhywfar and useful for applications using it"
|
|
}
|
|
}
|
|
}
|