mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:49:06 +08:00
35 lines
683 B
JSON
35 lines
683 B
JSON
{
|
|
"name": "hiredis",
|
|
"version": "1.0.2",
|
|
"port-version": 4,
|
|
"description": "Hiredis is a minimalistic C client library for the Redis database.",
|
|
"homepage": "https://github.com/redis/hiredis",
|
|
"license": "BSD-3-Clause",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|