{
  "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
    }
  ]
}