aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mpir/vcpkg.json
blob: 9df67f4e5c11792247b23f88fdcee939801a543b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "mpir",
  "version-date": "2022-03-02",
  "port-version": 3,
  "description": "Multiple Precision Integers and Rationals",
  "homepage": "https://github.com/wbhart/mpir",
  "license": null,
  "supports": "!(uwp | arm)",
  "dependencies": [
    {
      "name": "vcpkg-msbuild",
      "host": true,
      "platform": "windows"
    }
  ]
}