mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 18:08:13 +08:00
55e666af39
* Trim build * Update license info * Update versions * Remove mpfr from ci baseline
12 lines
303 B
JSON
12 lines
303 B
JSON
{
|
|
"name": "mpfr",
|
|
"version-string": "4.1.0",
|
|
"port-version": 3,
|
|
"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"
|
|
]
|
|
}
|