mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
11 lines
275 B
JSON
11 lines
275 B
JSON
{
|
|
"name": "mpfr",
|
|
"version": "4.2.0",
|
|
"description": "The MPFR library is a C library for multiple-precision floating-point computations with correct rounding",
|
|
"homepage": "https://www.mpfr.org",
|
|
"license": "LGPL-3.0-or-later",
|
|
"dependencies": [
|
|
"gmp"
|
|
]
|
|
}
|