mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
6fd8355aff
* [ccfits] Fix usage * update version * fix header name * update baseline record
11 lines
339 B
JSON
11 lines
339 B
JSON
{
|
|
"name": "ccfits",
|
|
"version": "2.5",
|
|
"port-version": 7,
|
|
"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",
|
|
"dependencies": [
|
|
"cfitsio"
|
|
]
|
|
}
|