mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:19:07 +08:00
8ead9c2674
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 3 * version * typo * version * typo * version * Fix params * version * deprecated vcpkg_extract_source_archive_ex * version * fix arguments * version * Rename argument * version * Deprecate vcpkg_extract_source_archive_ex * version --------- Co-authored-by: jyu49 <yu_jack@apple.com>
16 lines
308 B
JSON
16 lines
308 B
JSON
{
|
|
"name": "libodb-sqlite",
|
|
"version": "2.4.0",
|
|
"port-version": 11,
|
|
"description": "Sqlite support for the ODB ORM library",
|
|
"homepage": "https://www.codesynthesis.com/products/odb/",
|
|
"dependencies": [
|
|
"libodb",
|
|
"sqlite3",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|