aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cspice/vcpkg.json
blob: ca1ff02b842a2e4ea53b5e804430708e0b54e7f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "cspice",
  "version": "67",
  "port-version": 4,
  "description": "NASA C SPICE toolkit",
  "homepage": "https://naif.jpl.nasa.gov/naif/toolkit_C.html",
  "license": null,
  "supports": "!(arm & windows)",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}