# -*- 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.4 v
revision            1
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  eaf0a52cc116d0eef8cc8d49be9eb779f62f9925 \
                    sha256  d852d15ca2f58db573679bf18688745600b91296e2e54486609869d666f3d12f \
                    size    257602
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
