CInet::Alien::MPFR - Static build of libmpfr
A static library is available:
use CInet::Alien::MPFR;
say CInet::Alien::MPFR->cflags_static;
say CInet::Alien::MPFR->libs_static;A dynamic library for FFI as well:
use FFI::Platypus;
my $ffi = FFI::Platypus->new;
$ffi->lib(CInet::Alien::MPFR->dynamic_libs);This document describes CInet::Alien::MPFR v1.0.0.
Provides a dynamic and static library version of MPFR.
This package inherits Alien::Base.
The MPFR website is https://www.mpfr.org.
Tobias Boege <tobs@taboege.de>
This software is copyright (C) 2025 by Tobias Boege.
This is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0.
The mpfr library is Copyright 1999-2025 Free Software Foundation, Inc. Contributed by the Pascaline and Caramba projects, INRIA. It is released under the terms of either the GNU Lesser General Public License v3+ or the GNU General Public License v3+.