mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 11:39:01 +08:00
12 lines
318 B
JSON
12 lines
318 B
JSON
|
{
|
||
|
"name": "mpc",
|
||
|
"version-string": "1.2.0",
|
||
|
"port-version": 1,
|
||
|
"description": "GNU MPC is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result.",
|
||
|
"homepage": "http://www.multiprecision.org/mpc/",
|
||
|
"dependencies": [
|
||
|
"gmp",
|
||
|
"mpfr"
|
||
|
]
|
||
|
}
|