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

checksums           rmd160  972d317077ad28018c127f7d331c080f899307df \
                    sha256  0c5f4ed9adce392dbc5c4235d8819e80324a8990ee660682047557dabed457f4 \
                    size    25309

categories-append   devel
maintainers         nomaintainer
license             BSD

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

long_description    {*}${description}

depends_lib-append  port:cl-alexandria \
                    port:cl-iolib \
                    port:cl-lisp-unit2 \
                    port:cl-nclasses \
                    port:cl-quri \
                    port:cl-serapeum \
                    port:cl-trivial-garbage \
                    port:cl-trivial-package-local-nicknames \
                    port:cl-trivial-types

common_lisp.ffi     yes
common_lisp.threads yes

# Cannot find the external symbol PARSE-BODY in #<"UIOP/DRIVER" package>
common_lisp.ecl     no
