vcpkg/ports/oatpp-mongo/vcpkg.json

11 lines
295 B
JSON
Raw Normal View History

{
"name": "oatpp-mongo",
"version-string": "1.2.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",
"dependencies": [
"oatpp"
]
}