blob: dd550468d4d0701e06e6e477a180be1d9e9dd077 (
plain)
1
2
3
4
5
6
7
8
9
|
{
"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"
]
}
|