mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
f2ae282c8d
* Updated the `hazelcast-cpp-client` version to 4.0.1 since we released this new patch release. * Updated the version for the latest commit using the command `./vcpkg x-add-version --overwrite-version hazelcast-cpp-client`. * [hazelcast-cpp-client] Restore version 4.0.0 to the db Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
31 lines
764 B
JSON
31 lines
764 B
JSON
{
|
|
"name": "hazelcast-cpp-client",
|
|
"version-semver": "4.0.1",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|