vcpkg/ports/gmp/vcpkg.json

19 lines
381 B
JSON
Raw Normal View History

{
"name": "gmp",
"version-string": "6.2.1",
"port-version": 4,
"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"
}
]
}