aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/starlink-ast/vcpkg.json
blob: aa2ab3725b5c9608fe49f27be05bcfbec3d22a76 (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
{
  "name": "starlink-ast",
  "version": "9.2.12",
  "description": "The AST library provides a comprehensive range of facilities for attaching world coordinate systems to astronomical data, for retrieving and interpreting that information and for generating graphical output based on it",
  "homepage": "https://starlink.eao.hawaii.edu/starlink/AST",
  "license": null,
  "dependencies": [
    "cminpack"
  ],
  "features": {
    "pthreads": {
      "description": "Build with POSIX threads support",
      "dependencies": [
        "pthreads"
      ]
    },
    "yaml": {
      "description": "Build with YAML support",
      "dependencies": [
        "libyaml"
      ]
    }
  }
}