mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:29:00 +08:00
19 lines
348 B
JSON
19 lines
348 B
JSON
{
|
|
"name": "libpqxx",
|
|
"version-semver": "7.6.0",
|
|
"port-version": 1,
|
|
"description": "The official C++ client API for PostgreSQL",
|
|
"homepage": "https://www.postgresql.org/",
|
|
"dependencies": [
|
|
"libpq",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|