2021-03-11 04:28:59 +08:00
|
|
|
{
|
|
|
|
"name": "libmysql",
|
|
|
|
"version": "8.0.20",
|
2022-07-23 05:38:57 +08:00
|
|
|
"port-version": 7,
|
2021-03-11 04:28:59 +08:00
|
|
|
"description": "A MySQL client library for C development",
|
|
|
|
"homepage": "https://github.com/mysql/mysql-server",
|
2022-07-23 05:38:57 +08:00
|
|
|
"license": "GPL-2.0-or-later",
|
2021-03-11 04:28:59 +08:00
|
|
|
"supports": "!(windows & x86) & !uwp",
|
|
|
|
"dependencies": [
|
|
|
|
"boost-algorithm",
|
|
|
|
"boost-functional",
|
|
|
|
"boost-geometry",
|
|
|
|
"boost-graph",
|
|
|
|
"boost-optional",
|
|
|
|
"icu",
|
|
|
|
"libevent",
|
|
|
|
"lz4",
|
|
|
|
"openssl",
|
2021-11-23 07:51:13 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-03-11 04:28:59 +08:00
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
}
|