diff options
Diffstat (limited to 'vcpkg/ports/oatpp-postgresql/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/oatpp-postgresql/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/oatpp-postgresql/vcpkg.json b/vcpkg/ports/oatpp-postgresql/vcpkg.json new file mode 100644 index 0000000..01ce5d7 --- /dev/null +++ b/vcpkg/ports/oatpp-postgresql/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "oatpp-postgresql", + "version": "1.3.0", + "port-version": 1, + "description": "Oat++ PostgreSQL adapter for Oat++ ORM (alpha - not all datatypes are supported).", + "homepage": "https://github.com/oatpp/oatpp-postgresql", + "license": "Apache-2.0", + "dependencies": [ + "libpq", + "oatpp", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |