# -*- 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        hraban metacopy df7856f2a43fa91124fe780ef22f792040bc130c
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-metacopy
version             20230812
revision            0

checksums           rmd160  0815b9decf90b153d084aae8c5d13f43fe57e700 \
                    sha256  4c817315ef2c7ab1e33feb6cf0813c5e373ab34a0e0d037f56c9fc73ca0cbc80 \
                    size    9666

categories-append   devel
maintainers         nomaintainer
license             MIT

description         flexibly shallow/deep copying library for Common Lisp

long_description    {*}${description}

depends_lib-append  port:cl-contextl \
                    port:cl-moptilities \
                    port:cl-lift
