mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 01:18:24 -05:00
12 lines
329 B
JSON
Executable File
12 lines
329 B
JSON
Executable File
{
|
|
"name": "openexr",
|
|
"version-string": "2.5.0",
|
|
"port-version": 3,
|
|
"description": "OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications",
|
|
"homepage": "https://www.openexr.com/",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|