Source: haskell-blaze-builder Priority: optional Section: misc Maintainer: Clifford Beshers Build-Depends: debhelper (>= 7.0), haskell-devscripts (>= 0.8.3), hscolour, cdbs, ghc, ghc-prof, libghc-text-prof (>= 0.10) | libghc-text-prof (<< 0.11) Build-Depends-Indep: ghc-doc, haddock, libghc-text-doc (>= 0.10) | libghc-text-doc (<< 0.11) Standards-Version: 3.8.1 Homepage: http://github.com/jaspervdj/blaze-builder Package: libghc-blaze-builder-dev Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends} Description: Efficient construction of bytestrings. This library provides an abstraction of buffered output of byte streams and several convenience functions to exploit it. For example, it allows to efficiently serialize Haskell values to lazy bytestrings with a large average chunk size. The large average chunk size allows to make good use of cache prefetching in later processing steps (e.g. compression) and reduces the sytem call overhead when writing the resulting lazy bytestring to a file or sending it over the network. . Author: Jasper Van der Jeugt, Simon Meier Upstream-Maintainer: jaspervdj@gmail.com, iridcode@gmail.com . This package contains the normal library files. Package: libghc-blaze-builder-prof Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends}, libghc-blaze-builder-dev Description: Efficient construction of bytestrings. This library provides an abstraction of buffered output of byte streams and several convenience functions to exploit it. For example, it allows to efficiently serialize Haskell values to lazy bytestrings with a large average chunk size. The large average chunk size allows to make good use of cache prefetching in later processing steps (e.g. compression) and reduces the sytem call overhead when writing the resulting lazy bytestring to a file or sending it over the network. . Author: Jasper Van der Jeugt, Simon Meier Upstream-Maintainer: jaspervdj@gmail.com, iridcode@gmail.com . This package contains the libraries compiled with profiling enabled. Package: libghc-blaze-builder-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends}, ghc-doc Description: Efficient construction of bytestrings. This library provides an abstraction of buffered output of byte streams and several convenience functions to exploit it. For example, it allows to efficiently serialize Haskell values to lazy bytestrings with a large average chunk size. The large average chunk size allows to make good use of cache prefetching in later processing steps (e.g. compression) and reduces the sytem call overhead when writing the resulting lazy bytestring to a file or sending it over the network. . Author: Jasper Van der Jeugt, Simon Meier Upstream-Maintainer: jaspervdj@gmail.com, iridcode@gmail.com . This package contains the documentation files.