aboutsummaryrefslogtreecommitdiff
path: root/ports/gdcm/vcpkg.json
blob: 78e3866995ac26b65e9d7d650ae455afc45c9d8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "gdcm",
  "version-string": "3.0.7",
  "port-version": 2,
  "description": "Grassroots DICOM library",
  "homepage": "https://github.com/malaterre/GDCM",
  "supports": "!uwp & !(windows & (arm | arm64))",
  "dependencies": [
    "expat",
    "openjpeg",
    "zlib"
  ]
}