aboutsummaryrefslogtreecommitdiff
path: root/ports/flint/vcpkg.json
blob: 520dc5a810f38fe2d6712e2287233c7b57d45e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "flint",
  "version-string": "2.5.2",
  "port-version": 5,
  "description": "Fast Library for Number Theory",
  "homepage": "https://www.flintlib.org/",
  "dependencies": [
    "gettimeofday",
    "mpfr",
    "mpir",
    "pthreads"
  ]
}