# -*- 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-mrmime
github.setup        mirage mrmime 0.7.1 v
revision            2
categories          ocaml devel net
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             BSD
description         Mr MIME
long_description    Parser and generator of mail in OCaml
use_bzip2           yes
extract.suffix      .tbz
distname            mrmime-${version}
checksums           rmd160  844874be1e13426ab50e307a68251e729fcc6422 \
                    sha256  b8a5be12d81f3618a123b6cda13462042f65954d7fdb9f8f676984a4559801e7 \
                    size    229943
github.tarball_from releases

depends_lib-append  port:ocaml-angstrom \
                    port:ocaml-base64 \
                    port:ocaml-bstr \
                    port:ocaml-emile \
                    port:ocaml-ipaddr \
                    port:ocaml-ke \
                    port:ocaml-pecu \
                    port:ocaml-prettym \
                    port:ocaml-ptime \
                    port:ocaml-rosetta \
                    port:ocaml-unstrctrd \
                    port:ocaml-uutf

ocaml.build_type    dune
