18 lines
343 B
JSON
Executable file
18 lines
343 B
JSON
Executable file
{
|
|
"name": "oatpp-sqlite",
|
|
"version": "1.3.0",
|
|
"description": "Oat++ SQLite adapter for Oat++ ORM.",
|
|
"homepage": "https://github.com/oatpp/oatpp-sqlite",
|
|
"dependencies": [
|
|
"oatpp",
|
|
"sqlite3",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|