Skip to content

CInet/CInet-Alien-MPFR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

CInet::Alien::MPFR - Static build of libmpfr

SYNOPSIS

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);

VERSION

This document describes CInet::Alien::MPFR v1.0.0.

DESCRIPTION

Provides a dynamic and static library version of MPFR.

This package inherits Alien::Base.

SEE ALSO

AUTHOR

Tobias Boege <tobs@taboege.de>

COPYRIGHT AND LICENSE

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.

Bundled software

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+.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published