mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:29:07 +08:00
610d218625
* [redis-plus-plus] update to 1.2.3 * update version
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"
|
|
}
|
|
}
|
|
}
|