Source: haskell-double-conversion Priority: extra Section: haskell Maintainer: David Fox Build-Depends: debhelper (>= 7.0), haskell-devscripts (>= 0.8), cdbs, ghc, ghc-prof, libghc-text-dev (>= 0.11.0.8), libghc-text-prof (>= 0.11.0.8), libstdc++-dev Build-Depends-Indep: ghc-doc, libghc-text-doc (>= 0.11.0.8) Standards-Version: 3.9.1 Homepage: https://github.com/mailrank/double-conversion Package: libghc-double-conversion-dev Architecture: any Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Fast conversion between double precision floating point and text A library that performs fast, accurate conversion between double precision floating point and text. . This library is implemented as bindings to the C++ @double-conversion@ library written by Florian Loitsch at Google: . . The 'Text' versions of these functions are about 30 times faster than the default 'show' implementation for the 'Double' type. . The 'ByteString' versions are /slower/ than the 'Text' versions; roughly half the speed. (This seems to be due to the cost of allocating 'ByteString' values via @malloc@.) . As a final note, be aware that the @bytestring-show@ package is about 50% slower than simply using 'show'. . Author: Bryan O'Sullivan Upstream-Maintainer: Bryan O'Sullivan . This package contains the normal library files. Package: libghc-double-conversion-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Fast conversion between double precision floating point and text A library that performs fast, accurate conversion between double precision floating point and text. . This library is implemented as bindings to the C++ @double-conversion@ library written by Florian Loitsch at Google: . . The 'Text' versions of these functions are about 30 times faster than the default 'show' implementation for the 'Double' type. . The 'ByteString' versions are /slower/ than the 'Text' versions; roughly half the speed. (This seems to be due to the cost of allocating 'ByteString' values via @malloc@.) . As a final note, be aware that the @bytestring-show@ package is about 50% slower than simply using 'show'. . Author: Bryan O'Sullivan Upstream-Maintainer: Bryan O'Sullivan . This package contains the libraries compiled with profiling enabled. Package: libghc-double-conversion-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Fast conversion between double precision floating point and text A library that performs fast, accurate conversion between double precision floating point and text. . This library is implemented as bindings to the C++ @double-conversion@ library written by Florian Loitsch at Google: . . The 'Text' versions of these functions are about 30 times faster than the default 'show' implementation for the 'Double' type. . The 'ByteString' versions are /slower/ than the 'Text' versions; roughly half the speed. (This seems to be due to the cost of allocating 'ByteString' values via @malloc@.) . As a final note, be aware that the @bytestring-show@ package is about 50% slower than simply using 'show'. . Author: Bryan O'Sullivan Upstream-Maintainer: Bryan O'Sullivan . This package contains the documentation files.