vcpkg/ports/hazelcast-cpp-client/vcpkg.json
ihsan demir d51426487a
[hazelcast-cpp-client] update for new release version 4.1.0 (#17724)
* Added the new hazelcast-cpp-client version 4.1.0.

* added the `git-tree` for hazelcast-cpp-client 4.1.0 version.
2021-05-13 13:27:00 -07:00

31 lines
764 B
JSON

{
"name": "hazelcast-cpp-client",
"version-semver": "4.1.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",
"supports": "!uwp",
"dependencies": [
"boost-any",
"boost-asio",
"boost-chrono",
"boost-format",
"boost-optional",
"boost-property-tree",
"boost-system",
"boost-thread",
"boost-uuid"
],
"features": {
"example": {
"description": "Build examples for Hazelcast C++ client"
},
"openssl": {
"description": "Build hazelcast C++ client with SSL support",
"dependencies": [
"openssl"
]
}
}
}