mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 02:19:03 +08:00
74a66f663d
* [mysql-connector-cpp] Upgrade to 8.0.30 * version DB * [mysql-connector-cpp] remove arm supports * [mysql-connector-cpp] version DB
20 lines
477 B
JSON
20 lines
477 B
JSON
{
|
|
"name": "mysql-connector-cpp",
|
|
"version": "8.0.30",
|
|
"description": "This is a release of MySQL Connector/C++, the C++ interface for communicating with MySQL servers.",
|
|
"homepage": "https://github.com/mysql/mysql-connector-cpp",
|
|
"license": null,
|
|
"supports": "!uwp & !(windows & (arm | arm64))",
|
|
"dependencies": [
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|