# -*- 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: Portfile 106868 2013-06-09 12:48:03Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       digest 0.0.1.2
revision            2
checksums           rmd160  0cf778101715c4ccb91afe74982777112d7293e3 \
                    sha256  641717eb16392abf8965986a9e8dc21eebf1d97775bbb6923c7b7f8fee17fe11

license             BSD
maintainers         nomaintainer
platforms           darwin

description         Various cryptographic hashes for bytestrings\; CRC32 and Adler32 for now
long_description \
    This package provides efficient cryptographic hash implementations for \
    strict and lazy bytestrings. For now, CRC32 and Adler32 are supported\; they \
    are implemented as FFI bindings to efficient code from zlib.

depends_lib-append  port:zlib
