# -*- 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 cl-colors 827410584553f5c717eec6182343b7605f707f75
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version             20180307
revision            0

checksums           rmd160  b2664aedc781a2000eb07047c8dac59fee0033c5 \
                    sha256  21925e5bf3924db8cfa4013aa7dec2c15fc826b8c34ebffdd4d66efe397bd761 \
                    size    14701

categories-append   devel
maintainers         nomaintainer
license             Boost-1

description         Simple color library for Common Lisp

long_description    {*}${description}

depends_lib-append  port:cl-alexandria \
                    port:cl-let-plus
