mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-15 04:09:02 +08:00
27 lines
633 B
JSON
27 lines
633 B
JSON
{
|
|
"name": "sqlpp11-connector-mysql",
|
|
"version-string": "ci",
|
|
"description": "Overlay for an obsolete empty port in order to unblock sqlpp11 testing: platform-specific choice of testable implementation",
|
|
"homepage": "https://github.com/microsoft/vcpkg",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "sqlpp11",
|
|
"default-features": false,
|
|
"features": [
|
|
"mariadb"
|
|
],
|
|
"platform": "x86 & windows"
|
|
},
|
|
{
|
|
"name": "sqlpp11",
|
|
"default-features": false,
|
|
"features": [
|
|
"mysql"
|
|
],
|
|
"platform": "!(x86 & windows)"
|
|
}
|
|
]
|
|
}
|