mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 18:59:31 +08:00
11 lines
269 B
JSON
11 lines
269 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|