aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mgclient/vcpkg.json
blob: fa7dce93cdaa4de1a89d1f6787574215f3545b48 (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
{
  "name": "mgclient",
  "version": "1.4.5",
  "description": "C/C++ Memgraph Client ",
  "homepage": "https://github.com/memgraph/mgclient",
  "license": "Apache-2.0",
  "supports": "!android",
  "dependencies": [
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "cpp": {
      "description": "build header only cpp bindings"
    }
  }
}