# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup haskell 1.0 haskell.setup blaze-builder 0.3.1.1 checksums rmd160 a6dcb132d8c982f7e3227c7d2d4e2e5c73436da0 \ sha256 a12506f8afd650e4ed90e1e2379750035f8e83032a2d260eacc3757fe52cdcde platforms darwin license BSD maintainers nomaintainer description Efficient buffered output. long_description \ 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. depends_lib-append port:hs-text