aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/hiredis/vcpkg.json
blob: c9c4789dbdf8fd42b9eb119fdb4e05081ddd8407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "hiredis",
  "version": "1.3.0",
  "description": "Hiredis is a minimalistic C client library for the Redis database.",
  "homepage": "https://github.com/redis/hiredis",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "ssl": {
      "description": "Build hiredis_ssl for SSL support",
      "dependencies": [
        "openssl"
      ]
    }
  }
}