mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
5dfeed94bd
Co-authored-by: Monica <v-liumonica@microsoft.com>
37 lines
710 B
JSON
37 lines
710 B
JSON
{
|
|
"name": "libmysql",
|
|
"version": "8.0.40",
|
|
"description": "A MySQL client library for C development",
|
|
"homepage": "https://github.com/mysql/mysql-server",
|
|
"license": "GPL-2.0-or-later",
|
|
"supports": "!android & !mingw & !uwp & !xbox",
|
|
"dependencies": [
|
|
"boost-algorithm",
|
|
"boost-functional",
|
|
"boost-geometry",
|
|
"boost-graph",
|
|
"boost-optional",
|
|
{
|
|
"name": "libmysql",
|
|
"host": true
|
|
},
|
|
"lz4",
|
|
{
|
|
"name": "ncurses",
|
|
"platform": "!windows | mingw"
|
|
},
|
|
"openssl",
|
|
"rapidjson",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib",
|
|
"zstd"
|
|
]
|
|
}
|