2021-09-09 16:24:04 +08:00
{
"name" : "dcmtk" ,
2022-07-23 02:07:51 +08:00
"version" : "3.6.7" ,
2023-12-05 09:24:32 +08:00
"port-version" : 6 ,
2021-11-19 13:02:06 +08:00
"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." ,
2022-07-23 02:07:51 +08:00
"homepage" : "https://github.com/DCMTK/dcmtk" ,
"license" : "BSD-3-Clause OR BSD-2-Clause OR libtiff OR MIT OR Zlib OR Libpng" ,
2022-11-04 06:16:39 +08:00
"supports" : "!(windows & arm)" ,
2021-11-19 13:02:06 +08:00
"dependencies" : [
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
2022-08-13 06:42:05 +08:00
] ,
"features" : {
"iconv" : {
"description" : "Enable Iconv support" ,
"dependencies" : [
"libiconv"
]
} ,
"icu" : {
"description" : "Enable ICU support" ,
"dependencies" : [
"icu"
]
} ,
"openssl" : {
"description" : "Enable OpenSSL" ,
"dependencies" : [
"openssl"
]
} ,
"png" : {
"description" : "Enable PNG support" ,
"dependencies" : [
"libpng"
]
} ,
"tiff" : {
"description" : "Enable TIFF support" ,
"dependencies" : [
"tiff"
]
} ,
"tools" : {
"description" : "Build apps"
} ,
"xml2" : {
"description" : "Enable XML support" ,
"dependencies" : [
"libxml2"
]
} ,
"zlib" : {
"description" : "Enable zlib support" ,
"dependencies" : [
"zlib"
]
}
}
2021-09-09 16:24:04 +08:00
}