aboutsummaryrefslogtreecommitdiff
path: root/ports/gmp/vcpkg.json
blob: f907a9babdb175447e86eff2cbee3ffac182eb9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "gmp",
  "version-string": "6.2.1",
  "port-version": 7,
  "description": "The GNU Multiple Precision Arithmetic Library",
  "homepage": "https://gmplib.org",
  "supports": "!(windows & (arm | arm64))",
  "dependencies": [
    {
      "name": "vs-yasm",
      "host": true,
      "platform": "windows"
    },
    {
      "name": "yasm-tool",
      "host": true,
      "platform": "windows"
    }
  ]
}