2021-06-12 00:52:35 +08:00
|
|
|
{
|
|
|
|
"name": "redis-plus-plus",
|
2021-09-28 12:11:34 +08:00
|
|
|
"version-semver": "1.3.1",
|
2021-10-28 06:19:28 +08:00
|
|
|
"port-version": 1,
|
2021-06-12 00:52:35 +08:00
|
|
|
"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": [
|
2021-09-28 12:11:34 +08:00
|
|
|
"hiredis",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-06-12 00:52:35 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"cxx17": {
|
|
|
|
"description": "Build redis-plus-plus with cxx 17 standard"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|