vcpkg/ports/librdkafka/vcpkg.json
Alexander Smyslov 6d16cb553a
[librdkafka] upgrade version up to 2.0.2 (#29651)
* Add files via upload

* [new port] avro-cpp

* add boost-format

* remove comments

* remove comments

* [librdkafka] upgrade version up to 2.0.2

* [librdkafka] upgrade version up to 2.0.2

* fix remarks

* fix remarks

---------

Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
2023-02-16 10:23:09 -08:00

49 lines
882 B
JSON

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