vcpkg/ports/pulsar-client-cpp/vcpkg.json
2024-02-01 12:08:46 -08:00

51 lines
991 B
JSON

{
"name": "pulsar-client-cpp",
"version": "3.4.2",
"port-version": 2,
"description": "The Apache Pulsar C++ library",
"homepage": "https://github.com/apache/pulsar-client-cpp",
"license": "Apache-2.0",
"supports": "!(arm & windows) & !android",
"dependencies": [
"boost-accumulators",
"boost-algorithm",
"boost-any",
"boost-asio",
"boost-circular-buffer",
"boost-date-time",
"boost-format",
"boost-predef",
"boost-property-tree",
"boost-random",
"boost-serialization",
"boost-xpressive",
{
"name": "curl",
"default-features": false,
"features": [
"openssl"
]
},
{
"name": "dlfcn-win32",
"platform": "windows"
},
"openssl",
{
"name": "protobuf",
"version>=": "3.21.12"
},
"snappy",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib",
"zstd"
]
}