2020-08-06 05:08:18 +08:00
|
|
|
{
|
|
|
|
"name": "gmp",
|
2024-03-02 06:35:31 +08:00
|
|
|
"version": "6.3.0",
|
2020-08-06 05:08:18 +08:00
|
|
|
"description": "The GNU Multiple Precision Arithmetic Library",
|
|
|
|
"homepage": "https://gmplib.org",
|
2022-08-19 01:39:56 +08:00
|
|
|
"license": "LGPL-3.0-only OR GPL-2.0-only",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "!xbox",
|
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-11-19 04:57:45 +08:00
|
|
|
"name": "vcpkg-cmake-get-vars",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"fat": {
|
|
|
|
"description": "Enable runtime selection of optimized low level routines",
|
2023-03-20 16:04:11 +08:00
|
|
|
"supports": "!windows | mingw"
|
2020-08-06 05:08:18 +08:00
|
|
|
}
|
2022-11-19 04:57:45 +08:00
|
|
|
}
|
2020-08-06 05:08:18 +08:00
|
|
|
}
|