blob: 2c8e38d1da1f30e8d3f7f14d2d3a65b495d36e49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"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"
]
}
|