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