mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-15 11:29:01 +08:00
64 lines
1.1 KiB
JSON
64 lines
1.1 KiB
JSON
{
|
|
"name": "vcpkg-ci-curl",
|
|
"version-date": "2024-03-05",
|
|
"description": "Port to force features of certain ports within CI",
|
|
"homepage": "https://github.com/microsoft/vcpkg",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"features": [
|
|
"idn"
|
|
]
|
|
},
|
|
{
|
|
"name": "curl",
|
|
"features": [
|
|
"c-ares",
|
|
"http2",
|
|
"zstd"
|
|
]
|
|
},
|
|
{
|
|
"$comment": "Known to break aws-sdk-cpp.",
|
|
"name": "curl",
|
|
"features": [
|
|
"brotli"
|
|
],
|
|
"platform": "!osx"
|
|
},
|
|
{
|
|
"name": "curl",
|
|
"features": [
|
|
"gsasl",
|
|
"mbedtls",
|
|
"openssl",
|
|
"psl"
|
|
],
|
|
"platform": "!uwp"
|
|
},
|
|
{
|
|
"name": "curl",
|
|
"features": [
|
|
"gssapi"
|
|
],
|
|
"platform": "linux | osx"
|
|
},
|
|
{
|
|
"name": "curl",
|
|
"features": [
|
|
"ldap",
|
|
"tool"
|
|
],
|
|
"platform": "!android & !uwp"
|
|
},
|
|
{
|
|
"name": "curl",
|
|
"features": [
|
|
"gnutls"
|
|
],
|
|
"platform": "!arm & !xbox"
|
|
}
|
|
]
|
|
}
|