mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:19:00 +08:00
15 lines
365 B
JSON
15 lines
365 B
JSON
|
{
|
||
|
"name": "redis-plus-plus",
|
||
|
"version-semver": "1.2.3",
|
||
|
"description": "This is a C++ client for Redis. It's based on hiredis, and written in C++ 11",
|
||
|
"homepage": "https://github.com/sewenew/redis-plus-plus",
|
||
|
"dependencies": [
|
||
|
"hiredis"
|
||
|
],
|
||
|
"features": {
|
||
|
"cxx17": {
|
||
|
"description": "Build redis-plus-plus with cxx 17 standard"
|
||
|
}
|
||
|
}
|
||
|
}
|