mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:48:59 +08:00
12 lines
242 B
JSON
12 lines
242 B
JSON
{
|
|
"name": "oatpp-sqlite",
|
|
"version-string": "1.2.0",
|
|
"port-version": 1,
|
|
"description": "Oat++ SQLite adapter for Oat++ ORM.",
|
|
"homepage": "https://github.com/oatpp/oatpp-sqlite",
|
|
"dependencies": [
|
|
"oatpp",
|
|
"sqlite3"
|
|
]
|
|
}
|