aboutsummaryrefslogtreecommitdiff
path: root/ports/libmysql/vcpkg.json
blob: 225ec74956eca1f0cabb45fef2328fc89f4436eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "libmysql",
  "version": "8.0.20",
  "port-version": 2,
  "description": "A MySQL client library for C development",
  "homepage": "https://github.com/mysql/mysql-server",
  "supports": "!(windows & x86) & !uwp",
  "dependencies": [
    "boost-algorithm",
    "boost-functional",
    "boost-geometry",
    "boost-graph",
    "boost-optional",
    "icu",
    "libevent",
    "lz4",
    "openssl",
    "zlib"
  ]
}