34 lines
654 B
JSON
Executable File
34 lines
654 B
JSON
Executable File
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|