# -*- 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-mirage-flow
github.setup        mirage mirage-flow 5.0.0 v
revision            2
categories          ocaml devel
maintainers         nomaintainer
license             ISC
description         Flow implementations and combinators for MirageOS
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
checksums           rmd160  2daefce39cd5b2f3d775cd767523a5ce72da0cda \
                    sha256  37ca79cae0ed9b270b87712edcb397a5dec4ab39357b28107e00daa6c8553323 \
                    size    11676
github.tarball_from releases

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

ocaml.build_type    dune
