mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
16 lines
308 B
JSON
16 lines
308 B
JSON
{
|
|
"name": "libodb-sqlite",
|
|
"version": "2.4.0",
|
|
"port-version": 12,
|
|
"description": "Sqlite support for the ODB ORM library",
|
|
"homepage": "https://www.codesynthesis.com/products/odb/",
|
|
"dependencies": [
|
|
"libodb",
|
|
"sqlite3",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|