blob: 7124381b9978bdb5f80064b9a9e370b4bdf0dce8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "ccfits",
"version": "2.5",
"port-version": 8,
"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",
{
"name": "vcpkg-cmake",
"host": true
}
]
}
|