mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
3a4b722ff4
* Upgrade librdkafka up to v2.2.0 * Upgrade librdkafka up to v2.2.0 --------- Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
49 lines
882 B
JSON
49 lines
882 B
JSON
{
|
|
"name": "librdkafka",
|
|
"version": "2.2.0",
|
|
"description": "The Apache Kafka C/C++ library",
|
|
"homepage": "https://github.com/edenhill/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"
|
|
]
|
|
},
|
|
"snappy": {
|
|
"description": "Build with snappy"
|
|
},
|
|
"ssl": {
|
|
"description": "Build with OpenSSL",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
},
|
|
"zlib": {
|
|
"description": "Build with zlib",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
},
|
|
"zstd": {
|
|
"description": "Build with zstd",
|
|
"dependencies": [
|
|
"zstd"
|
|
]
|
|
}
|
|
}
|
|
}
|