aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libpqxx/vcpkg.json
blob: eae6f92ae57f44e43c60397b708b13681f656e4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "libpqxx",
  "version": "7.10.1",
  "description": [
    "The official* C++ client API for PostgreSQL.",
    "*) NB https://pqxx.org/libpqxx/faq/"
  ],
  "homepage": "https://pqxx.org/libpqxx/",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "libpq",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}