mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 16:39:00 +08:00
14 lines
279 B
JSON
14 lines
279 B
JSON
|
{
|
||
|
"name": "nanodbc",
|
||
|
"version": "2.13.0",
|
||
|
"port-version": 4,
|
||
|
"description": "A small C++ wrapper for the native C ODBC API.",
|
||
|
"homepage": "https://github.com/nanodbc/nanodbc",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "unixodbc",
|
||
|
"platform": "!windows"
|
||
|
}
|
||
|
]
|
||
|
}
|