aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libmysql/vcpkg.json
blob: cafaecce8832e21c7dce5b2714f71bb2002d7e16 (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
{
  "name": "libmysql",
  "version": "8.0.40",
  "description": "A MySQL client library for C development",
  "homepage": "https://github.com/mysql/mysql-server",
  "license": "GPL-2.0-or-later",
  "supports": "!android & !mingw & !uwp & !xbox",
  "dependencies": [
    "boost-algorithm",
    "boost-functional",
    "boost-geometry",
    "boost-graph",
    "boost-optional",
    {
      "name": "libmysql",
      "host": true
    },
    "lz4",
    {
      "name": "ncurses",
      "platform": "!windows | mingw"
    },
    "openssl",
    "rapidjson",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib",
    "zstd"
  ]
}