# -*- 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        pcostanza contextl f4fb3f59b0844788613fc4d1cc0d2b08df9488bb
name                cl-contextl
version             20211216
revision            0

checksums           rmd160  61e16eb89fc86706a8576336749f6f555955dc60 \
                    sha256  b91bed29f6179be2b128adca1d9ae87c0b5d696d6b49e79a7350b905698f13cf \
                    size    26767

categories-append   devel
maintainers         {@catap korins.ky:kirill} openmaintainer
license             MIT

description         ContextL is a CLOS extension for Context-oriented Programming (COP)

long_description    {*}${description}

depends_lib-append  port:cl-closer-mop \
                    port:cl-lw-compat

# See: https://github.com/pcostanza/contextl/issues/2
common_lisp.ecl     no
common_lisp.clisp   no
