# -*- 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        xach salza2 2.1 release-
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-salza2
revision            0

checksums           rmd160  2daf46315455d2af3efcfaf5dd84981810128622 \
                    sha256  96369f903ef7050e967dc53e1de5fdeeeb89244c662bd067f9cd6111d5cf86c1 \
                    size    17075

categories-append   devel
maintainers         nomaintainer
license             BSD

description         ZLIB compression in Common Lisp

long_description    {*}${description}

depends_lib-append  port:cl-chipz \
                    port:cl-flexi-streams \
                    port:cl-parachute \
                    port:cl-trivial-gray-streams

# make-decompressing-stream is not supported for this lisp implementation
common_lisp.abcl    no
