aboutsummaryrefslogtreecommitdiff
path: root/ports/redis-plus-plus/vcpkg.json
blob: b67b176b7c8fe904513ac280004e01f15e866a37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "redis-plus-plus",
  "version-semver": "1.3.1",
  "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",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "cxx17": {
      "description": "Build redis-plus-plus with cxx 17 standard"
    }
  }
}