# -*- 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            robert-strandh Clump 1ea4dbac1cb86713acff9ae58727dd187d21048a
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from     tarball
name                    cl-clump
version                 20160408
revision                1

checksums               rmd160  83f02df7aae96bc1b198d6366abd73fff21b5e53 \
                        sha256  05adc736740d4e74ff0302397a0a32b2abd9bf9825f071f6eded9b3cd2bcd131 \
                        size    25912

categories-append       devel
maintainers             nomaintainer
license                 BSD

description             Library for operations on different kinds of trees

long_description        {*}${description}

common_lisp.systems     {*.asd} \
                        {*/*.asd}

depends_lib-append      port:cl-acclimation
