pineapple/externals/vcpkg/ports/libpqxx/vcpkg.json
2022-07-23 03:01:36 +02:00

18 lines
349 B
JSON
Executable file

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