mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-11 16:59:02 +08:00
4d9c5616fe
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`.
50 lines
964 B
JSON
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"
|
|
]
|
|
}
|