aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mysql-connector-cpp/vcpkg.json
blob: 95edfbfb4db2a0891cc6529cb6ef4e71b0a02d20 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "name": "mysql-connector-cpp",
  "version": "9.1.0",
  "port-version": 4,
  "description": "This is a release of MySQL Connector/C++, the C++ interface for communicating with MySQL servers.",
  "homepage": "https://github.com/mysql/mysql-connector-cpp",
  "license": null,
  "supports": "!android & !uwp",
  "dependencies": [
    "lz4",
    {
      "name": "mysql-connector-cpp",
      "host": true,
      "platform": "!windows | mingw"
    },
    "openssl",
    "protobuf",
    {
      "name": "protobuf",
      "host": true
    },
    "rapidjson",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib",
    "zstd"
  ],
  "features": {
    "jdbc": {
      "description": "Legacy C++ API based on the JDBC4 specification.",
      "supports": "static",
      "dependencies": [
        "libmysql"
      ]
    }
  }
}