mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:19:08 +08:00
23 lines
425 B
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
|
|
}
|
|
]
|
|
}
|