2021-03-17 02:47:27 +08:00
|
|
|
{
|
|
|
|
"name": "ocilib",
|
2023-02-11 03:13:06 +08:00
|
|
|
"version": "4.7.5",
|
2023-08-16 07:32:40 +08:00
|
|
|
"port-version": 3,
|
2021-03-17 02:47:27 +08:00
|
|
|
"description": "OCILIB is an open source and cross platform Oracle Driver that delivers efficient access to Oracle databases.",
|
|
|
|
"homepage": "https://vrogier.github.io/ocilib/",
|
2022-02-12 07:14:46 +08:00
|
|
|
"license": "Apache-2.0",
|
2023-08-16 07:32:40 +08:00
|
|
|
"supports": "!uwp & !(arm & windows)",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-msbuild",
|
|
|
|
"host": true,
|
|
|
|
"platform": "windows"
|
|
|
|
}
|
|
|
|
]
|
2021-03-17 02:47:27 +08:00
|
|
|
}
|