# -*- 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        Shinmera trivial-arguments 10d09784cfa0912d43ddfe3edfad6d9fde82298f
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-trivial-arguments
version             20230703
revision            0

checksums           rmd160  b092692b5b4f28d17d8e61184d3ec21f6d472ae7 \
                    sha256  14d8337d82b8c472b2bfda4d02c432b03e54219156385c8016d67ea54c9e9d5b \
                    size    3446

categories-append   devel
maintainers         nomaintainer
license             zlib

description         Tiny CL library to retrieve the arguments list of a function.

long_description    {*}${description}
