blob: 678672adbf44b366aa2cb5a3243811fc7ac2aadc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "ocilib",
"version": "4.8.0",
"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"
}
]
}
|