vcpkg/ports/hiredis/vcpkg.json

24 lines
501 B
JSON
Raw Normal View History

{
"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"
]
}
}
}