# -*- 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-eager-future
version             0.4
revision            0

checksums           rmd160  3837407f973411bec04695fc742e4bd6895a0901 \
                    sha256  86293331f58b2b9f5ddabdfa72bf7d68d2619fa40c61e9575bf4d4338b9273fe \
                    size    5474

categories-append   devel
maintainers         nomaintainer
license             ISC

homepage            https://eager-future.common-lisp.dev
master_sites        ${homepage}/release
distname            eager-future-${version}
extract.suffix      .tgz

description         Eager Future is a Common Lisp library that provides composable concurrency primitives

long_description    {*}${description}

depends_lib-append  port:cl-bordeaux-threads

common_lisp.threads yes

livecheck.type      regex
livecheck.url       ${master_sites}
livecheck.regex     eager-future-(\[\\d.\]+)${extract.suffix}
