pineapple/externals/vcpkg/ports/cpp-redis/vcpkg.json
2022-07-23 03:01:36 +02:00

19 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
}
]
}