vcpkg/ports/oatpp-postgresql/vcpkg.json
autoantwort fe6e4b711f
[oatpp] update to 1.2.5 (#17601)
* [oatpp] update to 1.2.5

* add version files

* update oatcpp libs to 1.2.5

* add version files

* use version instead of version string

* add version files

* update hashes

* add version files

* fix windows build

* add version files

* fix windows build

* add version files
2021-05-18 00:41:30 -07:00

11 lines
266 B
JSON

{
"name": "oatpp-postgresql",
"version": "1.2.5",
"description": "Oat++ PostgreSQL adapter for Oat++ ORM (alpha - not all datatypes are supported).",
"homepage": "https://github.com/oatpp/oatpp-postgresql",
"dependencies": [
"libpq",
"oatpp"
]
}