vcpkg/ports/hiredis/vcpkg.json
Vitaly 977c4b612d
[hiredis] Fix static build (#22038)
* [hiredis] Fix static build

* Update version database
2021-12-15 10:58:34 -08:00

34 lines
654 B
JSON

{
"name": "hiredis",
"version": "1.0.2",
"port-version": 3,
"description": "Hiredis is a minimalistic C client library for the Redis database.",
"homepage": "https://github.com/redis/hiredis",
"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"
]
}
}
}