vcpkg/ports/ismrmrd/vcpkg.json
2023-10-02 20:59:58 -07:00

22 lines
410 B
JSON

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