{
  "name": "libmysql",
  "version": "8.0.32",
  "port-version": 6,
  "description": "A MySQL client library for C development",
  "homepage": "https://github.com/mysql/mysql-server",
  "license": "GPL-2.0-or-later",
  "supports": "!(windows & x86) & !uwp & !xbox",
  "dependencies": [
    "boost-algorithm",
    "boost-functional",
    "boost-geometry",
    "boost-graph",
    "boost-optional",
    "icu",
    "libevent",
    "lz4",
    {
      "name": "ncurses",
      "platform": "!windows | mingw"
    },
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}
