vcpkg/ports/libmysql/vcpkg.json
Alexander Neumann 833015f5aa
[libmysql] remove duplicated symbols (#32223)
* [libmysql] fix duplicated symbols

* v db
2023-06-26 20:26:55 -07:00

34 lines
670 B
JSON

{
"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"
]
}