# -*- 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        Shinmera simple-tasks 918553cb89ba8d4ef085c976a58167fd7ae04629
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-simple-tasks
version             20230603
revision            0

checksums           rmd160  2f30ae693df635bb595158a90d70f9c968449423 \
                    sha256  a43977dc1f017f6ae6afefc801b5849d3ecae94472c1ebcfbabdbffcf6360bb6 \
                    size    12592

categories-append   devel
maintainers         nomaintainer
license             zlib

description         A very simple task scheduling framework.

long_description    {*}${description}

depends_lib-append  port:cl-array-utils \
                    port:cl-bordeaux-threads \
                    port:cl-dissect

common_lisp.threads yes
