mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
054637a2ae
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
42 lines
962 B
JSON
42 lines
962 B
JSON
{
|
|
"name": "hazelcast-cpp-client",
|
|
"version": "5.3.0",
|
|
"port-version": 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",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|