aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/oatpp-postgresql/vcpkg.json
blob: 01ce5d7a5a1f9633cf6dd1d58e440be8d5dbfa7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "oatpp-postgresql",
  "version": "1.3.0",
  "port-version": 1,
  "description": "Oat++ PostgreSQL adapter for Oat++ ORM (alpha - not all datatypes are supported).",
  "homepage": "https://github.com/oatpp/oatpp-postgresql",
  "license": "Apache-2.0",
  "dependencies": [
    "libpq",
    "oatpp",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}