vcpkg/ports/oatpp-sqlite/vcpkg.json

12 lines
242 B
JSON
Raw Normal View History

{
"name": "oatpp-sqlite",
"version-string": "1.2.0",
"port-version": 1,
"description": "Oat++ SQLite adapter for Oat++ ORM.",
"homepage": "https://github.com/oatpp/oatpp-sqlite",
"dependencies": [
"oatpp",
"sqlite3"
]
}