mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 12:49:44 +08:00
12 lines
294 B
JSON
12 lines
294 B
JSON
{
|
|
"name": "oatpp-postgresql",
|
|
"version-string": "1.2.0",
|
|
"port-version": 1,
|
|
"description": "Oat++ PostgreSQL adapter for Oat++ ORM (alpha - not all datatypes are supported).",
|
|
"homepage": "https://github.com/oatpp/oatpp-postgresql",
|
|
"dependencies": [
|
|
"libpq",
|
|
"oatpp"
|
|
]
|
|
}
|