aboutsummaryrefslogtreecommitdiff
path: root/ports/cfitsio/vcpkg.json
blob: fe2794b54221dbcc9460ec7589de1e1f75abdbc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "cfitsio",
  "version": "3.49",
  "port-version": 1,
  "description": "Library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format",
  "homepage": "https://heasarc.gsfc.nasa.gov/fitsio/",
  "dependencies": [
    "zlib"
  ],
  "features": {
    "curl": {
      "description": "UseCurl",
      "dependencies": [
        "curl"
      ]
    },
    "pthreads": {
      "description": "Thread-safe build (using pthreads)",
      "dependencies": [
        {
          "name": "pthreads",
          "platform": "windows"
        }
      ]
    }
  }
}