This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/MinGW/var/lib/mingw-get/data/msys-gmp.xml

81 lines
3.3 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<software-distribution project="MinGW" home="http://mingw.org" issue="2012073100">
<!-- File: msys-gmp.xml -->
<package-collection subsystem="msys">
<download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
<package name="msys-gmp">
<description lang="en" title="The GNU Multiple Precision Arithmetic Library" >
<paragraph>GNU MP is a library for arbitrary precision arithmetic,
operating on signed integers, rational numbers, and floating
point numbers. It has a rich set of functions, and the functions
have a regular interface.
</paragraph>
<paragraph>The MinGW/MSYS project provides two gmp packages:
this msys-gmp one and a native win32 mingw32-gmp. This one
requires the MSYS dll, and is provided as a necessary component
of various MSYS tools, such as guile. The mingw32-gmp version
is provided as a necessary component of modern MinGW gcc
compilers.
</paragraph>
<paragraph>The msys-gmp package provides the documentation
for the gmp library. The associated msys-libgmp package
provides the runtime library and related development files.
</paragraph>
</description>
<licence tarname="gmp-%-msys-%-lic.tar.%" />
<source tarname="gmp-%-msys-%-src.tar.%" />
<component class="doc">
<release tarname="gmp-5.0.1-1-msys-1.0.13-doc.tar.lzma" />
</component>
<component class="lic">
<release tarname="gmp-5.0.1-1-msys-1.0.13-lic.tar.lzma" />
</component>
</package>
<package name="msys-libgmp">
<description lang="en" title="The GNU Multiple Precision Arithmetic Library" >
<paragraph>GNU MP is a library for arbitrary precision arithmetic,
operating on signed integers, rational numbers, and floating
point numbers. It has a rich set of functions, and the functions
have a regular interface.
</paragraph>
<paragraph>The MinGW/MSYS project provides two libgmp packages:
this msys-libgmp one and a native win32 mingw32-libgmp. This one
requires the MSYS dll, and is provided as a necessary component
of various MSYS tools, such as guile. The mingw32-gmp version
is provided as a necessary component of modern MinGW gcc
compilers.
</paragraph>
<paragraph>The msys-libgmp package provides the runtime library
and related development files. The associated msys-gmp package
provides the documentation for the gmp library.
</paragraph>
</description>
<licence tarname="gmp-%-msys-%-lic.tar.%" />
<source tarname="gmp-%-msys-%-src.tar.%" />
<component class="dll">
<release tarname="libgmp-5.0.1-1-msys-1.0.13-dll-10.tar.lzma" />
<!-- Every MSYS DLL package requires msys-core-bin -->
<requires eq="msys-core-*-msys-*-bin.tar" />
</component>
<component class="dev">
<release tarname="libgmp-5.0.1-1-msys-1.0.13-dev.tar.lzma" >
<requires eq="msys-libgmp-%-msys-%-dll-10.tar" />
</release>
</component>
</package>
</package-collection>
</software-distribution>
<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->