# -*- 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-calispel
version             0.1
revision            0

checksums           rmd160  c2fcacd195ffa7946a0d91e5324ee62a65e058c8 \
                    sha256  0e37263b766f7583854939af0b34a734743d0d22f63b1927eedf94dfdad98efc \
                    size    26302

categories-append   devel
maintainers         nomaintainer
license             ISC

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

description         Calispel is a Common Lisp library for thread-safe message-passing channels, in the style of the occam programming language.

long_description    {*}${description}

depends_lib-append  port:cl-bordeaux-threads \
                    port:cl-eager-future \
                    port:cl-jpl-queues \
                    port:cl-jpl-util

common_lisp.threads yes

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