aboutsummaryrefslogtreecommitdiff
path: root/ports/nanodbc/vcpkg.json
blob: bc62f207d1184617750078acf63dbf967a710d69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "nanodbc",
  "version": "2.13.0",
  "port-version": 5,
  "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
    }
  ]
}