aboutsummaryrefslogtreecommitdiff
path: root/ports/gmp/vcpkg.json
blob: 77b237197aa826093aee61f2ac8344c4269d5839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "gmp",
  "version-string": "6.2.0",
  "port-version": 3,
  "description": "The GNU Multiple Precision Arithmetic Library",
  "homepage": "https://gmplib.org",
  "dependencies": [
    {
      "name": "vs-yasm",
      "platform": "windows"
    }
  ]
}