aboutsummaryrefslogtreecommitdiff
path: root/ports/libpqxx/vcpkg.json
blob: 3f493980a4253f8f9c5c11391539091a00baa94f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "libpqxx",
  "version-semver": "7.6.0",
  "port-version": 1,
  "description": "The official C++ client API for PostgreSQL",
  "homepage": "https://www.postgresql.org/",
  "dependencies": [
    "libpq",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}