vcpkg/ports/librdkafka/vcpkg.json
Alexander Smyslov 21ba00c5d5
[librdkafka] Upgrade up to 2.1.1 (#31266)
* [librdkafka] upgrade version up to 2.1.1

* [librdkafka] upgrade version up to 2.1.1

* Update ports/librdkafka/portfile.cmake

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* [librdkafka] upgrade version up to 2.1.1

* remove blank

* update version

---------

Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-05-05 11:12:49 -07:00

49 lines
882 B
JSON

{
"name": "librdkafka",
"version": "2.1.1",
"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"
]
}
}
}