mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
35 lines
659 B
JSON
35 lines
659 B
JSON
{
|
|
"name": "minc",
|
|
"version": "2.4.6",
|
|
"description": "MINC - Medical Image NetCDF or MINC isn't netCDF",
|
|
"homepage": "https://github.com/BIC-MNI/libminc",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "hdf5",
|
|
"default-features": false
|
|
},
|
|
"nifticlib",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"minc1": {
|
|
"description": "Support minc1 file format, requires NETCDF",
|
|
"dependencies": [
|
|
{
|
|
"name": "netcdf-c",
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|