vcpkg/ports/libpqxx/vcpkg.json
Frank 6a5e541af5
[libpqxx] update to 7.7.3 (#24366)
* [libpqxx] update to 7.7.3

* update version
2022-04-25 17:09:38 -07:00

19 lines
349 B
JSON

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