mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:19:01 +08:00
16a892c1fb
* freerdp fix single config * libassuan fix single config builds * libcanberra fix single config build * libmysql fix single config builds * libobd fix single config * libusb allow single config wrapper * nmap single config cleanup * spdk single config stuff * zeroc-ice fix single config * zopfli single config fix * use version date * v db * Revert unchanged libodb-pgsql port-version bump. Co-authored-by: Billy O'Neal <bion@microsoft.com>
34 lines
662 B
JSON
34 lines
662 B
JSON
{
|
|
"name": "libmysql",
|
|
"version": "8.0.20",
|
|
"port-version": 9,
|
|
"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",
|
|
"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"
|
|
]
|
|
}
|