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

github.setup        mirage ocaml-dns 10.2.5 v
revision            0
categories          ocaml devel net
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             BSD
description         Opinionated Domain Name System (DNS) library
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
distname            dns-${version}
checksums           rmd160  c02c16991fec3f2fbdac1fdc25b050445b29abac \
                    sha256  23af091a6e4c13322b7f9094577e6d72dfcd5e23c4ec00fa3520edb4ff9f5fef \
                    size    259974
github.tarball_from releases

depends_lib-append  port:ocaml-base64 \
                    port:ocaml-domain-name \
                    port:ocaml-duration \
                    port:ocaml-fmt \
                    port:ocaml-gmap \
                    port:ocaml-ipaddr \
                    port:ocaml-lru \
                    port:ocaml-logs \
                    port:ocaml-metrics \
                    port:ocaml-ohex \
                    port:ocaml-ptime

ocaml.build_type    dune
