blob: ab5e89652e7d11b97f99fa736280819214144acd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"name": "sqlite-orm",
"version-string": "1.6",
"port-version": 1,
"description": "SQLite ORM light header only library for modern C++",
"homepage": "https://github.com/fnc12/sqlite_orm",
"dependencies": [
"sqlite3"
],
"features": {
"example": {
"description": "Build examples"
},
"test": {
"description": "Build sqlite_orm unit tests",
"dependencies": [
"catch2"
]
}
}
}
|