vcpkg/ports/pulsar-client-cpp/vcpkg.json
Yunze Xu 4d9c5616fe
[pulsar-client-cpp] Bump to 3.5.1 (#39215)
The latest 3.5.x releases have an `INTEGRATE_VCPKG` option that is
enabled to be compatible with vcpkg packages lookup so that the original
patch is not needed anymore. Besides, in this case, `asio` is depended
rather than `boost-asio`.
2024-06-11 12:39:38 -07:00

50 lines
964 B
JSON

{
"name": "pulsar-client-cpp",
"version": "3.5.1",
"description": "The Apache Pulsar C++ library",
"homepage": "https://github.com/apache/pulsar-client-cpp",
"license": "Apache-2.0",
"supports": "!(arm & windows) & !android",
"dependencies": [
"asio",
"boost-accumulators",
"boost-algorithm",
"boost-any",
"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"
]
}