blob: 7f742a50c4727d5def89709067959d165cda9c5f (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "mpfr",
"version-string": "4.1.0",
"port-version": 1,
"description": "The MPFR library is a C library for multiple-precision floating-point computations with correct rounding",
"homepage": "https://www.mpfr.org",
"dependencies": [
"gmp"
]
}
|