vcpkg/ports/ocilib/vcpkg.json
Alexander Neumann 2bfd2b07e6
[ocilib] msbuild (#33165)
* ocilib msbuild

* v db
2023-08-15 16:32:40 -07:00

17 lines
431 B
JSON

{
"name": "ocilib",
"version": "4.7.5",
"port-version": 3,
"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"
}
]
}