blob: 0e61b5d843390c7d92f26b0baa0f94f72bca406d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"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"
}
}
}
|