# -*- 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        fukamachi legion 281dba5e509dad85b4638a92f33dabf7a2dd96f0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-legion
version             20230917
revision            0

checksums           rmd160  00fea1e3a5ac8801b915b730ba189507ff42d62d \
                    sha256  5a9e5bdb320b8972e890e2354505f8ffa9a7c24b4e8c8c111eabcbcaec3a6a0d \
                    size    6295

categories-append   devel
maintainers         nomaintainer
license             BSD

description         Simple multithreading worker mechanism.

long_description    {*}${description}

depends_lib-append  port:cl-bordeaux-threads \
                    port:cl-local-time \
                    port:cl-prove \
                    port:cl-speedy-queue \
                    port:cl-vom

common_lisp.threads yes

# Test depends on machine => switch it off
# See: https://github.com/fukamachi/legion/issues/4
test.run            no
