mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:19:08 +08:00
6fd6830d68
* [gmp] enable C++ support * [gmp] update versions
21 lines
414 B
JSON
21 lines
414 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|