aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/supernovas/vcpkg.json
blob: 2ee5099d18650bf62c5aada8810fd0c3ca399f7e (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": "supernovas",
  "version": "1.5.0",
  "description": "SuperNOVAS C/C++ high-precision astrometry library",
  "homepage": "https://smithsonian.github.io/SuperNOVAS/",
  "documentation": "https://smithsonian.github.io/SuperNOVAS/doc/html/",
  "license": "Unlicense",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "solsys-calceph": {
      "description": "Solar-system ephemeris support via the CALCEPH library",
      "supports": "!uwp",
      "dependencies": [
        "calceph"
      ]
    }
  }
}