mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 23:48:59 +08:00
d2dbf99615
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
16 lines
426 B
JSON
16 lines
426 B
JSON
{
|
|
"name": "ccfits",
|
|
"version": "2.5",
|
|
"port-version": 9,
|
|
"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
|
|
}
|
|
]
|
|
}
|