zeek/auxil/vcpkg/ports/flint/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

22 lines
383 B
JSON

{
"name": "flint",
"version-semver": "2.9.0",
"port-version": 1,
"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
}
]
}