vcpkg/ports/ccfits/vcpkg.json
2024-06-11 13:26:30 -07:00

16 lines
427 B
JSON

{
"name": "ccfits",
"version": "2.5",
"port-version": 12,
"description": "CCfits is an object oriented interface to the cfitsio library. It is designed to make the capabilities of cfitsio available to programmers working in C++.",
"homepage": "https://heasarc.gsfc.nasa.gov/fitsio/CCfits/",
"license": "NASA-1.3",
"dependencies": [
"cfitsio",
{
"name": "vcpkg-cmake",
"host": true
}
]
}