Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

22 lines
405 B
JSON

{
"name": "libpqxx",
"version": "7.10.0",
"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
}
]
}