OSDN Git Service

Redirect GMP package download requests to OSDN.net
[mingw/mingw-dist.git] / mingw32 / mingw32-gmp.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-gmp.xml ~~ mingw-get package description for gmp -->
5
6   <package-collection subsystem="mingw32">
7     <download-host uri="http://osdn.net/dl/mingw/%F" />
8
9     <!-- Provides the package descriptions for the gmp library, which -->
10     <!-- is a runtime prerequisite for modern versions of GCC.        -->
11
12     <package name="mingw32-gmp" alias="gmp">
13       <affiliate group="MinGW Standard Libraries" />
14       <description lang="en" title="The GNU Multiple Precision Arithmetic Library" >
15         <paragraph>
16           GNU MP is a library for arbitrary precision arithmetic, operating on
17           signed integers, rational numbers, and floating point numbers.  It has
18           a rich set of functions, and the functions have a regular interface.
19         </paragraph>
20         <paragraph>
21           The MinGW/MSYS project provides two gmp packages: the native win32
22           mingw32-gmp and an MSYS version, msys-gmp.  mingw32-gmp is provided
23           as a necessary component of modern MinGW gcc compilers, while the
24           msys-gmp version requires the MSYS dll, and is provided as a
25           prerequisite of certain other MSYS tools, such as guile.
26         </paragraph>
27         <paragraph>
28           The mingw32-gmp package provides the documentation for the gmp
29           library, as well as the related development files.  The associated
30           mingw32-libgmp package provides the C runtime library, while the
31           associated mingw32-libgmpxx package provides the C++ runtime library.
32         </paragraph>
33       </description>
34
35       <source tarname="gmp-%-mingw32-src.tar.%" />
36       <licence tarname="gmp-%-mingw32-lic.tar.%" />
37
38       <component class="dev">
39         <release tarname="gmp-6.1.2-3-mingw32-dev.tar.xz" />
40         <requires eq="mingw32-libgmpxx-%-mingw32-dll-4.tar" />
41         <requires eq="mingw32-libgmp-%-mingw32-dll-10.tar" />
42       </component>
43
44       <component class="doc">
45         <description lang="en">
46           <paragraph>This "doc" component package is obsolete; documentation
47             is now provided in the "info" component package.
48           </paragraph>
49           <paragraph>There is no longer any useful content in this component
50             package; if it has been installed, you may safely remove it.
51           </paragraph>
52         </description>
53         <release tarname="gmp-5.1.2-1-mingw32-doc.tar.lzma">
54           <download tarname="none" />
55         </release>
56       </component>
57
58       <component class="lic">
59         <release tarname="gmp-6.1.2-3-mingw32-lic.tar.xz" />
60       </component>
61
62       <component class="info">
63         <release tarname="gmp-6.1.2-3-mingw32-info.tar.xz" />
64       </component>
65     </package>
66
67     <package name="mingw32-libgmp" alias="libgmp">
68       <affiliate group="MinGW Standard Libraries" />
69       <description lang="en" title="The GNU Multiple Precision Arithmetic Library" >
70         <paragraph>
71           GNU MP is a library for arbitrary precision arithmetic, operating on
72           signed integers, rational numbers, and floating point numbers.  It has
73           a rich set of functions, and the functions have a regular interface.
74         </paragraph>
75         <paragraph>
76           The MinGW/MSYS project provides two libgmp packages: the native win32
77           mingw32-libgmp and an MSYS version, msys-libgmp.  mingw32-libgmp is
78           provided as a necessary component of modern MinGW gcc compilers,
79           while the msys-libgmp version requires the MSYS dll, and is provided
80           as a prerequisite of certain other MSYS tools, such as guile.
81         </paragraph>
82         <paragraph>
83           The mingw32-libgmp package provides the C runtime library.  The
84           associated mingw32-gmp package provides the documentation for the gmp
85           library, as well as the related development files.  The associated
86           mingw32-libgmpxx package provides the C++ runtime library.
87         </paragraph>
88         <paragraph>
89           This is a required component of the MinGW Compiler Suite.
90         </paragraph>
91       </description>
92
93       <source tarname="gmp-%-mingw32-src.tar.%" />
94       <licence tarname="gmp-%-mingw32-lic.tar.%" />
95
96       <component class="dll">
97         <release tarname="libgmp-6.1.2-3-mingw32-dll-10.tar.xz" />
98       </component>
99     </package>
100
101     <package name="mingw32-libgmpxx" alias="libgmpxx">
102       <affiliate group="MinGW Standard Libraries" />
103       <description lang="en" title="The GNU Multiple Precision Arithmetic Library" >
104         <paragraph>
105           GNU MP is a library for arbitrary precision arithmetic, operating on
106           signed integers, rational numbers, and floating point numbers.  It has
107           a rich set of functions, and the functions have a regular interface.
108         </paragraph>
109         <paragraph>
110           The mingw32-libgmpxx package provides the C++ runtime library.  The
111           associated mingw32-gmp package provides the documentation for the gmp
112           library, as well as the related development files.  The associated
113           mingw32-libgmp package provides the C runtime library.
114         </paragraph>
115       </description>
116
117       <source tarname="gmp-%-mingw32-src.tar.%" />
118       <licence tarname="gmp-%-mingw32-lic.tar.%" />
119
120       <component class="dll">
121         <release tarname="libgmpxx-6.1.2-3-mingw32-dll-4.tar.xz" />
122         <requires eq="libgmp-%-mingw32-dll-10.tar" />
123         <requires eq="libgcc-*-mingw32-dll-1.tar" />
124       </component>
125     </package>
126
127   </package-collection>
128 </software-distribution>
129
130 <!-- vim: set nocompatible expandtab showcmd tabstop=2 shiftwidth=2: -->
131 <!-- vim: set fileformat=unix textwidth=80: -->