source: Daodan/MinGW/var/lib/mingw-get/data/mingw32-mpfr.xml@ 1056

Last change on this file since 1056 was 1046, checked in by alloc, 8 years ago

Daodan: Added Windows MinGW and build batch file

File size: 4.1 KB
RevLine 
[1046]1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<software-distribution project="MinGW" home="http://www.mingw.org" issue="2013102300">
3
4 <!-- File: mingw32-mpfr.xml ~~ mingw-get package description for mpfr -->
5
6 <package-collection subsystem="mingw32">
7 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
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 GMP
22 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.2-2-mingw32-dev.tar.lzma" >
36 <requires eq="mingw32-libmpfr-%-mingw32-dll-4.tar" />
37 <requires eq="gmp-5.1.2-1-mingw32-dev.tar.lzma" />
38 </release>
39 <release tarname="mpfr-2.4.1-1-mingw32-dev.tar.lzma" >
40 <requires eq="mingw32-libmpfr-%-mingw32-dll-1.tar" />
41 </release>
42 </component>
43
44 <component class="doc">
45 <release tarname="mpfr-3.1.2-2-mingw32-doc.tar.lzma" />
46 <release tarname="mpfr-2.4.1-1-mingw32-doc.tar.lzma" />
47 </component>
48
49 <component class="lic">
50 <release tarname="mpfr-3.1.2-2-mingw32-lic.tar.lzma" />
51 <release tarname="mpfr-2.4.1-1-mingw32-lic.tar.lzma" />
52 </component>
53
54 </package>
55
56 <package name="mingw32-libmpfr" alias="libmpfr">
57 <affiliate group="MinGW Standard Libraries" />
58 <description lang="en" title="Arbitrary Precision Floating Point Math Library" >
59 <paragraph>
60 The MPFR library is a C library for multiple-precision floating-point
61 computations with correct rounding. The main goal of MPFR is to
62 provide a library for multiple-precision floating-point computation
63 which is both efficient and has a well-defined semantics. It copies
64 the good ideas from the ANSI/IEEE-754 standard for double-precision
65 floating-point arithmetic (53-bit mantissa). MPFR is based on the GMP
66 multiple-precision library.
67 </paragraph>
68 <paragraph>
69 The mingw32-libmpfr package provides the runtime library. The
70 associated mingw32-mpfr package provides the documentation for the
71 mpfr library, as well as the related development files.
72 </paragraph>
73 <paragraph>
74 This is a required component of the MinGW Compiler Suite.
75 </paragraph>
76 </description>
77
78 <source tarname="mpfr-%-mingw32-src.tar.lzma" />
79 <licence tarname="mpfr-%-mingw32-lic.tar.lzma" />
80
81 <component class="dll">
82 <release tarname="libmpfr-3.1.2-2-mingw32-dll-4.tar" >
83 <download tarname="mpfr-3.1.2-2-mingw32-dll.tar.lzma" />
84 <requires eq="mingw32-libgmp-*-mingw32-dll-10.tar" />
85 </release>
86 <release tarname="libmpfr-2.4.1-1-mingw32-dll-1.tar.lzma" >
87 <requires eq="mingw32-libgmp-*-mingw32-dll-10.tar" />
88 </release>
89 </component>
90 </package>
91
92 </package-collection>
93</software-distribution>
94<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
Note: See TracBrowser for help on using the repository browser.