mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 00:09:01 +08:00
fe6e4b711f
* [oatpp] update to 1.2.5 * add version files * update oatcpp libs to 1.2.5 * add version files * use version instead of version string * add version files * update hashes * add version files * fix windows build * add version files * fix windows build * add version files
11 lines
214 B
JSON
11 lines
214 B
JSON
{
|
|
"name": "oatpp-sqlite",
|
|
"version": "1.2.5",
|
|
"description": "Oat++ SQLite adapter for Oat++ ORM.",
|
|
"homepage": "https://github.com/oatpp/oatpp-sqlite",
|
|
"dependencies": [
|
|
"oatpp",
|
|
"sqlite3"
|
|
]
|
|
}
|