mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
b4f29c5445
* [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 ebd658f0bf3b9bf608f725a570b9d33980301a91. * [sqlite-orm] Ran `.\vcpkg x-add-version sqlite-orm` again * [sqlite-orm] Removed unmerged 1.8.0 version from versions file
30 lines
587 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|