# -*- 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 form-fiddle 3bd0dfdae8f83918fce6cb4a05826bd325da401d
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-form-fiddle
version             20230703
revision            0

checksums           rmd160  122042add92557870fde99901f064953bae3227a \
                    sha256  8079465f2e746d722d873a10fbd20b97fbcd66521047016bc90f16d9f5df5e11 \
                    size    5701

categories-append   devel
maintainers         nomaintainer
license             zlib

description         A collection of utilities to destructure lambda forms.

long_description    {*}${description}

depends_lib-append  port:cl-documentation-utils
