vcpkg/ports/sqlite-orm/vcpkg.json
klaus triendl b4f29c5445
[sqlite-orm] Update SQLite ORM to 1.8 (#28988)
* [sqlite-orm] Update to 1.8.0

* [sqlite-orm] Added "license" field to manifest

* [sqlite-orm] Update to 1.8.1

* [sqlite-orm] Corrected deprecated license

* [sqlite-orm] Removed unmerged 1.8.0 version from versions file

* [sqlite-orm] Revert: Removed unmerged 1.8.0 version from versions file

This reverts commit ebd658f0bf.

* [sqlite-orm] Ran `.\vcpkg x-add-version sqlite-orm` again

* [sqlite-orm] Removed unmerged 1.8.0 version from versions file
2023-01-30 17:16:22 -08:00

30 lines
587 B
JSON

{
"name": "sqlite-orm",
"version": "1.8.1",
"description": "SQLite ORM light header only library for modern C++",
"homepage": "https://github.com/fnc12/sqlite_orm",
"license": "AGPL-3.0-or-later OR MIT",
"dependencies": [
"sqlite3",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"example": {
"description": "Build examples"
},
"test": {
"description": "Build sqlite_orm unit tests",
"dependencies": [
"catch2"
]
}
}
}