mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:48:59 +08:00
6ee0e916d3
* [libmysql] Re-fix dependency openssl * update version record * LF to CRLF * update version record
21 lines
425 B
JSON
21 lines
425 B
JSON
{
|
|
"name": "libmysql",
|
|
"version": "8.0.20",
|
|
"port-version": 2,
|
|
"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",
|
|
"zlib"
|
|
]
|
|
}
|