aboutsummaryrefslogtreecommitdiff
path: root/ports/oatpp-postgresql/vcpkg.json
blob: 4872bbb3dd1d7c77533d582cd602c627ab9d983d (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "oatpp-postgresql",
  "version-string": "1.2.0",
  "port-version": 1,
  "description": "Oat++ PostgreSQL adapter for Oat++ ORM (alpha - not all datatypes are supported).",
  "homepage": "https://github.com/oatpp/oatpp-postgresql",
  "dependencies": [
    "libpq",
    "oatpp"
  ]
}