zeek/auxil/vcpkg/ports/mpfr/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

12 lines
298 B
JSON

{
"name": "mpfr",
"version": "4.2.1",
"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",
"supports": "!xbox",
"dependencies": [
"gmp"
]
}