mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 11:19:00 +08:00
41d944f701
* [getdns/flint] Update to the latest version * [getdns/flint] Update to the latest version * [flint] Add unsupported on uwp * Update version files * [flint] Handle dllimport macro in header files * [arb] Update to 2.21.0 * [arb] Update to 2.2.1 and use upstream CMakeLists.txt * [arb] App patch * Update versions/a-/arb.json
21 lines
362 B
JSON
21 lines
362 B
JSON
{
|
|
"name": "flint",
|
|
"version-semver": "2.8.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
|
|
}
|
|
]
|
|
}
|