# -*- 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-psq
github.setup        pqwy psq 0.2.1 v
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             ISC
description         Functional Priority Search Queues
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
checksums           rmd160  d03e66670902e74a3a157df4827fe88ecc8c5a95 \
                    sha256  42005f533eabe74b1799ee32b8905654cd66a22bed4af2bd266b28d8462cd344 \
                    size    11341
github.tarball_from releases

depends_lib-append  port:ocaml-seq

ocaml.build_type    dune
