aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mpfr/vcpkg.json
blob: e9c63c287ac380fdc2583eae835712aba6d58f64 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "mpfr",
  "version": "4.2.2",
  "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"
  ]
}