mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 12:40:11 +08:00
0032024513
* Add files via upload * [new port] avro-cpp * add boost-format * remove comments * remove comments * [librdkafka] Upgrade up to 1.8.2 * [librdkafka] Upgrade up to 1.8.2 * fix remarks * fix remarks * fix remarks * Update ports/librdkafka/vcpkg.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/librdkafka/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * fix remarks * fix remarks * fix remarks * fix remarks * fix remarks Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com> Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
47 lines
870 B
JSON
47 lines
870 B
JSON
{
|
|
"name": "librdkafka",
|
|
"version": "1.8.2",
|
|
"description": "The Apache Kafka C/C++ library",
|
|
"homepage": "https://github.com/edenhill/librdkafka",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"lz4": {
|
|
"description": "Enable external LZ4 library support",
|
|
"dependencies": [
|
|
"lz4"
|
|
]
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|