mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
52 lines
943 B
JSON
52 lines
943 B
JSON
{
|
|
"name": "librdkafka",
|
|
"version": "2.6.0",
|
|
"description": "The Apache Kafka C/C++ library",
|
|
"homepage": "https://github.com/confluentinc/librdkafka",
|
|
"license": null,
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"lz4",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"curl": {
|
|
"description": "Build with curl",
|
|
"dependencies": [
|
|
"curl"
|
|
]
|
|
},
|
|
"sasl": {
|
|
"description": "Build with sasl/gssapi",
|
|
"dependencies": [
|
|
"cyrus-sasl"
|
|
]
|
|
},
|
|
"ssl": {
|
|
"description": "Build with OpenSSL",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
},
|
|
"zlib": {
|
|
"description": "Build with zlib",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
},
|
|
"zstd": {
|
|
"description": "Build with zstd",
|
|
"dependencies": [
|
|
"zstd"
|
|
]
|
|
}
|
|
}
|
|
}
|