2021-08-10 15:59:47 +08:00
|
|
|
{
|
|
|
|
"name": "libpqxx",
|
2022-04-26 08:09:38 +08:00
|
|
|
"version": "7.7.3",
|
2022-10-17 22:55:18 +08:00
|
|
|
"port-version": 1,
|
2021-08-10 15:59:47 +08:00
|
|
|
"description": "The official C++ client API for PostgreSQL",
|
|
|
|
"homepage": "https://www.postgresql.org/",
|
2022-04-26 08:09:38 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2021-08-10 15:59:47 +08:00
|
|
|
"dependencies": [
|
2022-10-17 22:55:18 +08:00
|
|
|
{
|
|
|
|
"name": "libpq",
|
|
|
|
"default-features": false
|
|
|
|
},
|
2021-09-11 09:29:46 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-08-10 15:59:47 +08:00
|
|
|
]
|
|
|
|
}
|