OSDN Git Service

Redirect MPC package download requests to OSDN.net
[mingw/mingw-dist.git] / mingw32 / mingw32-mpfr.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <software-distribution project="MinGW" home="http://www.mingw.org" issue="@YYYYMMDDNN@">
3
4   <!-- File: mingw32-mpfr.xml ~~ mingw-get package description for mpfr -->
5
6   <package-collection subsystem="mingw32">
7     <download-host uri="http://osdn.net/dl/mingw/%F" />
8
9     <!-- Provides the package descriptions for the mpfr library, which -->
10     <!-- is a runtime prerequisite for modern versions of GCC.        -->
11
12     <package name="mingw32-mpfr" alias="mpfr">
13       <affiliate group="MinGW Standard Libraries" />
14       <description lang="en" title="Arbitrary Precision Floating Point Math Library" >
15         <paragraph>
16           The MPFR library is a C library for multiple-precision floating-point
17           computations with correct rounding.  The main goal of MPFR is to
18           provide a library for multiple-precision floating-point computation
19           which is both efficient and has a well-defined semantics.  It copies
20           the good ideas from the ANSI/IEEE-754 standard for double-precision
21           floating-point arithmetic (53-bit mantissa).  MPFR is based on the
22           GMP multiple-precision library.
23         </paragraph>
24         <paragraph>
25           The mingw32-mpfr package provides the documentation for the mpfr
26           library, as well as the related development files.  The associated
27           mingw32-libmpfr package provides the runtime library.
28         </paragraph>
29       </description>
30
31       <source tarname="mpfr-%-mingw32-src.tar.lzma" />
32       <licence tarname="mpfr-%-mingw32-lic.tar.lzma" />
33
34       <component class="dev">
35         <release tarname="mpfr-3.1.5-2-mingw32-dev.tar.xz" />
36         <requires eq="mingw32-libmpfr-%-mingw32-dll-4.tar" />
37         <requires eq="gmp-*-mingw32-dev.tar" />
38       </component>
39
40       <component class="doc">
41         <release tarname="mpfr-3.1.5-2-mingw32-doc.tar.xz" />
42       </component>
43
44       <component class="info">
45         <release tarname="mpfr-3.1.5-2-mingw32-info.tar.xz" />
46       </component>
47
48       <component class="lic">
49         <release tarname="mpfr-3.1.5-2-mingw32-lic.tar.xz" />
50       </component>
51     </package>
52
53     <package name="mingw32-libmpfr" alias="libmpfr">
54       <affiliate group="MinGW Standard Libraries" />
55       <description lang="en" title="Arbitrary Precision Floating Point Math Library" >
56         <paragraph>
57           The MPFR library is a C library for multiple-precision floating-point
58           computations with correct rounding.  The main goal of MPFR is to
59           provide a library for multiple-precision floating-point computation
60           which is both efficient and has a well-defined semantics.  It copies
61           the good ideas from the ANSI/IEEE-754 standard for double-precision
62           floating-point arithmetic (53-bit mantissa).  MPFR is based on the
63           GMP multiple-precision library.
64         </paragraph>
65         <paragraph>
66           The mingw32-libmpfr package provides the runtime library.  The
67           associated mingw32-mpfr package provides the documentation for the
68           MPFR library, as well as the related development files.
69         </paragraph>
70         <paragraph>
71           This is a required component of the MinGW Compiler Suite.
72         </paragraph>
73       </description>
74
75       <source tarname="mpfr-%-mingw32-src.tar.lzma" />
76       <licence tarname="mpfr-%-mingw32-lic.tar.lzma" />
77
78       <component class="dll">
79         <release tarname="libmpfr-3.1.5-2-mingw32-dll-4.tar.xz" />
80         <requires eq="mingw32-libgmp-*-mingw32-dll-10.tar" />
81       </component>
82     </package>
83
84   </package-collection>
85 </software-distribution>
86
87 <!-- vim: set textwidth=80 tabstop=2 shiftwidth=2 expandtab: -->
88 <!-- vim: set fileformat=unix nocompatible: -->