# -*- 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        wlbr cl-marshal f169abd3c7b1b6a950897335f46215e15dbacdff
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version             20231025
revision            0

checksums           rmd160  c0ec311c69a2ce2af1aa9954172ea36b08e87b80 \
                    sha256  a66c28cce41c96dd83ccf9b447fb082218c5de6a926d4a69c8e54689a0abc77c \
                    size    12314

categories-append   devel
maintainers         nomaintainer
license             MIT

description         Simple and fast serialization of all kinds of Common Lisp data structures.

long_description    {*}${description}

depends_lib-append  port:cl-xlunit
