mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 20:23:41 +08:00
b7a1088ae9
* [yasm/yasm-tool] Incorporate yasm-tool into yasm * version * Fix merge issue * version * Add missing dependency feature * version * Apply suggestions * version
24 lines
454 B
JSON
24 lines
454 B
JSON
{
|
|
"name": "gmp",
|
|
"version-string": "6.2.1",
|
|
"port-version": 8,
|
|
"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",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
],
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|