vcpkg/ports/sqlite-modern-cpp/vcpkg.json
darrenbane-fc 95bfe3a766
[sqlite-modern-cpp] update (#37563)
Updates the version of SqliteModernCpp/sqlite-modern-cpp to the latest
commit, as the previous one was more than five years old
2024-03-28 17:39:12 -07:00

10 lines
230 B
JSON

{
"name": "sqlite-modern-cpp",
"version-date": "2023-12-03",
"description": "The C++14 wrapper around sqlite library",
"homepage": "https://github.com/aminroosta/sqlite_modern_cpp",
"dependencies": [
"sqlite3"
]
}