# -*- 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           common_lisp 1.0

name                cl-jpl-queues
version             0.1
revision            0

checksums           rmd160  963739bad227edb1fb9241fbb3340a7b5732ad81 \
                    sha256  264173a84cf385d08ccdc0e8a3714722ca4aa0232f48850551099e10e4d97bf3 \
                    size    15113

categories-append   devel
maintainers         nomaintainer
license             ISC

homepage            https://www.thoughtcrime.us/software/jpl-queues
master_sites        ${homepage}
distname            jpl-queues-${version}

description         Common Lisp library implementing a few different kinds of queues

long_description    {*}${description}

depends_lib-append  port:cl-bordeaux-threads \
                    port:cl-jpl-util

common_lisp.threads yes

livecheck.type      regex
livecheck.url       ${homepage}
livecheck.regex     jpl-queues-(\[\\d.\]+)${extract.suffix}
