mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 17:29:02 +08:00
5edd518dc3
* [macos ci] update to 2022-01-03 * update the instructions * forgot to update azure-pipelines-osx.yml * install parallels in Install-Prerequisites.ps1 * oops * fix ace, libsoundio, and libpqxx * tensorflow doesn't yet support macOS 12
19 lines
348 B
JSON
19 lines
348 B
JSON
{
|
|
"name": "libpqxx",
|
|
"version-semver": "7.6.0",
|
|
"port-version": 3,
|
|
"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
|
|
}
|
|
]
|
|
}
|