mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
1e421cc5d3
* Update hiredis to 1.0.2 * Update CI baseline * Fix static builds of examples * Update git-tree hash Co-authored-by: chausner <chausner@users.noreply.github.com>
34 lines
671 B
JSON
34 lines
671 B
JSON
{
|
|
"name": "hiredis",
|
|
"version": "1.0.2",
|
|
"description": "Hiredis is a minimalistic C client library for the Redis database.",
|
|
"homepage": "https://github.com/redis/hiredis",
|
|
"supports": "!(windows & !static)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"example": {
|
|
"description": "Build example",
|
|
"dependencies": [
|
|
"libevent",
|
|
"libuv",
|
|
"pthread"
|
|
]
|
|
},
|
|
"ssl": {
|
|
"description": "Build hiredis_ssl for SSL support",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|