aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libodb-pgsql/vcpkg.json
blob: 59e2d48c141349d35886326129e5e229e8208c6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "libodb-pgsql",
  "version": "2.4.0",
  "port-version": 8,
  "description": "Description: PostgreSQL support for the ODB ORM library",
  "homepage": "https://www.codesynthesis.com/products/odb/",
  "dependencies": [
    "libodb",
    "libpq",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}