From c1e96b1b12f1d70d86a12fb9d7770dbaaf4672bc Mon Sep 17 00:00:00 2001 From: Charles Wilson Date: Wed, 26 May 2010 00:30:41 +0000 Subject: [PATCH] Added mingw32-gmp.xml --- mingw32/mingw32-gmp.xml | 92 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 mingw32/mingw32-gmp.xml diff --git a/mingw32/mingw32-gmp.xml b/mingw32/mingw32-gmp.xml new file mode 100644 index 0000000..0f92f0e --- /dev/null +++ b/mingw32/mingw32-gmp.xml @@ -0,0 +1,92 @@ + + + + + + + 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. + + The MinGW/MSYS project provides two gmp packages: + the native win32 mingw32-gmp and an MSYS version, msys-gmp. + mingw32-gmp is provided as a necessary component of modern MinGW + gcc compilers, while the msys-gmp version requires the MSYS dll, + and is provided as a prerequisite of certain other MSYS tools, + such as guile. + + The mingw32-gmp package provides the documentation + for the gmp library, as well as the related development files. + The associated mingw32-libgmp package provides the C runtime + library, while the associated mingw32-libgmpxx package provides + the C++ runtime library. + + + + + + + + + + + + + + + + + + + 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. + + The MinGW/MSYS project provides two libgmp packages: + the native win32 mingw32-libgmp and an MSYS version, msys-libgmp. + mingw32-libgmp is provided as a necessary component of modern + MinGW gcc compilers, while the msys-libgmp version requires the + MSYS dll, and is provided as a prerequisite of certain other MSYS + tools, such as guile. + + The mingw32-libgmp package provides the C runtime + library. The associated mingw32-gmp pacage provides the + documentation for the gmp library, as well as the related + development files. The associated mingw32-libgmpxx package + provides the C++ runtime library. + + + + + + + + + + + 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. + + The mingw32-libgmpxx package provides the C++ runtime + library. The associated mingw32-gmp pacage provides the + documentation for the gmp library, as well as the related + development files. The associated mingw32-libgmp package + provides the C runtime library. + + + + + + + + + + + + + + -- 2.11.0