# -*- 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        atlas-engineer nsymbols 0.3.2
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-nsymbols
revision            0

checksums           rmd160  4fe13ec75fa8831c7c0bf6f7b98bee33306abb1c \
                    sha256  de9ec86e03b452e512acf695388f060a851b8a32cef48f2c7c9bc8e2a72f9c06 \
                    size    8907

categories-append   devel
maintainers         nomaintainer
license             BSD

description         A set of convenience functions to list class, variable, function, and other symbols.

long_description    {*}${description}

depends_lib-append  port:cl-closer-mop \
                    port:cl-lisp-unit2 \
                    port:cl-nasdf
