58dc487ee1
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: http://code.google.com/p/double-conversion/ 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.)
12 lines
1,008 B
Text
12 lines
1,008 B
Text
@comment $NetBSD: PLIST,v 1.1.1.1 2011/09/27 13:43:39 phonohawk Exp $
|
|
lib/double-conversion-${PKGVERSION}/${HASKELL_VERSION}/Data/Double/Conversion/ByteString.hi
|
|
lib/double-conversion-${PKGVERSION}/${HASKELL_VERSION}/Data/Double/Conversion/ByteString.p_hi
|
|
lib/double-conversion-${PKGVERSION}/${HASKELL_VERSION}/Data/Double/Conversion/FFI.hi
|
|
lib/double-conversion-${PKGVERSION}/${HASKELL_VERSION}/Data/Double/Conversion/FFI.p_hi
|
|
lib/double-conversion-${PKGVERSION}/${HASKELL_VERSION}/Data/Double/Conversion/Text.hi
|
|
lib/double-conversion-${PKGVERSION}/${HASKELL_VERSION}/Data/Double/Conversion/Text.p_hi
|
|
lib/double-conversion-${PKGVERSION}/${HASKELL_VERSION}/HSdouble-conversion-${PKGVERSION}.o
|
|
lib/double-conversion-${PKGVERSION}/${HASKELL_VERSION}/libHSdouble-conversion-${PKGVERSION}.a
|
|
lib/double-conversion-${PKGVERSION}/${HASKELL_VERSION}/libHSdouble-conversion-${PKGVERSION}_p.a
|
|
lib/double-conversion-${PKGVERSION}/${HASKELL_VERSION}/package-description
|
|
share/doc/double-conversion-${PKGVERSION}/LICENSE
|