Source: haskell-reinterpret-cast Maintainer: Debian Haskell Group Uploaders: Ilias Tsitsimpis Priority: optional Section: haskell Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | haskell-devscripts (>= 0.9), cdbs, ghc, ghc-prof, Build-Depends-Indep: ghc-doc, Standards-Version: 4.5.0 Homepage: https://github.com/nh2/reinterpret-cast Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-reinterpret-cast Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-reinterpret-cast] X-Description: Memory reinterpretation casts for Float/Double/Word32/Word64 This package provides memory reinterpretation casts for Float/Double and Word32/Word64 for Haskell. The implementations in the @.Internal@ package are different ways to tackle the problem; the @array@ method (current default) is about 5 times faster than the @FFI@ method. Package: libghc-reinterpret-cast-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Conflicts: ${haskell:Conflicts}, Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-reinterpret-cast-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Conflicts: ${haskell:Conflicts}, Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-reinterpret-cast-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Conflicts: ${haskell:Conflicts}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb}