2020-08-06 05:08:18 +08:00
|
|
|
{
|
|
|
|
"name": "gmp",
|
2021-01-25 15:01:16 +08:00
|
|
|
"version-string": "6.2.1",
|
2021-09-21 00:31:13 +08:00
|
|
|
"port-version": 7,
|
2020-08-06 05:08:18 +08:00
|
|
|
"description": "The GNU Multiple Precision Arithmetic Library",
|
|
|
|
"homepage": "https://gmplib.org",
|
2021-03-17 02:45:07 +08:00
|
|
|
"supports": "!(windows & (arm | arm64))",
|
2020-08-06 05:08:18 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vs-yasm",
|
2021-04-30 07:13:35 +08:00
|
|
|
"host": true,
|
|
|
|
"platform": "windows"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "yasm-tool",
|
|
|
|
"host": true,
|
2020-08-06 05:08:18 +08:00
|
|
|
"platform": "windows"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|