2023-12-29 16:15:51 +08:00
|
|
|
{
|
|
|
|
"name": "pulsar-client-cpp",
|
2024-06-12 03:39:38 +08:00
|
|
|
"version": "3.5.1",
|
2024-06-22 04:39:50 +08:00
|
|
|
"port-version": 1,
|
2023-12-29 16:15:51 +08:00
|
|
|
"description": "The Apache Pulsar C++ library",
|
|
|
|
"homepage": "https://github.com/apache/pulsar-client-cpp",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"supports": "!(arm & windows) & !android",
|
|
|
|
"dependencies": [
|
2024-06-12 03:39:38 +08:00
|
|
|
"asio",
|
2023-12-29 16:15:51 +08:00
|
|
|
"boost-accumulators",
|
|
|
|
"boost-algorithm",
|
|
|
|
"boost-any",
|
|
|
|
"boost-circular-buffer",
|
|
|
|
"boost-date-time",
|
2024-02-02 04:08:46 +08:00
|
|
|
"boost-format",
|
2023-12-29 16:15:51 +08:00
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|