mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
b43873aa82
* [hiredis] update to 1.2.0 * update version
26 lines
513 B
JSON
26 lines
513 B
JSON
{
|
|
"name": "hiredis",
|
|
"version": "1.2.0",
|
|
"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": {
|
|
"ssl": {
|
|
"description": "Build hiredis_ssl for SSL support",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|