# -*- 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        pcostanza lw-compat aabfe28c6c1a4949f9d7b3cb30319367c9fd1c0d
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-lw-compat
version             20160228
revision            0

checksums           rmd160  5faa560a4c35705dfe62b2cdce5faf09dd7c5f59 \
                    sha256  fbcb3e0462baf866fff1920371c1becf0be47e367a05e5d483293a8fafd27f3f \
                    size    2196

categories-append   devel
maintainers         nomaintainer
license             MIT

description         A few utility functions from the LispWorks library that I regularly use, ported to other Common Lisp implementations.

long_description    {*}${description}
