# -*- 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 ntemplate da2efaed2323d8679a550e9acf80df958420bb51
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-nasdf
version             20230923
revision            0

checksums           rmd160  86a056ad62d3ada285df56f9912ae752317074ee \
                    sha256  f7966ed355969cd27c96f22bb51f62a8e6a2f4f3c9e5b7f3d843f580fd5d32ba \
                    size    18529

categories-append   devel
maintainers         nomaintainer
license             BSD

description         ASDF helpers for system setup, testing and installation.

long_description    {*}${description}

common_lisp.systems nasdf/*.asd
