mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:29:08 +08:00
c6e208fccf
* [mpfr] Add warning message on Linux * update version * Update portfile.cmake * update version Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
11 lines
269 B
JSON
11 lines
269 B
JSON
{
|
|
"name": "mpfr",
|
|
"version-string": "4.1.0",
|
|
"port-version": 2,
|
|
"description": "The MPFR library is a C library for multiple-precision floating-point computations with correct rounding",
|
|
"homepage": "https://www.mpfr.org",
|
|
"dependencies": [
|
|
"gmp"
|
|
]
|
|
}
|