vcpkg/ports/ismrmrd/vcpkg.json
2023-10-03 17:22:16 -07:00

21 lines
389 B
JSON

{
"name": "ismrmrd",
"version": "1.13.7",
"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
}
]
}