vcpkg/ports/gmp/vcpkg.json

18 lines
360 B
JSON
Raw Normal View History

{
"name": "gmp",
"version-string": "6.2.1-2",
"description": "The GNU Multiple Precision Arithmetic Library",
"homepage": "https://gmplib.org",
"supports": "windows & !(arm | arm64)",
"dependencies": [
{
"name": "vs-yasm",
"platform": "windows"
},
{
"name": "yasm-tool-helper",
"platform": "windows"
}
]
}