1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
{
"name": "opencolorio",
"version-semver": "2.4.2",
"description": "OpenColorIO (OCIO) is a complete color management solution geared towards motion picture production with an emphasis on visual effects and computer animation. OCIO provides a straightforward and consistent user experience across all supporting applications while allowing for sophisticated back-end configuration options suitable for high-end production usage. OCIO is compatible with the Academy Color Encoding Specification (ACES) and is LUT-format agnostic, supporting many popular formats.",
"homepage": "https://opencolorio.org/",
"license": "BSD-3-Clause",
"supports": "!uwp",
"dependencies": [
"expat",
"imath",
{
"name": "minizip-ng",
"default-features": false,
"features": [
"zlib"
]
},
"pystring",
{
"name": "sse2neon",
"platform": "arm"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"yaml-cpp"
],
"features": {
"tools": {
"description": "Installs tools",
"dependencies": [
{
"name": "glew",
"platform": "!ios & !osx"
},
"lcms",
"openexr",
"opengl"
]
}
}
}
|