mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
21 lines
389 B
JSON
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
|
|
}
|
|
]
|
|
}
|