mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-15 13:49:01 +08:00
a993be073c
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Jonliu1993 <13720414433@163.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com> Co-authored-by: buck-yeh <github-actions> Co-authored-by: Monica <liuyumei01@beyondsoft.com>
17 lines
441 B
JSON
17 lines
441 B
JSON
{
|
|
"name": "buck-yeh-bux-mariadb-client",
|
|
"version": "1.0.4",
|
|
"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",
|
|
"license": "MIT",
|
|
"supports": "!(android | linux | osx | uwp)",
|
|
"dependencies": [
|
|
"buck-yeh-bux",
|
|
"libmariadb",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|