# -*- 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-emile
github.setup        dinosaure emile 1.1 v
revision            2
categories          ocaml mail
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Parser of e-mail address according RFC822
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
distname            emile-v${version}
checksums           rmd160  066f53974e5b9bd1aa4496c185333e70346998e2 \
                    sha256  1759253996b53b84ff1a2b76ff30c3614bc61cb02ff8a500480be4a96a202164 \
                    size    34994
github.tarball_from releases

depends_lib-append  port:ocaml-angstrom \
                    port:ocaml-base64 \
                    port:ocaml-bigstringaf \
                    port:ocaml-cmdliner \
                    port:ocaml-ipaddr \
                    port:ocaml-pecu \
                    port:ocaml-uutf

ocaml.build_type    dune
