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

checksums           rmd160  95ba930a991e7ab4a9a52539e2bca49187efb019 \
                    sha256  999f2e01fd4cd151c7788ee7b700ec52fb1e7a2ab4e5f564ea3456dd46ad8904 \
                    size    8560

categories-append   devel
maintainers         nomaintainer
license             MIT

description         A toolkit to construct interface-aware yet standard-compliant debugger hooks.

long_description    {*}${description}

depends_lib-append  port:cl-bordeaux-threads \
                    port:cl-dissect \
                    port:cl-trivial-custom-debugger \
                    port:cl-trivial-gray-streams

depends_test-append port:cl-lisp-unit2

common_lisp.threads yes
