2020-08-06 05:08:18 +08:00
|
|
|
{
|
|
|
|
"name": "gmp",
|
2022-03-24 03:14:40 +08:00
|
|
|
"version": "6.2.1",
|
2022-06-16 01:58:03 +08:00
|
|
|
"port-version": 10,
|
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": [
|
|
|
|
{
|
2022-03-24 03:14:40 +08:00
|
|
|
"name": "gmp",
|
|
|
|
"host": true
|
2021-04-30 07:13:35 +08:00
|
|
|
},
|
|
|
|
{
|
2022-02-25 02:50:02 +08:00
|
|
|
"name": "yasm",
|
2021-04-30 07:13:35 +08:00
|
|
|
"host": true,
|
2022-02-25 02:50:02 +08:00
|
|
|
"features": [
|
|
|
|
"tools"
|
|
|
|
],
|
2020-08-06 05:08:18 +08:00
|
|
|
"platform": "windows"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|