21 lines
408 B
JSON
Executable file
21 lines
408 B
JSON
Executable file
{
|
|
"name": "nanodbc",
|
|
"version": "2.13.0",
|
|
"port-version": 6,
|
|
"description": "A small C++ wrapper for the native C ODBC API.",
|
|
"homepage": "https://github.com/nanodbc/nanodbc",
|
|
"dependencies": [
|
|
{
|
|
"name": "unixodbc",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|