mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:29:06 +08:00
22 lines
431 B
JSON
22 lines
431 B
JSON
{
|
|
"name": "mariadb-connector-cpp",
|
|
"version": "1.1.5",
|
|
"description": "Connector/c++ for MariaDB.",
|
|
"homepage": "https://mariadb.com/docs/appdev/connector-cpp/",
|
|
"license": "LGPL-2.1-or-later",
|
|
"dependencies": [
|
|
{
|
|
"name": "libmariadb",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|