mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 16:49:02 +08:00
53 lines
902 B
JSON
53 lines
902 B
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": [
|
|
"http2",
|
|
"zstd"
|
|
]
|
|
},
|
|
{
|
|
"$comment": "Known to break aws-sdk-cpp.",
|
|
"name": "curl",
|
|
"features": [
|
|
"brotli"
|
|
],
|
|
"platform": "!osx"
|
|
},
|
|
{
|
|
"name": "curl",
|
|
"features": [
|
|
"idn"
|
|
]
|
|
},
|
|
{
|
|
"name": "curl",
|
|
"features": [
|
|
"psl"
|
|
],
|
|
"platform": "!uwp"
|
|
},
|
|
{
|
|
"name": "curl",
|
|
"features": [
|
|
"ldap",
|
|
"tool"
|
|
],
|
|
"platform": "!android & !uwp"
|
|
},
|
|
{
|
|
"name": "curl",
|
|
"features": [
|
|
"gssapi"
|
|
],
|
|
"platform": "linux | osx"
|
|
}
|
|
]
|
|
}
|