mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
23 lines
430 B
JSON
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
|
|
}
|
|
]
|
|
}
|