mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:49:00 +08:00
d3c432d955
* [hiredis] Fix include path * Update versions * Update ports/hiredis/vcpkg.json * Update versions/h-/hiredis.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
24 lines
501 B
JSON
24 lines
501 B
JSON
{
|
|
"name": "hiredis",
|
|
"version": "1.0.0",
|
|
"port-version": 1,
|
|
"description": "Hiredis is a minimalistic C client library for the Redis database.",
|
|
"homepage": "https://github.com/redis/hiredis",
|
|
"features": {
|
|
"example": {
|
|
"description": "Build example",
|
|
"dependencies": [
|
|
"libevent",
|
|
"libuv",
|
|
"pthread"
|
|
]
|
|
},
|
|
"ssl": {
|
|
"description": "Build hiredis_ssl for SSL support",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|