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

github.setup        orthecreedence blackbird abe3696e1a128bd082fb5d3e211f33d8feb25bc8
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-blackbird
version             20220907
revision            0

checksums           rmd160  ab42c9b9d6e5ac594fd16835cdc67a8cd49131e3 \
                    sha256  5f636d5932e62a3f32772f5682f1e6995ff514473d52e276097aa833c06e8841 \
                    size    13020

categories-append   devel
maintainers         nomaintainer
license             MIT

description         A promise implementation for Common Lisp

long_description    {*}${description}

depends_lib-append  port:cl-async \
                    port:cl-fiveam \
                    port:cl-vom

common_lisp.ffi     yes
common_lisp.threads yes
