25 lines
440 B
JSON
Raw Normal View History

2024-10-23 08:57:38 +02:00
{
"name": "vcpkg-ci-dcmtk",
"version-string": "ci",
"description": "Port to force features of dcmtk within CI",
"homepage": "https://github.com/microsoft/vcpkg",
"license": "MIT",
"dependencies": [
{
"name": "dcmtk",
"features": [
"iconv",
"openssl",
"tiff",
"tools",
"xml2",
"zlib"
]
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}