# -*- 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

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       hxt-unicode 9.0.2.1
revision            2
checksums           rmd160  50d91c923726095b4af6ffb00e9ba8a94864137d \
                    sha256  77831dda7c1af43fb51b6a536dfa82b71f8408a9b37be0ea0c5ba9c9a3c2e3d9

maintainers         {cal @neverpanic} openmaintainer
platforms           darwin
license             MIT

description         Unicode en-/decoding functions for utf8, iso-latin-* and other encodings
long_description    \
    Unicode encoding and decoding functions for utf8, iso-latin-* and somes \
    other encodings, used in the Haskell XML Toolbox. ISO Latin 1 - 16, utf8, \
    utf16, ASCII are supported. Decoding is done with lazy functions, errors \
    may be detected or ignored.

depends_lib-append  port:hs-hxt-charproperties