mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 11:42:15 +08:00
11 lines
322 B
JSON
11 lines
322 B
JSON
|
{
|
||
|
"name": "cpp-redis",
|
||
|
"version-string": "4.3.1",
|
||
|
"port-version": 3,
|
||
|
"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",
|
||
|
"dependencies": [
|
||
|
"tacopie"
|
||
|
]
|
||
|
}
|