vcpkg/ports/hazelcast-cpp-client/vcpkg.json
Ali Keles dde86bebcc
[hazelcast-cpp-client] update to v5.2.0 (#30249)
* Update hazelcast-cpp-client to 5.2.0

* run vcpkg x-add-version --all

* review changes

* vcpkg x-add-version --all
2023-03-20 11:47:04 -07:00

41 lines
941 B
JSON

{
"name": "hazelcast-cpp-client",
"version": "5.2.0",
"description": "C++ client library for Hazelcast in-memory database.",
"homepage": "https://github.com/hazelcast/hazelcast-cpp-client",
"documentation": "http://hazelcast.github.io/hazelcast-cpp-client/index.html",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
"boost-any",
"boost-asio",
"boost-chrono",
"boost-format",
"boost-multiprecision",
"boost-optional",
"boost-property-tree",
"boost-system",
"boost-thread",
"boost-uuid",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"example": {
"description": "Build examples for Hazelcast C++ client"
},
"openssl": {
"description": "Build hazelcast C++ client with SSL support",
"dependencies": [
"openssl"
]
}
}
}