mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 05:19:08 +08:00
17 lines
420 B
JSON
17 lines
420 B
JSON
|
{
|
||
|
"name": "buck-yeh-bux-mariadb-client",
|
||
|
"version": "1.0.1",
|
||
|
"description": "Loose-coupled throw-on-error C++20 wrapper classes and utilities over mysql/mariadb Connector/C API",
|
||
|
"homepage": "https://github.com/buck-yeh/bux-mariadb-client",
|
||
|
"supports": "!(arm | uwp | osx)",
|
||
|
"dependencies": [
|
||
|
"buck-yeh-bux",
|
||
|
"fmt",
|
||
|
"libmariadb",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|