vcpkg/ports/gmp/vcpkg.json

21 lines
414 B
JSON
Raw Normal View History

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