vcpkg/ports/ocilib/vcpkg.json

16 lines
410 B
JSON
Raw Normal View History

{
"name": "ocilib",
2023-09-21 01:23:18 +08:00
"version": "4.7.6",
"description": "OCILIB is an open source and cross platform Oracle Driver that delivers efficient access to Oracle databases.",
"homepage": "https://vrogier.github.io/ocilib/",
"license": "Apache-2.0",
"supports": "!uwp & !(arm & windows)",
"dependencies": [
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows"
}
]
}