vcpkg/ports/mpfr/vcpkg.json
Thomas1664 67029c5d3d
[mpfr] Remove docs (#26018)
* [mpfr] Remove docs

* version

* license

* version
2022-07-29 12:53:41 -07:00

12 lines
296 B
JSON

{
"name": "mpfr",
"version": "4.1.0",
"port-version": 5,
"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"
]
}