# -*- 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        hraban trivial-timeout e70d9b4f7caeab83ea6ac50d724470fe49561e66
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-trivial-timeout
version             20230822
revision            0

checksums           rmd160  af9a4ac4ec825f9dfc84c357eb63b892bdf69969 \
                    sha256  562192919d42b687f6751cad5d8dce5fcf39909d3d91195a929b1e7d9fb050a0 \
                    size    9972

categories-append   devel
maintainers         nomaintainer
license             MIT

description         portable and possibly dangerous timeout library for Common Lisp

long_description    {*}${description}

depends_lib-append  port:cl-lift

# See: https://github.com/hraban/trivial-timeout/issues/12
common_lisp.ccl     no
