28 lines
554 B
JSON
Executable file
28 lines
554 B
JSON
Executable file
{
|
|
"name": "libmysql",
|
|
"version": "8.0.20",
|
|
"port-version": 6,
|
|
"description": "A MySQL client library for C development",
|
|
"homepage": "https://github.com/mysql/mysql-server",
|
|
"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"
|
|
]
|
|
}
|