aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/unixodbc/vcpkg.json
blob: bdae2689830bd5b0a7f7d848e9adebf41673bc73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "unixodbc",
  "version": "2.3.14",
  "description": "unixODBC is an Open Source ODBC sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX",
  "homepage": "https://github.com/lurcher/unixODBC",
  "license": null,
  "supports": "linux | osx",
  "dependencies": [
    "libltdl",
    {
      "name": "vcpkg-make",
      "host": true
    }
  ]
}