vcpkg/ports/mpfr/vcpkg.json
Kai Pastor 55e666af39
[mpfr] Skip doc and examples (#22859)
* Trim build

* Update license info

* Update versions

* Remove mpfr from ci baseline
2022-02-16 12:56:41 -08:00

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"
]
}