diff options
Diffstat (limited to 'vcpkg/ports/oatpp-mongo/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/oatpp-mongo/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/oatpp-mongo/vcpkg.json b/vcpkg/ports/oatpp-mongo/vcpkg.json new file mode 100644 index 0000000..da880a9 --- /dev/null +++ b/vcpkg/ports/oatpp-mongo/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "oatpp-mongo", + "version": "1.3.0", + "port-version": 1, + "description": "Oat++ MongoDB adapter for Oat++ ORM (native client). It contains DTO to BSON mapper plus database driver.", + "homepage": "https://github.com/oatpp/oatpp-mongo", + "license": "Apache-2.0", + "dependencies": [ + "oatpp", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |