vcpkg/ports/libpqxx/vcpkg.json

23 lines
425 B
JSON

{
"name": "libpqxx",
"version": "7.9.0",
"port-version": 1,
"description": "The official C++ client API for PostgreSQL",
"homepage": "https://www.postgresql.org/",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "libpq",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}