1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
2 | <software-distribution project="MinGW" home="http://mingw.org" issue="2012073100">
|
---|
3 |
|
---|
4 | <!-- File: msys-gmp.xml -->
|
---|
5 |
|
---|
6 | <package-collection subsystem="msys">
|
---|
7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
8 |
|
---|
9 | <package name="msys-gmp">
|
---|
10 | <description lang="en" title="The GNU Multiple Precision Arithmetic Library" >
|
---|
11 | <paragraph>GNU MP is a library for arbitrary precision arithmetic,
|
---|
12 | operating on signed integers, rational numbers, and floating
|
---|
13 | point numbers. It has a rich set of functions, and the functions
|
---|
14 | have a regular interface.
|
---|
15 | </paragraph>
|
---|
16 | <paragraph>The MinGW/MSYS project provides two gmp packages:
|
---|
17 | this msys-gmp one and a native win32 mingw32-gmp. This one
|
---|
18 | requires the MSYS dll, and is provided as a necessary component
|
---|
19 | of various MSYS tools, such as guile. The mingw32-gmp version
|
---|
20 | is provided as a necessary component of modern MinGW gcc
|
---|
21 | compilers.
|
---|
22 | </paragraph>
|
---|
23 | <paragraph>The msys-gmp package provides the documentation
|
---|
24 | for the gmp library. The associated msys-libgmp package
|
---|
25 | provides the runtime library and related development files.
|
---|
26 | </paragraph>
|
---|
27 | </description>
|
---|
28 |
|
---|
29 | <licence tarname="gmp-%-msys-%-lic.tar.%" />
|
---|
30 | <source tarname="gmp-%-msys-%-src.tar.%" />
|
---|
31 |
|
---|
32 | <component class="doc">
|
---|
33 | <release tarname="gmp-5.0.1-1-msys-1.0.13-doc.tar.lzma" />
|
---|
34 | </component>
|
---|
35 |
|
---|
36 | <component class="lic">
|
---|
37 | <release tarname="gmp-5.0.1-1-msys-1.0.13-lic.tar.lzma" />
|
---|
38 | </component>
|
---|
39 | </package>
|
---|
40 |
|
---|
41 | <package name="msys-libgmp">
|
---|
42 | <description lang="en" title="The GNU Multiple Precision Arithmetic Library" >
|
---|
43 | <paragraph>GNU MP is a library for arbitrary precision arithmetic,
|
---|
44 | operating on signed integers, rational numbers, and floating
|
---|
45 | point numbers. It has a rich set of functions, and the functions
|
---|
46 | have a regular interface.
|
---|
47 | </paragraph>
|
---|
48 | <paragraph>The MinGW/MSYS project provides two libgmp packages:
|
---|
49 | this msys-libgmp one and a native win32 mingw32-libgmp. This one
|
---|
50 | requires the MSYS dll, and is provided as a necessary component
|
---|
51 | of various MSYS tools, such as guile. The mingw32-gmp version
|
---|
52 | is provided as a necessary component of modern MinGW gcc
|
---|
53 | compilers.
|
---|
54 | </paragraph>
|
---|
55 | <paragraph>The msys-libgmp package provides the runtime library
|
---|
56 | and related development files. The associated msys-gmp package
|
---|
57 | provides the documentation for the gmp library.
|
---|
58 | </paragraph>
|
---|
59 | </description>
|
---|
60 |
|
---|
61 | <licence tarname="gmp-%-msys-%-lic.tar.%" />
|
---|
62 | <source tarname="gmp-%-msys-%-src.tar.%" />
|
---|
63 |
|
---|
64 | <component class="dll">
|
---|
65 | <release tarname="libgmp-5.0.1-1-msys-1.0.13-dll-10.tar.lzma" />
|
---|
66 |
|
---|
67 | <!-- Every MSYS DLL package requires msys-core-bin -->
|
---|
68 | <requires eq="msys-core-*-msys-*-bin.tar" />
|
---|
69 | </component>
|
---|
70 |
|
---|
71 | <component class="dev">
|
---|
72 | <release tarname="libgmp-5.0.1-1-msys-1.0.13-dev.tar.lzma" >
|
---|
73 | <requires eq="msys-libgmp-%-msys-%-dll-10.tar" />
|
---|
74 | </release>
|
---|
75 | </component>
|
---|
76 | </package>
|
---|
77 |
|
---|
78 | </package-collection>
|
---|
79 | </software-distribution>
|
---|
80 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|