pineapple/externals/vcpkg/ports/dcmtk/vcpkg.json
2022-07-23 03:01:36 +02:00

17 lines
462 B
JSON
Executable file

{
"name": "dcmtk",
"version": "3.6.6",
"port-version": 3,
"description": "This DICOM ToolKit (DCMTK) package consists of source code, documentation and installation instructions for a set of software libraries and applications implementing part of the DICOM/MEDICOM Standard.",
"supports": "!arm",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}