# -*- 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           github 1.0
PortGroup           ocaml 1.1

name                ocaml-prettym
github.setup        dinosaure prettym 0.0.5
revision            0
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Memory-bounded encoder according to RFC 822
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
distname            prettym-${version}
checksums           rmd160  e56db69cafcc59d25cc0cb76c86e86e99fe68436 \
                    sha256  dac159996f07a924c5f5441953a95cc62a4b5f5eedc49c31659211aff093d462 \
                    size    14756
github.tarball_from releases

depends_lib-append  port:ocaml-bstr \
                    port:ocaml-ke

ocaml.build_type    dune
