# -*- 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 mirage-net 4.0.0 v
name                ocaml-${github.project}
revision            1
categories          ocaml devel net
maintainers         nomaintainer
license             ISC
description         Network signatures for MirageOS
long_description    {*}${description}
distname            ${github.project}-v${github.version}
use_bzip2           yes
extract.suffix      .tbz
checksums           rmd160  0e3ffa7da624ae93981234fa0430c70edb6aa75a \
                    sha256  668effd187b81a0ab32450870c15dbb89ff911397ff338a8951807e250e194ce \
                    size    3935
github.tarball_from releases

depends_lib-append  port:ocaml-cstruct \
                    port:ocaml-fmt \
                    port:ocaml-lwt \
                    port:ocaml-macaddr

ocaml.build_type    dune
