Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

23 lines
430 B
JSON

{
"name": "nanodbc",
"version": "2.13.0",
"port-version": 8,
"description": "A small C++ wrapper for the native C ODBC API.",
"homepage": "https://github.com/nanodbc/nanodbc",
"supports": "!uwp",
"dependencies": [
{
"name": "unixodbc",
"platform": "!windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}