mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-04 08:18:27 -05:00
19 lines
349 B
JSON
19 lines
349 B
JSON
|
{
|
||
|
"name": "libpqxx",
|
||
|
"version": "7.7.3",
|
||
|
"description": "The official C++ client API for PostgreSQL",
|
||
|
"homepage": "https://www.postgresql.org/",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"dependencies": [
|
||
|
"libpq",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|