# -*- 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-unstrctrd
github.setup        dinosaure unstrctrd 0.4 v
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Fast and compliant Unstructured parser according RFC 822
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
distname            unstrctrd-${version}
checksums           rmd160  ad7721b31e76dc13953fd8f14d771a8b9c7c5d66 \
                    sha256  368a9b86acea988e952fe7bdf5db2c9eaf5345a6939e609351f15eeb25121824 \
                    size    13896
github.tarball_from releases

depends_lib-append  port:ocaml-angstrom \
                    port:ocaml-uutf

ocaml.build_type    dune
