vcpkg/ports/ismrmrd/vcpkg.json
2024-10-07 15:10:22 -04:00

21 lines
389 B
JSON

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