mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 15:39:00 +08:00
a84a8437c9
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
30 lines
587 B
JSON
30 lines
587 B
JSON
{
|
|
"name": "libmysql",
|
|
"version": "8.0.20",
|
|
"port-version": 7,
|
|
"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",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|