yuzu/externals/vcpkg/ports/mpc/vcpkg.json

12 lines
311 B
JSON
Executable File

{
"name": "mpc",
"version": "1.2.0",
"port-version": 2,
"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"
]
}