vcpkg/ports/nanodbc/vcpkg.json

23 lines
430 B
JSON
Raw Normal View History

{
"name": "nanodbc",
"version": "2.13.0",
2023-11-24 14:54:52 +08:00
"port-version": 8,
"description": "A small C++ wrapper for the native C ODBC API.",
"homepage": "https://github.com/nanodbc/nanodbc",
2023-11-24 14:54:52 +08:00
"supports": "!uwp",
"dependencies": [
{
"name": "unixodbc",
"platform": "!windows"
2021-10-14 05:41:53 +08:00
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}