# -*- 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        tpapp let-plus 7cf18b29ed0fe9c667a9a6a101b08ab9661a59e9
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-let-plus
version             20180307
revision            1

checksums           rmd160  e27fc8d3bf326a6d92a48a33a675bf02a51fad74 \
                    sha256  a18ce878308c2c6bb78d4630942b9abc5b3138553da67681f25635e87a074f6c \
                    size    11152

categories-append   devel
maintainers         nomaintainer
license             Boost-1

description         destructuring extension of let*

long_description    {*}${description}

depends_lib-append  port:cl-alexandria \
                    port:cl-anaphora \
                    port:cl-lift
