mpfrc++ 3.6.2+ds-1 source package in Ubuntu

Changelog

mpfrc++ (3.6.2+ds-1) unstable; urgency=medium


  * New upstream version:
    - plain GPL-3+, namely no more FOSS License Exception.
  * Debianization:
    - debian/copyright:
      - repack by using the Files-Excluded machinery instead of the ad-hoc
        script debian/repack;
      - refresh;
    - debian/repack, discard (see above);
    - debian/watch, revisit (see above);
    - debian/control, replace the short description by the one given in the
      Mercurial README.md file;
    - debian/libmpfrc++-dev.docs, remove as it installed only the FOSS License
      which was discarded by the upstream maintainer.

 -- Jerome Benoit <email address hidden>  Mon, 13 Apr 2015 10:25:58 +0000

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mpfrc++_3.6.2+ds-1.dsc 1.9 KiB c712276113575fbca77c72e1359db323641e014aea507ec4008ba12af2982607
mpfrc++_3.6.2+ds.orig.tar.gz 33.5 KiB c2a4cd4e39b59eaa06cf53865f4a37c28ecd42450854bbfa5b872a30890064b2
mpfrc++_3.6.2+ds-1.debian.tar.xz 3.1 KiB 62e3e75046a40a52f8d70871b09072ce302c160e7a1c1b48dfb334306d4dacf2

Available diffs

No changes file available.

Binary packages built by this source

libmpfrc++-dev: multi-precision floating point number class for C++

 MPFR C++ introduces C++ arbitrary precision numeric types; based on
 GNU MPFR --- Multiple Precision Floating-Point Reliable Library.
 .
 MPFR C++ makes possible to use MPFR calculations in the same simple
 way as calculations with numbers of built-in types double or float:
 all arithmetic and boolean operators (+, -, *, /, >, !=, etc.) are
 implemented through operator overloading technique; elementary
 mathematical functions (sqrt, pow, sin, cos, etc.) are supported.