diff options
Diffstat (limited to 'vcpkg/ports/mpfr/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/mpfr/vcpkg.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/mpfr/vcpkg.json b/vcpkg/ports/mpfr/vcpkg.json new file mode 100644 index 0000000..e9c63c2 --- /dev/null +++ b/vcpkg/ports/mpfr/vcpkg.json @@ -0,0 +1,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" + ] +} |