mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
16 lines
410 B
JSON
16 lines
410 B
JSON
{
|
|
"name": "ocilib",
|
|
"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"
|
|
}
|
|
]
|
|
}
|