# -*- 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-ke
github.setup        mirage ke 0.6 v
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Queue implementation
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
distname            ke-${version}
checksums           rmd160  949f6d8199dda5f75db0731f56db0b370e666854 \
                    sha256  61217207e2200b04b17759736610ff9208269a647f854cb5ae72cdac0d672305 \
                    size    18983
github.tarball_from releases

depends_lib-append  port:ocaml-cmdliner \
                    port:ocaml-fmt

ocaml.build_type    dune
