Files
vcpkg/ports/ormpp/vcpkg.json
2026-01-07 00:32:18 -08:00

13 lines
301 B
JSON

{
"name": "ormpp",
"version": "0.2.0",
"description": "A modern C++ ORM library for MySQL, PostgreSQL, and SQLite",
"homepage": "https://github.com/qicosmos/ormpp",
"license": "Apache-2.0",
"supports": "linux | osx | (windows & !uwp)",
"dependencies": [
"frozen",
"iguana"
]
}