mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 13:11:39 +08:00
68ad399d55
* [mpfr] Add hint to install autoconf-archive for OSX * x-add-version * fix deprecated function * x-add-version * apply suggestion * x-add-version
12 lines
296 B
JSON
12 lines
296 B
JSON
{
|
|
"name": "mpfr",
|
|
"version": "4.1.0",
|
|
"port-version": 7,
|
|
"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"
|
|
]
|
|
}
|