2021-09-09 01:24:04 -07:00
|
|
|
{
|
|
|
|
"name": "nifticlib",
|
2022-07-25 16:41:00 -07:00
|
|
|
"version-date": "2020-04-30",
|
2023-03-14 20:09:03 +01:00
|
|
|
"port-version": 4,
|
2021-09-09 01:24:04 -07:00
|
|
|
"description": "Nifticlib is a C I/O library for reading and writing files in the nifti-1 data format.",
|
2022-07-25 16:41:00 -07:00
|
|
|
"homepage": "https://github.com/NIFTI-Imaging/nifti_clib",
|
|
|
|
"license": null,
|
2021-09-09 01:24:04 -07:00
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
2023-02-03 23:22:38 +01:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-09-09 01:24:04 -07:00
|
|
|
"zlib"
|
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"nifti2",
|
|
|
|
"nifticdf"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"cifti": {
|
2023-02-03 23:22:38 +01:00
|
|
|
"description": "Build cifti libraries"
|
2021-09-09 01:24:04 -07:00
|
|
|
},
|
|
|
|
"fsl": {
|
2023-02-03 23:22:38 +01:00
|
|
|
"description": "Build fsl libraries"
|
2021-09-09 01:24:04 -07:00
|
|
|
},
|
|
|
|
"nifti2": {
|
2023-02-03 23:22:38 +01:00
|
|
|
"description": "Build nifti2 libraries"
|
2021-09-09 01:24:04 -07:00
|
|
|
},
|
|
|
|
"nifticdf": {
|
2023-02-03 23:22:38 +01:00
|
|
|
"description": "Build nifticdf libraries"
|
2021-09-09 01:24:04 -07:00
|
|
|
},
|
|
|
|
"tools": {
|
2023-02-03 23:22:38 +01:00
|
|
|
"description": "Builds the core tool and the tools for 'nifti2' and 'nifticdf' if selected"
|
2021-09-09 01:24:04 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|