# -*- 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 trivial-main-thread ebcb7b70f69cc93cefa18d6be436aa202d7f8b5e
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-trivial-main-thread
version             20230603
revision            0

checksums           rmd160  5ac30276dd5f14deb4161b41b9904e4b21faa645 \
                    sha256  6e5d43a762e2d5d536da186e671b1f8b7ebf89ecab114a49b138f9608e9b223b \
                    size    6214

categories-append   devel
maintainers         nomaintainer
license             zlib

description         Compatibility library to run things in the main thread.

long_description    {*}${description}

depends_lib-append  port:cl-bordeaux-threads \
                    port:cl-simple-tasks \
                    port:cl-trivial-features

common_lisp.threads yes
