1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
2 | <software-distribution project="MinGW" home="http://www.mingw.org" issue="2013090900">
|
---|
3 |
|
---|
4 | <!-- File: mingw32-gmp.xml ~~ mingw-get package description for gmp -->
|
---|
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 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
|
---|
18 | has a rich set of functions, and the functions have a regular
|
---|
19 | interface.
|
---|
20 | </paragraph>
|
---|
21 | <paragraph>
|
---|
22 | The MinGW/MSYS project provides two gmp packages: the native win32
|
---|
23 | mingw32-gmp and an MSYS version, msys-gmp. mingw32-gmp is provided
|
---|
24 | as a necessary component of modern MinGW gcc compilers, while the
|
---|
25 | msys-gmp version requires the MSYS dll, and is provided as a
|
---|
26 | prerequisite of certain other MSYS tools, such as guile.
|
---|
27 | </paragraph>
|
---|
28 | <paragraph>
|
---|
29 | The mingw32-gmp package provides the documentation for the gmp
|
---|
30 | library, as well as the related development files. The associated
|
---|
31 | mingw32-libgmp package provides the C runtime library, while the
|
---|
32 | associated mingw32-libgmpxx package provides the C++ runtime library.
|
---|
33 | </paragraph>
|
---|
34 | </description>
|
---|
35 |
|
---|
36 | <source tarname="gmp-%-mingw32-src.tar.lzma" />
|
---|
37 | <licence tarname="gmp-%-mingw32-lic.tar.lzma" />
|
---|
38 |
|
---|
39 | <component class="dev">
|
---|
40 | <release tarname="gmp-5.1.2-1-mingw32-dev.tar.lzma" >
|
---|
41 | <requires eq="mingw32-libgmpxx-%-mingw32-dll-4.tar" />
|
---|
42 | </release>
|
---|
43 | <release tarname="gmp-5.0.1-1-mingw32-dev.tar.lzma" >
|
---|
44 | <requires eq="mingw32-libgmp-%-mingw32-dll-10.tar" />
|
---|
45 | <requires eq="mingw32-libgmpxx-%-mingw32-dll-4.tar" />
|
---|
46 | </release>
|
---|
47 | </component>
|
---|
48 |
|
---|
49 | <component class="doc">
|
---|
50 | <release tarname="gmp-5.1.2-1-mingw32-doc.tar.lzma" />
|
---|
51 | <release tarname="gmp-5.0.1-1-mingw32-doc.tar.lzma" />
|
---|
52 | </component>
|
---|
53 |
|
---|
54 | <component class="lic">
|
---|
55 | <release tarname="gmp-5.1.2-1-mingw32-lic.tar.lzma" />
|
---|
56 | <release tarname="gmp-5.0.1-1-mingw32-lic.tar.lzma" />
|
---|
57 | </component>
|
---|
58 |
|
---|
59 | <component class="info">
|
---|
60 | <release tarname="gmp-5.1.2-1-mingw32-info.tar.lzma" />
|
---|
61 | </component>
|
---|
62 | </package>
|
---|
63 |
|
---|
64 | <package name="mingw32-libgmp" alias="libgmp">
|
---|
65 | <affiliate group="MinGW Standard Libraries" />
|
---|
66 | <description lang="en" title="The GNU Multiple Precision Arithmetic Library" >
|
---|
67 | <paragraph>
|
---|
68 | GNU MP is a library for arbitrary precision arithmetic, operating on
|
---|
69 | signed integers, rational numbers, and floating point numbers. It
|
---|
70 | has a rich set of functions, and the functions have a regular
|
---|
71 | interface.
|
---|
72 | </paragraph>
|
---|
73 | <paragraph>
|
---|
74 | The MinGW/MSYS project provides two libgmp packages: the native win32
|
---|
75 | mingw32-libgmp and an MSYS version, msys-libgmp. mingw32-libgmp is
|
---|
76 | provided as a necessary component of modern MinGW gcc compilers,
|
---|
77 | while the msys-libgmp version requires the MSYS dll, and is provided
|
---|
78 | as a prerequisite of certain other MSYS tools, such as guile.
|
---|
79 | </paragraph>
|
---|
80 | <paragraph>
|
---|
81 | The mingw32-libgmp package provides the C runtime library. The
|
---|
82 | associated mingw32-gmp package provides the documentation for the gmp
|
---|
83 | library, as well as the related development files. The associated
|
---|
84 | mingw32-libgmpxx package provides the C++ runtime library.
|
---|
85 | </paragraph>
|
---|
86 | <paragraph>
|
---|
87 | This is a required component of the MinGW Compiler Suite.
|
---|
88 | </paragraph>
|
---|
89 | </description>
|
---|
90 |
|
---|
91 | <source tarname="gmp-%-mingw32-src.tar.lzma" />
|
---|
92 | <licence tarname="gmp-%-mingw32-lic.tar.lzma" />
|
---|
93 |
|
---|
94 | <component class="dll">
|
---|
95 | <release tarname="libgmp-5.1.2-1-mingw32-dll-10.tar" >
|
---|
96 | <download tarname="gmp-5.1.2-1-mingw32-dll.tar.lzma" />
|
---|
97 | </release>
|
---|
98 | <release tarname="libgmp-5.0.1-1-mingw32-dll-10.tar.lzma" />
|
---|
99 | </component>
|
---|
100 | </package>
|
---|
101 |
|
---|
102 | <package name="mingw32-libgmpxx" alias="libgmpxx">
|
---|
103 | <affiliate group="MinGW Standard Libraries" />
|
---|
104 | <description lang="en" title="The GNU Multiple Precision Arithmetic Library" >
|
---|
105 | <paragraph>
|
---|
106 | GNU MP is a library for arbitrary precision arithmetic, operating on
|
---|
107 | signed integers, rational numbers, and floating point numbers. It
|
---|
108 | has a rich set of functions, and the functions have a regular
|
---|
109 | interface.
|
---|
110 | </paragraph>
|
---|
111 | <paragraph>
|
---|
112 | The mingw32-libgmpxx package provides the C++ runtime library. The
|
---|
113 | associated mingw32-gmp package provides the documentation for the gmp
|
---|
114 | library, as well as the related development files. The associated
|
---|
115 | mingw32-libgmp package provides the C runtime library.
|
---|
116 | </paragraph>
|
---|
117 | </description>
|
---|
118 |
|
---|
119 | <source tarname="gmp-%-mingw32-src.tar.lzma" />
|
---|
120 | <licence tarname="gmp-%-mingw32-lic.tar.lzma" />
|
---|
121 |
|
---|
122 | <component class="dll">
|
---|
123 | <release tarname="libgmpxx-5.1.2-1-mingw32-dll-4.tar.lzma" >
|
---|
124 | <download tarname="none" />
|
---|
125 | <requires eq="libgmp-%-mingw32-dll-10.tar" />
|
---|
126 | </release>
|
---|
127 | <release tarname="libgmpxx-5.0.1-1-mingw32-dll-4.tar.lzma" >
|
---|
128 | <requires eq="libgmp-%-mingw32-dll-10.tar" />
|
---|
129 | <requires eq="libgcc-*-mingw32-dll-1.tar" />
|
---|
130 | </release>
|
---|
131 | </component>
|
---|
132 | </package>
|
---|
133 | </package-collection>
|
---|
134 | </software-distribution>
|
---|
135 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|