mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
13 lines
301 B
JSON
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"
|
|
]
|
|
}
|