vcpkg/ports/oatpp-postgresql/vcpkg.json
2020-11-05 18:21:17 -08:00

12 lines
294 B
JSON

{
"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"
]
}