2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "opencascade",
|
2023-09-14 06:32:26 +08:00
|
|
|
"version": "7.7.2",
|
2023-09-19 00:19:45 +08:00
|
|
|
"port-version": 1,
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "Open CASCADE Technology (OCCT) is an open-source software development platform for 3D CAD, CAM, CAE.",
|
2021-11-13 08:40:40 +08:00
|
|
|
"homepage": "https://github.com/Open-Cascade-SAS/OCCT",
|
2022-05-10 05:12:27 +08:00
|
|
|
"license": "LGPL-2.1",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "!(uwp | xbox | osx | arm)",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
2022-06-23 05:41:13 +08:00
|
|
|
"fontconfig",
|
2021-10-22 15:49:45 +08:00
|
|
|
"freetype",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"freeimage": {
|
|
|
|
"description": "Enable optional usage of freeimage",
|
|
|
|
"dependencies": [
|
|
|
|
"freeimage"
|
|
|
|
]
|
|
|
|
},
|
2021-10-22 15:49:45 +08:00
|
|
|
"rapidjson": {
|
|
|
|
"description": "Enable optional usage of rapidjson",
|
|
|
|
"dependencies": [
|
|
|
|
"rapidjson"
|
|
|
|
]
|
|
|
|
},
|
2023-04-29 07:13:02 +08:00
|
|
|
"samples": {
|
|
|
|
"description": "Enable optional samples"
|
|
|
|
},
|
2021-09-09 16:24:04 +08:00
|
|
|
"tbb": {
|
|
|
|
"description": "Enable optional usage of tbb",
|
|
|
|
"dependencies": [
|
|
|
|
"tbb"
|
|
|
|
]
|
2023-09-14 06:32:26 +08:00
|
|
|
},
|
|
|
|
"vtk": {
|
|
|
|
"description": "Enable optional usage of vtk",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vtk",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"opengl"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|