This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/MinGW/var/lib/mingw-get/data/mingw32-mpfr.xml

111 lines
4.9 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<software-distribution project="MinGW" home="http://www.mingw.org" issue="2018011700">
<!-- File: mingw32-mpfr.xml ~~ mingw-get package description for mpfr -->
<package-collection subsystem="mingw32">
<download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
<!-- Provides the package descriptions for the mpfr library, which -->
<!-- is a runtime prerequisite for modern versions of GCC. -->
<package name="mingw32-mpfr" alias="mpfr">
<affiliate group="MinGW Standard Libraries" />
<description lang="en" title="Arbitrary Precision Floating Point Math Library" >
<paragraph>
The MPFR library is a C library for multiple-precision floating-point
computations with correct rounding. The main goal of MPFR is to
provide a library for multiple-precision floating-point computation
which is both efficient and has a well-defined semantics. It copies
the good ideas from the ANSI/IEEE-754 standard for double-precision
floating-point arithmetic (53-bit mantissa). MPFR is based on the
GMP multiple-precision library.
</paragraph>
<paragraph>
The mingw32-mpfr package provides the documentation for the mpfr
library, as well as the related development files. The associated
mingw32-libmpfr package provides the runtime library.
</paragraph>
</description>
<source tarname="mpfr-%-mingw32-src.tar.lzma" />
<licence tarname="mpfr-%-mingw32-lic.tar.lzma" />
<component class="dev">
<release tarname="mpfr-3.1.5-2-mingw32-dev.tar.xz">
<requires eq="mingw32-libmpfr-%-mingw32-dll-4.tar" />
</release>
<release tarname="mpfr-3.1.5-1-mingw32-dev.tar.xz">
<requires eq="mingw32-libmpfr-%-mingw32-dll-4.tar" />
</release>
<release tarname="mpfr-3.1.2-2-mingw32-dev.tar.lzma">
<requires eq="mingw32-libmpfr-%-mingw32-dll-4.tar" />
</release>
<release tarname="mpfr-2.4.1-1-mingw32-dev.tar.lzma">
<requires eq="mingw32-libmpfr-%-mingw32-dll-1.tar" />
</release>
<requires eq="gmp-*-mingw32-dev.tar" />
</component>
<component class="doc">
<release tarname="mpfr-3.1.5-2-mingw32-doc.tar.xz" />
<release tarname="mpfr-3.1.5-1-mingw32-doc.tar.xz" />
<release tarname="mpfr-3.1.2-2-mingw32-doc.tar.lzma" />
<release tarname="mpfr-2.4.1-1-mingw32-doc.tar.lzma" />
</component>
<component class="info">
<release tarname="mpfr-3.1.5-2-mingw32-info.tar.xz" />
<release tarname="mpfr-3.1.5-1-mingw32-info.tar.xz" />
</component>
<component class="lic">
<release tarname="mpfr-3.1.5-2-mingw32-lic.tar.xz" />
<release tarname="mpfr-3.1.5-1-mingw32-lic.tar.xz" />
<release tarname="mpfr-3.1.2-2-mingw32-lic.tar.lzma" />
<release tarname="mpfr-2.4.1-1-mingw32-lic.tar.lzma" />
</component>
</package>
<package name="mingw32-libmpfr" alias="libmpfr">
<affiliate group="MinGW Standard Libraries" />
<description lang="en" title="Arbitrary Precision Floating Point Math Library" >
<paragraph>
The MPFR library is a C library for multiple-precision floating-point
computations with correct rounding. The main goal of MPFR is to
provide a library for multiple-precision floating-point computation
which is both efficient and has a well-defined semantics. It copies
the good ideas from the ANSI/IEEE-754 standard for double-precision
floating-point arithmetic (53-bit mantissa). MPFR is based on the
GMP multiple-precision library.
</paragraph>
<paragraph>
The mingw32-libmpfr package provides the runtime library. The
associated mingw32-mpfr package provides the documentation for the
MPFR library, as well as the related development files.
</paragraph>
<paragraph>
This is a required component of the MinGW Compiler Suite.
</paragraph>
</description>
<source tarname="mpfr-%-mingw32-src.tar.lzma" />
<licence tarname="mpfr-%-mingw32-lic.tar.lzma" />
<component class="dll">
<release tarname="libmpfr-3.1.5-2-mingw32-dll-4.tar.xz" />
<release tarname="libmpfr-3.1.5-1-mingw32-dll-4.tar.xz" />
<release tarname="libmpfr-3.1.2-2-mingw32-dll-4.tar" >
<download tarname="mpfr-3.1.2-2-mingw32-dll.tar.lzma" />
</release>
<release tarname="libmpfr-2.4.1-1-mingw32-dll-1.tar.lzma" />
<requires eq="mingw32-libgmp-*-mingw32-dll-10.tar" />
</component>
</package>
</package-collection>
</software-distribution>
<!-- vim: set textwidth=80 tabstop=2 shiftwidth=2 expandtab: -->
<!-- vim: set fileformat=unix nocompatible: -->