yuzu/externals/vcpkg/ports/cpp-redis/vcpkg.json

20 lines
464 B
JSON
Executable File

{
"name": "cpp-redis",
"version": "4.3.1",
"port-version": 5,
"description": "cpp-redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.",
"homepage": "https://github.com/cpp-redis/cpp_redis",
"license": "MIT",
"dependencies": [
"tacopie",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}