mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 15:19:07 +08:00
22 lines
404 B
JSON
22 lines
404 B
JSON
{
|
|
"name": "libpqxx",
|
|
"version": "7.7.4",
|
|
"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
|
|
}
|
|
]
|
|
}
|