# -*- 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.3.4
revision            1
checksums           rmd160  6b2deac644b39787113cfea3f8123bbce32627b2 \
                    sha256  e5c1101e6a0db4ee85e0bf57fe797bdd6f5ee9542ee730a663030eb650acaf8b

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