vcpkg/ports/flint/vcpkg.json
2023-10-02 20:00:19 -07:00

21 lines
362 B
JSON

{
"name": "flint",
"version-semver": "2.9.0",
"description": "Fast Library for Number Theory",
"homepage": "https://www.flintlib.org/",
"supports": "!uwp",
"dependencies": [
"gettimeofday",
"gmp",
"mpfr",
{
"name": "pthreads",
"platform": "windows"
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}