aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ismrmrd/vcpkg.json
blob: f9214cbb0442bc43d85e16f6eb35835526983d5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "ismrmrd",
  "version": "1.14.1",
  "port-version": 1,
  "description": "ISMRM Raw Data Format",
  "homepage": "https://github.com/ismrmrd/ismrmrd",
  "license": "BSD-3-Clause",
  "supports": "!(x86 | arm | wasm32)",
  "dependencies": [
    "hdf5",
    "pugixml",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}