mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 19:49:01 +08:00
b010f27895
* Fix vcpkg.jsons that don't conform with our schema iniparser's homepage is not a valid URI. ndevilla.free.fr/iniparser says that the homepage has moved to github, so just replaced it with that. Note that portfile.cmake already uses vcpkg_from_github. nifticlib was referring to a github organization and used vcpkg_from_github in its homepage. thor was missing a scheme. Using https gave an invalid certificate but http redirected to the site I put here. * Add licenses.
37 lines
828 B
JSON
37 lines
828 B
JSON
{
|
|
"name": "nifticlib",
|
|
"version-date": "2020-04-30",
|
|
"port-version": 2,
|
|
"description": "Nifticlib is a C I/O library for reading and writing files in the nifti-1 data format.",
|
|
"homepage": "https://github.com/NIFTI-Imaging/nifti_clib",
|
|
"license": null,
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"zlib"
|
|
],
|
|
"default-features": [
|
|
"nifti2",
|
|
"nifticdf"
|
|
],
|
|
"features": {
|
|
"cifti": {
|
|
"description": "Build cifti libraries and tools"
|
|
},
|
|
"fsl": {
|
|
"description": "Build fsl libraries and tools"
|
|
},
|
|
"nifti2": {
|
|
"description": "Build nifti2 libraries and tools"
|
|
},
|
|
"nifticdf": {
|
|
"description": "Build nifticdf libraries and tools"
|
|
},
|
|
"tests": {
|
|
"description": "Build tests"
|
|
},
|
|
"tools": {
|
|
"description": "Build tools"
|
|
}
|
|
}
|
|
}
|